namespace UAS_MES_NEW.Make { partial class Make_NewPo { /// /// 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(); this.label3 = new System.Windows.Forms.Label(); this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar(); this.BadInfo = new System.Windows.Forms.BindingSource(this.components); this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.mss_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mss_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sp_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mss_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sp_oneuseqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mss_qty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mss_remain = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mss_useqty = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.BadInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label3.Location = new System.Drawing.Point(9, 8); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(158, 31); this.label3.TabIndex = 99; this.label3.Text = "岗位备料汇总"; // // 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(1102, 47); this.headBar1.TabIndex = 98; 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.mss_linecode, this.mss_makecode, this.sp_soncode, this.mss_prodcode, this.pr_detail, this.sp_oneuseqty, this.mss_qty, this.mss_remain, this.mss_useqty}); this.BatchProductDGV.EnableContentClick = true; this.BatchProductDGV.Location = new System.Drawing.Point(0, 44); this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.BatchProductDGV.Name = "BatchProductDGV"; this.BatchProductDGV.RowTemplate.Height = 23; this.BatchProductDGV.Size = new System.Drawing.Size(1102, 687); this.BatchProductDGV.TabIndex = 175; // // mss_linecode // this.mss_linecode.DataPropertyName = "mss_linecode"; this.mss_linecode.HeaderText = "线别"; this.mss_linecode.Name = "mss_linecode"; // // mss_makecode // this.mss_makecode.DataPropertyName = "mss_makecode"; this.mss_makecode.HeaderText = "工单号"; this.mss_makecode.Name = "mss_makecode"; // // sp_soncode // this.sp_soncode.DataPropertyName = "sp_fsoncode"; this.sp_soncode.HeaderText = "首选料号"; this.sp_soncode.Name = "sp_soncode"; this.sp_soncode.ReadOnly = true; // // mss_prodcode // this.mss_prodcode.DataPropertyName = "sp_soncode"; this.mss_prodcode.HeaderText = "备选料号"; this.mss_prodcode.Name = "mss_prodcode"; this.mss_prodcode.ReadOnly = true; // // pr_detail // this.pr_detail.DataPropertyName = "pr_detail"; this.pr_detail.HeaderText = "物料名称"; this.pr_detail.Name = "pr_detail"; // // sp_oneuseqty // this.sp_oneuseqty.DataPropertyName = "sp_oneuseqty"; this.sp_oneuseqty.HeaderText = "单位用量"; this.sp_oneuseqty.Name = "sp_oneuseqty"; this.sp_oneuseqty.ReadOnly = true; // // mss_qty // this.mss_qty.DataPropertyName = "mss_qty"; this.mss_qty.HeaderText = "备料数量"; this.mss_qty.Name = "mss_qty"; // // mss_remain // this.mss_remain.DataPropertyName = "mss_remain"; this.mss_remain.HeaderText = "剩余数"; this.mss_remain.Name = "mss_remain"; this.mss_remain.ReadOnly = true; // // mss_useqty // this.mss_useqty.DataPropertyName = "mss_useqty"; this.mss_useqty.HeaderText = "已用数量"; this.mss_useqty.Name = "mss_useqty"; this.mss_useqty.ReadOnly = true; // // Make_NewPo // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.HighlightText; this.ClientSize = new System.Drawing.Size(1102, 729); this.Controls.Add(this.BatchProductDGV); this.Controls.Add(this.label3); this.Controls.Add(this.headBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.Name = "Make_NewPo"; this.Tag = "ShowDialogWindow"; this.Text = "备料信息汇总"; this.Load += new System.EventHandler(this.Make_NewBadCode_Load); ((System.ComponentModel.ISupportInitialize)(this.BadInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public CustomControl.HeadBar headBar1; private System.Windows.Forms.Label label3; private System.Windows.Forms.BindingSource BadInfo; private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV; private System.Windows.Forms.DataGridViewTextBoxColumn mss_linecode; private System.Windows.Forms.DataGridViewTextBoxColumn mss_makecode; private System.Windows.Forms.DataGridViewTextBoxColumn sp_soncode; private System.Windows.Forms.DataGridViewTextBoxColumn mss_prodcode; private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail; private System.Windows.Forms.DataGridViewTextBoxColumn sp_oneuseqty; private System.Windows.Forms.DataGridViewTextBoxColumn mss_qty; private System.Windows.Forms.DataGridViewTextBoxColumn mss_remain; private System.Windows.Forms.DataGridViewTextBoxColumn mss_useqty; } }