namespace UAS_MES_NEW.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_NEW.CustomControl.HeadBar(); this.InOutDetailDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.outqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.getqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ungetqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).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, 6, 6, 6); this.headBar1.Name = "headBar1"; this.headBar1.Size = new System.Drawing.Size(932, 47); this.headBar1.TabIndex = 0; this.headBar1.Title = null; this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown); // // InOutDetailDGV // this.InOutDetailDGV.AllowUserToAddRows = false; this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.pd_prodcode, this.pr_orispeccode, this.pr_detail, this.outqty, this.getqty, this.ungetqty}); this.InOutDetailDGV.EnableContentClick = true; this.InOutDetailDGV.Location = new System.Drawing.Point(48, 56); this.InOutDetailDGV.Name = "InOutDetailDGV"; this.InOutDetailDGV.RowTemplate.Height = 27; this.InOutDetailDGV.Size = new System.Drawing.Size(816, 536); this.InOutDetailDGV.TabIndex = 219; // // pd_prodcode // this.pd_prodcode.DataPropertyName = "pd_prodcode"; this.pd_prodcode.HeaderText = "产品代码"; this.pd_prodcode.MinimumWidth = 80; this.pd_prodcode.Name = "pd_prodcode"; this.pd_prodcode.ReadOnly = true; this.pd_prodcode.Width = 80; // // pr_orispeccode // this.pr_orispeccode.DataPropertyName = "pr_orispeccode"; this.pr_orispeccode.HeaderText = "型号"; this.pr_orispeccode.MinimumWidth = 120; this.pr_orispeccode.Name = "pr_orispeccode"; this.pr_orispeccode.ReadOnly = true; this.pr_orispeccode.Width = 120; // // pr_detail // this.pr_detail.DataPropertyName = "pr_detail"; this.pr_detail.HeaderText = "产品名称"; this.pr_detail.Name = "pr_detail"; this.pr_detail.ReadOnly = true; // // outqty // this.outqty.DataPropertyName = "outqty"; this.outqty.HeaderText = "出货数"; this.outqty.Name = "outqty"; this.outqty.ReadOnly = true; // // getqty // this.getqty.DataPropertyName = "getqty"; this.getqty.HeaderText = "已采集数"; this.getqty.Name = "getqty"; this.getqty.ReadOnly = true; // // ungetqty // this.ungetqty.HeaderText = "未采集数"; this.ungetqty.Name = "ungetqty"; this.ungetqty.ReadOnly = true; // // Warehouse_ProdDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(932, 630); this.Controls.Add(this.InOutDetailDGV); this.Controls.Add(this.headBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 3, 3, 3); 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 pd_prodcode; private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode; private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail; private System.Windows.Forms.DataGridViewTextBoxColumn outqty; private System.Windows.Forms.DataGridViewTextBoxColumn getqty; private System.Windows.Forms.DataGridViewTextBoxColumn ungetqty; } }