namespace UAS_MES_NEW.Special { partial class Special_ReSNBD { /// /// 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.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.ChangeResult = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox(); this.ClearSn_code = new System.Windows.Forms.PictureBox(); this.show_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.sn_code_label = new System.Windows.Forms.Label(); this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.sncode_label = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit(); this.SuspendLayout(); // // 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(12, 81); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(1014, 351); this.OperateResult.TabIndex = 3; this.OperateResult.Text = ""; // // ChangeResult // this.ChangeResult.AllPower = "ifall"; this.ChangeResult.AutoSize = true; this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ChangeResult.Location = new System.Drawing.Point(407, 537); this.ChangeResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ChangeResult.Name = "ChangeResult"; this.ChangeResult.Power = "ifspecial"; this.ChangeResult.Size = new System.Drawing.Size(136, 35); this.ChangeResult.TabIndex = 152; this.ChangeResult.Text = "重新转换"; this.ChangeResult.UseVisualStyleBackColor = true; this.ChangeResult.CheckedChanged += new System.EventHandler(this.ChangeResult_CheckedChanged); // // ClearSn_code // this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand; this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image; this.ClearSn_code.Location = new System.Drawing.Point(407, 495); this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4); this.ClearSn_code.Name = "ClearSn_code"; this.ClearSn_code.Size = new System.Drawing.Size(24, 24); this.ClearSn_code.TabIndex = 151; this.ClearSn_code.TabStop = false; this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click); // // show_sncode // this.show_sncode.AllPower = null; this.show_sncode.BackColor = System.Drawing.Color.White; this.show_sncode.Enabled = false; this.show_sncode.Font = new System.Drawing.Font("微软雅黑", 10F); this.show_sncode.ID = null; this.show_sncode.Location = new System.Drawing.Point(133, 491); this.show_sncode.Margin = new System.Windows.Forms.Padding(4); this.show_sncode.Name = "show_sncode"; this.show_sncode.Power = null; this.show_sncode.Size = new System.Drawing.Size(238, 34); this.show_sncode.Str = null; this.show_sncode.Str1 = null; this.show_sncode.Str2 = null; this.show_sncode.TabIndex = 150; // // sn_code_label // this.sn_code_label.AutoSize = true; this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.sn_code_label.Location = new System.Drawing.Point(13, 491); this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.sn_code_label.Name = "sn_code_label"; this.sn_code_label.Size = new System.Drawing.Size(86, 31); this.sn_code_label.TabIndex = 149; this.sn_code_label.Text = "序列号"; // // sncode // this.sncode.AllPower = "ifall"; this.sncode.BackColor = System.Drawing.Color.White; this.sncode.Font = new System.Drawing.Font("微软雅黑", 10F); this.sncode.ID = null; this.sncode.Location = new System.Drawing.Point(133, 541); this.sncode.Margin = new System.Windows.Forms.Padding(4); this.sncode.Name = "sncode"; this.sncode.Power = "ifread"; this.sncode.Size = new System.Drawing.Size(238, 34); this.sncode.Str = null; this.sncode.Str1 = null; this.sncode.Str2 = null; this.sncode.TabIndex = 148; this.sncode.Tag = "IfRead"; this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown); // // sncode_label // 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(13, 543); this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.sncode_label.Name = "sncode_label"; this.sncode_label.Size = new System.Drawing.Size(86, 31); this.sncode_label.TabIndex = 147; this.sncode_label.Text = "录入框"; // // Special_ReSNBD // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1038, 602); this.Controls.Add(this.ChangeResult); this.Controls.Add(this.ClearSn_code); this.Controls.Add(this.show_sncode); this.Controls.Add(this.sn_code_label); this.Controls.Add(this.sncode); this.Controls.Add(this.sncode_label); this.Controls.Add(this.OperateResult); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Special_ReSNBD"; this.Tag = "Special!ReSNBD"; this.Text = "返修SN采集"; this.Load += new System.EventHandler(this.Special_BoxSplit_Load); this.SizeChanged += new System.EventHandler(this.Special_ReSNBD_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult; private System.Windows.Forms.PictureBox ClearSn_code; private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode; private System.Windows.Forms.Label sn_code_label; private CustomControl.TextBoxWithIcon.SnCollectionBox sncode; private System.Windows.Forms.Label sncode_label; } }