| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_BurnInfo
- {
- /// <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.BurnSwVal = new System.Windows.Forms.TextBox();
- this.BurnSwLab = new System.Windows.Forms.Label();
- this.CheckCodeLab = new System.Windows.Forms.Label();
- this.DotLab = new System.Windows.Forms.Label();
- this.CheckCodeVal = new System.Windows.Forms.TextBox();
- this.DotVal = new System.Windows.Forms.TextBox();
- this.Confirm = new System.Windows.Forms.Button();
- this.TopBox = new System.Windows.Forms.Panel();
- this.BurnLotnoVal = new System.Windows.Forms.TextBox();
- this.BurnLotnoLab = 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.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.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.burn_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.burn_software = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.check_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dot_detail = 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.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
- 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(25, 32);
- 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(96, 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(402, 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.FormattingEnabled = true;
- this.LineVal.Location = new System.Drawing.Point(458, 32);
- this.LineVal.Name = "LineVal";
- this.LineVal.Size = new System.Drawing.Size(243, 32);
- this.LineVal.TabIndex = 145;
- //
- // BurnSwVal
- //
- this.BurnSwVal.Location = new System.Drawing.Point(90, 102);
- this.BurnSwVal.Multiline = true;
- this.BurnSwVal.Name = "BurnSwVal";
- this.BurnSwVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.BurnSwVal.Size = new System.Drawing.Size(276, 50);
- this.BurnSwVal.TabIndex = 146;
- this.BurnSwVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BurnSwVal_KeyDown);
- //
- // BurnSwLab
- //
- this.BurnSwLab.AutoSize = true;
- this.BurnSwLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.BurnSwLab.Location = new System.Drawing.Point(25, 111);
- this.BurnSwLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.BurnSwLab.Name = "BurnSwLab";
- this.BurnSwLab.Size = new System.Drawing.Size(96, 28);
- this.BurnSwLab.TabIndex = 147;
- this.BurnSwLab.Text = "烧录软件";
- //
- // CheckCodeLab
- //
- this.CheckCodeLab.AutoSize = true;
- this.CheckCodeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CheckCodeLab.Location = new System.Drawing.Point(402, 111);
- this.CheckCodeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.CheckCodeLab.Name = "CheckCodeLab";
- this.CheckCodeLab.Size = new System.Drawing.Size(75, 28);
- this.CheckCodeLab.TabIndex = 148;
- this.CheckCodeLab.Text = "效验码";
- //
- // DotLab
- //
- this.DotLab.AutoSize = true;
- this.DotLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.DotLab.Location = new System.Drawing.Point(718, 111);
- this.DotLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.DotLab.Name = "DotLab";
- this.DotLab.Size = new System.Drawing.Size(96, 28);
- this.DotLab.TabIndex = 149;
- this.DotLab.Text = "打点信息";
- //
- // CheckCodeVal
- //
- this.CheckCodeVal.Location = new System.Drawing.Point(458, 102);
- this.CheckCodeVal.Multiline = true;
- this.CheckCodeVal.Name = "CheckCodeVal";
- this.CheckCodeVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.CheckCodeVal.Size = new System.Drawing.Size(243, 50);
- this.CheckCodeVal.TabIndex = 150;
- this.CheckCodeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckCodeVal_KeyDown);
- //
- // DotVal
- //
- this.DotVal.Location = new System.Drawing.Point(780, 99);
- this.DotVal.Multiline = true;
- this.DotVal.Name = "DotVal";
- this.DotVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.DotVal.Size = new System.Drawing.Size(243, 50);
- this.DotVal.TabIndex = 151;
- this.DotVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DotVal_KeyDown);
- //
- // Confirm
- //
- this.Confirm.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Confirm.Location = new System.Drawing.Point(1054, 111);
- this.Confirm.Name = "Confirm";
- this.Confirm.Size = new System.Drawing.Size(81, 28);
- this.Confirm.TabIndex = 152;
- this.Confirm.Text = "确定";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // TopBox
- //
- this.TopBox.Controls.Add(this.BurnLotnoVal);
- this.TopBox.Controls.Add(this.BurnLotnoLab);
- this.TopBox.Controls.Add(this.LineLab);
- this.TopBox.Controls.Add(this.LockMakeCode);
- this.TopBox.Controls.Add(this.Confirm);
- this.TopBox.Controls.Add(this.DotVal);
- this.TopBox.Controls.Add(this.LineVal);
- this.TopBox.Controls.Add(this.CheckCodeVal);
- this.TopBox.Controls.Add(this.ms_makecode_label);
- this.TopBox.Controls.Add(this.DotLab);
- this.TopBox.Controls.Add(this.ma_code);
- this.TopBox.Controls.Add(this.CheckCodeLab);
- this.TopBox.Controls.Add(this.BurnSwVal);
- this.TopBox.Controls.Add(this.BurnSwLab);
- 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, 192);
- this.TopBox.TabIndex = 153;
- //
- // BurnLotnoVal
- //
- this.BurnLotnoVal.Location = new System.Drawing.Point(780, 32);
- this.BurnLotnoVal.Name = "BurnLotnoVal";
- this.BurnLotnoVal.Size = new System.Drawing.Size(243, 31);
- this.BurnLotnoVal.TabIndex = 155;
- this.BurnLotnoVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BurnLotnoVal_KeyDown);
- //
- // BurnLotnoLab
- //
- this.BurnLotnoLab.AutoSize = true;
- this.BurnLotnoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.BurnLotnoLab.Location = new System.Drawing.Point(718, 36);
- this.BurnLotnoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.BurnLotnoLab.Name = "BurnLotnoLab";
- this.BurnLotnoLab.Size = new System.Drawing.Size(96, 28);
- this.BurnLotnoLab.TabIndex = 154;
- this.BurnLotnoLab.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.burn_lotno,
- this.line,
- this.burn_software,
- this.check_code,
- this.dot_detail,
- 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, 522);
- 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, 192);
- 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, 528F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 528);
- 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, 522);
- 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);
- //
- // 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.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;
- //
- // 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;
- //
- // 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;
- //
- // burn_lotno
- //
- this.burn_lotno.DataPropertyName = "burn_lotno";
- this.burn_lotno.HeaderText = "烧录批号";
- this.burn_lotno.MinimumWidth = 8;
- this.burn_lotno.Name = "burn_lotno";
- this.burn_lotno.ReadOnly = true;
- this.burn_lotno.Width = 150;
- //
- // line
- //
- this.line.DataPropertyName = "line";
- this.line.HeaderText = "线体";
- this.line.MinimumWidth = 8;
- this.line.Name = "line";
- this.line.ReadOnly = true;
- this.line.Width = 150;
- //
- // burn_software
- //
- this.burn_software.DataPropertyName = "burn_software";
- this.burn_software.HeaderText = "烧录软件";
- this.burn_software.MinimumWidth = 8;
- this.burn_software.Name = "burn_software";
- this.burn_software.ReadOnly = true;
- this.burn_software.Width = 150;
- //
- // check_code
- //
- this.check_code.DataPropertyName = "check_code";
- this.check_code.HeaderText = "校验码";
- this.check_code.MinimumWidth = 8;
- this.check_code.Name = "check_code";
- this.check_code.ReadOnly = true;
- this.check_code.Width = 150;
- //
- // dot_detail
- //
- this.dot_detail.DataPropertyName = "dot_detail";
- this.dot_detail.HeaderText = "打点信息";
- this.dot_detail.MinimumWidth = 8;
- this.dot_detail.Name = "dot_detail";
- this.dot_detail.ReadOnly = true;
- this.dot_detail.Width = 150;
- //
- // 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("微软雅黑", 12F, 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 = "";
- //
- // 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, 34);
- this.LockMakeCode.Name = "LockMakeCode";
- this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
- this.LockMakeCode.TabIndex = 153;
- this.LockMakeCode.Text = "锁定";
- this.LockMakeCode.UseVisualStyleBackColor = true;
- //
- // 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(91, 32);
- 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;
- //
- // Make_BurnInfo
- //
- 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_BurnInfo";
- 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.TextBox BurnSwVal;
- private System.Windows.Forms.Label BurnSwLab;
- private System.Windows.Forms.Label CheckCodeLab;
- private System.Windows.Forms.Label DotLab;
- private System.Windows.Forms.TextBox CheckCodeVal;
- private System.Windows.Forms.TextBox DotVal;
- private System.Windows.Forms.Button Confirm;
- private System.Windows.Forms.Panel TopBox;
- private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
- private System.Windows.Forms.Label BurnLotnoLab;
- private System.Windows.Forms.DataGridView DataBox;
- private System.Windows.Forms.TextBox BurnLotnoVal;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
- private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
- private System.Windows.Forms.DataGridViewTextBoxColumn line;
- private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
- private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
- private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
- private System.Windows.Forms.DataGridViewTextBoxColumn update_time;
- private System.Windows.Forms.DataGridViewTextBoxColumn update_name;
- 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;
- }
- }
|