|
@@ -0,0 +1,309 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_StencilPrint
|
|
|
+ {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CustomLabelPrint));
|
|
|
+ this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.sncode_label = new System.Windows.Forms.Label();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail = new System.Windows.Forms.Label();
|
|
|
+ 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.SuspendLayout();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pr_code_label.AutoSize = true;
|
|
|
+ this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(74, 43);
|
|
|
+ this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_code_label.Name = "pr_code_label";
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.pr_code_label.TabIndex = 0;
|
|
|
+ this.pr_code_label.Text = "产品代码";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label2.Location = new System.Drawing.Point(78, 147);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label2.TabIndex = 1;
|
|
|
+ this.label2.Text = "产品名称";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label3.Location = new System.Drawing.Point(1020, 40);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label3.TabIndex = 2;
|
|
|
+ this.label3.Text = "规格";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.PrintLabel.FormattingEnabled = true;
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(693, 147);
|
|
|
+ this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.PrintLabel.Name = "PrintLabel";
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(252, 32);
|
|
|
+ this.PrintLabel.TabIndex = 185;
|
|
|
+ this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
|
|
|
+ this.PrintLabel.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(534, 43);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label4.TabIndex = 184;
|
|
|
+ this.label4.Text = "打印机";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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(534, 147);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label5.TabIndex = 183;
|
|
|
+ this.label5.Text = "标签";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.sncode_label.AutoSize = true;
|
|
|
+ this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sncode_label.Location = new System.Drawing.Point(57, 733);
|
|
|
+ this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.sncode_label.Name = "sncode_label";
|
|
|
+ this.sncode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.sncode_label.TabIndex = 188;
|
|
|
+ this.sncode_label.Text = "输入框";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label6.Location = new System.Drawing.Point(826, 733);
|
|
|
+ this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label6.TabIndex = 189;
|
|
|
+ this.label6.Text = "份数";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(240, 147);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_detail.TabIndex = 193;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pr_spec.AutoSize = true;
|
|
|
+ this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(1110, 40);
|
|
|
+ this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_spec.MaximumSize = new System.Drawing.Size(450, 160);
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_spec.TabIndex = 194;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.PrintNum.AllPower = null;
|
|
|
+ this.PrintNum.BackColor = System.Drawing.Color.White;
|
|
|
+ this.PrintNum.Enabled = false;
|
|
|
+ this.PrintNum.ID = null;
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(944, 733);
|
|
|
+ this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.PrintNum.Name = "PrintNum";
|
|
|
+ this.PrintNum.Negative = false;
|
|
|
+ this.PrintNum.Power = null;
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(260, 35);
|
|
|
+ this.PrintNum.Str = null;
|
|
|
+ this.PrintNum.Str1 = null;
|
|
|
+ this.PrintNum.Str2 = null;
|
|
|
+ this.PrintNum.TabIndex = 195;
|
|
|
+ this.PrintNum.Text = "1";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.printButton.AllPower = null;
|
|
|
+ this.printButton.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.printButton.DownImage = ((System.Drawing.Image)(resources.GetObject("printButton.DownImage")));
|
|
|
+ this.printButton.Image = null;
|
|
|
+ this.printButton.IsShowBorder = true;
|
|
|
+ this.printButton.Location = new System.Drawing.Point(1240, 733);
|
|
|
+ this.printButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.printButton.MoveImage = ((System.Drawing.Image)(resources.GetObject("printButton.MoveImage")));
|
|
|
+ this.printButton.Name = "printButton";
|
|
|
+ this.printButton.NormalImage = ((System.Drawing.Image)(resources.GetObject("printButton.NormalImage")));
|
|
|
+ this.printButton.Power = null;
|
|
|
+ this.printButton.Size = new System.Drawing.Size(100, 37);
|
|
|
+ this.printButton.TabIndex = 192;
|
|
|
+ this.printButton.Text = "打印";
|
|
|
+ this.printButton.UseVisualStyleBackColor = false;
|
|
|
+ this.printButton.Visible = false;
|
|
|
+ this.printButton.Click += new System.EventHandler(this.printButton_Click);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.inputText.AllPower = "ifall";
|
|
|
+ this.inputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ 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.Name = "inputText";
|
|
|
+ this.inputText.Power = null;
|
|
|
+ this.inputText.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.inputText.Str = null;
|
|
|
+ this.inputText.Str1 = null;
|
|
|
+ this.inputText.Str2 = null;
|
|
|
+ this.inputText.TabIndex = 187;
|
|
|
+ this.inputText.Tag = "ifread";
|
|
|
+ this.inputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputText_KeyDown);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(1408, 471);
|
|
|
+ this.OperateResult.TabIndex = 186;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.Printer.Location = new System.Drawing.Point(693, 43);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
+ this.Printer.Name = "Printer";
|
|
|
+ this.Printer.Size = new System.Drawing.Size(254, 50);
|
|
|
+ this.Printer.TabIndex = 182;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.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);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.PrintLabel);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.Printer);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ 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.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.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Label pr_code_label;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|