namespace UAS_MES_NEW.Make
{
partial class Make_NewDev
{
///
/// 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.BadInfo = new System.Windows.Forms.BindingSource(this.components);
this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
this.DSL_LOCATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DSL_PRODCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DSL_BASEQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DSL_GETQTY1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DSL_REMAINQTY1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BI = 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(233, 31);
this.label3.TabIndex = 99;
this.label3.Text = "SMT站位料剩余汇总";
//
// BatchProductDGV
//
this.BatchProductDGV.AllowUserToAddRows = false;
this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.DSL_LOCATION,
this.DSL_PRODCODE,
this.DSL_BASEQTY,
this.pr_spec,
this.DSL_GETQTY1,
this.DSL_REMAINQTY1,
this.BI});
this.BatchProductDGV.EnableContentClick = true;
this.BatchProductDGV.Location = new System.Drawing.Point(0, 44);
this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4);
this.BatchProductDGV.Name = "BatchProductDGV";
this.BatchProductDGV.RowTemplate.Height = 23;
this.BatchProductDGV.Size = new System.Drawing.Size(1102, 687);
this.BatchProductDGV.TabIndex = 175;
//
// DSL_LOCATION
//
this.DSL_LOCATION.DataPropertyName = "DSL_LOCATION";
this.DSL_LOCATION.FillWeight = 130F;
this.DSL_LOCATION.HeaderText = "站位";
this.DSL_LOCATION.Name = "DSL_LOCATION";
this.DSL_LOCATION.Width = 130;
//
// DSL_PRODCODE
//
this.DSL_PRODCODE.DataPropertyName = "DSL_PRODCODE";
this.DSL_PRODCODE.HeaderText = "物料号";
this.DSL_PRODCODE.Name = "DSL_PRODCODE";
//
// DSL_BASEQTY
//
this.DSL_BASEQTY.DataPropertyName = "DSL_BASEQTY";
this.DSL_BASEQTY.HeaderText = "单位用量";
this.DSL_BASEQTY.Name = "DSL_BASEQTY";
this.DSL_BASEQTY.ReadOnly = true;
this.DSL_BASEQTY.Width = 50;
//
// pr_spec
//
this.pr_spec.DataPropertyName = "pr_spec";
this.pr_spec.HeaderText = "规格";
this.pr_spec.Name = "pr_spec";
this.pr_spec.ReadOnly = true;
this.pr_spec.Width = 200;
//
// DSL_GETQTY1
//
this.DSL_GETQTY1.DataPropertyName = "DSL_GETQTY1";
this.DSL_GETQTY1.HeaderText = "上料总数";
this.DSL_GETQTY1.Name = "DSL_GETQTY1";
this.DSL_GETQTY1.Width = 60;
//
// DSL_REMAINQTY1
//
this.DSL_REMAINQTY1.DataPropertyName = "DSL_REMAINQTY1";
this.DSL_REMAINQTY1.HeaderText = "剩余数";
this.DSL_REMAINQTY1.Name = "DSL_REMAINQTY1";
this.DSL_REMAINQTY1.ReadOnly = true;
this.DSL_REMAINQTY1.Width = 60;
//
// BI
//
this.BI.DataPropertyName = "BI";
this.BI.HeaderText = "剩余比例";
this.BI.Name = "BI";
this.BI.Width = 60;
//
// Make_NewDev
//
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.Name = "Make_NewDev";
this.Tag = "ShowDialogWindow";
this.Text = "SMT站位料剩余汇总";
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
private 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 DSL_LOCATION;
private System.Windows.Forms.DataGridViewTextBoxColumn DSL_PRODCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn DSL_BASEQTY;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
private System.Windows.Forms.DataGridViewTextBoxColumn DSL_GETQTY1;
private System.Windows.Forms.DataGridViewTextBoxColumn DSL_REMAINQTY1;
private System.Windows.Forms.DataGridViewTextBoxColumn BI;
}
}