| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_PcbClean
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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.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.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.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.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
- this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SpecVal = new System.Windows.Forms.TextBox();
- 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(389, 31);
- 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(432, 29);
- 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.EmployeeVal);
- this.TopBox.Controls.Add(this.EmployeeLab);
- this.TopBox.Controls.Add(this.SideLab);
- this.TopBox.Controls.Add(this.SideVal);
- this.TopBox.Controls.Add(this.ma_code);
- this.TopBox.Controls.Add(this.SnVal);
- this.TopBox.Controls.Add(this.SnLab);
- this.TopBox.Controls.Add(this.LineLab);
- this.TopBox.Controls.Add(this.LockMakeCode);
- 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;
- //
- // EmployeeVal
- //
- this.EmployeeVal.Location = new System.Drawing.Point(824, 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(771, 31);
- this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.EmployeeLab.Name = "EmployeeLab";
- this.EmployeeLab.Size = new System.Drawing.Size(75, 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(610, 31);
- 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.Items.AddRange(new object[] {
- "A面",
- "B面"});
- this.SideVal.Location = new System.Drawing.Point(656, 30);
- 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(86, 121);
- 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(26, 121);
- 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.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);
- //
- // 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(954, 30);
- 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 = 188;
- 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;
- //
- // 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;
- //
- // 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 = "";
- //
- // ma_code
- //
- this.ma_code.AllPower = null;
- this.ma_code.Caller = null;
- this.ma_code.Condition = null;
- this.ma_code.DBTitle = null;
- this.ma_code.FormName = null;
- this.ma_code.Location = new System.Drawing.Point(86, 30);
- this.ma_code.Name = "ma_code";
- this.ma_code.Power = null;
- this.ma_code.ReturnData = null;
- this.ma_code.SelectField = null;
- this.ma_code.SetValueField = null;
- this.ma_code.Size = new System.Drawing.Size(205, 32);
- this.ma_code.TabIndex = 143;
- this.ma_code.TableName = null;
- this.ma_code.Tag = "ma_code";
- this.ma_code.TextBoxEnable = true;
- //
- // LockMakeCode
- //
- this.LockMakeCode.AutoSize = true;
- this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LockMakeCode.LeaveEvent = false;
- this.LockMakeCode.Location = new System.Drawing.Point(310, 32);
- this.LockMakeCode.Name = "LockMakeCode";
- this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
- this.LockMakeCode.TabIndex = 153;
- this.LockMakeCode.Text = "锁定";
- this.LockMakeCode.UseVisualStyleBackColor = true;
- //
- // 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;
- //
- // SpecVal
- //
- this.SpecVal.Location = new System.Drawing.Point(1026, 15);
- this.SpecVal.Multiline = true;
- this.SpecVal.Name = "SpecVal";
- this.SpecVal.Size = new System.Drawing.Size(420, 61);
- this.SpecVal.TabIndex = 189;
- //
- // Make_PcbClean
- //
- 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_PcbClean";
- 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 CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
- 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 CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
- 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.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.TextBox EmployeeVal;
- private System.Windows.Forms.Label EmployeeLab;
- private System.Windows.Forms.Label SpecLab;
- private System.Windows.Forms.TextBox SpecVal;
- }
- }
|