namespace UAS_MES_NEW.Make
{
partial class Make_StepReportDetailFail
{
///
/// 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.msf_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msf_msid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msf_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msf_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msf_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
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.comBoxWithFocus2 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
this.label4 = new System.Windows.Forms.Label();
((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(5);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(826, 39);
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.msf_id,
this.msf_msid,
this.msf_badname,
this.msf_qty,
this.msf_indate,
this.DeleteRow});
this.BatchProductDGV.EnableContentClick = true;
this.BatchProductDGV.Location = new System.Drawing.Point(12, 97);
this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.BatchProductDGV.Name = "BatchProductDGV";
this.BatchProductDGV.RowTemplate.Height = 23;
this.BatchProductDGV.Size = new System.Drawing.Size(795, 351);
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);
//
// msf_id
//
this.msf_id.DataPropertyName = "msf_id";
this.msf_id.HeaderText = "ID";
this.msf_id.Name = "msf_id";
this.msf_id.Visible = false;
//
// msf_msid
//
this.msf_msid.DataPropertyName = "msf_msid";
this.msf_msid.HeaderText = "";
this.msf_msid.Name = "msf_msid";
this.msf_msid.ReadOnly = true;
this.msf_msid.Visible = false;
//
// msf_badname
//
this.msf_badname.DataPropertyName = "msf_badname";
this.msf_badname.HeaderText = "报废现象";
this.msf_badname.Name = "msf_badname";
this.msf_badname.ReadOnly = true;
//
// msf_qty
//
this.msf_qty.DataPropertyName = "msf_qty";
this.msf_qty.HeaderText = "报废数";
this.msf_qty.Name = "msf_qty";
this.msf_qty.ReadOnly = true;
//
// msf_indate
//
this.msf_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.msf_indate.DataPropertyName = "msf_indate";
this.msf_indate.HeaderText = "录入时间";
this.msf_indate.MinimumWidth = 150;
this.msf_indate.Name = "msf_indate";
this.msf_indate.ReadOnly = true;
this.msf_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";
//
// 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(291, 494);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(112, 27);
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(409, 493);
this.ngqty.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ngqty.Name = "ngqty";
this.ngqty.Negative = false;
this.ngqty.Power = null;
this.ngqty.Size = new System.Drawing.Size(182, 25);
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(40, 53);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 27);
this.label1.TabIndex = 245;
this.label1.Text = "总报废数";
//
// ngsum
//
this.ngsum.AutoSize = true;
this.ngsum.Location = new System.Drawing.Point(144, 62);
this.ngsum.Name = "ngsum";
this.ngsum.Size = new System.Drawing.Size(0, 15);
this.ngsum.TabIndex = 246;
//
// stepcode
//
this.stepcode.AutoSize = true;
this.stepcode.Location = new System.Drawing.Point(625, 62);
this.stepcode.Name = "stepcode";
this.stepcode.Size = new System.Drawing.Size(0, 15);
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(564, 53);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 27);
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(305, 459);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(92, 27);
this.label2.TabIndex = 249;
this.label2.Text = "报废现象";
//
// comBoxWithFocus1
//
this.comBoxWithFocus1.FormattingEnabled = true;
this.comBoxWithFocus1.Location = new System.Drawing.Point(409, 463);
this.comBoxWithFocus1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comBoxWithFocus1.Name = "comBoxWithFocus1";
this.comBoxWithFocus1.Size = new System.Drawing.Size(182, 23);
this.comBoxWithFocus1.TabIndex = 250;
//
// ma_code
//
this.ma_code.AutoSize = true;
this.ma_code.Location = new System.Drawing.Point(366, 62);
this.ma_code.Name = "ma_code";
this.ma_code.Size = new System.Drawing.Size(0, 15);
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(305, 53);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 27);
this.label5.TabIndex = 251;
this.label5.Text = "工单";
//
// button1
//
this.button1.Location = new System.Drawing.Point(597, 494);
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 27);
this.button1.TabIndex = 253;
this.button1.Text = "确认录入";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_2);
//
// comBoxWithFocus2
//
this.comBoxWithFocus2.FormattingEnabled = true;
this.comBoxWithFocus2.Items.AddRange(new object[] {
"来料不良",
"制程不良"});
this.comBoxWithFocus2.Location = new System.Drawing.Point(116, 464);
this.comBoxWithFocus2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.comBoxWithFocus2.Name = "comBoxWithFocus2";
this.comBoxWithFocus2.Size = new System.Drawing.Size(134, 23);
this.comBoxWithFocus2.TabIndex = 255;
this.comBoxWithFocus2.SelectedIndexChanged += new System.EventHandler(this.comBoxWithFocus2_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(12, 460);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(92, 27);
this.label4.TabIndex = 254;
this.label4.Text = "报废类别";
//
// Make_StepReportDetailFail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(826, 525);
this.Controls.Add(this.comBoxWithFocus2);
this.Controls.Add(this.label4);
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, 2, 3, 2);
this.Name = "Make_StepReportDetailFail";
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 CustomControl.ComBoxWithFocus.ComBoxWithFocus comBoxWithFocus2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DataGridViewTextBoxColumn msf_id;
private System.Windows.Forms.DataGridViewTextBoxColumn msf_msid;
private System.Windows.Forms.DataGridViewTextBoxColumn msf_badname;
private System.Windows.Forms.DataGridViewTextBoxColumn msf_qty;
private System.Windows.Forms.DataGridViewTextBoxColumn msf_indate;
private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
}
}