namespace UAS_MES.Special { partial class Special_CancelCollection { /// /// 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_CancelCollection)); this.sn_code_label = new System.Windows.Forms.Label(); this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom(); this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); 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(45, 162); this.sn_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.sn_code_label.Name = "sn_code_label"; this.sn_code_label.Size = new System.Drawing.Size(72, 27); this.sn_code_label.TabIndex = 104; this.sn_code_label.Text = "序列号"; // // sn_code // this.sn_code.AllPower = null; this.sn_code.BackColor = System.Drawing.Color.White; this.sn_code.ID = null; this.sn_code.Location = new System.Drawing.Point(151, 164); this.sn_code.Margin = new System.Windows.Forms.Padding(5); this.sn_code.Name = "sn_code"; this.sn_code.Power = null; this.sn_code.Size = new System.Drawing.Size(233, 25); this.sn_code.Str = null; this.sn_code.Str1 = null; this.sn_code.Str2 = null; this.sn_code.TabIndex = 140; // // 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(440, 161); this.Confirm.Margin = new System.Windows.Forms.Padding(5); 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(80, 31); 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(555, 16); this.OperateResult.Margin = new System.Windows.Forms.Padding(5); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(308, 385); 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(668, 412); this.Clean.Margin = new System.Windows.Forms.Padding(5); 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(80, 31); this.Clean.TabIndex = 143; this.Clean.Text = "清除"; this.Clean.UseVisualStyleBackColor = true; this.Clean.Click += new System.EventHandler(this.Clean_Click); // // Special_CancelCollection // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1044, 501); this.Controls.Add(this.Clean); this.Controls.Add(this.OperateResult); this.Controls.Add(this.Confirm); this.Controls.Add(this.sn_code); 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_CancelCollection"; this.Tag = "Special!CancelCollection"; this.Text = "取消采集"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label sn_code_label; private CustomControl.TextBoxWithIcon.EnterTextBox sn_code; private CustomControl.ButtonUtil.NormalButton Confirm; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.ButtonUtil.NormalButton Clean; } }