namespace UAS_MES_NEW.Query
{
partial class BadItem
{
///
/// 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(BadItem));
this.Data = new System.Windows.Forms.DataGridView();
this.folderBrowserDialog12 = new System.Windows.Forms.FolderBrowserDialog();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewLinkColumn1 = new System.Windows.Forms.DataGridViewLinkColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DAOCHU = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.times = new System.Windows.Forms.DataGridViewLinkColumn();
this.sums = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rate = 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.detno,
this.mb_badname,
this.times,
this.sums,
this.rate});
this.Data.Location = new System.Drawing.Point(9, 43);
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, 810);
this.Data.TabIndex = 221;
this.Data.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Data_CellContentClick);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "detno";
this.dataGridViewTextBoxColumn1.HeaderText = "detno";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Visible = false;
this.dataGridViewTextBoxColumn1.Width = 5;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "mb_badname";
this.dataGridViewTextBoxColumn2.HeaderText = "不良";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewLinkColumn1
//
this.dataGridViewLinkColumn1.DataPropertyName = "times";
this.dataGridViewLinkColumn1.HeaderText = "出现次数";
this.dataGridViewLinkColumn1.Name = "dataGridViewLinkColumn1";
this.dataGridViewLinkColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewLinkColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "sums";
this.dataGridViewTextBoxColumn3.HeaderText = "合计";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "rate";
this.dataGridViewTextBoxColumn4.HeaderText = "占比";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// DAOCHU
//
this.DAOCHU.AllPower = null;
this.DAOCHU.BackColor = System.Drawing.Color.Transparent;
this.DAOCHU.DownImage = ((System.Drawing.Image)(resources.GetObject("DAOCHU.DownImage")));
this.DAOCHU.Image = null;
this.DAOCHU.IsShowBorder = true;
this.DAOCHU.Location = new System.Drawing.Point(9, 1);
this.DAOCHU.Margin = new System.Windows.Forms.Padding(4);
this.DAOCHU.MoveImage = ((System.Drawing.Image)(resources.GetObject("DAOCHU.MoveImage")));
this.DAOCHU.Name = "DAOCHU";
this.DAOCHU.NormalImage = ((System.Drawing.Image)(resources.GetObject("DAOCHU.NormalImage")));
this.DAOCHU.Power = null;
this.DAOCHU.Size = new System.Drawing.Size(92, 36);
this.DAOCHU.TabIndex = 225;
this.DAOCHU.Tag = "non";
this.DAOCHU.Text = "导出";
this.DAOCHU.UseVisualStyleBackColor = false;
this.DAOCHU.Click += new System.EventHandler(this.normalButton12_Click);
//
// detno
//
this.detno.DataPropertyName = "detno";
this.detno.HeaderText = "detno";
this.detno.Name = "detno";
this.detno.Visible = false;
this.detno.Width = 5;
//
// mb_badname
//
this.mb_badname.DataPropertyName = "mb_badname";
this.mb_badname.HeaderText = "不良";
this.mb_badname.Name = "mb_badname";
//
// times
//
this.times.DataPropertyName = "times";
this.times.HeaderText = "出现次数";
this.times.Name = "times";
this.times.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.times.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// sums
//
this.sums.DataPropertyName = "sums";
this.sums.HeaderText = "合计";
this.sums.Name = "sums";
//
// rate
//
this.rate.DataPropertyName = "rate";
this.rate.HeaderText = "占比";
this.rate.Name = "rate";
//
// BadItem
//
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.DAOCHU);
this.Controls.Add(this.Data);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "BadItem";
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 dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog12;
private CustomControl.ButtonUtil.NormalButton DAOCHU;
private System.Windows.Forms.DataGridViewTextBoxColumn detno;
private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
private System.Windows.Forms.DataGridViewLinkColumn times;
private System.Windows.Forms.DataGridViewTextBoxColumn sums;
private System.Windows.Forms.DataGridViewTextBoxColumn rate;
}
}