namespace WindowsFormsApp6 { partial class Form2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } // 释放自定义资源 dataTimer?.Dispose(); clockTimer?.Dispose(); sampleDataTable?.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel4 = new System.Windows.Forms.Panel(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.panel2.SuspendLayout(); this.panel5.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 3); this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1178, 844); this.tableLayoutPanel1.TabIndex = 0; // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245))))); this.panel4.Controls.Add(this.button5); this.panel4.Controls.Add(this.button4); this.panel4.Controls.Add(this.button3); this.panel4.Controls.Add(this.button2); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(3, 761); this.panel4.Name = "panel4"; this.panel4.Padding = new System.Windows.Forms.Padding(20, 10, 20, 10); this.panel4.Size = new System.Drawing.Size(1172, 80); this.panel4.TabIndex = 3; // // button5 // this.button5.Anchor = System.Windows.Forms.AnchorStyles.None; this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(89)))), ((int)(((byte)(182))))); this.button5.FlatAppearance.BorderSize = 0; this.button5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(68)))), ((int)(((byte)(173))))); this.button5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(105)))), ((int)(((byte)(189))))); this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button5.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.button5.ForeColor = System.Drawing.Color.White; this.button5.Location = new System.Drawing.Point(197, 20); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(140, 40); this.button5.TabIndex = 3; this.button5.Text = "🎲 模拟数据"; this.button5.UseVisualStyleBackColor = false; // // button4 // this.button4.Anchor = System.Windows.Forms.AnchorStyles.None; this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113))))); this.button4.FlatAppearance.BorderSize = 0; this.button4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96))))); this.button4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(218)))), ((int)(((byte)(127))))); this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.button4.ForeColor = System.Drawing.Color.White; this.button4.Location = new System.Drawing.Point(677, 20); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(140, 40); this.button4.TabIndex = 2; this.button4.Text = "⬅️ 返回"; this.button4.UseVisualStyleBackColor = false; // // button3 // this.button3.Anchor = System.Windows.Forms.AnchorStyles.None; this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(196)))), ((int)(((byte)(15))))); this.button3.FlatAppearance.BorderSize = 0; this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(18))))); this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(213)))), ((int)(((byte)(80))))); this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.button3.ForeColor = System.Drawing.Color.White; this.button3.Location = new System.Drawing.Point(517, 20); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(140, 40); this.button3.TabIndex = 1; this.button3.Text = "📤 导出"; this.button3.UseVisualStyleBackColor = false; // // button2 // this.button2.Anchor = System.Windows.Forms.AnchorStyles.None; this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219))))); this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(128)))), ((int)(((byte)(185))))); this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(172)))), ((int)(((byte)(229))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.button2.ForeColor = System.Drawing.Color.White; this.button2.Location = new System.Drawing.Point(357, 20); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(140, 40); this.button2.TabIndex = 0; this.button2.Text = "🖨️ 打印"; this.button2.UseVisualStyleBackColor = false; // // panel3 // this.panel3.BackColor = System.Drawing.Color.White; this.panel3.Controls.Add(this.dataGridView1); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(3, 213); this.panel3.Name = "panel3"; this.panel3.Padding = new System.Windows.Forms.Padding(15); this.panel3.Size = new System.Drawing.Size(1172, 542); this.panel3.TabIndex = 2; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250))))); this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 8F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView1.ColumnHeadersHeight = 45; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 8F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(240)))), ((int)(((byte)(241))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.EnableHeadersVisualStyles = false; this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); this.dataGridView1.Location = new System.Drawing.Point(15, 15); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 62; this.dataGridView1.RowTemplate.Height = 38; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1142, 512); this.dataGridView1.TabIndex = 0; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219))))); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.comboBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(20, 15, 20, 15); this.panel1.Size = new System.Drawing.Size(1172, 78); this.panel1.TabIndex = 0; // // label9 // this.label9.Anchor = System.Windows.Forms.AnchorStyles.None; this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.ForeColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(338, 25); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(144, 20); this.label9.TabIndex = 5; this.label9.Text = "(请先连接设备!)"; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.None; this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(1027, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 23); this.label2.TabIndex = 3; this.label2.Text = "日期时间"; // // button1 // this.button1.Anchor = System.Windows.Forms.AnchorStyles.None; this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113))))); this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96))))); this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(218)))), ((int)(((byte)(127))))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(189, 16); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(140, 38); this.button1.TabIndex = 2; this.button1.Text = "🔗 连接设备"; this.button1.UseVisualStyleBackColor = false; // // comboBox1 // this.comboBox1.Anchor = System.Windows.Forms.AnchorStyles.None; this.comboBox1.BackColor = System.Drawing.Color.White; this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 9F); this.comboBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(19, 21); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(160, 28); this.comboBox1.TabIndex = 1; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 0); this.tableLayoutPanel2.Controls.Add(this.panel5, 0, 1); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 87); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1172, 120); this.tableLayoutPanel2.TabIndex = 4; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1166, 30); this.panel2.TabIndex = 0; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219))))); this.label1.Location = new System.Drawing.Point(478, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(246, 27); this.label1.TabIndex = 0; this.label1.Text = "📄 液体吸收量测试报告"; // // panel5 // this.panel5.BackColor = System.Drawing.Color.White; this.panel5.Controls.Add(this.textBox6); this.panel5.Controls.Add(this.label8); this.panel5.Controls.Add(this.textBox5); this.panel5.Controls.Add(this.label7); this.panel5.Controls.Add(this.textBox4); this.panel5.Controls.Add(this.label6); this.panel5.Controls.Add(this.textBox3); this.panel5.Controls.Add(this.label5); this.panel5.Controls.Add(this.textBox2); this.panel5.Controls.Add(this.label4); this.panel5.Controls.Add(this.textBox1); this.panel5.Controls.Add(this.label3); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(3, 39); this.panel5.Name = "panel5"; this.panel5.Padding = new System.Windows.Forms.Padding(20, 10, 20, 10); this.panel5.Size = new System.Drawing.Size(1166, 78); this.panel5.TabIndex = 1; // // textBox6 // this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox6.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.textBox6.Location = new System.Drawing.Point(532, 43); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(140, 27); this.textBox6.TabIndex = 11; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 9F); this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label8.Location = new System.Drawing.Point(436, 49); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(73, 20); this.label8.TabIndex = 10; this.label8.Text = "设备编号:"; // // textBox5 // this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox5.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.textBox5.Location = new System.Drawing.Point(278, 43); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(140, 27); this.textBox5.TabIndex = 9; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 9F); this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label7.Location = new System.Drawing.Point(182, 49); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(43, 20); this.label7.TabIndex = 8; this.label7.Text = "仪器:"; // // textBox4 // this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox4.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.textBox4.Location = new System.Drawing.Point(795, 43); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(140, 27); this.textBox4.TabIndex = 7; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 9F); this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label6.Location = new System.Drawing.Point(699, 49); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(73, 20); this.label6.TabIndex = 6; this.label6.Text = "操作人员:"; // // textBox3 // this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox3.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.textBox3.Location = new System.Drawing.Point(795, 9); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(140, 27); this.textBox3.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 9F); this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label5.Location = new System.Drawing.Point(699, 15); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(43, 20); this.label5.TabIndex = 4; this.label5.Text = "批号:"; // // textBox2 // this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox2.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.textBox2.Location = new System.Drawing.Point(532, 9); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(140, 27); this.textBox2.TabIndex = 3; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 9F); this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label4.Location = new System.Drawing.Point(436, 15); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(73, 20); this.label4.TabIndex = 2; this.label4.Text = "物料编码:"; // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F); this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.textBox1.Location = new System.Drawing.Point(278, 9); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(140, 27); this.textBox1.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 9F); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94))))); this.label3.Location = new System.Drawing.Point(182, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(73, 20); this.label3.TabIndex = 0; this.label3.Text = "样品名称:"; // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1178, 844); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("微软雅黑", 8F); this.Name = "Form3"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "液体吸收时间测试报告系统"; this.tableLayoutPanel1.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button button5; } }