Commit 3fca9309 by 任天宇

优化

parent 08b4fe05
......@@ -41,6 +41,7 @@
this.tbCurrentLocation = new System.Windows.Forms.TextBox();
this.tbCurrentDepartment = new System.Windows.Forms.TextBox();
this.gbLogin = new System.Windows.Forms.GroupBox();
this.lbLogStatus = new System.Windows.Forms.Label();
this.btnLogout = new System.Windows.Forms.Button();
this.btnLogin = new System.Windows.Forms.Button();
this.lblUrl = new System.Windows.Forms.Label();
......@@ -72,7 +73,6 @@
this.SampleDeadTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SampleQuantityUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SamplePackageName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lbLogStatus = new System.Windows.Forms.Label();
this.plLeft.SuspendLayout();
this.gbInfo.SuspendLayout();
this.gbLogin.SuspendLayout();
......@@ -210,6 +210,17 @@
this.gbLogin.TabStop = false;
this.gbLogin.Text = "登录";
//
// lbLogStatus
//
this.lbLogStatus.AutoSize = true;
this.lbLogStatus.Font = new System.Drawing.Font("宋体", 25F);
this.lbLogStatus.ForeColor = System.Drawing.Color.Red;
this.lbLogStatus.Location = new System.Drawing.Point(12, 242);
this.lbLogStatus.Name = "lbLogStatus";
this.lbLogStatus.Size = new System.Drawing.Size(117, 34);
this.lbLogStatus.TabIndex = 29;
this.lbLogStatus.Text = "未登录";
//
// btnLogout
//
this.btnLogout.BackColor = System.Drawing.Color.LavenderBlush;
......@@ -556,17 +567,6 @@
this.SamplePackageName.ReadOnly = true;
this.SamplePackageName.Width = 120;
//
// lbLogStatus
//
this.lbLogStatus.AutoSize = true;
this.lbLogStatus.Font = new System.Drawing.Font("宋体", 25F);
this.lbLogStatus.ForeColor = System.Drawing.Color.Red;
this.lbLogStatus.Location = new System.Drawing.Point(12, 242);
this.lbLogStatus.Name = "lbLogStatus";
this.lbLogStatus.Size = new System.Drawing.Size(117, 34);
this.lbLogStatus.TabIndex = 29;
this.lbLogStatus.Text = "未登录";
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
......@@ -577,7 +577,7 @@
this.Controls.Add(this.plLeft);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMain";
this.Text = "样品入箱客户端 1.0(23.5.24 D500)";
this.Text = "样品入箱客户端 1.0(23.6.05 D500)";
this.Load += new System.EventHandler(this.FrmMain_Load);
this.plLeft.ResumeLayout(false);
this.gbInfo.ResumeLayout(false);
......
......@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2023.5240")]
[assembly: AssemblyFileVersion("5.4.2023.5240")]
[assembly: AssemblyVersion("5.4.2023.6050")]
[assembly: AssemblyFileVersion("5.4.2023.6050")]
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