namespace UAS_MES.Make { partial class Make_SeqProgramTransform { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SeqProgramTransform)); this.ms_macode_label = new System.Windows.Forms.Label(); this.ma_prodcode_label = new System.Windows.Forms.Label(); this.pr_detail_label = new System.Windows.Forms.Label(); this.remain_qty_label = new System.Windows.Forms.Label(); this.PrintNum_label = new System.Windows.Forms.Label(); this.ms_macode = new System.Windows.Forms.Label(); this.remain_qty = new System.Windows.Forms.Label(); this.count = new System.Windows.Forms.Label(); this.TSNLength_checkBox = new System.Windows.Forms.CheckBox(); this.SNLength_checkBox = new System.Windows.Forms.CheckBox(); this.TSNPre_checkBox = new System.Windows.Forms.CheckBox(); this.SNPre_checkBox = new System.Windows.Forms.CheckBox(); this.tip = new System.Windows.Forms.Label(); this.in_label = new System.Windows.Forms.Label(); this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel(); this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel(); this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom(); this.SNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.TSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.SNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox(); this.TSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox(); this.SuspendLayout(); // // ms_macode_label // this.ms_macode_label.AutoSize = true; this.ms_macode_label.Font = new System.Drawing.Font("微软雅黑", 12F); this.ms_macode_label.Location = new System.Drawing.Point(49, 16); this.ms_macode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_macode_label.Name = "ms_macode_label"; this.ms_macode_label.Size = new System.Drawing.Size(127, 36); this.ms_macode_label.TabIndex = 0; this.ms_macode_label.Text = "工单编号"; // // ma_prodcode_label // this.ma_prodcode_label.AutoSize = true; this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F); this.ma_prodcode_label.Location = new System.Drawing.Point(543, 16); this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ma_prodcode_label.Name = "ma_prodcode_label"; this.ma_prodcode_label.Size = new System.Drawing.Size(127, 36); this.ma_prodcode_label.TabIndex = 1; this.ma_prodcode_label.Text = "产品编号"; // // pr_detail_label // this.pr_detail_label.AutoSize = true; this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F); this.pr_detail_label.Location = new System.Drawing.Point(980, 16); this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.pr_detail_label.Name = "pr_detail_label"; this.pr_detail_label.Size = new System.Drawing.Size(127, 36); this.pr_detail_label.TabIndex = 2; this.pr_detail_label.Text = "产品名称"; // // remain_qty_label // this.remain_qty_label.AutoSize = true; this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F); this.remain_qty_label.Location = new System.Drawing.Point(49, 65); this.remain_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.remain_qty_label.Name = "remain_qty_label"; this.remain_qty_label.Size = new System.Drawing.Size(99, 36); this.remain_qty_label.TabIndex = 3; this.remain_qty_label.Text = "剩余数"; // // PrintNum_label // this.PrintNum_label.AutoSize = true; this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F); this.PrintNum_label.Location = new System.Drawing.Point(543, 65); this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.PrintNum_label.Name = "PrintNum_label"; this.PrintNum_label.Size = new System.Drawing.Size(71, 36); this.PrintNum_label.TabIndex = 4; this.PrintNum_label.Text = "计数"; // // ms_macode // this.ms_macode.AutoSize = true; this.ms_macode.Font = new System.Drawing.Font("微软雅黑", 12F); this.ms_macode.Location = new System.Drawing.Point(186, 16); this.ms_macode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_macode.Name = "ms_macode"; this.ms_macode.Size = new System.Drawing.Size(0, 36); this.ms_macode.TabIndex = 5; this.ms_macode.TextChanged += new System.EventHandler(this.ms_macode_TextChanged); // // remain_qty // this.remain_qty.AutoSize = true; this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F); this.remain_qty.Location = new System.Drawing.Point(186, 64); this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.remain_qty.Name = "remain_qty"; this.remain_qty.Size = new System.Drawing.Size(0, 36); this.remain_qty.TabIndex = 6; // // count // this.count.AutoSize = true; this.count.Font = new System.Drawing.Font("微软雅黑", 12F); this.count.Location = new System.Drawing.Point(680, 65); this.count.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.count.Name = "count"; this.count.Size = new System.Drawing.Size(31, 36); this.count.TabIndex = 8; this.count.Text = "0"; // // TSNLength_checkBox // this.TSNLength_checkBox.AutoSize = true; this.TSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F); this.TSNLength_checkBox.Location = new System.Drawing.Point(56, 117); this.TSNLength_checkBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TSNLength_checkBox.Name = "TSNLength_checkBox"; this.TSNLength_checkBox.Size = new System.Drawing.Size(136, 35); this.TSNLength_checkBox.TabIndex = 10; this.TSNLength_checkBox.Text = "TSN长度"; this.TSNLength_checkBox.UseVisualStyleBackColor = true; // // SNLength_checkBox // this.SNLength_checkBox.AutoSize = true; this.SNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F); this.SNLength_checkBox.Location = new System.Drawing.Point(56, 171); this.SNLength_checkBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.SNLength_checkBox.Name = "SNLength_checkBox"; this.SNLength_checkBox.Size = new System.Drawing.Size(122, 35); this.SNLength_checkBox.TabIndex = 11; this.SNLength_checkBox.Text = "SN长度"; this.SNLength_checkBox.UseVisualStyleBackColor = true; // // TSNPre_checkBox // this.TSNPre_checkBox.AutoSize = true; this.TSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F); this.TSNPre_checkBox.Location = new System.Drawing.Point(550, 117); this.TSNPre_checkBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TSNPre_checkBox.Name = "TSNPre_checkBox"; this.TSNPre_checkBox.Size = new System.Drawing.Size(136, 35); this.TSNPre_checkBox.TabIndex = 12; this.TSNPre_checkBox.Text = "TSN前缀"; this.TSNPre_checkBox.UseVisualStyleBackColor = true; // // SNPre_checkBox // this.SNPre_checkBox.AutoSize = true; this.SNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F); this.SNPre_checkBox.Location = new System.Drawing.Point(550, 173); this.SNPre_checkBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.SNPre_checkBox.Name = "SNPre_checkBox"; this.SNPre_checkBox.Size = new System.Drawing.Size(122, 35); this.SNPre_checkBox.TabIndex = 13; this.SNPre_checkBox.Text = "SN前缀"; this.SNPre_checkBox.UseVisualStyleBackColor = true; // // tip // this.tip.AutoSize = true; this.tip.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.tip.Location = new System.Drawing.Point(53, 212); this.tip.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.tip.Name = "tip"; this.tip.Size = new System.Drawing.Size(185, 37); this.tip.TabIndex = 18; this.tip.Text = "采集提示信息"; // // in_label // this.in_label.AutoSize = true; this.in_label.Font = new System.Drawing.Font("微软雅黑", 10F); this.in_label.Location = new System.Drawing.Point(54, 559); this.in_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.in_label.Name = "in_label"; this.in_label.Size = new System.Drawing.Size(86, 31); this.in_label.TabIndex = 21; this.in_label.Text = "录入框"; // // ma_prodcode // this.ma_prodcode.AutoSize = true; this.ma_prodcode.CutLength = null; this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_prodcode.Location = new System.Drawing.Point(677, 16); this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0); this.ma_prodcode.Name = "ma_prodcode"; this.ma_prodcode.Size = new System.Drawing.Size(0, 36); this.ma_prodcode.TabIndex = 24; // // pr_detail // this.pr_detail.AutoSize = true; this.pr_detail.CutLength = null; this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_detail.Location = new System.Drawing.Point(1114, 16); 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, 36); this.pr_detail.TabIndex = 23; // // code // this.code.AllPower = null; this.code.BackColor = System.Drawing.Color.White; this.code.ID = null; this.code.Location = new System.Drawing.Point(170, 562); this.code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.code.Name = "code"; this.code.Power = null; this.code.Size = new System.Drawing.Size(239, 31); this.code.Str = null; this.code.Str1 = null; this.code.Str2 = null; this.code.TabIndex = 22; this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown); // // cancel // this.cancel.AllPower = null; this.cancel.BackColor = System.Drawing.Color.Transparent; this.cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("cancel.DownImage"))); this.cancel.Image = null; this.cancel.IsShowBorder = true; this.cancel.Location = new System.Drawing.Point(515, 562); this.cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("cancel.MoveImage"))); this.cancel.Name = "cancel"; this.cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("cancel.NormalImage"))); this.cancel.Power = null; this.cancel.Size = new System.Drawing.Size(92, 33); this.cancel.TabIndex = 20; this.cancel.Text = "取消"; this.cancel.UseVisualStyleBackColor = false; this.cancel.Click += new System.EventHandler(this.cancel_Click); // // OperateResult // this.OperateResult.Location = new System.Drawing.Point(56, 258); this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(1408, 280); this.OperateResult.TabIndex = 19; this.OperateResult.Text = ""; // // SNPre // this.SNPre.AllPower = null; this.SNPre.BackColor = System.Drawing.Color.White; this.SNPre.Font = new System.Drawing.Font("微软雅黑", 10F); this.SNPre.ID = null; this.SNPre.Location = new System.Drawing.Point(714, 171); this.SNPre.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.SNPre.Name = "SNPre"; this.SNPre.Power = null; this.SNPre.Size = new System.Drawing.Size(256, 38); this.SNPre.Str = null; this.SNPre.Str1 = null; this.SNPre.Str2 = null; this.SNPre.TabIndex = 17; // // TSNPre // this.TSNPre.AllPower = null; this.TSNPre.BackColor = System.Drawing.Color.White; this.TSNPre.Font = new System.Drawing.Font("微软雅黑", 10F); this.TSNPre.ID = null; this.TSNPre.Location = new System.Drawing.Point(714, 114); this.TSNPre.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TSNPre.Name = "TSNPre"; this.TSNPre.Power = null; this.TSNPre.Size = new System.Drawing.Size(256, 38); this.TSNPre.Str = null; this.TSNPre.Str1 = null; this.TSNPre.Str2 = null; this.TSNPre.TabIndex = 16; // // SNLength // this.SNLength.AllPower = null; this.SNLength.BackColor = System.Drawing.Color.White; this.SNLength.Font = new System.Drawing.Font("微软雅黑", 10F); this.SNLength.ID = null; this.SNLength.Location = new System.Drawing.Point(236, 168); this.SNLength.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.SNLength.Name = "SNLength"; this.SNLength.Negative = false; this.SNLength.Power = null; this.SNLength.Size = new System.Drawing.Size(259, 38); this.SNLength.Str = null; this.SNLength.Str1 = null; this.SNLength.Str2 = null; this.SNLength.TabIndex = 15; // // TSNLength // this.TSNLength.AllPower = null; this.TSNLength.BackColor = System.Drawing.Color.White; this.TSNLength.Font = new System.Drawing.Font("微软雅黑", 10F); this.TSNLength.ID = null; this.TSNLength.Location = new System.Drawing.Point(236, 114); this.TSNLength.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TSNLength.Name = "TSNLength"; this.TSNLength.Negative = false; this.TSNLength.Power = null; this.TSNLength.Size = new System.Drawing.Size(259, 38); this.TSNLength.Str = null; this.TSNLength.Str1 = null; this.TSNLength.Str2 = null; this.TSNLength.TabIndex = 14; // // Make_SeqProgramTransform // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1550, 614); this.Controls.Add(this.ma_prodcode); this.Controls.Add(this.pr_detail); this.Controls.Add(this.code); this.Controls.Add(this.in_label); this.Controls.Add(this.cancel); this.Controls.Add(this.OperateResult); this.Controls.Add(this.tip); this.Controls.Add(this.SNPre); this.Controls.Add(this.TSNPre); this.Controls.Add(this.SNLength); this.Controls.Add(this.TSNLength); this.Controls.Add(this.SNPre_checkBox); this.Controls.Add(this.TSNPre_checkBox); this.Controls.Add(this.SNLength_checkBox); this.Controls.Add(this.TSNLength_checkBox); this.Controls.Add(this.count); this.Controls.Add(this.remain_qty); this.Controls.Add(this.ms_macode); this.Controls.Add(this.PrintNum_label); this.Controls.Add(this.remain_qty_label); this.Controls.Add(this.pr_detail_label); this.Controls.Add(this.ma_prodcode_label); this.Controls.Add(this.ms_macode_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "Make_SeqProgramTransform"; this.Tag = "Make!SeqProgramTransform"; this.Load += new System.EventHandler(this.Make_SeqProgramTransform_Load); this.SizeChanged += new System.EventHandler(this.序列烧录转换_SizeChanged); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label ms_macode_label; private System.Windows.Forms.Label ma_prodcode_label; private System.Windows.Forms.Label pr_detail_label; private System.Windows.Forms.Label remain_qty_label; private System.Windows.Forms.Label PrintNum_label; private System.Windows.Forms.Label ms_macode; private System.Windows.Forms.Label remain_qty; private System.Windows.Forms.Label count; private System.Windows.Forms.CheckBox TSNLength_checkBox; private System.Windows.Forms.CheckBox SNLength_checkBox; private System.Windows.Forms.CheckBox TSNPre_checkBox; private System.Windows.Forms.CheckBox SNPre_checkBox; private CustomControl.TextBoxWithIcon.NumOnlyTextBox TSNLength; private CustomControl.TextBoxWithIcon.NumOnlyTextBox SNLength; private CustomControl.TextBoxWithIcon.EnterTextBox TSNPre; private CustomControl.TextBoxWithIcon.EnterTextBox SNPre; private System.Windows.Forms.Label tip; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.ButtonUtil.NormalButton cancel; private System.Windows.Forms.Label in_label; private CustomControl.TextBoxWithIcon.EnterTextBox code; private CustomControl.ValueLabel.ValueLabel pr_detail; private CustomControl.ValueLabel.ValueLabel ma_prodcode; } }