namespace UAS_MES_NEW.Make
{
partial class Make_RePrintLabel
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_RePrintLabel));
this.giftBox = new System.Windows.Forms.RadioButton();
this.CartonBox = new System.Windows.Forms.RadioButton();
this.fuselagel = new System.Windows.Forms.RadioButton();
this.label = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label111 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.inputValue = new System.Windows.Forms.Label();
this.pr_code = new System.Windows.Forms.Label();
this.ms_makecode = new System.Windows.Forms.Label();
this.pr_detail = new System.Windows.Forms.Label();
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.printBtn = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.printNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.StopWatch = new System.Windows.Forms.Button();
this.StartWatch = new System.Windows.Forms.Button();
this.ChooseFolder = new System.Windows.Forms.Button();
this.FolderPath = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.XmlWatcher = new System.IO.FileSystemWatcher();
this.flBox = new System.Windows.Forms.RadioButton();
this.groupBoxWithBorder1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
this.SuspendLayout();
//
// giftBox
//
this.giftBox.AutoSize = true;
this.giftBox.Checked = true;
this.giftBox.Font = new System.Drawing.Font("微软雅黑", 12F);
this.giftBox.Location = new System.Drawing.Point(255, 43);
this.giftBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.giftBox.Name = "giftBox";
this.giftBox.Size = new System.Drawing.Size(113, 31);
this.giftBox.TabIndex = 1;
this.giftBox.TabStop = true;
this.giftBox.Text = "彩标打印";
this.giftBox.UseVisualStyleBackColor = true;
this.giftBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
//
// CartonBox
//
this.CartonBox.AutoSize = true;
this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
this.CartonBox.Location = new System.Drawing.Point(480, 43);
this.CartonBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.CartonBox.Name = "CartonBox";
this.CartonBox.Size = new System.Drawing.Size(137, 31);
this.CartonBox.TabIndex = 2;
this.CartonBox.Text = "Carton打印";
this.CartonBox.UseVisualStyleBackColor = true;
this.CartonBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
//
// fuselagel
//
this.fuselagel.AutoSize = true;
this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
this.fuselagel.Location = new System.Drawing.Point(750, 43);
this.fuselagel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.fuselagel.Name = "fuselagel";
this.fuselagel.Size = new System.Drawing.Size(133, 31);
this.fuselagel.TabIndex = 3;
this.fuselagel.Text = "栈板标打印";
this.fuselagel.UseVisualStyleBackColor = true;
this.fuselagel.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
//
// label
//
this.label.AutoSize = true;
this.label.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label.Location = new System.Drawing.Point(34, 112);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(72, 27);
this.label.TabIndex = 4;
this.label.Text = "输入值";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label3.Location = new System.Drawing.Point(485, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(92, 27);
this.label3.TabIndex = 5;
this.label3.Text = "工单代码";
//
// label111
//
this.label111.AutoSize = true;
this.label111.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label111.Location = new System.Drawing.Point(34, 143);
this.label111.Name = "label111";
this.label111.Size = new System.Drawing.Size(92, 27);
this.label111.TabIndex = 6;
this.label111.Text = "产品编号";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label5.Location = new System.Drawing.Point(485, 143);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 27);
this.label5.TabIndex = 7;
this.label5.Text = "名称";
//
// PrintLabel
//
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.PrintLabel.FormattingEnabled = true;
this.PrintLabel.Location = new System.Drawing.Point(167, 223);
this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.PrintLabel.Name = "PrintLabel";
this.PrintLabel.Size = new System.Drawing.Size(198, 23);
this.PrintLabel.TabIndex = 189;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(34, 182);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(112, 27);
this.label6.TabIndex = 188;
this.label6.Text = "打印机列表";
//
// 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(34, 220);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(92, 27);
this.label7.TabIndex = 187;
this.label7.Text = "标签模板";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label8.Location = new System.Drawing.Point(484, 185);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 27);
this.label8.TabIndex = 190;
this.label8.Text = "输入框";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label9.Location = new System.Drawing.Point(485, 223);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(52, 27);
this.label9.TabIndex = 192;
this.label9.Text = "份数";
//
// inputValue
//
this.inputValue.AutoSize = true;
this.inputValue.Font = new System.Drawing.Font("微软雅黑", 12F);
this.inputValue.Location = new System.Drawing.Point(162, 112);
this.inputValue.Name = "inputValue";
this.inputValue.Size = new System.Drawing.Size(0, 27);
this.inputValue.TabIndex = 199;
//
// pr_code
//
this.pr_code.AutoSize = true;
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
this.pr_code.Location = new System.Drawing.Point(162, 143);
this.pr_code.Name = "pr_code";
this.pr_code.Size = new System.Drawing.Size(0, 27);
this.pr_code.TabIndex = 200;
this.pr_code.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
//
// ms_makecode
//
this.ms_makecode.AutoSize = true;
this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F);
this.ms_makecode.Location = new System.Drawing.Point(583, 112);
this.ms_makecode.Name = "ms_makecode";
this.ms_makecode.Size = new System.Drawing.Size(0, 27);
this.ms_makecode.TabIndex = 201;
//
// pr_detail
//
this.pr_detail.AutoSize = true;
this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
this.pr_detail.Location = new System.Drawing.Point(583, 143);
this.pr_detail.Name = "pr_detail";
this.pr_detail.Size = new System.Drawing.Size(0, 27);
this.pr_detail.TabIndex = 202;
//
// 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(39, 263);
this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(684, 206);
this.OperateResult.TabIndex = 195;
this.OperateResult.Text = "";
//
// printBtn
//
this.printBtn.AllPower = null;
this.printBtn.BackColor = System.Drawing.Color.Transparent;
this.printBtn.DownImage = ((System.Drawing.Image)(resources.GetObject("printBtn.DownImage")));
this.printBtn.Image = null;
this.printBtn.IsShowBorder = true;
this.printBtn.Location = new System.Drawing.Point(820, 222);
this.printBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.printBtn.MoveImage = ((System.Drawing.Image)(resources.GetObject("printBtn.MoveImage")));
this.printBtn.Name = "printBtn";
this.printBtn.NormalImage = ((System.Drawing.Image)(resources.GetObject("printBtn.NormalImage")));
this.printBtn.Power = null;
this.printBtn.Size = new System.Drawing.Size(67, 30);
this.printBtn.TabIndex = 194;
this.printBtn.Text = "打印";
this.printBtn.UseVisualStyleBackColor = false;
this.printBtn.Click += new System.EventHandler(this.print_Click);
//
// printNum
//
this.printNum.AllPower = null;
this.printNum.BackColor = System.Drawing.Color.White;
this.printNum.ID = null;
this.printNum.Location = new System.Drawing.Point(589, 228);
this.printNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.printNum.Name = "printNum";
this.printNum.Negative = false;
this.printNum.Power = null;
this.printNum.Size = new System.Drawing.Size(198, 25);
this.printNum.Str = null;
this.printNum.Str1 = null;
this.printNum.Str2 = null;
this.printNum.TabIndex = 193;
this.printNum.Text = "1";
//
// inputText
//
this.inputText.AllPower = null;
this.inputText.BackColor = System.Drawing.Color.White;
this.inputText.ID = null;
this.inputText.Location = new System.Drawing.Point(588, 187);
this.inputText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.inputText.Name = "inputText";
this.inputText.Power = null;
this.inputText.Size = new System.Drawing.Size(198, 25);
this.inputText.Str = null;
this.inputText.Str1 = null;
this.inputText.Str2 = null;
this.inputText.TabIndex = 191;
this.inputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputText_KeyDown);
//
// Printer
//
this.Printer.Location = new System.Drawing.Point(167, 182);
this.Printer.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.Printer.Name = "Printer";
this.Printer.Size = new System.Drawing.Size(197, 32);
this.Printer.TabIndex = 186;
//
// groupBoxWithBorder1
//
this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
this.groupBoxWithBorder1.Controls.Add(this.flBox);
this.groupBoxWithBorder1.Controls.Add(this.CartonBox);
this.groupBoxWithBorder1.Controls.Add(this.fuselagel);
this.groupBoxWithBorder1.Controls.Add(this.giftBox);
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(39, 12);
this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
this.groupBoxWithBorder1.Size = new System.Drawing.Size(1008, 90);
this.groupBoxWithBorder1.TabIndex = 204;
this.groupBoxWithBorder1.TabStop = false;
this.groupBoxWithBorder1.Text = "打印类型";
this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
//
// StopWatch
//
this.StopWatch.Enabled = false;
this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StopWatch.Location = new System.Drawing.Point(926, 382);
this.StopWatch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.StopWatch.Name = "StopWatch";
this.StopWatch.Size = new System.Drawing.Size(85, 35);
this.StopWatch.TabIndex = 209;
this.StopWatch.Text = "停止监控";
this.StopWatch.UseVisualStyleBackColor = true;
this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
//
// StartWatch
//
this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StartWatch.Location = new System.Drawing.Point(777, 382);
this.StartWatch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.StartWatch.Name = "StartWatch";
this.StartWatch.Size = new System.Drawing.Size(85, 35);
this.StartWatch.TabIndex = 208;
this.StartWatch.Text = "开始监控";
this.StartWatch.UseVisualStyleBackColor = true;
this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
//
// ChooseFolder
//
this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChooseFolder.Location = new System.Drawing.Point(964, 333);
this.ChooseFolder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ChooseFolder.Name = "ChooseFolder";
this.ChooseFolder.Size = new System.Drawing.Size(104, 30);
this.ChooseFolder.TabIndex = 207;
this.ChooseFolder.Text = "选择文件夹";
this.ChooseFolder.UseVisualStyleBackColor = true;
this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
//
// FolderPath
//
this.FolderPath.Enabled = false;
this.FolderPath.Location = new System.Drawing.Point(740, 338);
this.FolderPath.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.FolderPath.Name = "FolderPath";
this.FolderPath.Size = new System.Drawing.Size(210, 25);
this.FolderPath.TabIndex = 206;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(827, 294);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 24);
this.label1.TabIndex = 205;
this.label1.Text = "监控文件夹";
//
// XmlWatcher
//
this.XmlWatcher.EnableRaisingEvents = true;
this.XmlWatcher.Filter = "*.txt";
this.XmlWatcher.SynchronizingObject = this;
this.XmlWatcher.Created += new System.IO.FileSystemEventHandler(this.XmlWatcher_Created);
//
// flBox
//
this.flBox.AutoSize = true;
this.flBox.Font = new System.Drawing.Font("微软雅黑", 12F);
this.flBox.Location = new System.Drawing.Point(33, 43);
this.flBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.flBox.Name = "flBox";
this.flBox.Size = new System.Drawing.Size(113, 31);
this.flBox.TabIndex = 4;
this.flBox.Text = "机身打印";
this.flBox.UseVisualStyleBackColor = true;
this.flBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
//
// Make_RePrintLabel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1091, 522);
this.Controls.Add(this.StopWatch);
this.Controls.Add(this.StartWatch);
this.Controls.Add(this.ChooseFolder);
this.Controls.Add(this.FolderPath);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBoxWithBorder1);
this.Controls.Add(this.pr_detail);
this.Controls.Add(this.ms_makecode);
this.Controls.Add(this.pr_code);
this.Controls.Add(this.inputValue);
this.Controls.Add(this.OperateResult);
this.Controls.Add(this.printBtn);
this.Controls.Add(this.printNum);
this.Controls.Add(this.label9);
this.Controls.Add(this.inputText);
this.Controls.Add(this.label8);
this.Controls.Add(this.PrintLabel);
this.Controls.Add(this.label6);
this.Controls.Add(this.label7);
this.Controls.Add(this.Printer);
this.Controls.Add(this.label5);
this.Controls.Add(this.label111);
this.Controls.Add(this.label3);
this.Controls.Add(this.label);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "Make_RePrintLabel";
this.Tag = "Make!RePrintLabel";
this.Text = "Make_RePrintLabel";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
this.groupBoxWithBorder1.ResumeLayout(false);
this.groupBoxWithBorder1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RadioButton giftBox;
private System.Windows.Forms.RadioButton CartonBox;
private System.Windows.Forms.RadioButton fuselagel;
private System.Windows.Forms.Label label;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label111;
private System.Windows.Forms.Label label5;
private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
private System.Windows.Forms.Label label8;
private CustomControl.TextBoxWithIcon.SnCollectionBox inputText;
private System.Windows.Forms.Label label9;
private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
private CustomControl.ButtonUtil.NormalButton printBtn;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private System.Windows.Forms.Label inputValue;
private System.Windows.Forms.Label pr_code;
private System.Windows.Forms.Label ms_makecode;
private System.Windows.Forms.Label pr_detail;
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
private System.Windows.Forms.Button StopWatch;
private System.Windows.Forms.Button StartWatch;
private System.Windows.Forms.Button ChooseFolder;
private System.Windows.Forms.TextBox FolderPath;
private System.Windows.Forms.Label label1;
private System.IO.FileSystemWatcher XmlWatcher;
private System.Windows.Forms.RadioButton flBox;
}
}