Commit e8f20741 by Neo Turing

优化

parent 9bda5655
......@@ -111,7 +111,7 @@
this.rtbMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbMessage.Font = new System.Drawing.Font("宋体", 14F);
this.rtbMessage.Location = new System.Drawing.Point(3, 54);
this.rtbMessage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rtbMessage.Margin = new System.Windows.Forms.Padding(2);
this.rtbMessage.Name = "rtbMessage";
this.rtbMessage.Size = new System.Drawing.Size(246, 180);
this.rtbMessage.TabIndex = 20;
......@@ -397,7 +397,7 @@
this.panel1.Controls.Add(this.picDisPlay);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 19);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(535, 552);
this.panel1.TabIndex = 4;
......@@ -408,7 +408,7 @@
this.picDisPlay.Dock = System.Windows.Forms.DockStyle.Fill;
this.picDisPlay.EnableSelection = false;
this.picDisPlay.Location = new System.Drawing.Point(0, 0);
this.picDisPlay.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.picDisPlay.Margin = new System.Windows.Forms.Padding(2);
this.picDisPlay.Name = "picDisPlay";
this.picDisPlay.SelectionBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
this.picDisPlay.Size = new System.Drawing.Size(535, 552);
......@@ -545,7 +545,7 @@
this.Controls.Add(this.plLeft);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMain";
this.Text = "样品拍照采集";
this.Text = "样品拍照采集 5.4.2024.8300";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
this.Load += new System.EventHandler(this.FrmMain_Load);
this.plLeft.ResumeLayout(false);
......
......@@ -605,9 +605,9 @@ namespace Kivii.Sample.ImageUploader
}
else
{
if (resp.Results[0].Status != 100)
if (resp.Results[0].Status >=500)//编制之后就不能上传了
{
MessageBox.Show($"此编号{reportId}不在受理状态");
MessageBox.Show($"此编号{reportId}已到编制环节,无法继续上传图片。");
tbxReportId.Text = "";
currentReport = null;
}
......
......@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2024.7090")]
[assembly: AssemblyFileVersion("5.4.2024.7090")]
[assembly: AssemblyVersion("5.4.2024.8300")]
[assembly: AssemblyFileVersion("5.4.2024.8300")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment