namespace UAS_MES_NEW.Special { partial class Special_RePrintRFID { /// /// 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(Special_RePrintRFID)); this.pr_detail = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.Hex = new System.Windows.Forms.CheckBox(); this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components); this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.SuspendLayout(); // // pr_detail // this.pr_detail.AutoSize = true; 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(213, 206); this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.pr_detail.Name = "pr_detail"; this.pr_detail.Size = new System.Drawing.Size(0, 41); this.pr_detail.TabIndex = 237; // // 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(35, 206); this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(146, 41); this.label6.TabIndex = 236; this.label6.Text = "产品名称"; // // label5 // 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(35, 141); this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(146, 41); this.label5.TabIndex = 232; this.label5.Text = "产品代码"; // // 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(109, 272); this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 41); this.label3.TabIndex = 244; this.label3.Text = "SN"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(99, 342); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 41); this.label1.TabIndex = 246; this.label1.Text = "标签"; // // Hex // this.Hex.AutoSize = true; this.Hex.Font = new System.Drawing.Font("微软雅黑", 10F); this.Hex.Location = new System.Drawing.Point(220, 414); this.Hex.Margin = new System.Windows.Forms.Padding(6); this.Hex.Name = "Hex"; this.Hex.Size = new System.Drawing.Size(160, 39); this.Hex.TabIndex = 248; this.Hex.Text = "转16进制"; this.Hex.UseVisualStyleBackColor = true; // // PrintLabel // this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.PrintLabel.FormattingEnabled = true; this.PrintLabel.Location = new System.Drawing.Point(220, 351); this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.PrintLabel.Name = "PrintLabel"; this.PrintLabel.Size = new System.Drawing.Size(382, 32); this.PrintLabel.TabIndex = 247; // // ms_sncode // this.ms_sncode.AllPower = null; this.ms_sncode.BackColor = System.Drawing.Color.White; this.ms_sncode.ID = null; this.ms_sncode.Location = new System.Drawing.Point(214, 272); this.ms_sncode.Name = "ms_sncode"; this.ms_sncode.Power = null; this.ms_sncode.Size = new System.Drawing.Size(388, 35); this.ms_sncode.Str = null; this.ms_sncode.Str1 = null; this.ms_sncode.Str2 = null; this.ms_sncode.TabIndex = 245; this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown); // // pr_code // this.pr_code.AllPower = null; this.pr_code.BackColor = System.Drawing.Color.White; this.pr_code.Enabled = false; this.pr_code.ID = null; this.pr_code.Location = new System.Drawing.Point(214, 150); this.pr_code.Name = "pr_code"; this.pr_code.Power = null; this.pr_code.Size = new System.Drawing.Size(388, 35); this.pr_code.Str = null; this.pr_code.Str1 = null; this.pr_code.Str2 = null; this.pr_code.TabIndex = 235; this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged); // // Clean // this.Clean.AllPower = null; this.Clean.BackColor = System.Drawing.Color.Transparent; this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage"))); this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image"))); this.Clean.IsShowBorder = true; this.Clean.Location = new System.Drawing.Point(1002, 659); this.Clean.Margin = new System.Windows.Forms.Padding(8); this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage"))); this.Clean.Name = "Clean"; this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage"))); this.Clean.Power = null; this.Clean.Size = new System.Drawing.Size(120, 50); this.Clean.TabIndex = 143; this.Clean.Text = "清除"; this.Clean.UseVisualStyleBackColor = true; this.Clean.Click += new System.EventHandler(this.Clean_Click); // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(832, 26); this.OperateResult.Margin = new System.Windows.Forms.Padding(8); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(460, 614); this.OperateResult.TabIndex = 142; this.OperateResult.Text = ""; // // Special_RePrintRFID // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1566, 802); this.Controls.Add(this.Hex); this.Controls.Add(this.PrintLabel); this.Controls.Add(this.label1); this.Controls.Add(this.ms_sncode); this.Controls.Add(this.label3); this.Controls.Add(this.pr_detail); this.Controls.Add(this.label6); this.Controls.Add(this.pr_code); this.Controls.Add(this.label5); this.Controls.Add(this.Clean); this.Controls.Add(this.OperateResult); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "Special_RePrintRFID"; this.Tag = "Special!CancelCollection"; this.Text = "取消采集"; this.Load += new System.EventHandler(this.Special_CancelCollection_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.ButtonUtil.NormalButton Clean; private System.Windows.Forms.Label pr_detail; private System.Windows.Forms.Label label6; private CustomControl.TextBoxWithIcon.EnterTextBox pr_code; private System.Windows.Forms.Label label5; private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode; private System.Windows.Forms.Label label3; private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox Hex; } }