namespace UAS_MES_NEW.Query
{
partial class BadSn
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BadSn));
this.Data = new System.Windows.Forms.DataGridView();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.mb_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mb_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
this.SuspendLayout();
//
// Data
//
this.Data.AllowUserToAddRows = false;
this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.mb_makecode,
this.st_name,
this.mb_sncode,
this.mb_badname,
this.em_name,
this.mb_indate});
this.Data.Location = new System.Drawing.Point(9, 50);
this.Data.Margin = new System.Windows.Forms.Padding(2);
this.Data.Name = "Data";
this.Data.RowTemplate.Height = 37;
this.Data.Size = new System.Drawing.Size(1280, 803);
this.Data.TabIndex = 221;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "mb_makecode";
this.dataGridViewTextBoxColumn1.HeaderText = "工单";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "st_name";
this.dataGridViewTextBoxColumn2.HeaderText = "工序";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "mb_sncode";
this.dataGridViewTextBoxColumn3.HeaderText = "SN";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "mb_badname";
this.dataGridViewTextBoxColumn4.HeaderText = "不良";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "em_name";
this.dataGridViewTextBoxColumn5.HeaderText = "录入人";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "mb_indate";
this.dataGridViewTextBoxColumn6.HeaderText = "录入时间";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// normalButton1
//
this.normalButton1.AllPower = null;
this.normalButton1.BackColor = System.Drawing.Color.Transparent;
this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
this.normalButton1.Image = null;
this.normalButton1.IsShowBorder = true;
this.normalButton1.Location = new System.Drawing.Point(13, 8);
this.normalButton1.Margin = new System.Windows.Forms.Padding(4);
this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
this.normalButton1.Name = "normalButton1";
this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
this.normalButton1.Power = null;
this.normalButton1.Size = new System.Drawing.Size(92, 36);
this.normalButton1.TabIndex = 226;
this.normalButton1.Tag = "non";
this.normalButton1.Text = "导出";
this.normalButton1.UseVisualStyleBackColor = false;
this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
//
// mb_makecode
//
this.mb_makecode.DataPropertyName = "mb_makecode";
this.mb_makecode.HeaderText = "工单";
this.mb_makecode.Name = "mb_makecode";
//
// st_name
//
this.st_name.DataPropertyName = "st_name";
this.st_name.HeaderText = "工序";
this.st_name.Name = "st_name";
//
// mb_sncode
//
this.mb_sncode.DataPropertyName = "mb_sncode";
this.mb_sncode.HeaderText = "SN";
this.mb_sncode.Name = "mb_sncode";
//
// mb_badname
//
this.mb_badname.DataPropertyName = "mb_badname";
this.mb_badname.HeaderText = "不良";
this.mb_badname.Name = "mb_badname";
//
// em_name
//
this.em_name.DataPropertyName = "em_name";
this.em_name.HeaderText = "录入人";
this.em_name.Name = "em_name";
//
// mb_indate
//
this.mb_indate.DataPropertyName = "mb_indate";
this.mb_indate.HeaderText = "录入时间";
this.mb_indate.Name = "mb_indate";
//
// BadSn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1298, 862);
this.Controls.Add(this.normalButton1);
this.Controls.Add(this.Data);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "BadSn";
this.Tag = "non";
this.Text = "不良代码数据";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.BadItem_Load);
this.SizeChanged += new System.EventHandler(this.BadItem_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView Data;
private System.Windows.Forms.DataGridViewTextBoxColumn mb_makecode;
private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
private System.Windows.Forms.DataGridViewTextBoxColumn mb_sncode;
private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
private System.Windows.Forms.DataGridViewTextBoxColumn mb_indate;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private CustomControl.ButtonUtil.NormalButton normalButton1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
}
}