namespace UAS_MES_NEW.Make { partial class Make_BarcodeDetail { /// /// 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.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar(); this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.pi_inoutno = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.bi_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bi_piid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_code = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bi_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn(); ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit(); this.SuspendLayout(); // // headBar1 // this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.headBar1.Dock = System.Windows.Forms.DockStyle.Top; this.headBar1.Location = new System.Drawing.Point(0, 0); this.headBar1.Margin = new System.Windows.Forms.Padding(6); this.headBar1.Name = "headBar1"; this.headBar1.Size = new System.Drawing.Size(1061, 47); this.headBar1.TabIndex = 0; this.headBar1.Title = null; this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown); // // BatchProductDGV // this.BatchProductDGV.AllowUserToAddRows = false; this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.bi_id, this.bi_piid, this.pr_code, this.pr_detail, this.pr_spec, this.bi_barcode, this.bi_inqty, this.DeleteRow}); this.BatchProductDGV.EnableContentClick = true; this.BatchProductDGV.Location = new System.Drawing.Point(13, 116); this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4); this.BatchProductDGV.Name = "BatchProductDGV"; this.BatchProductDGV.RowHeadersWidth = 62; this.BatchProductDGV.RowTemplate.Height = 23; this.BatchProductDGV.Size = new System.Drawing.Size(1035, 548); this.BatchProductDGV.TabIndex = 175; this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellContentClick66); this.BatchProductDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting12); this.BatchProductDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BatchProductDGV_CellPainting); // // pi_inoutno // this.pi_inoutno.AutoSize = true; this.pi_inoutno.Location = new System.Drawing.Point(160, 80); this.pi_inoutno.Name = "pi_inoutno"; this.pi_inoutno.Size = new System.Drawing.Size(0, 18); this.pi_inoutno.TabIndex = 252; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(72, 70); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(86, 31); this.label5.TabIndex = 251; this.label5.Text = "入库单"; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "msd_id"; this.dataGridViewTextBoxColumn1.HeaderText = "ID"; this.dataGridViewTextBoxColumn1.MinimumWidth = 8; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.Visible = false; this.dataGridViewTextBoxColumn1.Width = 150; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "msd_msid"; this.dataGridViewTextBoxColumn2.HeaderText = ""; this.dataGridViewTextBoxColumn2.MinimumWidth = 8; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Visible = false; this.dataGridViewTextBoxColumn2.Width = 150; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "msd_badname"; this.dataGridViewTextBoxColumn3.HeaderText = "不良现象"; this.dataGridViewTextBoxColumn3.MinimumWidth = 8; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 150; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "msd_qty"; this.dataGridViewTextBoxColumn4.HeaderText = "不良数"; this.dataGridViewTextBoxColumn4.MinimumWidth = 8; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 150; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn5.DataPropertyName = "msd_indate"; this.dataGridViewTextBoxColumn5.HeaderText = "录入时间"; this.dataGridViewTextBoxColumn5.MinimumWidth = 150; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 150; // // dataGridViewImageColumn1 // this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewImageColumn1.HeaderText = "删除"; this.dataGridViewImageColumn1.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image; this.dataGridViewImageColumn1.MinimumWidth = 8; this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; this.dataGridViewImageColumn1.Width = 150; // // bi_id // this.bi_id.DataPropertyName = "bi_id"; this.bi_id.HeaderText = "ID"; this.bi_id.MinimumWidth = 8; this.bi_id.Name = "bi_id"; this.bi_id.Visible = false; this.bi_id.Width = 150; // // bi_piid // this.bi_piid.DataPropertyName = "bi_piid"; this.bi_piid.HeaderText = ""; this.bi_piid.MinimumWidth = 8; this.bi_piid.Name = "bi_piid"; this.bi_piid.ReadOnly = true; this.bi_piid.Visible = false; this.bi_piid.Width = 150; // // pr_code // this.pr_code.DataPropertyName = "pr_code"; this.pr_code.HeaderText = "物料编号"; this.pr_code.MinimumWidth = 8; this.pr_code.Name = "pr_code"; this.pr_code.ReadOnly = true; // // pr_detail // this.pr_detail.DataPropertyName = "pr_detail"; this.pr_detail.HeaderText = "物料名称"; this.pr_detail.MinimumWidth = 8; this.pr_detail.Name = "pr_detail"; // // pr_spec // this.pr_spec.DataPropertyName = "pr_spec"; this.pr_spec.HeaderText = "规格"; this.pr_spec.MinimumWidth = 8; this.pr_spec.Name = "pr_spec"; this.pr_spec.Width = 150; // // bi_barcode // this.bi_barcode.DataPropertyName = "bi_barcode"; this.bi_barcode.HeaderText = "条码号"; this.bi_barcode.MinimumWidth = 8; this.bi_barcode.Name = "bi_barcode"; // // bi_inqty // this.bi_inqty.DataPropertyName = "bi_inqty"; this.bi_inqty.HeaderText = "数量"; this.bi_inqty.MinimumWidth = 8; this.bi_inqty.Name = "bi_inqty"; this.bi_inqty.Width = 75; // // DeleteRow // this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.DeleteRow.HeaderText = "删除"; this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image; this.DeleteRow.MinimumWidth = 8; this.DeleteRow.Name = "DeleteRow"; this.DeleteRow.Width = 150; // // Make_BarcodeDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1061, 687); this.Controls.Add(this.pi_inoutno); this.Controls.Add(this.label5); this.Controls.Add(this.BatchProductDGV); this.Controls.Add(this.headBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3); this.Name = "Make_BarcodeDetail"; this.Tag = "ShowDialogWindow"; this.Text = "Make_StepReportDetail"; this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load); ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.HeadBar headBar1; private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV; private System.Windows.Forms.Label pi_inoutno; private System.Windows.Forms.Label label5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn bi_id; private System.Windows.Forms.DataGridViewTextBoxColumn bi_piid; private System.Windows.Forms.DataGridViewTextBoxColumn pr_code; private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail; private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec; private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode; private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty; private System.Windows.Forms.DataGridViewImageColumn DeleteRow; } }