namespace UAS_MES.Make { partial class Make_Decompose { /// /// 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(Make_Decompose)); this.pa_makecode_label = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.LabelDataGridView = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox(); this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Choose2 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.cm_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AddBad = new System.Windows.Forms.DataGridViewImageColumn(); this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.New_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qqqqq = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel(); this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel(); this.pr_name = new UAS_MES.CustomControl.ValueLabel.ValueLabel(); this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel(); this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel(); this.Close = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom(); ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit(); this.SuspendLayout(); // // pa_makecode_label // this.pa_makecode_label.AutoSize = true; this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pa_makecode_label.Location = new System.Drawing.Point(33, 552); this.pa_makecode_label.Name = "pa_makecode_label"; this.pa_makecode_label.Size = new System.Drawing.Size(72, 27); this.pa_makecode_label.TabIndex = 173; this.pa_makecode_label.Text = "序列号"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(33, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 27); this.label1.TabIndex = 177; this.label1.Text = "序列号"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(33, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 27); this.label2.TabIndex = 178; this.label2.Text = "产品编号"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(433, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 27); this.label3.TabIndex = 179; this.label3.Text = "名称规格"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(433, 18); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(72, 27); this.label4.TabIndex = 180; this.label4.Text = "工单号"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(809, 18); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(92, 27); this.label5.TabIndex = 181; this.label5.Text = "已采集数"; // // LabelDataGridView // this.LabelDataGridView.AllowUserToAddRows = false; this.LabelDataGridView.AllowUserToResizeRows = false; this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace; this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Choose, this.Choose2, this.cm_id, this.pr_detail, this.mb_bgcode, this.mb_badcode, this.AddBad, this.cm_soncode, this.cm_barcode, this.New_BarCode, this.qqqqq}); this.LabelDataGridView.Location = new System.Drawing.Point(12, 105); this.LabelDataGridView.Name = "LabelDataGridView"; this.LabelDataGridView.RowTemplate.Height = 23; this.LabelDataGridView.Size = new System.Drawing.Size(1027, 233); this.LabelDataGridView.TabIndex = 188; this.LabelDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellClick); this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick); // // Choose // this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Choose.HeaderText = "拆解更料"; this.Choose.Name = "Choose"; this.Choose.Width = 60; // // Choose2 // this.Choose2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Choose2.HeaderText = "拆解"; this.Choose2.Name = "Choose2"; this.Choose2.Width = 40; // // cm_id // this.cm_id.DataPropertyName = "cm_id"; this.cm_id.HeaderText = "cm_id"; this.cm_id.Name = "cm_id"; this.cm_id.Visible = false; this.cm_id.Width = 5; // // pr_detail // this.pr_detail.DataPropertyName = "pr_detail"; this.pr_detail.HeaderText = "pr_detail"; this.pr_detail.Name = "pr_detail"; this.pr_detail.Visible = false; this.pr_detail.Width = 80; // // mb_bgcode // this.mb_bgcode.HeaderText = "不良代码组编号"; this.mb_bgcode.Name = "mb_bgcode"; this.mb_bgcode.Visible = false; this.mb_bgcode.Width = 80; // // mb_badcode // this.mb_badcode.HeaderText = "不良代码编号"; this.mb_badcode.Name = "mb_badcode"; this.mb_badcode.Width = 80; // // AddBad // this.AddBad.HeaderText = ""; this.AddBad.Image = global::UAS_MES.Properties.Resources.plus; this.AddBad.Name = "AddBad"; this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.AddBad.Width = 20; // // cm_soncode // this.cm_soncode.DataPropertyName = "cm_soncode"; this.cm_soncode.HeaderText = "子件编号"; this.cm_soncode.Name = "cm_soncode"; // // cm_barcode // this.cm_barcode.DataPropertyName = "cm_barcode"; this.cm_barcode.HeaderText = "物料批号"; this.cm_barcode.Name = "cm_barcode"; // // New_BarCode // this.New_BarCode.HeaderText = "新批号"; this.New_BarCode.Name = "New_BarCode"; // // qqqqq // this.qqqqq.HeaderText = ""; this.qqqqq.Name = "qqqqq"; this.qqqqq.Width = 5; // // deccount // this.deccount.AutoSize = true; this.deccount.CutLength = null; this.deccount.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.deccount.Location = new System.Drawing.Point(907, 18); this.deccount.MaximumSize = new System.Drawing.Size(150, 0); this.deccount.Name = "deccount"; this.deccount.Size = new System.Drawing.Size(0, 27); this.deccount.TabIndex = 187; this.deccount.Tag = "1"; // // ms_makecode // this.ms_makecode.AutoSize = true; this.ms_makecode.CutLength = null; this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode.Location = new System.Drawing.Point(525, 18); this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0); this.ms_makecode.Name = "ms_makecode"; this.ms_makecode.Size = new System.Drawing.Size(0, 27); this.ms_makecode.TabIndex = 186; this.ms_makecode.Tag = "1"; // // pr_name // this.pr_name.AutoSize = true; this.pr_name.CutLength = null; this.pr_name.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_name.Location = new System.Drawing.Point(531, 66); this.pr_name.MaximumSize = new System.Drawing.Size(150, 0); this.pr_name.Name = "pr_name"; this.pr_name.Size = new System.Drawing.Size(0, 27); this.pr_name.TabIndex = 185; this.pr_name.Tag = "1"; // // ms_prodcode // this.ms_prodcode.AutoSize = true; this.ms_prodcode.CutLength = null; this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_prodcode.Location = new System.Drawing.Point(125, 66); this.ms_prodcode.MaximumSize = new System.Drawing.Size(150, 0); this.ms_prodcode.Name = "ms_prodcode"; this.ms_prodcode.Size = new System.Drawing.Size(0, 27); this.ms_prodcode.TabIndex = 184; this.ms_prodcode.Tag = "1"; // // ms_sncode // this.ms_sncode.AutoSize = true; this.ms_sncode.CutLength = null; this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_sncode.Location = new System.Drawing.Point(125, 18); this.ms_sncode.MaximumSize = new System.Drawing.Size(150, 0); this.ms_sncode.Name = "ms_sncode"; this.ms_sncode.Size = new System.Drawing.Size(0, 27); this.ms_sncode.TabIndex = 183; this.ms_sncode.Tag = "1"; // // Close // this.Close.AllPower = null; this.Close.BackColor = System.Drawing.Color.Transparent; this.Close.DownImage = ((System.Drawing.Image)(resources.GetObject("Close.DownImage"))); this.Close.Image = ((System.Drawing.Image)(resources.GetObject("Close.Image"))); this.Close.IsShowBorder = true; this.Close.Location = new System.Drawing.Point(870, 556); this.Close.MoveImage = ((System.Drawing.Image)(resources.GetObject("Close.MoveImage"))); this.Close.Name = "Close"; this.Close.NormalImage = ((System.Drawing.Image)(resources.GetObject("Close.NormalImage"))); this.Close.Power = null; this.Close.Size = new System.Drawing.Size(105, 27); this.Close.TabIndex = 176; this.Close.Text = "关闭"; this.Close.UseVisualStyleBackColor = true; // // Decompose // this.Decompose.AllPower = null; this.Decompose.BackColor = System.Drawing.Color.Transparent; this.Decompose.DownImage = ((System.Drawing.Image)(resources.GetObject("Decompose.DownImage"))); this.Decompose.Image = ((System.Drawing.Image)(resources.GetObject("Decompose.Image"))); this.Decompose.IsShowBorder = true; this.Decompose.Location = new System.Drawing.Point(534, 556); this.Decompose.MoveImage = ((System.Drawing.Image)(resources.GetObject("Decompose.MoveImage"))); this.Decompose.Name = "Decompose"; this.Decompose.NormalImage = ((System.Drawing.Image)(resources.GetObject("Decompose.NormalImage"))); this.Decompose.Power = null; this.Decompose.Size = new System.Drawing.Size(105, 27); this.Decompose.TabIndex = 175; this.Decompose.Text = "确定拆解"; this.Decompose.UseVisualStyleBackColor = true; // // 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(147, 558); this.sn_code.Name = "sn_code"; this.sn_code.Power = null; this.sn_code.Size = new System.Drawing.Size(196, 21); this.sn_code.Str = null; this.sn_code.Str1 = null; this.sn_code.Str2 = null; this.sn_code.TabIndex = 174; this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown); // // 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, 355); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(1053, 152); this.OperateResult.TabIndex = 172; this.OperateResult.Text = ""; // // Make_Decompose // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1120, 625); this.Controls.Add(this.LabelDataGridView); this.Controls.Add(this.deccount); this.Controls.Add(this.ms_makecode); this.Controls.Add(this.pr_name); this.Controls.Add(this.ms_prodcode); this.Controls.Add(this.ms_sncode); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.Close); this.Controls.Add(this.Decompose); this.Controls.Add(this.sn_code); this.Controls.Add(this.pa_makecode_label); this.Controls.Add(this.OperateResult); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Make_Decompose"; this.Tag = "Make!Decompose"; this.Text = "拆解处理"; this.Load += new System.EventHandler(this.Make_Decompose_Load); this.SizeChanged += new System.EventHandler(this.Make_Decompose_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.RichText.RichTextAutoBottom OperateResult; private System.Windows.Forms.Label pa_makecode_label; private CustomControl.TextBoxWithIcon.EnterTextBox sn_code; private CustomControl.ButtonUtil.NormalButton Decompose; private CustomControl.ButtonUtil.NormalButton Close; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private CustomControl.ValueLabel.ValueLabel ms_sncode; private CustomControl.ValueLabel.ValueLabel ms_prodcode; private CustomControl.ValueLabel.ValueLabel pr_name; private CustomControl.ValueLabel.ValueLabel ms_makecode; private CustomControl.ValueLabel.ValueLabel deccount; private CustomControl.DataGrid_View.DataGridViewWithCheckBox LabelDataGridView; private System.Windows.Forms.DataGridViewCheckBoxColumn Choose; private System.Windows.Forms.DataGridViewCheckBoxColumn Choose2; private System.Windows.Forms.DataGridViewTextBoxColumn cm_id; private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail; private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode; private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode; private System.Windows.Forms.DataGridViewImageColumn AddBad; private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode; private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode; private System.Windows.Forms.DataGridViewTextBoxColumn New_BarCode; private System.Windows.Forms.DataGridViewTextBoxColumn qqqqq; } }