|
|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
@@ -38,28 +39,28 @@
|
|
|
this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
this.CollectRemark = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.PrintSecond = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.sncheck = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.PrintNum1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.PrintLabel1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
+ this.PrintList1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
- this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip();
|
|
|
+ this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
- this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel();
|
|
|
- this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel();
|
|
|
+ this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.PrintNum1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.PrintSecond = new System.Windows.Forms.CheckBox();
|
|
|
- this.PrintLabel1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip();
|
|
|
- this.label7 = new System.Windows.Forms.Label();
|
|
|
- this.PrintList1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
- this.label8 = new System.Windows.Forms.Label();
|
|
|
- this.label5 = new System.Windows.Forms.Label();
|
|
|
- this.sncheck = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label2
|
|
|
@@ -177,6 +178,121 @@
|
|
|
this.CollectRemark.Text = "采集备注";
|
|
|
this.CollectRemark.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(1570, 305);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label3.TabIndex = 219;
|
|
|
+ this.label3.Text = "份数";
|
|
|
+ //
|
|
|
+ // PrintSecond
|
|
|
+ //
|
|
|
+ this.PrintSecond.AutoSize = true;
|
|
|
+ this.PrintSecond.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.PrintSecond.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.PrintSecond.Location = new System.Drawing.Point(1396, 316);
|
|
|
+ this.PrintSecond.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.PrintSecond.Name = "PrintSecond";
|
|
|
+ this.PrintSecond.Size = new System.Drawing.Size(162, 28);
|
|
|
+ this.PrintSecond.TabIndex = 218;
|
|
|
+ this.PrintSecond.Text = "打印副标签";
|
|
|
+ this.PrintSecond.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label7.Location = new System.Drawing.Point(1388, 442);
|
|
|
+ this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(101, 41);
|
|
|
+ this.label7.TabIndex = 217;
|
|
|
+ this.label7.Text = "标签1";
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label8.Location = new System.Drawing.Point(1381, 377);
|
|
|
+ this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(133, 41);
|
|
|
+ this.label8.TabIndex = 214;
|
|
|
+ this.label8.Text = "打印机1";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label5.Location = new System.Drawing.Point(24, 795);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label5.TabIndex = 222;
|
|
|
+ this.label5.Text = "核对框";
|
|
|
+ //
|
|
|
+ // sncheck
|
|
|
+ //
|
|
|
+ this.sncheck.AllPower = "ifall";
|
|
|
+ this.sncheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.sncheck.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncheck.ID = null;
|
|
|
+ this.sncheck.Location = new System.Drawing.Point(190, 801);
|
|
|
+ this.sncheck.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.sncheck.Name = "sncheck";
|
|
|
+ this.sncheck.Power = null;
|
|
|
+ this.sncheck.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.sncheck.Str = null;
|
|
|
+ this.sncheck.Str1 = null;
|
|
|
+ this.sncheck.Str2 = null;
|
|
|
+ this.sncheck.TabIndex = 221;
|
|
|
+ this.sncheck.Tag = "ifRead";
|
|
|
+ this.sncheck.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncheck_KeyDown);
|
|
|
+ //
|
|
|
+ // PrintNum1
|
|
|
+ //
|
|
|
+ this.PrintNum1.AllPower = null;
|
|
|
+ this.PrintNum1.BackColor = System.Drawing.Color.White;
|
|
|
+ this.PrintNum1.ID = null;
|
|
|
+ this.PrintNum1.Location = new System.Drawing.Point(1664, 309);
|
|
|
+ this.PrintNum1.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.PrintNum1.Name = "PrintNum1";
|
|
|
+ this.PrintNum1.Negative = false;
|
|
|
+ this.PrintNum1.Power = null;
|
|
|
+ this.PrintNum1.Size = new System.Drawing.Size(85, 35);
|
|
|
+ this.PrintNum1.Str = null;
|
|
|
+ this.PrintNum1.Str1 = null;
|
|
|
+ this.PrintNum1.Str2 = null;
|
|
|
+ this.PrintNum1.TabIndex = 220;
|
|
|
+ this.PrintNum1.Text = "1";
|
|
|
+ //
|
|
|
+ // PrintLabel1
|
|
|
+ //
|
|
|
+ this.PrintLabel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.PrintLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.PrintLabel1.FormattingEnabled = true;
|
|
|
+ this.PrintLabel1.Location = new System.Drawing.Point(1516, 447);
|
|
|
+ this.PrintLabel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PrintLabel1.Name = "PrintLabel1";
|
|
|
+ this.PrintLabel1.Size = new System.Drawing.Size(264, 39);
|
|
|
+ this.PrintLabel1.TabIndex = 216;
|
|
|
+ //
|
|
|
+ // PrintList1
|
|
|
+ //
|
|
|
+ this.PrintList1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.PrintList1.Location = new System.Drawing.Point(1516, 377);
|
|
|
+ this.PrintList1.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
|
|
|
+ this.PrintList1.Name = "PrintList1";
|
|
|
+ this.PrintList1.Size = new System.Drawing.Size(264, 56);
|
|
|
+ this.PrintList1.TabIndex = 215;
|
|
|
+ //
|
|
|
// LockMakeCode
|
|
|
//
|
|
|
this.LockMakeCode.AutoSize = true;
|
|
|
@@ -345,121 +461,6 @@
|
|
|
this.OperateResult.TabIndex = 168;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
- // PrintNum1
|
|
|
- //
|
|
|
- this.PrintNum1.AllPower = null;
|
|
|
- this.PrintNum1.BackColor = System.Drawing.Color.White;
|
|
|
- this.PrintNum1.ID = null;
|
|
|
- this.PrintNum1.Location = new System.Drawing.Point(1664, 309);
|
|
|
- this.PrintNum1.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.PrintNum1.Name = "PrintNum1";
|
|
|
- this.PrintNum1.Negative = false;
|
|
|
- this.PrintNum1.Power = null;
|
|
|
- this.PrintNum1.Size = new System.Drawing.Size(85, 35);
|
|
|
- this.PrintNum1.Str = null;
|
|
|
- this.PrintNum1.Str1 = null;
|
|
|
- this.PrintNum1.Str2 = null;
|
|
|
- this.PrintNum1.TabIndex = 220;
|
|
|
- this.PrintNum1.Text = "1";
|
|
|
- //
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(1570, 305);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(82, 41);
|
|
|
- this.label3.TabIndex = 219;
|
|
|
- this.label3.Text = "份数";
|
|
|
- //
|
|
|
- // PrintSecond
|
|
|
- //
|
|
|
- this.PrintSecond.AutoSize = true;
|
|
|
- this.PrintSecond.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintSecond.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.PrintSecond.Location = new System.Drawing.Point(1396, 316);
|
|
|
- this.PrintSecond.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.PrintSecond.Name = "PrintSecond";
|
|
|
- this.PrintSecond.Size = new System.Drawing.Size(162, 28);
|
|
|
- this.PrintSecond.TabIndex = 218;
|
|
|
- this.PrintSecond.Text = "打印副标签";
|
|
|
- this.PrintSecond.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // PrintLabel1
|
|
|
- //
|
|
|
- this.PrintLabel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.PrintLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.PrintLabel1.FormattingEnabled = true;
|
|
|
- this.PrintLabel1.Location = new System.Drawing.Point(1516, 447);
|
|
|
- this.PrintLabel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.PrintLabel1.Name = "PrintLabel1";
|
|
|
- this.PrintLabel1.Size = new System.Drawing.Size(264, 39);
|
|
|
- this.PrintLabel1.TabIndex = 216;
|
|
|
- //
|
|
|
- // label7
|
|
|
- //
|
|
|
- this.label7.AutoSize = true;
|
|
|
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label7.Location = new System.Drawing.Point(1388, 442);
|
|
|
- this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.label7.Name = "label7";
|
|
|
- this.label7.Size = new System.Drawing.Size(101, 41);
|
|
|
- this.label7.TabIndex = 217;
|
|
|
- this.label7.Text = "标签1";
|
|
|
- //
|
|
|
- // PrintList1
|
|
|
- //
|
|
|
- this.PrintList1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.PrintList1.Location = new System.Drawing.Point(1516, 377);
|
|
|
- this.PrintList1.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
|
|
|
- this.PrintList1.Name = "PrintList1";
|
|
|
- this.PrintList1.Size = new System.Drawing.Size(264, 56);
|
|
|
- this.PrintList1.TabIndex = 215;
|
|
|
- //
|
|
|
- // label8
|
|
|
- //
|
|
|
- this.label8.AutoSize = true;
|
|
|
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label8.Location = new System.Drawing.Point(1381, 377);
|
|
|
- this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.label8.Name = "label8";
|
|
|
- this.label8.Size = new System.Drawing.Size(133, 41);
|
|
|
- this.label8.TabIndex = 214;
|
|
|
- this.label8.Text = "打印机1";
|
|
|
- //
|
|
|
- // label5
|
|
|
- //
|
|
|
- this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
- | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.label5.AutoSize = true;
|
|
|
- this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(24, 795);
|
|
|
- this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(114, 41);
|
|
|
- this.label5.TabIndex = 222;
|
|
|
- this.label5.Text = "核对框";
|
|
|
- //
|
|
|
- // sncheck
|
|
|
- //
|
|
|
- this.sncheck.AllPower = "ifall";
|
|
|
- this.sncheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
- | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.sncheck.BackColor = System.Drawing.Color.White;
|
|
|
- this.sncheck.ID = null;
|
|
|
- this.sncheck.Location = new System.Drawing.Point(190, 801);
|
|
|
- this.sncheck.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.sncheck.Name = "sncheck";
|
|
|
- this.sncheck.Power = null;
|
|
|
- this.sncheck.Size = new System.Drawing.Size(388, 35);
|
|
|
- this.sncheck.Str = null;
|
|
|
- this.sncheck.Str1 = null;
|
|
|
- this.sncheck.Str2 = null;
|
|
|
- this.sncheck.TabIndex = 221;
|
|
|
- this.sncheck.Tag = "ifRead";
|
|
|
- this.sncheck.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncheck_KeyDown);
|
|
|
- //
|
|
|
// Make_FuselageLabelPrintCheck
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|