namespace UAS_MES_NEW.Make
{
partial class Make_StepReportDetail
{
///
/// 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.label7 = new System.Windows.Forms.Label();
this.ngqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
this.label1 = new System.Windows.Forms.Label();
this.ngsum = new System.Windows.Forms.Label();
this.stepcode = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comBoxWithFocus1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
this.ma_code = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.msd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msd_msid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msd_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msd_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msd_indate = 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(929, 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.msd_id,
this.msd_msid,
this.msd_badname,
this.msd_qty,
this.msd_indate,
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.RowTemplate.Height = 23;
this.BatchProductDGV.Size = new System.Drawing.Size(894, 421);
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);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(45, 588);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(134, 31);
this.label7.TabIndex = 243;
this.label7.Text = "不良数录入";
//
// ngqty
//
this.ngqty.AllPower = null;
this.ngqty.BackColor = System.Drawing.Color.White;
this.ngqty.ID = null;
this.ngqty.Location = new System.Drawing.Point(178, 587);
this.ngqty.Name = "ngqty";
this.ngqty.Negative = false;
this.ngqty.Power = null;
this.ngqty.Size = new System.Drawing.Size(204, 28);
this.ngqty.Str = null;
this.ngqty.Str1 = null;
this.ngqty.Str2 = null;
this.ngqty.TabIndex = 242;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(45, 64);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 31);
this.label1.TabIndex = 245;
this.label1.Text = "总不良数";
//
// ngsum
//
this.ngsum.AutoSize = true;
this.ngsum.Location = new System.Drawing.Point(162, 74);
this.ngsum.Name = "ngsum";
this.ngsum.Size = new System.Drawing.Size(0, 18);
this.ngsum.TabIndex = 246;
//
// stepcode
//
this.stepcode.AutoSize = true;
this.stepcode.Location = new System.Drawing.Point(703, 74);
this.stepcode.Name = "stepcode";
this.stepcode.Size = new System.Drawing.Size(0, 18);
this.stepcode.TabIndex = 248;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(634, 64);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 31);
this.label3.TabIndex = 247;
this.label3.Text = "工序";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(61, 550);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(110, 31);
this.label2.TabIndex = 249;
this.label2.Text = "不良现象";
//
// comBoxWithFocus1
//
this.comBoxWithFocus1.FormattingEnabled = true;
this.comBoxWithFocus1.Location = new System.Drawing.Point(178, 555);
this.comBoxWithFocus1.Name = "comBoxWithFocus1";
this.comBoxWithFocus1.Size = new System.Drawing.Size(204, 26);
this.comBoxWithFocus1.TabIndex = 250;
//
// ma_code
//
this.ma_code.AutoSize = true;
this.ma_code.Location = new System.Drawing.Point(412, 74);
this.ma_code.Name = "ma_code";
this.ma_code.Size = new System.Drawing.Size(0, 18);
this.ma_code.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(343, 64);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(62, 31);
this.label5.TabIndex = 251;
this.label5.Text = "工单";
//
// button1
//
this.button1.Location = new System.Drawing.Point(538, 587);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(112, 32);
this.button1.TabIndex = 253;
this.button1.Text = "确认录入";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_2);
//
// msd_id
//
this.msd_id.DataPropertyName = "msd_id";
this.msd_id.HeaderText = "ID";
this.msd_id.Name = "msd_id";
this.msd_id.Visible = false;
//
// msd_msid
//
this.msd_msid.DataPropertyName = "msd_msid";
this.msd_msid.HeaderText = "";
this.msd_msid.Name = "msd_msid";
this.msd_msid.ReadOnly = true;
this.msd_msid.Visible = false;
//
// msd_badname
//
this.msd_badname.DataPropertyName = "msd_badname";
this.msd_badname.HeaderText = "不良现象";
this.msd_badname.Name = "msd_badname";
this.msd_badname.ReadOnly = true;
//
// msd_qty
//
this.msd_qty.DataPropertyName = "msd_qty";
this.msd_qty.HeaderText = "不良数";
this.msd_qty.Name = "msd_qty";
this.msd_qty.ReadOnly = true;
//
// msd_indate
//
this.msd_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.msd_indate.DataPropertyName = "msd_indate";
this.msd_indate.HeaderText = "录入时间";
this.msd_indate.MinimumWidth = 150;
this.msd_indate.Name = "msd_indate";
this.msd_indate.ReadOnly = true;
this.msd_indate.Width = 150;
//
// 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.Name = "DeleteRow";
//
// Make_StepReportDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(929, 630);
this.Controls.Add(this.button1);
this.Controls.Add(this.ma_code);
this.Controls.Add(this.label5);
this.Controls.Add(this.comBoxWithFocus1);
this.Controls.Add(this.label2);
this.Controls.Add(this.stepcode);
this.Controls.Add(this.label3);
this.Controls.Add(this.ngsum);
this.Controls.Add(this.label1);
this.Controls.Add(this.label7);
this.Controls.Add(this.ngqty);
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_StepReportDetail";
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 label7;
private CustomControl.TextBoxWithIcon.NumOnlyTextBox ngqty;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label ngsum;
private System.Windows.Forms.Label stepcode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private CustomControl.ComBoxWithFocus.ComBoxWithFocus comBoxWithFocus1;
private System.Windows.Forms.Label ma_code;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridViewTextBoxColumn msd_id;
private System.Windows.Forms.DataGridViewTextBoxColumn msd_msid;
private System.Windows.Forms.DataGridViewTextBoxColumn msd_badname;
private System.Windows.Forms.DataGridViewTextBoxColumn msd_qty;
private System.Windows.Forms.DataGridViewTextBoxColumn msd_indate;
private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
}
}