namespace UAS_MES_NEW.Make { partial class Make_SingleBoard1 { /// /// 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(Make_SingleBoard)); this.SN_label = new System.Windows.Forms.Label(); this.OK = new System.Windows.Forms.RadioButton(); this.NG = new System.Windows.Forms.RadioButton(); this.pr_sendchecktype = new System.Windows.Forms.Label(); this.ma_salecode = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.ChoosedRejectList = new System.Windows.Forms.ListView(); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.WaitRejectList = new System.Windows.Forms.ListView(); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.label3 = new System.Windows.Forms.Label(); this.bc_remark_label = new System.Windows.Forms.Label(); this.bc_groupcode_label = new System.Windows.Forms.Label(); this.pr_detail_label = new System.Windows.Forms.Label(); this.ma_prodcode_label = new System.Windows.Forms.Label(); this.BadInfSource = new System.Windows.Forms.BindingSource(this.components); this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel(); this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder(); this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton(); this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton(); this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox(); this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox(); this.ms_makecode_label = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit(); this.SuspendLayout(); // // SN_label // this.SN_label.AutoSize = true; this.SN_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SN_label.Location = new System.Drawing.Point(60, 116); this.SN_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.SN_label.Name = "SN_label"; this.SN_label.Size = new System.Drawing.Size(62, 41); this.SN_label.TabIndex = 1; this.SN_label.Text = "SN"; // // OK // this.OK.AutoSize = true; this.OK.Checked = true; this.OK.Location = new System.Drawing.Point(67, 212); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(89, 28); this.OK.TabIndex = 151; this.OK.TabStop = true; this.OK.Text = "良品"; this.OK.UseVisualStyleBackColor = true; // // NG // this.NG.AutoSize = true; this.NG.Location = new System.Drawing.Point(224, 212); this.NG.Name = "NG"; this.NG.Size = new System.Drawing.Size(113, 28); this.NG.TabIndex = 152; this.NG.Text = "不良品"; this.NG.UseVisualStyleBackColor = true; // // pr_sendchecktype // this.pr_sendchecktype.AutoSize = true; this.pr_sendchecktype.Location = new System.Drawing.Point(992, 278); this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.pr_sendchecktype.Name = "pr_sendchecktype"; this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24); this.pr_sendchecktype.TabIndex = 218; this.pr_sendchecktype.Visible = false; // // ma_salecode // this.ma_salecode.AutoSize = true; this.ma_salecode.Location = new System.Drawing.Point(992, 270); this.ma_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.ma_salecode.Name = "ma_salecode"; this.ma_salecode.Size = new System.Drawing.Size(0, 24); this.ma_salecode.TabIndex = 217; this.ma_salecode.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Blue; this.label2.Location = new System.Drawing.Point(44, 270); this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(146, 42); this.label2.TabIndex = 201; this.label2.Text = "采集信息"; // // ChoosedRejectList // this.ChoosedRejectList.CheckBoxes = true; this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader6, this.columnHeader3, this.columnHeader7, this.columnHeader8, this.columnHeader10}); this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ChoosedRejectList.HideSelection = false; this.ChoosedRejectList.Location = new System.Drawing.Point(774, 532); this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(6); this.ChoosedRejectList.Name = "ChoosedRejectList"; this.ChoosedRejectList.Size = new System.Drawing.Size(528, 408); this.ChoosedRejectList.TabIndex = 213; this.ChoosedRejectList.UseCompatibleStateImageBehavior = false; this.ChoosedRejectList.View = System.Windows.Forms.View.Details; // // columnHeader6 // this.columnHeader6.Text = " "; this.columnHeader6.Width = 20; // // columnHeader3 // this.columnHeader3.Text = "不良代码组"; this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader3.Width = 150; // // columnHeader7 // this.columnHeader7.Text = "不良代码"; this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader7.Width = 168; // // columnHeader8 // this.columnHeader8.Text = "不良名称"; this.columnHeader8.Width = 99; // // columnHeader10 // this.columnHeader10.Text = "备注"; this.columnHeader10.Width = 3; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(770, 482); this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(146, 42); this.label5.TabIndex = 208; this.label5.Text = "已选不良"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(44, 482); this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(146, 42); this.label4.TabIndex = 207; this.label4.Text = "待选不良"; // // WaitRejectList // this.WaitRejectList.CheckBoxes = true; this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader5, this.columnHeader4, this.columnHeader1, this.columnHeader2, this.columnHeader9}); this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.WaitRejectList.FullRowSelect = true; this.WaitRejectList.HideSelection = false; this.WaitRejectList.Location = new System.Drawing.Point(46, 532); this.WaitRejectList.Margin = new System.Windows.Forms.Padding(6); this.WaitRejectList.Name = "WaitRejectList"; this.WaitRejectList.Size = new System.Drawing.Size(528, 408); this.WaitRejectList.TabIndex = 206; this.WaitRejectList.UseCompatibleStateImageBehavior = false; this.WaitRejectList.View = System.Windows.Forms.View.Details; // // columnHeader5 // this.columnHeader5.Text = " "; this.columnHeader5.Width = 0; // // columnHeader4 // this.columnHeader4.Text = "不良代码组"; this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader4.Width = 0; // // columnHeader1 // this.columnHeader1.Text = "不良代码"; this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader1.Width = 134; // // columnHeader2 // this.columnHeader2.Text = "不良名称"; this.columnHeader2.Width = 392; // // columnHeader9 // this.columnHeader9.Text = "备注"; this.columnHeader9.Width = 0; // // 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(44, 410); this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(146, 41); this.label3.TabIndex = 205; this.label3.Text = "不良代码"; // // bc_remark_label // this.bc_remark_label.AutoSize = true; this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bc_remark_label.Location = new System.Drawing.Point(612, 330); this.bc_remark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.bc_remark_label.Name = "bc_remark_label"; this.bc_remark_label.Size = new System.Drawing.Size(146, 41); this.bc_remark_label.TabIndex = 204; this.bc_remark_label.Text = "不良备注"; // // bc_groupcode_label // this.bc_groupcode_label.AutoSize = true; this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bc_groupcode_label.Location = new System.Drawing.Point(44, 330); this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.bc_groupcode_label.Name = "bc_groupcode_label"; this.bc_groupcode_label.Size = new System.Drawing.Size(146, 41); this.bc_groupcode_label.TabIndex = 203; this.bc_groupcode_label.Text = "不良组别"; // // pr_detail_label // this.pr_detail_label.AutoSize = true; this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_detail_label.Location = new System.Drawing.Point(1169, 39); this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.pr_detail_label.Name = "pr_detail_label"; this.pr_detail_label.Size = new System.Drawing.Size(146, 41); this.pr_detail_label.TabIndex = 219; this.pr_detail_label.Text = "产品规格"; // // ma_prodcode_label // this.ma_prodcode_label.AutoSize = true; this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_prodcode_label.Location = new System.Drawing.Point(672, 38); this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.ma_prodcode_label.Name = "ma_prodcode_label"; this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41); this.ma_prodcode_label.TabIndex = 220; this.ma_prodcode_label.Text = "产品编号"; // // pr_spec // this.pr_spec.AutoSize = true; this.pr_spec.CutLength = "qweqwe"; this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_spec.Location = new System.Drawing.Point(1343, 39); this.pr_spec.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.pr_spec.MaximumSize = new System.Drawing.Size(360, 0); this.pr_spec.Name = "pr_spec"; this.pr_spec.Size = new System.Drawing.Size(0, 41); this.pr_spec.TabIndex = 222; // // ma_prodcode // this.ma_prodcode.AutoSize = true; this.ma_prodcode.CutLength = null; this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ma_prodcode.Location = new System.Drawing.Point(854, 38); this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0); this.ma_prodcode.Name = "ma_prodcode"; this.ma_prodcode.Size = new System.Drawing.Size(0, 41); this.ma_prodcode.TabIndex = 221; this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged); // // Filter // this.Filter.BackColor = System.Drawing.Color.Transparent; this.Filter.Font = new System.Drawing.Font("宋体", 10.8F); this.Filter.Location = new System.Drawing.Point(224, 482); this.Filter.Margin = new System.Windows.Forms.Padding(4); this.Filter.Name = "Filter"; this.Filter.PlaceHolder = "不良名称搜索"; this.Filter.Size = new System.Drawing.Size(352, 44); this.Filter.TabIndex = 215; // // bc_code // this.bc_code.AllPower = null; this.bc_code.BackColor = System.Drawing.Color.White; this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bc_code.ID = null; this.bc_code.Location = new System.Drawing.Point(226, 410); this.bc_code.Margin = new System.Windows.Forms.Padding(6); this.bc_code.Name = "bc_code"; this.bc_code.Power = null; this.bc_code.Size = new System.Drawing.Size(348, 40); this.bc_code.Str = null; this.bc_code.Str1 = null; this.bc_code.Str2 = null; this.bc_code.TabIndex = 214; // // ChooseedReject // this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image"))); this.ChooseedReject.Location = new System.Drawing.Point(622, 662); this.ChooseedReject.Margin = new System.Windows.Forms.Padding(6); this.ChooseedReject.Name = "ChooseedReject"; this.ChooseedReject.Size = new System.Drawing.Size(100, 46); this.ChooseedReject.TabIndex = 211; this.ChooseedReject.UseVisualStyleBackColor = true; this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click); // // WaitReject // this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image"))); this.WaitReject.Location = new System.Drawing.Point(622, 788); this.WaitReject.Margin = new System.Windows.Forms.Padding(6); this.WaitReject.Name = "WaitReject"; this.WaitReject.Size = new System.Drawing.Size(100, 46); this.WaitReject.TabIndex = 210; this.WaitReject.UseVisualStyleBackColor = true; this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click); // // bc_remark // this.bc_remark.AllPower = null; this.bc_remark.BackColor = System.Drawing.Color.White; this.bc_remark.ID = null; this.bc_remark.Location = new System.Drawing.Point(778, 332); this.bc_remark.Margin = new System.Windows.Forms.Padding(6); this.bc_remark.Multiline = true; this.bc_remark.Name = "bc_remark"; this.bc_remark.Power = null; this.bc_remark.Size = new System.Drawing.Size(524, 120); this.bc_remark.Str = null; this.bc_remark.Str1 = null; this.bc_remark.Str2 = null; this.bc_remark.TabIndex = 209; // // bc_groupcode // this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bc_groupcode.FormattingEnabled = true; this.bc_groupcode.Location = new System.Drawing.Point(226, 332); this.bc_groupcode.Margin = new System.Windows.Forms.Padding(6); this.bc_groupcode.Name = "bc_groupcode"; this.bc_groupcode.Size = new System.Drawing.Size(348, 37); this.bc_groupcode.TabIndex = 202; this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged); // // 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(1343, 328); 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 = 150; this.OperateResult.Text = ""; // // SaveRepairInf // this.SaveRepairInf.AllPower = "ifall"; this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent; this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage"))); this.SaveRepairInf.Image = null; this.SaveRepairInf.IsShowBorder = true; this.SaveRepairInf.Location = new System.Drawing.Point(774, 957); this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6); this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage"))); this.SaveRepairInf.Name = "SaveRepairInf"; this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage"))); this.SaveRepairInf.Power = null; this.SaveRepairInf.Size = new System.Drawing.Size(172, 48); this.SaveRepairInf.TabIndex = 145; this.SaveRepairInf.Tag = "IfRead"; this.SaveRepairInf.Text = "确认"; this.SaveRepairInf.UseVisualStyleBackColor = true; this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click); // // SN // this.SN.AllPower = null; this.SN.BackColor = System.Drawing.Color.White; this.SN.ID = null; this.SN.Location = new System.Drawing.Point(224, 122); this.SN.Margin = new System.Windows.Forms.Padding(4); this.SN.Name = "SN"; this.SN.Power = null; this.SN.Size = new System.Drawing.Size(318, 35); 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); // // ma_code // this.ma_code.AllPower = null; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = null; this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(218, 40); this.ma_code.Margin = new System.Windows.Forms.Padding(4); this.ma_code.Name = "ma_code"; this.ma_code.Power = null; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(296, 42); this.ma_code.TabIndex = 225; this.ma_code.TableName = null; this.ma_code.Tag = "ma_code"; this.ma_code.TextBoxEnable = true; // // LockMakeCode // this.LockMakeCode.AutoSize = true; this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LockMakeCode.LeaveEvent = false; this.LockMakeCode.Location = new System.Drawing.Point(522, 44); this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4); this.LockMakeCode.Name = "LockMakeCode"; this.LockMakeCode.Size = new System.Drawing.Size(94, 35); this.LockMakeCode.TabIndex = 224; this.LockMakeCode.Text = "锁定"; this.LockMakeCode.UseVisualStyleBackColor = true; // // ms_makecode_label // this.ms_makecode_label.AutoSize = true; this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode_label.Location = new System.Drawing.Point(44, 38); this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(146, 41); this.ms_makecode_label.TabIndex = 223; this.ms_makecode_label.Text = "归属工单"; // // Make_SingleBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1833, 1020); this.Controls.Add(this.ma_code); this.Controls.Add(this.LockMakeCode); this.Controls.Add(this.ms_makecode_label); this.Controls.Add(this.pr_spec); this.Controls.Add(this.ma_prodcode); this.Controls.Add(this.pr_detail_label); this.Controls.Add(this.ma_prodcode_label); this.Controls.Add(this.pr_sendchecktype); this.Controls.Add(this.ma_salecode); this.Controls.Add(this.Filter); this.Controls.Add(this.bc_code); this.Controls.Add(this.label2); this.Controls.Add(this.ChoosedRejectList); this.Controls.Add(this.ChooseedReject); this.Controls.Add(this.WaitReject); this.Controls.Add(this.bc_remark); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.WaitRejectList); this.Controls.Add(this.label3); this.Controls.Add(this.bc_groupcode); this.Controls.Add(this.bc_remark_label); this.Controls.Add(this.bc_groupcode_label); this.Controls.Add(this.NG); this.Controls.Add(this.OK); this.Controls.Add(this.OperateResult); this.Controls.Add(this.SaveRepairInf); this.Controls.Add(this.SN); this.Controls.Add(this.SN_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Make_SingleBoard"; this.Tag = "Special!CancelOQC"; this.Text = "拆箱处理"; this.Load += new System.EventHandler(this.Special_BoxSplit_Load); ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label SN_label; private CustomControl.TextBoxWithIcon.EnterTextBox SN; private CustomControl.ButtonUtil.NormalButton SaveRepairInf; private CustomControl.RichText.RichTextAutoBottom OperateResult; private System.Windows.Forms.RadioButton OK; private System.Windows.Forms.RadioButton NG; private System.Windows.Forms.Label pr_sendchecktype; private System.Windows.Forms.Label ma_salecode; private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter; private CustomControl.TextBoxWithIcon.EnterTextBox bc_code; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListView ChoosedRejectList; private System.Windows.Forms.ColumnHeader columnHeader6; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader7; private System.Windows.Forms.ColumnHeader columnHeader8; private System.Windows.Forms.ColumnHeader columnHeader10; private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject; private CustomControl.ButtonUtil.ArrowLeftButton WaitReject; private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.ListView WaitRejectList; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader9; private System.Windows.Forms.Label label3; private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode; private System.Windows.Forms.Label bc_remark_label; private System.Windows.Forms.Label bc_groupcode_label; private CustomControl.ValueLabel.ValueLabel pr_spec; private CustomControl.ValueLabel.ValueLabel ma_prodcode; private System.Windows.Forms.Label pr_detail_label; private System.Windows.Forms.Label ma_prodcode_label; private System.Windows.Forms.BindingSource BadInfSource; private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code; private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode; private System.Windows.Forms.Label ms_makecode_label; } }