This commit is contained in:
GukSang.Jin
2026-01-03 11:33:15 +08:00
parent c84fb2f480
commit e16822b6bd

View File

@@ -29,6 +29,10 @@ namespace WindowsFormsApp6
this.panelTitle = new System.Windows.Forms.Panel(); this.panelTitle = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.panelInfo = new System.Windows.Forms.Panel(); this.panelInfo = new System.Windows.Forms.Panel();
this.textBox8 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.textBox7 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox();
@@ -170,6 +174,10 @@ namespace WindowsFormsApp6
// panelInfo // panelInfo
// //
this.panelInfo.BackColor = System.Drawing.Color.White; this.panelInfo.BackColor = System.Drawing.Color.White;
this.panelInfo.Controls.Add(this.textBox8);
this.panelInfo.Controls.Add(this.label10);
this.panelInfo.Controls.Add(this.textBox7);
this.panelInfo.Controls.Add(this.label9);
this.panelInfo.Controls.Add(this.textBox6); this.panelInfo.Controls.Add(this.textBox6);
this.panelInfo.Controls.Add(this.label8); this.panelInfo.Controls.Add(this.label8);
this.panelInfo.Controls.Add(this.textBox5); this.panelInfo.Controls.Add(this.textBox5);
@@ -189,11 +197,49 @@ namespace WindowsFormsApp6
this.panelInfo.Size = new System.Drawing.Size(1188, 72); this.panelInfo.Size = new System.Drawing.Size(1188, 72);
this.panelInfo.TabIndex = 1; this.panelInfo.TabIndex = 1;
// //
// textBox8
//
this.textBox8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox8.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox8.Location = new System.Drawing.Point(1010, 43);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(140, 27);
this.textBox8.TabIndex = 15;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label10.Location = new System.Drawing.Point(931, 46);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(73, 20);
this.label10.TabIndex = 14;
this.label10.Text = "数据文件:";
//
// textBox7
//
this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox7.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox7.Location = new System.Drawing.Point(1010, 9);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(140, 27);
this.textBox7.TabIndex = 13;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label9.Location = new System.Drawing.Point(931, 12);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(73, 20);
this.label9.TabIndex = 12;
this.label9.Text = "测试时间:";
//
// textBox6 // textBox6
// //
this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox6.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox6.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox6.Location = new System.Drawing.Point(532, 43); this.textBox6.Location = new System.Drawing.Point(755, 43);
this.textBox6.Name = "textBox6"; this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(140, 27); this.textBox6.Size = new System.Drawing.Size(140, 27);
this.textBox6.TabIndex = 11; this.textBox6.TabIndex = 11;
@@ -202,17 +248,17 @@ namespace WindowsFormsApp6
// //
this.label8.AutoSize = true; this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 9F); this.label8.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label8.Location = new System.Drawing.Point(453, 46); this.label8.Location = new System.Drawing.Point(676, 46);
this.label8.Name = "label8"; this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(73, 20); this.label8.Size = new System.Drawing.Size(73, 20);
this.label8.TabIndex = 10; this.label8.TabIndex = 10;
this.label8.Text = "设备编号:"; this.label8.Text = "操作人员:";
// //
// textBox5 // textBox5
// //
this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox5.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox5.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox5.Location = new System.Drawing.Point(278, 43); this.textBox5.Location = new System.Drawing.Point(500, 43);
this.textBox5.Name = "textBox5"; this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(140, 27); this.textBox5.Size = new System.Drawing.Size(140, 27);
this.textBox5.TabIndex = 9; this.textBox5.TabIndex = 9;
@@ -221,17 +267,17 @@ namespace WindowsFormsApp6
// //
this.label7.AutoSize = true; this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F); this.label7.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label7.Location = new System.Drawing.Point(229, 46); this.label7.Location = new System.Drawing.Point(421, 46);
this.label7.Name = "label7"; this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(43, 20); this.label7.Size = new System.Drawing.Size(73, 20);
this.label7.TabIndex = 8; this.label7.TabIndex = 8;
this.label7.Text = "仪器:"; this.label7.Text = "设备编号:";
// //
// textBox4 // textBox4
// //
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox4.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox4.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox4.Location = new System.Drawing.Point(795, 43); this.textBox4.Location = new System.Drawing.Point(245, 43);
this.textBox4.Name = "textBox4"; this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(140, 27); this.textBox4.Size = new System.Drawing.Size(140, 27);
this.textBox4.TabIndex = 7; this.textBox4.TabIndex = 7;
@@ -240,17 +286,17 @@ namespace WindowsFormsApp6
// //
this.label6.AutoSize = true; this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F); this.label6.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label6.Location = new System.Drawing.Point(716, 46); this.label6.Location = new System.Drawing.Point(196, 46);
this.label6.Name = "label6"; this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(73, 20); this.label6.Size = new System.Drawing.Size(43, 20);
this.label6.TabIndex = 6; this.label6.TabIndex = 6;
this.label6.Text = "操作人员:"; this.label6.Text = "仪器:";
// //
// textBox3 // textBox3
// //
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox3.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox3.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox3.Location = new System.Drawing.Point(795, 9); this.textBox3.Location = new System.Drawing.Point(755, 9);
this.textBox3.Name = "textBox3"; this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(140, 27); this.textBox3.Size = new System.Drawing.Size(140, 27);
this.textBox3.TabIndex = 5; this.textBox3.TabIndex = 5;
@@ -259,7 +305,7 @@ namespace WindowsFormsApp6
// //
this.label5.AutoSize = true; this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F); this.label5.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label5.Location = new System.Drawing.Point(746, 12); this.label5.Location = new System.Drawing.Point(706, 12);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(43, 20); this.label5.Size = new System.Drawing.Size(43, 20);
this.label5.TabIndex = 4; this.label5.TabIndex = 4;
@@ -269,7 +315,7 @@ namespace WindowsFormsApp6
// //
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox2.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox2.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox2.Location = new System.Drawing.Point(532, 9); this.textBox2.Location = new System.Drawing.Point(500, 9);
this.textBox2.Name = "textBox2"; this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(140, 27); this.textBox2.Size = new System.Drawing.Size(140, 27);
this.textBox2.TabIndex = 3; this.textBox2.TabIndex = 3;
@@ -278,7 +324,7 @@ namespace WindowsFormsApp6
// //
this.label4.AutoSize = true; this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F); this.label4.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label4.Location = new System.Drawing.Point(453, 12); this.label4.Location = new System.Drawing.Point(421, 12);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(73, 20); this.label4.Size = new System.Drawing.Size(73, 20);
this.label4.TabIndex = 2; this.label4.TabIndex = 2;
@@ -288,7 +334,7 @@ namespace WindowsFormsApp6
// //
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
this.textBox1.Location = new System.Drawing.Point(278, 9); this.textBox1.Location = new System.Drawing.Point(245, 9);
this.textBox1.Name = "textBox1"; this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(140, 27); this.textBox1.Size = new System.Drawing.Size(140, 27);
this.textBox1.TabIndex = 1; this.textBox1.TabIndex = 1;
@@ -297,7 +343,7 @@ namespace WindowsFormsApp6
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F); this.label3.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label3.Location = new System.Drawing.Point(199, 12); this.label3.Location = new System.Drawing.Point(166, 12);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 20); this.label3.Size = new System.Drawing.Size(73, 20);
this.label3.TabIndex = 0; this.label3.TabIndex = 0;
@@ -460,6 +506,10 @@ namespace WindowsFormsApp6
private System.Windows.Forms.Panel panelTitle; private System.Windows.Forms.Panel panelTitle;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panelInfo; private System.Windows.Forms.Panel panelInfo;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox5;