|
|
@@ -42,10 +42,10 @@
|
|
|
this.pr_spec = new System.Windows.Forms.Label();
|
|
|
this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.printButton = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.pr_code = new System.Windows.Forms.ComboBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pr_code_label
|
|
|
@@ -198,24 +198,6 @@
|
|
|
this.printButton.Visible = false;
|
|
|
this.printButton.Click += new System.EventHandler(this.printButton_Click);
|
|
|
//
|
|
|
- // pr_code
|
|
|
- //
|
|
|
- this.pr_code.AllPower = null;
|
|
|
- this.pr_code.BackColor = System.Drawing.Color.White;
|
|
|
- this.pr_code.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
- this.pr_code.ID = null;
|
|
|
- this.pr_code.Location = new System.Drawing.Point(240, 43);
|
|
|
- this.pr_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.pr_code.Name = "pr_code";
|
|
|
- this.pr_code.Power = null;
|
|
|
- this.pr_code.Size = new System.Drawing.Size(246, 35);
|
|
|
- this.pr_code.Str = null;
|
|
|
- this.pr_code.Str1 = null;
|
|
|
- this.pr_code.Str2 = null;
|
|
|
- this.pr_code.TabIndex = 191;
|
|
|
- this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown);
|
|
|
- this.pr_code.Leave += new System.EventHandler(this.pr_code_Leave);
|
|
|
- //
|
|
|
// inputText
|
|
|
//
|
|
|
this.inputText.AllPower = "ifall";
|
|
|
@@ -224,7 +206,7 @@
|
|
|
this.inputText.BackColor = System.Drawing.Color.White;
|
|
|
this.inputText.ID = null;
|
|
|
this.inputText.Location = new System.Drawing.Point(222, 733);
|
|
|
- this.inputText.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.inputText.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.inputText.Name = "inputText";
|
|
|
this.inputText.Power = null;
|
|
|
this.inputText.Size = new System.Drawing.Size(388, 35);
|
|
|
@@ -239,7 +221,7 @@
|
|
|
//
|
|
|
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(66, 216);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
this.OperateResult.Size = new System.Drawing.Size(1408, 471);
|
|
|
this.OperateResult.TabIndex = 186;
|
|
|
@@ -248,21 +230,34 @@
|
|
|
// Printer
|
|
|
//
|
|
|
this.Printer.Location = new System.Drawing.Point(693, 43);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(8);
|
|
|
this.Printer.Name = "Printer";
|
|
|
this.Printer.Size = new System.Drawing.Size(254, 50);
|
|
|
this.Printer.TabIndex = 182;
|
|
|
//
|
|
|
- // Make_CustomLabelPrint
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.FormattingEnabled = true;
|
|
|
+ this.pr_code.Items.AddRange(new object[] {
|
|
|
+ "FOB条码",
|
|
|
+ "玻璃ID",
|
|
|
+ "出货条码"});
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(247, 48);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(241, 32);
|
|
|
+ this.pr_code.TabIndex = 196;
|
|
|
+ this.pr_code.SelectedIndexChanged += new System.EventHandler(this.pr_code_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // Make_StencilPrint
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1542, 824);
|
|
|
+ this.Controls.Add(this.pr_code);
|
|
|
this.Controls.Add(this.PrintNum);
|
|
|
this.Controls.Add(this.pr_spec);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
this.Controls.Add(this.printButton);
|
|
|
- this.Controls.Add(this.pr_code);
|
|
|
this.Controls.Add(this.label6);
|
|
|
this.Controls.Add(this.sncode_label);
|
|
|
this.Controls.Add(this.inputText);
|
|
|
@@ -276,13 +271,13 @@
|
|
|
this.Controls.Add(this.pr_code_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.Name = "Make_CustomLabelPrint";
|
|
|
+ this.Name = "Make_StencilPrint";
|
|
|
this.Tag = "Make!CustomLabelPrint";
|
|
|
this.Text = "Make_CustomLabelPrint";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_CustomLabelPrint_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_CustomLablePrint_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_CustomLabelPrint_SizeChanged);
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -300,10 +295,10 @@
|
|
|
private System.Windows.Forms.Label sncode_label;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox inputText;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
- private CustomControl.TextBoxWithIcon.SnCollectionBox pr_code;
|
|
|
private CustomControl.ButtonUtil.NormalButton printButton;
|
|
|
private System.Windows.Forms.Label pr_detail;
|
|
|
private System.Windows.Forms.Label pr_spec;
|
|
|
private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
|
|
|
+ private System.Windows.Forms.ComboBox pr_code;
|
|
|
}
|
|
|
}
|