| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825 |
- 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.SaveCache = new System.Windows.Forms.Button();
- this.DeleteLog = new System.Windows.Forms.Button();
- this.IcDetailVal = new System.Windows.Forms.TextBox();
- this.IcDetailLab = new System.Windows.Forms.Label();
- this.CurrQtyVal = new System.Windows.Forms.TextBox();
- this.CurrQtyLab = new System.Windows.Forms.Label();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
- this.EmployeeVal = new System.Windows.Forms.TextBox();
- this.EmployeeLab = new System.Windows.Forms.Label();
- this.ma_qty = new System.Windows.Forms.TextBox();
- this.TargetQtyLab = new System.Windows.Forms.Label();
- this.pr_spec = new System.Windows.Forms.TextBox();
- this.PrdetailLab = new System.Windows.Forms.Label();
- this.BurnLotnoVal = new System.Windows.Forms.TextBox();
- this.BurnLotnoLab = new System.Windows.Forms.Label();
- this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
- 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.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- 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.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RemarkVal = new System.Windows.Forms.TextBox();
- this.RemarkLab = new System.Windows.Forms.Label();
- this.burn_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.burn_qty = 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.ic_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.update_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.update_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.inspect_res = 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(26, 30);
- 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(381, 149);
- 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 = "线体";
- this.LineLab.Visible = false;
- //
- // LineVal
- //
- this.LineVal.FormattingEnabled = true;
- this.LineVal.Location = new System.Drawing.Point(432, 148);
- this.LineVal.Name = "LineVal";
- this.LineVal.Size = new System.Drawing.Size(243, 32);
- this.LineVal.TabIndex = 145;
- this.LineVal.Visible = false;
- //
- // BurnSwVal
- //
- this.BurnSwVal.Location = new System.Drawing.Point(91, 75);
- this.BurnSwVal.Multiline = true;
- this.BurnSwVal.Name = "BurnSwVal";
- this.BurnSwVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.BurnSwVal.Size = new System.Drawing.Size(245, 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(26, 86);
- 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(374, 86);
- 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(692, 86);
- 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(431, 75);
- this.CheckCodeVal.Multiline = true;
- this.CheckCodeVal.Name = "CheckCodeVal";
- this.CheckCodeVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.CheckCodeVal.Size = new System.Drawing.Size(245, 50);
- this.CheckCodeVal.TabIndex = 150;
- this.CheckCodeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckCodeVal_KeyDown);
- //
- // DotVal
- //
- this.DotVal.Location = new System.Drawing.Point(757, 75);
- this.DotVal.Multiline = true;
- this.DotVal.Name = "DotVal";
- this.DotVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.DotVal.Size = new System.Drawing.Size(245, 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(695, 149);
- 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.Visible = false;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // TopBox
- //
- this.TopBox.Controls.Add(this.RemarkVal);
- this.TopBox.Controls.Add(this.RemarkLab);
- this.TopBox.Controls.Add(this.SaveCache);
- this.TopBox.Controls.Add(this.DeleteLog);
- this.TopBox.Controls.Add(this.IcDetailVal);
- this.TopBox.Controls.Add(this.IcDetailLab);
- this.TopBox.Controls.Add(this.CurrQtyVal);
- this.TopBox.Controls.Add(this.CurrQtyLab);
- this.TopBox.Controls.Add(this.ma_code);
- this.TopBox.Controls.Add(this.EmployeeVal);
- this.TopBox.Controls.Add(this.EmployeeLab);
- this.TopBox.Controls.Add(this.ma_qty);
- this.TopBox.Controls.Add(this.TargetQtyLab);
- this.TopBox.Controls.Add(this.pr_spec);
- this.TopBox.Controls.Add(this.PrdetailLab);
- 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.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, 259);
- this.TopBox.TabIndex = 153;
- //
- // SaveCache
- //
- this.SaveCache.Cursor = System.Windows.Forms.Cursors.Hand;
- this.SaveCache.Enabled = false;
- this.SaveCache.Location = new System.Drawing.Point(566, 204);
- this.SaveCache.Name = "SaveCache";
- this.SaveCache.Size = new System.Drawing.Size(95, 28);
- this.SaveCache.TabIndex = 186;
- this.SaveCache.Text = "保存缓存";
- this.SaveCache.UseVisualStyleBackColor = true;
- this.SaveCache.Click += new System.EventHandler(this.SaveCache_Click);
- //
- // DeleteLog
- //
- this.DeleteLog.Cursor = System.Windows.Forms.Cursors.Hand;
- this.DeleteLog.Enabled = false;
- this.DeleteLog.Location = new System.Drawing.Point(669, 204);
- this.DeleteLog.Name = "DeleteLog";
- this.DeleteLog.Size = new System.Drawing.Size(95, 28);
- this.DeleteLog.TabIndex = 185;
- this.DeleteLog.Text = "删除记录";
- this.DeleteLog.UseVisualStyleBackColor = true;
- this.DeleteLog.Click += new System.EventHandler(this.DeleteLog_Click);
- //
- // IcDetailVal
- //
- this.IcDetailVal.Location = new System.Drawing.Point(1083, 75);
- this.IcDetailVal.Multiline = true;
- this.IcDetailVal.Name = "IcDetailVal";
- this.IcDetailVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.IcDetailVal.Size = new System.Drawing.Size(245, 50);
- this.IcDetailVal.TabIndex = 184;
- //
- // IcDetailLab
- //
- this.IcDetailLab.AutoSize = true;
- this.IcDetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.IcDetailLab.Location = new System.Drawing.Point(1018, 86);
- this.IcDetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.IcDetailLab.Name = "IcDetailLab";
- this.IcDetailLab.Size = new System.Drawing.Size(96, 28);
- this.IcDetailLab.TabIndex = 183;
- this.IcDetailLab.Text = "芯片信息";
- //
- // CurrQtyVal
- //
- this.CurrQtyVal.Enabled = false;
- this.CurrQtyVal.Location = new System.Drawing.Point(1086, 31);
- this.CurrQtyVal.Name = "CurrQtyVal";
- this.CurrQtyVal.Size = new System.Drawing.Size(61, 31);
- this.CurrQtyVal.TabIndex = 182;
- //
- // CurrQtyLab
- //
- this.CurrQtyLab.AutoSize = true;
- this.CurrQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CurrQtyLab.Location = new System.Drawing.Point(1020, 32);
- this.CurrQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.CurrQtyLab.Name = "CurrQtyLab";
- this.CurrQtyLab.Size = new System.Drawing.Size(96, 28);
- this.CurrQtyLab.TabIndex = 181;
- this.CurrQtyLab.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(91, 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;
- //
- // EmployeeVal
- //
- this.EmployeeVal.Location = new System.Drawing.Point(434, 206);
- this.EmployeeVal.Name = "EmployeeVal";
- this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
- this.EmployeeVal.TabIndex = 180;
- //
- // 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(366, 206);
- 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 = 179;
- this.EmployeeLab.Text = "操作员";
- //
- // ma_qty
- //
- this.ma_qty.Enabled = false;
- this.ma_qty.Location = new System.Drawing.Point(434, 30);
- this.ma_qty.Name = "ma_qty";
- this.ma_qty.Size = new System.Drawing.Size(61, 31);
- this.ma_qty.TabIndex = 159;
- //
- // TargetQtyLab
- //
- this.TargetQtyLab.AutoSize = true;
- this.TargetQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.TargetQtyLab.Location = new System.Drawing.Point(366, 30);
- this.TargetQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.TargetQtyLab.Name = "TargetQtyLab";
- this.TargetQtyLab.Size = new System.Drawing.Size(96, 28);
- this.TargetQtyLab.TabIndex = 158;
- this.TargetQtyLab.Text = "工单数量";
- //
- // pr_spec
- //
- this.pr_spec.Enabled = false;
- this.pr_spec.Location = new System.Drawing.Point(581, 30);
- this.pr_spec.Name = "pr_spec";
- this.pr_spec.Size = new System.Drawing.Size(429, 31);
- this.pr_spec.TabIndex = 157;
- //
- // PrdetailLab
- //
- this.PrdetailLab.AutoSize = true;
- this.PrdetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrdetailLab.Location = new System.Drawing.Point(512, 30);
- this.PrdetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.PrdetailLab.Name = "PrdetailLab";
- this.PrdetailLab.Size = new System.Drawing.Size(102, 28);
- this.PrdetailLab.TabIndex = 156;
- this.PrdetailLab.Text = "机型信息 ";
- //
- // BurnLotnoVal
- //
- this.BurnLotnoVal.Location = new System.Drawing.Point(91, 206);
- 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(26, 206);
- 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 = "条码扫描";
- //
- // 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(295, 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;
- //
- // 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.burn_id,
- this.work_order,
- this.burn_qty,
- this.burn_lotno,
- this.line,
- this.burn_software,
- this.check_code,
- this.dot_detail,
- this.ic_detail,
- this.remark,
- this.update_time,
- this.update_name,
- this.inspect_res});
- 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.MultiSelect = false;
- this.DataBox.Name = "DataBox";
- this.DataBox.ReadOnly = true;
- this.DataBox.RowHeadersWidth = 62;
- this.DataBox.RowTemplate.Height = 30;
- this.DataBox.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DataBox.Size = new System.Drawing.Size(890, 455);
- this.DataBox.TabIndex = 154;
- this.DataBox.SelectionChanged += new System.EventHandler(this.DataBox_SelectionChanged);
- //
- // 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, 259);
- 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, 461);
- 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, 455);
- 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);
- //
- // 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 = "";
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "work_order";
- this.dataGridViewTextBoxColumn1.HeaderText = "工单号";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Visible = false;
- 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.Visible = false;
- 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.Visible = false;
- 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;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.DataPropertyName = "update_name";
- this.dataGridViewTextBoxColumn9.HeaderText = "操作人";
- this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Width = 150;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.DataPropertyName = "update_name";
- this.dataGridViewTextBoxColumn10.HeaderText = "操作人";
- this.dataGridViewTextBoxColumn10.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- this.dataGridViewTextBoxColumn10.Width = 150;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.DataPropertyName = "inspect_res";
- this.dataGridViewTextBoxColumn11.HeaderText = "抽检结果";
- this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- this.dataGridViewTextBoxColumn11.Width = 80;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.DataPropertyName = "inspect_res";
- this.dataGridViewTextBoxColumn12.HeaderText = "抽检结果";
- this.dataGridViewTextBoxColumn12.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.Width = 80;
- //
- // RemarkVal
- //
- this.RemarkVal.Location = new System.Drawing.Point(91, 141);
- this.RemarkVal.Multiline = true;
- this.RemarkVal.Name = "RemarkVal";
- this.RemarkVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.RemarkVal.Size = new System.Drawing.Size(243, 50);
- this.RemarkVal.TabIndex = 188;
- //
- // RemarkLab
- //
- this.RemarkLab.AutoSize = true;
- this.RemarkLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.RemarkLab.Location = new System.Drawing.Point(38, 152);
- this.RemarkLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.RemarkLab.Name = "RemarkLab";
- this.RemarkLab.Size = new System.Drawing.Size(54, 28);
- this.RemarkLab.TabIndex = 187;
- this.RemarkLab.Text = "备注";
- //
- // burn_id
- //
- this.burn_id.DataPropertyName = "burn_id";
- this.burn_id.HeaderText = "burn_id";
- this.burn_id.MinimumWidth = 8;
- this.burn_id.Name = "burn_id";
- this.burn_id.ReadOnly = true;
- this.burn_id.Visible = false;
- this.burn_id.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_qty
- //
- this.burn_qty.DataPropertyName = "burn_qty";
- this.burn_qty.HeaderText = "烧录数量";
- this.burn_qty.MinimumWidth = 8;
- this.burn_qty.Name = "burn_qty";
- this.burn_qty.ReadOnly = true;
- this.burn_qty.Width = 80;
- //
- // 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.Visible = false;
- 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;
- //
- // ic_detail
- //
- this.ic_detail.DataPropertyName = "ic_detail";
- this.ic_detail.HeaderText = "芯片信息";
- this.ic_detail.MinimumWidth = 8;
- this.ic_detail.Name = "ic_detail";
- this.ic_detail.ReadOnly = true;
- this.ic_detail.Width = 150;
- //
- // remark
- //
- this.remark.DataPropertyName = "remark";
- this.remark.HeaderText = "备注";
- this.remark.MinimumWidth = 8;
- this.remark.Name = "remark";
- this.remark.ReadOnly = true;
- this.remark.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;
- //
- // inspect_res
- //
- this.inspect_res.DataPropertyName = "inspect_res";
- this.inspect_res.HeaderText = "抽检结果";
- this.inspect_res.MinimumWidth = 8;
- this.inspect_res.Name = "inspect_res";
- this.inspect_res.ReadOnly = true;
- this.inspect_res.Width = 80;
- //
- // 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.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 PrdetailLab;
- private System.Windows.Forms.TextBox pr_spec;
- private System.Windows.Forms.TextBox ma_qty;
- private System.Windows.Forms.Label TargetQtyLab;
- private System.Windows.Forms.TextBox EmployeeVal;
- private System.Windows.Forms.Label EmployeeLab;
- private System.Windows.Forms.TextBox CurrQtyVal;
- private System.Windows.Forms.Label CurrQtyLab;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.TextBox IcDetailVal;
- private System.Windows.Forms.Label IcDetailLab;
- private System.Windows.Forms.Button DeleteLog;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.Button SaveCache;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.TextBox RemarkVal;
- private System.Windows.Forms.Label RemarkLab;
- private System.Windows.Forms.DataGridViewTextBoxColumn burn_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
- private System.Windows.Forms.DataGridViewTextBoxColumn burn_qty;
- 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 ic_detail;
- private System.Windows.Forms.DataGridViewTextBoxColumn remark;
- private System.Windows.Forms.DataGridViewTextBoxColumn update_time;
- private System.Windows.Forms.DataGridViewTextBoxColumn update_name;
- private System.Windows.Forms.DataGridViewTextBoxColumn inspect_res;
- }
- }
|