namespace UAS_MES.Warehouse { partial class Warehouse_ProdDetail { /// /// 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.CustomControl.HeadBar(); this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit(); this.SuspendLayout(); // // headBar1 // this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.headBar1.Dock = System.Windows.Forms.DockStyle.Top; this.headBar1.Location = new System.Drawing.Point(0, 0); this.headBar1.Name = "headBar1"; this.headBar1.Size = new System.Drawing.Size(621, 32); this.headBar1.TabIndex = 0; this.headBar1.Title = null; // // InOutDetailDGV // this.InOutDetailDGV.AllowUserToAddRows = false; this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.pim_outboxcode, this.pim_mac, this.pim_prodcode, this.pr_detail, this.pr_spec}); this.InOutDetailDGV.Location = new System.Drawing.Point(32, 37); this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2); this.InOutDetailDGV.Name = "InOutDetailDGV"; this.InOutDetailDGV.RowTemplate.Height = 27; this.InOutDetailDGV.Size = new System.Drawing.Size(544, 357); this.InOutDetailDGV.TabIndex = 219; // // pim_outboxcode // this.pim_outboxcode.HeaderText = "栈板/箱号"; this.pim_outboxcode.MinimumWidth = 120; this.pim_outboxcode.Name = "pim_outboxcode"; this.pim_outboxcode.Width = 120; // // pim_mac // this.pim_mac.HeaderText = "SN号"; this.pim_mac.Name = "pim_mac"; // // pim_prodcode // this.pim_prodcode.HeaderText = "产品代码"; this.pim_prodcode.Name = "pim_prodcode"; // // pr_detail // this.pr_detail.HeaderText = "名称"; this.pr_detail.Name = "pr_detail"; // // pr_spec // this.pr_spec.HeaderText = "规格"; this.pr_spec.Name = "pr_spec"; // // Warehouse_ProdDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(621, 420); this.Controls.Add(this.InOutDetailDGV); this.Controls.Add(this.headBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "Warehouse_ProdDetail"; this.Text = "Warehouse_ProdDetail"; this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load); ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit(); this.ResumeLayout(false); } #endregion private CustomControl.HeadBar headBar1; private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV; private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode; private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac; private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode; private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail; private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec; } }