namespace UAS_MES_NEW.Special { partial class Special_UpdateSn { /// /// 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(Special_UpdateSn)); this.sn_code_label = new System.Windows.Forms.Label(); this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.newsncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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(51, 194); this.sn_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.sn_code_label.Name = "sn_code_label"; this.sn_code_label.Size = new System.Drawing.Size(110, 31); this.sn_code_label.TabIndex = 104; this.sn_code_label.Text = "旧序列号"; // // sncode // this.sncode.AllPower = null; this.sncode.BackColor = System.Drawing.Color.White; this.sncode.ID = null; this.sncode.Location = new System.Drawing.Point(170, 197); this.sncode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.sncode.Name = "sncode"; this.sncode.Power = null; this.sncode.Size = new System.Drawing.Size(262, 28); this.sncode.Str = null; this.sncode.Str1 = null; this.sncode.Str2 = null; this.sncode.TabIndex = 140; this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown); // // Confirm // this.Confirm.AllPower = null; this.Confirm.BackColor = System.Drawing.Color.Transparent; this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage"))); this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image"))); this.Confirm.IsShowBorder = true; this.Confirm.Location = new System.Drawing.Point(489, 285); this.Confirm.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage"))); this.Confirm.Name = "Confirm"; this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage"))); this.Confirm.Power = null; this.Confirm.Size = new System.Drawing.Size(90, 37); this.Confirm.TabIndex = 141; this.Confirm.Text = "确认"; this.Confirm.UseVisualStyleBackColor = true; this.Confirm.Click += new System.EventHandler(this.Confirm_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(624, 19); this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(346, 461); this.OperateResult.TabIndex = 142; this.OperateResult.Text = ""; // // 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(752, 494); this.Clean.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); 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(90, 37); this.Clean.TabIndex = 143; this.Clean.Text = "清除"; this.Clean.UseVisualStyleBackColor = true; this.Clean.Click += new System.EventHandler(this.Clean_Click); // // newsncode // this.newsncode.AllPower = null; this.newsncode.BackColor = System.Drawing.Color.White; this.newsncode.ID = null; this.newsncode.Location = new System.Drawing.Point(170, 291); this.newsncode.Margin = new System.Windows.Forms.Padding(6); this.newsncode.Name = "newsncode"; this.newsncode.Power = null; this.newsncode.Size = new System.Drawing.Size(262, 28); this.newsncode.Str = null; this.newsncode.Str1 = null; this.newsncode.Str2 = null; this.newsncode.TabIndex = 145; this.newsncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox1_KeyDown); // // 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(51, 288); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 31); this.label1.TabIndex = 144; this.label1.Text = "新序列号"; // // Special_UpdateSn // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1025, 601); this.Controls.Add(this.newsncode); this.Controls.Add(this.label1); this.Controls.Add(this.Clean); this.Controls.Add(this.OperateResult); this.Controls.Add(this.Confirm); this.Controls.Add(this.sncode); this.Controls.Add(this.sn_code_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "Special_UpdateSn"; this.Tag = "Special!UpdateSn"; this.Text = "SN更新"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label sn_code_label; private CustomControl.TextBoxWithIcon.EnterTextBox sncode; private CustomControl.ButtonUtil.NormalButton Confirm; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.ButtonUtil.NormalButton Clean; private CustomControl.TextBoxWithIcon.EnterTextBox newsncode; private System.Windows.Forms.Label label1; } }