初期稳定版本260119
This commit is contained in:
45
FATrace.App/frmMain.Designer.cs
generated
45
FATrace.App/frmMain.Designer.cs
generated
@@ -83,6 +83,8 @@ namespace FATrace.App
|
||||
label2 = new Label();
|
||||
label1 = new Label();
|
||||
tabPage3 = new TabPage();
|
||||
txtOpName = new TextBox();
|
||||
label28 = new Label();
|
||||
btnLogin = new Button();
|
||||
txtPassword = new TextBox();
|
||||
txtCheckUserName = new TextBox();
|
||||
@@ -103,8 +105,6 @@ namespace FATrace.App
|
||||
dtpSearchStartTime = new DateTimePicker();
|
||||
dataGridView1 = new DataGridView();
|
||||
label22 = new Label();
|
||||
txtOpName = new TextBox();
|
||||
label28 = new Label();
|
||||
statusStrip1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
||||
splitContainer1.Panel1.SuspendLayout();
|
||||
@@ -245,6 +245,7 @@ namespace FATrace.App
|
||||
label20.Size = new Size(74, 22);
|
||||
label20.TabIndex = 6;
|
||||
label20.Text = "系统配置";
|
||||
label20.Visible = false;
|
||||
//
|
||||
// label19
|
||||
//
|
||||
@@ -266,6 +267,7 @@ namespace FATrace.App
|
||||
btnSysConfig.Size = new Size(64, 62);
|
||||
btnSysConfig.TabIndex = 4;
|
||||
btnSysConfig.UseVisualStyleBackColor = true;
|
||||
btnSysConfig.Visible = false;
|
||||
btnSysConfig.Click += btnSysConfig_Click;
|
||||
//
|
||||
// bntFrmLogin
|
||||
@@ -390,7 +392,6 @@ namespace FATrace.App
|
||||
txtCode.ReadOnly = true;
|
||||
txtCode.Size = new Size(410, 33);
|
||||
txtCode.TabIndex = 16;
|
||||
txtCode.Text = "YG05030013,20250923,1802,3,01,0001";
|
||||
//
|
||||
// label13
|
||||
//
|
||||
@@ -707,7 +708,7 @@ namespace FATrace.App
|
||||
btnRawName1.Name = "btnRawName1";
|
||||
btnRawName1.Size = new Size(266, 48);
|
||||
btnRawName1.TabIndex = 1;
|
||||
btnRawName1.Text = "DYG05030013 瑞士乳杆菌GCL1815";
|
||||
btnRawName1.Text = "YG05030013 瑞士乳杆菌GCL1815";
|
||||
btnRawName1.UseVisualStyleBackColor = true;
|
||||
btnRawName1.Click += btnRawName1_Click;
|
||||
//
|
||||
@@ -752,6 +753,24 @@ namespace FATrace.App
|
||||
tabPage3.TabIndex = 2;
|
||||
tabPage3.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// txtOpName
|
||||
//
|
||||
txtOpName.Font = new Font("微软雅黑", 16F);
|
||||
txtOpName.Location = new Point(527, 218);
|
||||
txtOpName.Name = "txtOpName";
|
||||
txtOpName.Size = new Size(97, 36);
|
||||
txtOpName.TabIndex = 9;
|
||||
//
|
||||
// label28
|
||||
//
|
||||
label28.AutoSize = true;
|
||||
label28.Font = new Font("微软雅黑", 16F);
|
||||
label28.Location = new Point(439, 219);
|
||||
label28.Name = "label28";
|
||||
label28.Size = new Size(84, 30);
|
||||
label28.TabIndex = 8;
|
||||
label28.Text = "操作者:";
|
||||
//
|
||||
// btnLogin
|
||||
//
|
||||
btnLogin.BackColor = Color.SandyBrown;
|
||||
@@ -961,24 +980,6 @@ namespace FATrace.App
|
||||
label22.Text = "历史数据";
|
||||
label22.TextAlign = ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// txtOpName
|
||||
//
|
||||
txtOpName.Font = new Font("微软雅黑", 16F);
|
||||
txtOpName.Location = new Point(527, 218);
|
||||
txtOpName.Name = "txtOpName";
|
||||
txtOpName.Size = new Size(97, 36);
|
||||
txtOpName.TabIndex = 9;
|
||||
//
|
||||
// label28
|
||||
//
|
||||
label28.AutoSize = true;
|
||||
label28.Font = new Font("微软雅黑", 16F);
|
||||
label28.Location = new Point(439, 219);
|
||||
label28.Name = "label28";
|
||||
label28.Size = new Size(84, 30);
|
||||
label28.TabIndex = 8;
|
||||
label28.Text = "操作者:";
|
||||
//
|
||||
// frmMain
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||||
|
||||
Reference in New Issue
Block a user