namespace UAS_MES_NEW.Make { partial class Make_GetReMakeSN { /// /// 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.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder(); this.ma_id = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.ma_craftcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.ma_saveimei = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox(); this.ma_savemacbt = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox(); this.LockCheckBox = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox(); this.ma_code_label = new System.Windows.Forms.Label(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox(); this.getsnqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.pr_code_label = new System.Windows.Forms.Label(); this.getsnqty_label = new System.Windows.Forms.Label(); this.pr_detail_label = new System.Windows.Forms.Label(); this.ma_qty_label = new System.Windows.Forms.Label(); this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder(); this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.label2 = new System.Windows.Forms.Label(); this.PrintLabel = new System.Windows.Forms.ComboBox(); this.PrintLabel_label = new System.Windows.Forms.Label(); this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox(); this.PrinterList_label = new System.Windows.Forms.Label(); this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder(); this.ReWorkAsRelateTSN = new System.Windows.Forms.RadioButton(); this.ReWorkAsCurrentSN = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.groupBoxWithBorder1.SuspendLayout(); this.groupBoxWithBorder2.SuspendLayout(); this.groupBoxWithBorder3.SuspendLayout(); this.SuspendLayout(); // // groupBoxWithBorder1 // this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black; this.groupBoxWithBorder1.Controls.Add(this.ma_id); this.groupBoxWithBorder1.Controls.Add(this.ma_craftcode); this.groupBoxWithBorder1.Controls.Add(this.ma_saveimei); this.groupBoxWithBorder1.Controls.Add(this.ma_savemacbt); this.groupBoxWithBorder1.Controls.Add(this.LockCheckBox); this.groupBoxWithBorder1.Controls.Add(this.ma_code_label); this.groupBoxWithBorder1.Controls.Add(this.ma_code); this.groupBoxWithBorder1.Controls.Add(this.getsnqty); this.groupBoxWithBorder1.Controls.Add(this.pr_code); this.groupBoxWithBorder1.Controls.Add(this.ma_qty); this.groupBoxWithBorder1.Controls.Add(this.pr_detail); this.groupBoxWithBorder1.Controls.Add(this.pr_code_label); this.groupBoxWithBorder1.Controls.Add(this.getsnqty_label); this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label); this.groupBoxWithBorder1.Controls.Add(this.ma_qty_label); this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBoxWithBorder1.Location = new System.Drawing.Point(14, 15); this.groupBoxWithBorder1.Name = "groupBoxWithBorder1"; this.groupBoxWithBorder1.Size = new System.Drawing.Size(1227, 219); this.groupBoxWithBorder1.TabIndex = 0; this.groupBoxWithBorder1.TabStop = false; this.groupBoxWithBorder1.Text = "工单信息"; this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black; // // ma_id // this.ma_id.AutoSize = true; this.ma_id.CutLength = null; this.ma_id.Location = new System.Drawing.Point(886, 164); this.ma_id.MaximumSize = new System.Drawing.Size(225, 0); this.ma_id.Name = "ma_id"; this.ma_id.Size = new System.Drawing.Size(0, 31); this.ma_id.TabIndex = 16; this.ma_id.Visible = false; // // ma_craftcode // this.ma_craftcode.AutoSize = true; this.ma_craftcode.CutLength = null; this.ma_craftcode.Location = new System.Drawing.Point(804, 164); this.ma_craftcode.MaximumSize = new System.Drawing.Size(225, 0); this.ma_craftcode.Name = "ma_craftcode"; this.ma_craftcode.Size = new System.Drawing.Size(0, 31); this.ma_craftcode.TabIndex = 15; this.ma_craftcode.Visible = false; // // ma_saveimei // this.ma_saveimei.AllPower = null; this.ma_saveimei.AutoSize = true; this.ma_saveimei.Enabled = false; this.ma_saveimei.Location = new System.Drawing.Point(465, 160); this.ma_saveimei.Name = "ma_saveimei"; this.ma_saveimei.Power = null; this.ma_saveimei.Size = new System.Drawing.Size(292, 35); this.ma_saveimei.TabIndex = 14; this.ma_saveimei.Text = "保留原有IMEI/网标信息"; this.ma_saveimei.UseVisualStyleBackColor = true; // // ma_savemacbt // this.ma_savemacbt.AllPower = null; this.ma_savemacbt.AutoSize = true; this.ma_savemacbt.Enabled = false; this.ma_savemacbt.Location = new System.Drawing.Point(42, 160); this.ma_savemacbt.Name = "ma_savemacbt"; this.ma_savemacbt.Power = null; this.ma_savemacbt.Size = new System.Drawing.Size(279, 35); this.ma_savemacbt.TabIndex = 13; this.ma_savemacbt.Text = "保留原有MAC/BT信息"; this.ma_savemacbt.UseVisualStyleBackColor = true; // // LockCheckBox // this.LockCheckBox.AutoSize = true; this.LockCheckBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LockCheckBox.LeaveEvent = false; this.LockCheckBox.Location = new System.Drawing.Point(357, 48); this.LockCheckBox.Name = "LockCheckBox"; this.LockCheckBox.Size = new System.Drawing.Size(72, 28); this.LockCheckBox.TabIndex = 12; this.LockCheckBox.Text = "锁定"; this.LockCheckBox.UseVisualStyleBackColor = true; // // ma_code_label // this.ma_code_label.AutoSize = true; this.ma_code_label.Location = new System.Drawing.Point(36, 44); this.ma_code_label.Name = "ma_code_label"; this.ma_code_label.Size = new System.Drawing.Size(110, 31); this.ma_code_label.TabIndex = 11; this.ma_code_label.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.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(172, 51); 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(176, 33); this.ma_code.TabIndex = 10; this.ma_code.TableName = null; this.ma_code.TextBoxEnable = true; this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged); // // getsnqty // this.getsnqty.AutoSize = true; this.getsnqty.CutLength = null; this.getsnqty.Location = new System.Drawing.Point(924, 40); this.getsnqty.MaximumSize = new System.Drawing.Size(225, 0); this.getsnqty.Name = "getsnqty"; this.getsnqty.Size = new System.Drawing.Size(0, 31); this.getsnqty.TabIndex = 8; // // pr_code // this.pr_code.AutoSize = true; this.pr_code.CutLength = null; this.pr_code.Location = new System.Drawing.Point(160, 108); this.pr_code.MaximumSize = new System.Drawing.Size(225, 0); this.pr_code.Name = "pr_code"; this.pr_code.Size = new System.Drawing.Size(0, 31); this.pr_code.TabIndex = 7; this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged); // // ma_qty // this.ma_qty.AutoSize = true; this.ma_qty.CutLength = null; this.ma_qty.Location = new System.Drawing.Point(582, 40); this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0); this.ma_qty.Name = "ma_qty"; this.ma_qty.Size = new System.Drawing.Size(0, 31); this.ma_qty.TabIndex = 6; // // pr_detail // this.pr_detail.AutoSize = true; this.pr_detail.CutLength = null; this.pr_detail.Location = new System.Drawing.Point(582, 108); this.pr_detail.MaximumSize = new System.Drawing.Size(225, 0); this.pr_detail.Name = "pr_detail"; this.pr_detail.Size = new System.Drawing.Size(0, 31); this.pr_detail.TabIndex = 5; // // pr_code_label // this.pr_code_label.AutoSize = true; this.pr_code_label.Location = new System.Drawing.Point(36, 108); this.pr_code_label.Name = "pr_code_label"; this.pr_code_label.Size = new System.Drawing.Size(110, 31); this.pr_code_label.TabIndex = 4; this.pr_code_label.Text = "产品编号"; // // getsnqty_label // this.getsnqty_label.AutoSize = true; this.getsnqty_label.Location = new System.Drawing.Point(804, 40); this.getsnqty_label.Name = "getsnqty_label"; this.getsnqty_label.Size = new System.Drawing.Size(110, 31); this.getsnqty_label.TabIndex = 2; this.getsnqty_label.Text = "已维护数"; // // pr_detail_label // this.pr_detail_label.AutoSize = true; this.pr_detail_label.Location = new System.Drawing.Point(459, 108); this.pr_detail_label.Name = "pr_detail_label"; this.pr_detail_label.Size = new System.Drawing.Size(110, 31); this.pr_detail_label.TabIndex = 1; this.pr_detail_label.Text = "产品名称"; // // ma_qty_label // this.ma_qty_label.AutoSize = true; this.ma_qty_label.Location = new System.Drawing.Point(459, 40); this.ma_qty_label.Name = "ma_qty_label"; this.ma_qty_label.Size = new System.Drawing.Size(110, 31); this.ma_qty_label.TabIndex = 0; this.ma_qty_label.Text = "工单数量"; // // groupBoxWithBorder2 // this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black; this.groupBoxWithBorder2.Controls.Add(this.PrintNum); this.groupBoxWithBorder2.Controls.Add(this.label2); this.groupBoxWithBorder2.Controls.Add(this.PrintLabel); this.groupBoxWithBorder2.Controls.Add(this.PrintLabel_label); this.groupBoxWithBorder2.Controls.Add(this.AutoPrint); this.groupBoxWithBorder2.Controls.Add(this.PrinterList_label); this.groupBoxWithBorder2.Controls.Add(this.PrinterList); this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBoxWithBorder2.Location = new System.Drawing.Point(14, 242); this.groupBoxWithBorder2.Name = "groupBoxWithBorder2"; this.groupBoxWithBorder2.Size = new System.Drawing.Size(603, 213); this.groupBoxWithBorder2.TabIndex = 13; this.groupBoxWithBorder2.TabStop = false; this.groupBoxWithBorder2.Text = "打印设置"; this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black; // // PrintNum // this.PrintNum.AllPower = null; this.PrintNum.BackColor = System.Drawing.Color.White; this.PrintNum.Enabled = false; this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.PrintNum.ID = null; this.PrintNum.Location = new System.Drawing.Point(466, 166); this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.PrintNum.Name = "PrintNum"; this.PrintNum.Power = null; this.PrintNum.Size = new System.Drawing.Size(79, 31); this.PrintNum.Str = null; this.PrintNum.Str1 = null; this.PrintNum.Str2 = null; this.PrintNum.TabIndex = 19; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(330, 165); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 31); this.label2.TabIndex = 18; this.label2.Text = "打印份数"; // // PrintLabel // this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F); this.PrintLabel.FormattingEnabled = true; this.PrintLabel.Location = new System.Drawing.Point(159, 111); this.PrintLabel.Name = "PrintLabel"; this.PrintLabel.Size = new System.Drawing.Size(283, 32); this.PrintLabel.TabIndex = 16; this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged); // // PrintLabel_label // this.PrintLabel_label.AutoSize = true; this.PrintLabel_label.Location = new System.Drawing.Point(15, 108); this.PrintLabel_label.Name = "PrintLabel_label"; this.PrintLabel_label.Size = new System.Drawing.Size(110, 31); this.PrintLabel_label.TabIndex = 15; this.PrintLabel_label.Text = "产品名称"; // // AutoPrint // this.AutoPrint.Checked = false; this.AutoPrint.Location = new System.Drawing.Point(159, 166); this.AutoPrint.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.AutoPrint.Name = "AutoPrint"; this.AutoPrint.Size = new System.Drawing.Size(140, 38); this.AutoPrint.TabIndex = 14; // // PrinterList_label // this.PrinterList_label.AutoSize = true; this.PrinterList_label.Location = new System.Drawing.Point(15, 40); this.PrinterList_label.Name = "PrinterList_label"; this.PrinterList_label.Size = new System.Drawing.Size(134, 31); this.PrinterList_label.TabIndex = 13; this.PrinterList_label.Text = "打印机列表"; // // PrinterList // this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F); this.PrinterList.Location = new System.Drawing.Point(159, 46); this.PrinterList.Margin = new System.Windows.Forms.Padding(6, 9, 6, 9); this.PrinterList.Name = "PrinterList"; this.PrinterList.Size = new System.Drawing.Size(284, 33); this.PrinterList.TabIndex = 0; // // OperateResult // 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(14, 460); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(1226, 254); this.OperateResult.TabIndex = 14; this.OperateResult.Text = ""; // // groupBoxWithBorder3 // this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black; this.groupBoxWithBorder3.Controls.Add(this.ReWorkAsRelateTSN); this.groupBoxWithBorder3.Controls.Add(this.ReWorkAsCurrentSN); this.groupBoxWithBorder3.Controls.Add(this.label1); this.groupBoxWithBorder3.Controls.Add(this.sn_code); this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBoxWithBorder3.Location = new System.Drawing.Point(14, 723); this.groupBoxWithBorder3.Name = "groupBoxWithBorder3"; this.groupBoxWithBorder3.Size = new System.Drawing.Size(1227, 93); this.groupBoxWithBorder3.TabIndex = 14; this.groupBoxWithBorder3.TabStop = false; this.groupBoxWithBorder3.Text = "输入信息"; this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black; // // ReWorkAsRelateTSN // this.ReWorkAsRelateTSN.AutoSize = true; this.ReWorkAsRelateTSN.Location = new System.Drawing.Point(729, 32); this.ReWorkAsRelateTSN.Name = "ReWorkAsRelateTSN"; this.ReWorkAsRelateTSN.Size = new System.Drawing.Size(265, 35); this.ReWorkAsRelateTSN.TabIndex = 15; this.ReWorkAsRelateTSN.Text = "以SN关联的TSN返工"; this.ReWorkAsRelateTSN.UseVisualStyleBackColor = true; this.ReWorkAsRelateTSN.Visible = false; // // ReWorkAsCurrentSN // this.ReWorkAsCurrentSN.AutoSize = true; this.ReWorkAsCurrentSN.Checked = true; this.ReWorkAsCurrentSN.Location = new System.Drawing.Point(518, 32); this.ReWorkAsCurrentSN.Name = "ReWorkAsCurrentSN"; this.ReWorkAsCurrentSN.Size = new System.Drawing.Size(183, 35); this.ReWorkAsCurrentSN.TabIndex = 14; this.ReWorkAsCurrentSN.TabStop = true; this.ReWorkAsCurrentSN.Text = "以当前号返工"; this.ReWorkAsCurrentSN.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(57, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(86, 31); this.label1.TabIndex = 13; this.label1.Text = "输入框"; // // sn_code // this.sn_code.AllPower = null; this.sn_code.BackColor = System.Drawing.Color.White; this.sn_code.Font = new System.Drawing.Font("微软雅黑", 9F); this.sn_code.ID = null; this.sn_code.Location = new System.Drawing.Point(172, 39); this.sn_code.Name = "sn_code"; this.sn_code.Power = null; this.sn_code.Size = new System.Drawing.Size(220, 31); this.sn_code.Str = null; this.sn_code.Str1 = null; this.sn_code.Str2 = null; this.sn_code.TabIndex = 0; this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown); // // Make_GetReMakeSN // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1254, 831); this.Controls.Add(this.groupBoxWithBorder3); this.Controls.Add(this.OperateResult); this.Controls.Add(this.groupBoxWithBorder2); this.Controls.Add(this.groupBoxWithBorder1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Make_GetReMakeSN"; this.Tag = "Make!GetReMakeSN"; this.Text = "返工数据采集"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_GetReMakeSN_FormClosing); this.Load += new System.EventHandler(this.Make_GetReMakeSN_Load); this.SizeChanged += new System.EventHandler(this.Make_GetReMakeSN_SizeChanged); this.groupBoxWithBorder1.ResumeLayout(true); this.groupBoxWithBorder1.PerformLayout(); this.groupBoxWithBorder2.ResumeLayout(true); this.groupBoxWithBorder2.PerformLayout(); this.groupBoxWithBorder3.ResumeLayout(true); this.groupBoxWithBorder3.PerformLayout(); this.ResumeLayout(true); } #endregion private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1; private System.Windows.Forms.Label pr_detail_label; private System.Windows.Forms.Label ma_qty_label; private System.Windows.Forms.Label getsnqty_label; private System.Windows.Forms.Label pr_code_label; private CustomControl.ValueLabel.ValueLabel getsnqty; private CustomControl.ValueLabel.ValueLabel pr_code; private CustomControl.ValueLabel.ValueLabel ma_qty; private CustomControl.ValueLabel.ValueLabel pr_detail; private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code; private System.Windows.Forms.Label ma_code_label; private CustomControl.CustomCheckBox.LockCheckBox LockCheckBox; private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3; private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList; private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint; private System.Windows.Forms.Label PrinterList_label; private System.Windows.Forms.Label PrintLabel_label; private System.Windows.Forms.ComboBox PrintLabel; private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code; private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton ReWorkAsRelateTSN; private System.Windows.Forms.RadioButton ReWorkAsCurrentSN; private CustomControl.CustomCheckBox.CustomCheckBox ma_saveimei; private CustomControl.CustomCheckBox.CustomCheckBox ma_savemacbt; private CustomControl.ValueLabel.ValueLabel ma_craftcode; private CustomControl.ValueLabel.ValueLabel ma_id; private System.Windows.Forms.Label label2; private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum; } }