namespace UAS_MES_NEW.Make { partial class Make_PcbCleanCheck { /// /// 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 && (components != null)) { components.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() { this.ms_makecode_label = new System.Windows.Forms.Label(); this.LineLab = new System.Windows.Forms.Label(); this.LineVal = new System.Windows.Forms.ComboBox(); this.TopBox = new System.Windows.Forms.Panel(); this.CheckEmployeeVal = new System.Windows.Forms.TextBox(); this.CheckEmployeeLab = new System.Windows.Forms.Label(); this.ms_makecode_Val = new System.Windows.Forms.TextBox(); this.EmployeeVal = new System.Windows.Forms.TextBox(); this.EmployeeLab = new System.Windows.Forms.Label(); this.SideLab = new System.Windows.Forms.Label(); this.SideVal = new System.Windows.Forms.ComboBox(); this.SnVal = new System.Windows.Forms.TextBox(); this.SnLab = new System.Windows.Forms.Label(); this.DataBox = new System.Windows.Forms.DataGridView(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.RightBox = new System.Windows.Forms.Panel(); this.ClearMsg = new System.Windows.Forms.Button(); this.SpecVal = new System.Windows.Forms.TextBox(); this.SpecLab = new System.Windows.Forms.Label(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.line = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Side = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.update_time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.update_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.check_type = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TopBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.RightBox.SuspendLayout(); this.SuspendLayout(); // // ms_makecode_label // this.ms_makecode_label.AutoSize = true; this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode_label.Location = new System.Drawing.Point(31, 31); this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(75, 28); this.ms_makecode_label.TabIndex = 142; this.ms_makecode_label.Text = "工单号"; // // LineLab // this.LineLab.AutoSize = true; this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LineLab.Location = new System.Drawing.Point(309, 32); this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LineLab.Name = "LineLab"; this.LineLab.Size = new System.Drawing.Size(54, 28); this.LineLab.TabIndex = 144; this.LineLab.Text = "线体"; // // LineVal // this.LineVal.Cursor = System.Windows.Forms.Cursors.Hand; this.LineVal.FormattingEnabled = true; this.LineVal.Location = new System.Drawing.Point(360, 31); this.LineVal.Name = "LineVal"; this.LineVal.Size = new System.Drawing.Size(160, 32); this.LineVal.TabIndex = 145; // // TopBox // this.TopBox.Controls.Add(this.SpecVal); this.TopBox.Controls.Add(this.SpecLab); this.TopBox.Controls.Add(this.CheckEmployeeVal); this.TopBox.Controls.Add(this.CheckEmployeeLab); this.TopBox.Controls.Add(this.ms_makecode_Val); this.TopBox.Controls.Add(this.EmployeeVal); this.TopBox.Controls.Add(this.EmployeeLab); this.TopBox.Controls.Add(this.SideLab); this.TopBox.Controls.Add(this.SideVal); this.TopBox.Controls.Add(this.SnVal); this.TopBox.Controls.Add(this.SnLab); this.TopBox.Controls.Add(this.LineLab); this.TopBox.Controls.Add(this.LineVal); this.TopBox.Controls.Add(this.ms_makecode_label); this.TopBox.Dock = System.Windows.Forms.DockStyle.Top; this.TopBox.Location = new System.Drawing.Point(0, 0); this.TopBox.Name = "TopBox"; this.TopBox.Size = new System.Drawing.Size(1280, 201); this.TopBox.TabIndex = 153; // // CheckEmployeeVal // this.CheckEmployeeVal.Location = new System.Drawing.Point(89, 79); this.CheckEmployeeVal.Name = "CheckEmployeeVal"; this.CheckEmployeeVal.Size = new System.Drawing.Size(113, 31); this.CheckEmployeeVal.TabIndex = 185; // // CheckEmployeeLab // this.CheckEmployeeLab.AutoSize = true; this.CheckEmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CheckEmployeeLab.Location = new System.Drawing.Point(12, 80); this.CheckEmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CheckEmployeeLab.Name = "CheckEmployeeLab"; this.CheckEmployeeLab.Size = new System.Drawing.Size(96, 28); this.CheckEmployeeLab.TabIndex = 184; this.CheckEmployeeLab.Text = "核对人员"; // // ms_makecode_Val // this.ms_makecode_Val.Location = new System.Drawing.Point(89, 30); this.ms_makecode_Val.Name = "ms_makecode_Val"; this.ms_makecode_Val.Size = new System.Drawing.Size(207, 31); this.ms_makecode_Val.TabIndex = 183; // // EmployeeVal // this.EmployeeVal.Location = new System.Drawing.Point(774, 30); this.EmployeeVal.Name = "EmployeeVal"; this.EmployeeVal.Size = new System.Drawing.Size(113, 31); this.EmployeeVal.TabIndex = 182; // // EmployeeLab // this.EmployeeLab.AutoSize = true; this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.EmployeeLab.Location = new System.Drawing.Point(698, 31); this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.EmployeeLab.Name = "EmployeeLab"; this.EmployeeLab.Size = new System.Drawing.Size(96, 28); this.EmployeeLab.TabIndex = 181; this.EmployeeLab.Text = "清洗人员"; // // SideLab // this.SideLab.AutoSize = true; this.SideLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SideLab.Location = new System.Drawing.Point(547, 30); this.SideLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.SideLab.Name = "SideLab"; this.SideLab.Size = new System.Drawing.Size(54, 28); this.SideLab.TabIndex = 156; this.SideLab.Text = "面别"; // // SideVal // this.SideVal.Cursor = System.Windows.Forms.Cursors.Hand; this.SideVal.FormattingEnabled = true; this.SideVal.Location = new System.Drawing.Point(587, 31); this.SideVal.Name = "SideVal"; this.SideVal.Size = new System.Drawing.Size(89, 32); this.SideVal.TabIndex = 157; // // SnVal // this.SnVal.Location = new System.Drawing.Point(89, 133); this.SnVal.Name = "SnVal"; this.SnVal.Size = new System.Drawing.Size(243, 31); this.SnVal.TabIndex = 155; this.SnVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SnVal_KeyDown); // // SnLab // this.SnLab.AutoSize = true; this.SnLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SnLab.Location = new System.Drawing.Point(29, 133); this.SnLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.SnLab.Name = "SnLab"; this.SnLab.Size = new System.Drawing.Size(75, 28); this.SnLab.TabIndex = 154; this.SnLab.Text = "序列号"; // // DataBox // this.DataBox.AllowUserToAddRows = false; this.DataBox.AllowUserToDeleteRows = false; this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control; this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.work_order, this.SN, this.line, this.Side, this.update_time, this.update_name, this.check_type}); this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill; this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.DataBox.Location = new System.Drawing.Point(3, 3); this.DataBox.Name = "DataBox"; this.DataBox.ReadOnly = true; this.DataBox.RowHeadersWidth = 62; this.DataBox.RowTemplate.Height = 30; this.DataBox.Size = new System.Drawing.Size(890, 513); this.DataBox.TabIndex = 154; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel1.Controls.Add(this.DataBox, 0, 0); this.tableLayoutPanel1.Controls.Add(this.RightBox, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 201); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 519F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 519); this.tableLayoutPanel1.TabIndex = 156; // // RightBox // this.RightBox.Controls.Add(this.ClearMsg); this.RightBox.Controls.Add(this.OperateResult); this.RightBox.Dock = System.Windows.Forms.DockStyle.Fill; this.RightBox.Location = new System.Drawing.Point(899, 3); this.RightBox.Name = "RightBox"; this.RightBox.Size = new System.Drawing.Size(378, 513); this.RightBox.TabIndex = 156; // // ClearMsg // this.ClearMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand; this.ClearMsg.Location = new System.Drawing.Point(155, 471); this.ClearMsg.Name = "ClearMsg"; this.ClearMsg.Size = new System.Drawing.Size(81, 28); this.ClearMsg.TabIndex = 156; this.ClearMsg.Text = "清理"; this.ClearMsg.UseVisualStyleBackColor = true; this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click); // // SpecVal // this.SpecVal.Location = new System.Drawing.Point(972, 17); this.SpecVal.Multiline = true; this.SpecVal.Name = "SpecVal"; this.SpecVal.Size = new System.Drawing.Size(420, 61); this.SpecVal.TabIndex = 187; // // SpecLab // this.SpecLab.AutoSize = true; this.SpecLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SpecLab.Location = new System.Drawing.Point(897, 32); this.SpecLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.SpecLab.Name = "SpecLab"; this.SpecLab.Size = new System.Drawing.Size(96, 28); this.SpecLab.TabIndex = 186; this.SpecLab.Text = "机型信息"; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "work_order"; this.dataGridViewTextBoxColumn1.HeaderText = "工单号"; this.dataGridViewTextBoxColumn1.MinimumWidth = 8; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 150; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "burn_lotno"; this.dataGridViewTextBoxColumn2.HeaderText = "烧录批号"; this.dataGridViewTextBoxColumn2.MinimumWidth = 8; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 150; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "line"; this.dataGridViewTextBoxColumn3.HeaderText = "线体"; this.dataGridViewTextBoxColumn3.MinimumWidth = 8; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Visible = false; this.dataGridViewTextBoxColumn3.Width = 150; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "burn_software"; this.dataGridViewTextBoxColumn4.HeaderText = "烧录软件"; this.dataGridViewTextBoxColumn4.MinimumWidth = 8; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 150; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "check_code"; this.dataGridViewTextBoxColumn5.HeaderText = "校验码"; this.dataGridViewTextBoxColumn5.MinimumWidth = 8; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 150; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "dot_detail"; this.dataGridViewTextBoxColumn6.HeaderText = "打点信息"; this.dataGridViewTextBoxColumn6.MinimumWidth = 8; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Width = 150; // // dataGridViewCheckBoxColumn1 // this.dataGridViewCheckBoxColumn1.DataPropertyName = "check_type"; this.dataGridViewCheckBoxColumn1.HeaderText = "是否核对"; this.dataGridViewCheckBoxColumn1.MinimumWidth = 8; this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; this.dataGridViewCheckBoxColumn1.Width = 150; // // work_order // this.work_order.DataPropertyName = "work_order"; this.work_order.HeaderText = "工单号"; this.work_order.MinimumWidth = 8; this.work_order.Name = "work_order"; this.work_order.ReadOnly = true; this.work_order.Width = 150; // // SN // this.SN.DataPropertyName = "SN"; this.SN.HeaderText = "序列号"; this.SN.MinimumWidth = 8; this.SN.Name = "SN"; this.SN.ReadOnly = true; this.SN.Width = 180; // // line // this.line.DataPropertyName = "line"; this.line.HeaderText = "线体"; this.line.MinimumWidth = 8; this.line.Name = "line"; this.line.ReadOnly = true; this.line.Width = 120; // // Side // this.Side.DataPropertyName = "Side"; this.Side.HeaderText = "面别"; this.Side.MinimumWidth = 8; this.Side.Name = "Side"; this.Side.ReadOnly = true; this.Side.Width = 80; // // update_time // this.update_time.DataPropertyName = "update_time"; this.update_time.HeaderText = "清洗时间"; this.update_time.MinimumWidth = 8; this.update_time.Name = "update_time"; this.update_time.ReadOnly = true; this.update_time.Width = 150; // // update_name // this.update_name.DataPropertyName = "update_name"; this.update_name.HeaderText = "清洗人员"; this.update_name.MinimumWidth = 8; this.update_name.Name = "update_name"; this.update_name.ReadOnly = true; this.update_name.Width = 150; // // check_type // this.check_type.DataPropertyName = "check_type"; this.check_type.HeaderText = "是否核对"; this.check_type.MinimumWidth = 8; this.check_type.Name = "check_type"; this.check_type.ReadOnly = true; this.check_type.Width = 150; // // OperateResult // this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(0, 0); this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(378, 463); this.OperateResult.TabIndex = 155; this.OperateResult.Text = ""; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "update_time"; this.dataGridViewTextBoxColumn7.HeaderText = "操作时间"; this.dataGridViewTextBoxColumn7.MinimumWidth = 8; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; this.dataGridViewTextBoxColumn7.Width = 150; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "update_name"; this.dataGridViewTextBoxColumn8.HeaderText = "操作人"; this.dataGridViewTextBoxColumn8.MinimumWidth = 8; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Width = 150; // // Make_PcbCleanCheck // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1280, 720); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.TopBox); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Make_PcbCleanCheck"; this.Text = "Make_BurnInfo"; this.Load += new System.EventHandler(this.Make_BurnInfo_Load); this.TopBox.ResumeLayout(false); this.TopBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.RightBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label ms_makecode_label; private System.Windows.Forms.Label LineLab; private System.Windows.Forms.ComboBox LineVal; private System.Windows.Forms.Panel TopBox; private System.Windows.Forms.Label SnLab; private System.Windows.Forms.DataGridView DataBox; private System.Windows.Forms.TextBox SnVal; private CustomControl.RichText.RichTextAutoBottom OperateResult; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel RightBox; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; private System.Windows.Forms.Button ClearMsg; private System.Windows.Forms.Label SideLab; private System.Windows.Forms.ComboBox SideVal; private System.Windows.Forms.TextBox EmployeeVal; private System.Windows.Forms.Label EmployeeLab; private System.Windows.Forms.DataGridViewTextBoxColumn work_order; private System.Windows.Forms.DataGridViewTextBoxColumn SN; private System.Windows.Forms.DataGridViewTextBoxColumn line; private System.Windows.Forms.DataGridViewTextBoxColumn Side; private System.Windows.Forms.DataGridViewTextBoxColumn update_time; private System.Windows.Forms.DataGridViewTextBoxColumn update_name; private System.Windows.Forms.DataGridViewCheckBoxColumn check_type; private System.Windows.Forms.TextBox ms_makecode_Val; private System.Windows.Forms.TextBox CheckEmployeeVal; private System.Windows.Forms.Label CheckEmployeeLab; private System.Windows.Forms.TextBox SpecVal; private System.Windows.Forms.Label SpecLab; private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1; } }