|
|
@@ -0,0 +1,467 @@
|
|
|
+namespace UAS_MES.Make
|
|
|
+{
|
|
|
+ partial class Make_GetReMakeSN
|
|
|
+ {
|
|
|
+ /// <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.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.ma_craftcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ma_saveimei = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
+ this.ma_savemacbt = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
|
|
|
+ this.LockCheckBox = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
+ this.ma_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
+ this.pr_spec = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.getsnqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.pr_spec_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.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.PrintLabel = new System.Windows.Forms.ComboBox();
|
|
|
+ this.PrintLabel_label = new System.Windows.Forms.Label();
|
|
|
+ this.autoPrintCheckBox1 = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
+ this.PrinterList_label = new System.Windows.Forms.Label();
|
|
|
+ this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.groupBoxWithBorder3 = new UAS_MES.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.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.ma_id = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ 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.pr_spec);
|
|
|
+ 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.pr_spec_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(12, 12);
|
|
|
+ this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
|
|
|
+ this.groupBoxWithBorder1.Size = new System.Drawing.Size(1091, 183);
|
|
|
+ this.groupBoxWithBorder1.TabIndex = 0;
|
|
|
+ this.groupBoxWithBorder1.TabStop = false;
|
|
|
+ this.groupBoxWithBorder1.Text = "工单信息";
|
|
|
+ this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
+ // ma_craftcode
|
|
|
+ //
|
|
|
+ this.ma_craftcode.AutoSize = true;
|
|
|
+ this.ma_craftcode.CutLength = null;
|
|
|
+ this.ma_craftcode.Location = new System.Drawing.Point(720, 143);
|
|
|
+ this.ma_craftcode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ma_craftcode.Name = "ma_craftcode";
|
|
|
+ this.ma_craftcode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ma_craftcode.TabIndex = 15;
|
|
|
+ //
|
|
|
+ // ma_saveimei
|
|
|
+ //
|
|
|
+ this.ma_saveimei.AutoSize = true;
|
|
|
+ this.ma_saveimei.Location = new System.Drawing.Point(418, 139);
|
|
|
+ this.ma_saveimei.Name = "ma_saveimei";
|
|
|
+ this.ma_saveimei.Power = null;
|
|
|
+ this.ma_saveimei.Size = new System.Drawing.Size(246, 31);
|
|
|
+ this.ma_saveimei.TabIndex = 14;
|
|
|
+ this.ma_saveimei.Text = "保留原有IMEI/网标信息";
|
|
|
+ this.ma_saveimei.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ma_savemacbt
|
|
|
+ //
|
|
|
+ this.ma_savemacbt.AutoSize = true;
|
|
|
+ this.ma_savemacbt.Location = new System.Drawing.Point(43, 139);
|
|
|
+ this.ma_savemacbt.Name = "ma_savemacbt";
|
|
|
+ this.ma_savemacbt.Power = null;
|
|
|
+ this.ma_savemacbt.Size = new System.Drawing.Size(234, 31);
|
|
|
+ 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(322, 46);
|
|
|
+ this.LockCheckBox.Name = "LockCheckBox";
|
|
|
+ this.LockCheckBox.Size = new System.Drawing.Size(61, 24);
|
|
|
+ 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(38, 42);
|
|
|
+ this.ma_code_label.Name = "ma_code_label";
|
|
|
+ this.ma_code_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ 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(153, 42);
|
|
|
+ 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(156, 28);
|
|
|
+ this.ma_code.TabIndex = 10;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
|
|
|
+ //
|
|
|
+ // pr_spec
|
|
|
+ //
|
|
|
+ this.pr_spec.AutoSize = true;
|
|
|
+ this.pr_spec.CutLength = null;
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(826, 96);
|
|
|
+ this.pr_spec.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_spec.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // getsnqty
|
|
|
+ //
|
|
|
+ this.getsnqty.AutoSize = true;
|
|
|
+ this.getsnqty.CutLength = null;
|
|
|
+ this.getsnqty.Location = new System.Drawing.Point(826, 40);
|
|
|
+ this.getsnqty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.getsnqty.Name = "getsnqty";
|
|
|
+ this.getsnqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.getsnqty.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.AutoSize = true;
|
|
|
+ this.pr_code.CutLength = null;
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(148, 96);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
+ 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(523, 40);
|
|
|
+ this.ma_qty.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ma_qty.Name = "ma_qty";
|
|
|
+ this.ma_qty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ 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(523, 96);
|
|
|
+ this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_detail.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // pr_code_label
|
|
|
+ //
|
|
|
+ this.pr_code_label.AutoSize = true;
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(38, 96);
|
|
|
+ this.pr_code_label.Name = "pr_code_label";
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_code_label.TabIndex = 4;
|
|
|
+ this.pr_code_label.Text = "产品编号";
|
|
|
+ //
|
|
|
+ // pr_spec_label
|
|
|
+ //
|
|
|
+ this.pr_spec_label.AutoSize = true;
|
|
|
+ this.pr_spec_label.Location = new System.Drawing.Point(720, 96);
|
|
|
+ this.pr_spec_label.Name = "pr_spec_label";
|
|
|
+ this.pr_spec_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_spec_label.TabIndex = 3;
|
|
|
+ this.pr_spec_label.Text = "产品规格";
|
|
|
+ //
|
|
|
+ // getsnqty_label
|
|
|
+ //
|
|
|
+ this.getsnqty_label.AutoSize = true;
|
|
|
+ this.getsnqty_label.Location = new System.Drawing.Point(720, 40);
|
|
|
+ this.getsnqty_label.Name = "getsnqty_label";
|
|
|
+ this.getsnqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ 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(413, 96);
|
|
|
+ this.pr_detail_label.Name = "pr_detail_label";
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ 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(413, 40);
|
|
|
+ this.ma_qty_label.Name = "ma_qty_label";
|
|
|
+ this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.ma_qty_label.TabIndex = 0;
|
|
|
+ this.ma_qty_label.Text = "工单数量";
|
|
|
+ //
|
|
|
+ // groupBoxWithBorder2
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.PrintLabel_label);
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.autoPrintCheckBox1);
|
|
|
+ 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(12, 201);
|
|
|
+ this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
|
|
|
+ this.groupBoxWithBorder2.Size = new System.Drawing.Size(536, 177);
|
|
|
+ this.groupBoxWithBorder2.TabIndex = 13;
|
|
|
+ this.groupBoxWithBorder2.TabStop = false;
|
|
|
+ this.groupBoxWithBorder2.Text = "打印设置";
|
|
|
+ this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
+ // 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(141, 93);
|
|
|
+ this.PrintLabel.Name = "PrintLabel";
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(252, 28);
|
|
|
+ this.PrintLabel.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // PrintLabel_label
|
|
|
+ //
|
|
|
+ this.PrintLabel_label.AutoSize = true;
|
|
|
+ this.PrintLabel_label.Location = new System.Drawing.Point(18, 96);
|
|
|
+ this.PrintLabel_label.Name = "PrintLabel_label";
|
|
|
+ this.PrintLabel_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.PrintLabel_label.TabIndex = 15;
|
|
|
+ this.PrintLabel_label.Text = "产品名称";
|
|
|
+ //
|
|
|
+ // autoPrintCheckBox1
|
|
|
+ //
|
|
|
+ this.autoPrintCheckBox1.Checked = false;
|
|
|
+ this.autoPrintCheckBox1.Location = new System.Drawing.Point(141, 138);
|
|
|
+ this.autoPrintCheckBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.autoPrintCheckBox1.Name = "autoPrintCheckBox1";
|
|
|
+ this.autoPrintCheckBox1.Size = new System.Drawing.Size(125, 31);
|
|
|
+ this.autoPrintCheckBox1.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // PrinterList_label
|
|
|
+ //
|
|
|
+ this.PrinterList_label.AutoSize = true;
|
|
|
+ this.PrinterList_label.Location = new System.Drawing.Point(18, 40);
|
|
|
+ this.PrinterList_label.Name = "PrinterList_label";
|
|
|
+ this.PrinterList_label.Size = new System.Drawing.Size(112, 27);
|
|
|
+ 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(141, 39);
|
|
|
+ this.PrinterList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
+ this.PrinterList.Name = "PrinterList";
|
|
|
+ this.PrinterList.Size = new System.Drawing.Size(252, 28);
|
|
|
+ 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(12, 384);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(1091, 213);
|
|
|
+ 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(12, 603);
|
|
|
+ this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
|
|
|
+ this.groupBoxWithBorder3.Size = new System.Drawing.Size(1091, 77);
|
|
|
+ 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(653, 32);
|
|
|
+ this.ReWorkAsRelateTSN.Name = "ReWorkAsRelateTSN";
|
|
|
+ this.ReWorkAsRelateTSN.Size = new System.Drawing.Size(220, 31);
|
|
|
+ this.ReWorkAsRelateTSN.TabIndex = 15;
|
|
|
+ this.ReWorkAsRelateTSN.Text = "以SN关联的TSN返工";
|
|
|
+ this.ReWorkAsRelateTSN.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ReWorkAsCurrentSN
|
|
|
+ //
|
|
|
+ this.ReWorkAsCurrentSN.AutoSize = true;
|
|
|
+ this.ReWorkAsCurrentSN.Checked = true;
|
|
|
+ this.ReWorkAsCurrentSN.Location = new System.Drawing.Point(465, 32);
|
|
|
+ this.ReWorkAsCurrentSN.Name = "ReWorkAsCurrentSN";
|
|
|
+ this.ReWorkAsCurrentSN.Size = new System.Drawing.Size(153, 31);
|
|
|
+ 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(56, 34);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(72, 27);
|
|
|
+ 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(153, 33);
|
|
|
+ this.sn_code.Name = "sn_code";
|
|
|
+ this.sn_code.Power = null;
|
|
|
+ this.sn_code.Size = new System.Drawing.Size(196, 27);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // ma_id
|
|
|
+ //
|
|
|
+ this.ma_id.AutoSize = true;
|
|
|
+ this.ma_id.CutLength = null;
|
|
|
+ this.ma_id.Location = new System.Drawing.Point(793, 143);
|
|
|
+ this.ma_id.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ma_id.Name = "ma_id";
|
|
|
+ this.ma_id.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ma_id.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // Make_GetReMakeSN
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1115, 692);
|
|
|
+ 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.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_spec_label;
|
|
|
+ private System.Windows.Forms.Label pr_code_label;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_spec;
|
|
|
+ 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 autoPrintCheckBox1;
|
|
|
+ private System.Windows.Forms.Label PrinterList_label;
|
|
|
+ private System.Windows.Forms.Label PrintLabel_label;
|
|
|
+ private System.Windows.Forms.ComboBox PrintLabel;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox 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;
|
|
|
+ }
|
|
|
+}
|