namespace UAS_MES_NEW.Special { partial class Special_GetBad { /// /// 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_GetBad)); this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.Pallet_label = new System.Windows.Forms.Label(); this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.NewBadCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.makecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Split // this.Split.AllPower = null; this.Split.BackColor = System.Drawing.Color.Transparent; this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage"))); this.Split.Image = null; this.Split.IsShowBorder = true; this.Split.Location = new System.Drawing.Point(267, 133); this.Split.Margin = new System.Windows.Forms.Padding(2); this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage"))); this.Split.Name = "Split"; this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage"))); this.Split.Power = null; this.Split.Size = new System.Drawing.Size(56, 22); this.Split.TabIndex = 0; this.Split.Text = "线外不良"; this.Split.UseVisualStyleBackColor = false; this.Split.Click += new System.EventHandler(this.Split_Click); // // Pallet_label // this.Pallet_label.AutoSize = true; this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Pallet_label.Location = new System.Drawing.Point(18, 131); this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.Pallet_label.Name = "Pallet_label"; this.Pallet_label.Size = new System.Drawing.Size(32, 21); this.Pallet_label.TabIndex = 1; this.Pallet_label.Text = "SN"; // // SN // this.SN.AllPower = null; this.SN.BackColor = System.Drawing.Color.White; this.SN.ID = null; this.SN.Location = new System.Drawing.Point(91, 133); this.SN.Margin = new System.Windows.Forms.Padding(2); this.SN.Name = "SN"; this.SN.Power = null; this.SN.Size = new System.Drawing.Size(148, 21); this.SN.Str = null; this.SN.Str1 = null; this.SN.Str2 = null; this.SN.TabIndex = 2; this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown); // // OperatResult // this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperatResult.Location = new System.Drawing.Point(408, 59); this.OperatResult.Margin = new System.Windows.Forms.Padding(2); this.OperatResult.Name = "OperatResult"; this.OperatResult.Size = new System.Drawing.Size(204, 310); this.OperatResult.TabIndex = 3; this.OperatResult.Text = ""; // // NewBadCode // this.NewBadCode.AllPower = "ifall"; this.NewBadCode.BackColor = System.Drawing.Color.Transparent; this.NewBadCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.DownImage"))); this.NewBadCode.Image = null; this.NewBadCode.IsShowBorder = true; this.NewBadCode.Location = new System.Drawing.Point(91, 215); this.NewBadCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.MoveImage"))); this.NewBadCode.Name = "NewBadCode"; this.NewBadCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.NormalImage"))); this.NewBadCode.Power = null; this.NewBadCode.Size = new System.Drawing.Size(86, 24); this.NewBadCode.TabIndex = 61; this.NewBadCode.Tag = "IfRead"; this.NewBadCode.Text = "新增不良代码"; this.NewBadCode.UseVisualStyleBackColor = true; this.NewBadCode.Click += new System.EventHandler(this.NewBadCode_Click); // // makecode // this.makecode.AllPower = null; this.makecode.BackColor = System.Drawing.Color.White; this.makecode.ID = null; this.makecode.Location = new System.Drawing.Point(91, 177); this.makecode.Margin = new System.Windows.Forms.Padding(2); this.makecode.Name = "makecode"; this.makecode.Power = null; this.makecode.ReadOnly = true; this.makecode.Size = new System.Drawing.Size(148, 21); this.makecode.Str = null; this.makecode.Str1 = null; this.makecode.Str2 = null; this.makecode.TabIndex = 63; // // 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(18, 175); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 21); this.label1.TabIndex = 62; this.label1.Text = "工单"; // // Special_GetBad // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(692, 527); this.Controls.Add(this.makecode); this.Controls.Add(this.label1); this.Controls.Add(this.NewBadCode); this.Controls.Add(this.OperatResult); this.Controls.Add(this.SN); this.Controls.Add(this.Pallet_label); this.Controls.Add(this.Split); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "Special_GetBad"; this.Tag = "Special!GetBad"; this.Text = "线外不良采集"; this.Load += new System.EventHandler(this.Special_BoxSplit_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.ButtonUtil.NormalButton Split; private System.Windows.Forms.Label Pallet_label; private CustomControl.TextBoxWithIcon.EnterTextBox SN; private CustomControl.RichText.RichTextAutoBottom OperatResult; private CustomControl.ButtonUtil.NormalButton NewBadCode; private CustomControl.TextBoxWithIcon.EnterTextBox makecode; private System.Windows.Forms.Label label1; } }