namespace CCYQ_JieFang
{
partial class partInfo
{
///
/// 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.dataGridView1_part = new System.Windows.Forms.DataGridView();
this.button1_search = new System.Windows.Forms.Button();
this.dateTimePicker1_part = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comboBox1_isOk = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox1_partId = new System.Windows.Forms.TextBox();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.工位号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.产品编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.测量项目 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.测量位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.测量值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.是否合格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.NG原因 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.单位 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.上限值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.下限值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.测量时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1_part)).BeginInit();
this.SuspendLayout();
//
// dataGridView1_part
//
this.dataGridView1_part.AllowUserToAddRows = false;
this.dataGridView1_part.AllowUserToDeleteRows = false;
this.dataGridView1_part.AllowUserToResizeRows = false;
this.dataGridView1_part.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1_part.ColumnHeadersHeight = 29;
this.dataGridView1_part.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView1_part.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.工位号,
this.产品编码,
this.测量项目,
this.测量位置,
this.测量值,
this.是否合格,
this.NG原因,
this.单位,
this.上限值,
this.下限值,
this.测量时间});
this.dataGridView1_part.Location = new System.Drawing.Point(12, 49);
this.dataGridView1_part.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dataGridView1_part.Name = "dataGridView1_part";
this.dataGridView1_part.ReadOnly = true;
this.dataGridView1_part.RowHeadersVisible = false;
this.dataGridView1_part.RowHeadersWidth = 51;
this.dataGridView1_part.RowTemplate.Height = 27;
this.dataGridView1_part.Size = new System.Drawing.Size(1364, 842);
this.dataGridView1_part.TabIndex = 5;
//
// button1_search
//
this.button1_search.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button1_search.Location = new System.Drawing.Point(810, 8);
this.button1_search.Name = "button1_search";
this.button1_search.Size = new System.Drawing.Size(75, 32);
this.button1_search.TabIndex = 8;
this.button1_search.Text = "查询";
this.button1_search.UseVisualStyleBackColor = true;
this.button1_search.Click += new System.EventHandler(this.button1_search_Click);
//
// dateTimePicker1_part
//
this.dateTimePicker1_part.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1_part.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1_part.Location = new System.Drawing.Point(68, 12);
this.dateTimePicker1_part.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dateTimePicker1_part.Name = "dateTimePicker1_part";
this.dateTimePicker1_part.Size = new System.Drawing.Size(162, 28);
this.dateTimePicker1_part.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 11F);
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 22);
this.label1.TabIndex = 9;
this.label1.Text = "日期";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 11F);
this.label2.Location = new System.Drawing.Point(566, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 22);
this.label2.TabIndex = 9;
this.label2.Text = "测量结果";
//
// comboBox1_isOk
//
this.comboBox1_isOk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1_isOk.FormattingEnabled = true;
this.comboBox1_isOk.Location = new System.Drawing.Point(671, 12);
this.comboBox1_isOk.Name = "comboBox1_isOk";
this.comboBox1_isOk.Size = new System.Drawing.Size(121, 26);
this.comboBox1_isOk.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 11F);
this.label3.Location = new System.Drawing.Point(236, 15);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(98, 22);
this.label3.TabIndex = 9;
this.label3.Text = "产品编码";
//
// textBox1_partId
//
this.textBox1_partId.Location = new System.Drawing.Point(338, 12);
this.textBox1_partId.Name = "textBox1_partId";
this.textBox1_partId.Size = new System.Drawing.Size(222, 28);
this.textBox1_partId.TabIndex = 11;
//
// ID
//
this.ID.DataPropertyName = "Id";
this.ID.HeaderText = "ID";
this.ID.MinimumWidth = 6;
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Width = 80;
//
// 工位号
//
this.工位号.DataPropertyName = "工位号";
this.工位号.HeaderText = "工位号";
this.工位号.MinimumWidth = 6;
this.工位号.Name = "工位号";
this.工位号.ReadOnly = true;
this.工位号.Width = 80;
//
// 产品编码
//
this.产品编码.DataPropertyName = "EngineID";
this.产品编码.HeaderText = "产品编码";
this.产品编码.MinimumWidth = 6;
this.产品编码.Name = "产品编码";
this.产品编码.ReadOnly = true;
this.产品编码.Width = 150;
//
// 测量项目
//
this.测量项目.DataPropertyName = "测量项目";
this.测量项目.HeaderText = "测量项目";
this.测量项目.MinimumWidth = 6;
this.测量项目.Name = "测量项目";
this.测量项目.ReadOnly = true;
this.测量项目.Width = 80;
//
// 测量位置
//
this.测量位置.DataPropertyName = "测量位置";
this.测量位置.HeaderText = "测量位置";
this.测量位置.MinimumWidth = 6;
this.测量位置.Name = "测量位置";
this.测量位置.ReadOnly = true;
this.测量位置.Width = 80;
//
// 测量值
//
this.测量值.DataPropertyName = "TagValue";
this.测量值.HeaderText = "测量值";
this.测量值.MinimumWidth = 8;
this.测量值.Name = "测量值";
this.测量值.ReadOnly = true;
this.测量值.Width = 150;
//
// 是否合格
//
this.是否合格.DataPropertyName = "IsOK";
this.是否合格.HeaderText = "是否合格";
this.是否合格.MinimumWidth = 8;
this.是否合格.Name = "是否合格";
this.是否合格.ReadOnly = true;
this.是否合格.Width = 80;
//
// NG原因
//
this.NG原因.DataPropertyName = "不合格原因";
this.NG原因.HeaderText = "NG原因";
this.NG原因.MinimumWidth = 8;
this.NG原因.Name = "NG原因";
this.NG原因.ReadOnly = true;
this.NG原因.Width = 150;
//
// 单位
//
this.单位.DataPropertyName = "测量单位";
this.单位.HeaderText = "单位";
this.单位.MinimumWidth = 8;
this.单位.Name = "单位";
this.单位.ReadOnly = true;
this.单位.Width = 80;
//
// 上限值
//
this.上限值.DataPropertyName = "上限值";
this.上限值.HeaderText = "上限值";
this.上限值.MinimumWidth = 8;
this.上限值.Name = "上限值";
this.上限值.ReadOnly = true;
this.上限值.Width = 80;
//
// 下限值
//
this.下限值.DataPropertyName = "下限值";
this.下限值.HeaderText = "下限值";
this.下限值.MinimumWidth = 8;
this.下限值.Name = "下限值";
this.下限值.ReadOnly = true;
this.下限值.Width = 80;
//
// 测量时间
//
this.测量时间.DataPropertyName = "操作时间";
this.测量时间.HeaderText = "测量时间";
this.测量时间.MinimumWidth = 6;
this.测量时间.Name = "测量时间";
this.测量时间.ReadOnly = true;
this.测量时间.Width = 150;
//
// partInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1388, 897);
this.Controls.Add(this.textBox1_partId);
this.Controls.Add(this.comboBox1_isOk);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1_search);
this.Controls.Add(this.dateTimePicker1_part);
this.Controls.Add(this.dataGridView1_part);
this.Name = "partInfo";
this.Text = "产品测量数据";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1_part)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1_part;
private System.Windows.Forms.Button button1_search;
private System.Windows.Forms.DateTimePicker dateTimePicker1_part;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox1_isOk;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox1_partId;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn 工位号;
private System.Windows.Forms.DataGridViewTextBoxColumn 产品编码;
private System.Windows.Forms.DataGridViewTextBoxColumn 测量项目;
private System.Windows.Forms.DataGridViewTextBoxColumn 测量位置;
private System.Windows.Forms.DataGridViewTextBoxColumn 测量值;
private System.Windows.Forms.DataGridViewTextBoxColumn 是否合格;
private System.Windows.Forms.DataGridViewTextBoxColumn NG原因;
private System.Windows.Forms.DataGridViewTextBoxColumn 单位;
private System.Windows.Forms.DataGridViewTextBoxColumn 上限值;
private System.Windows.Forms.DataGridViewTextBoxColumn 下限值;
private System.Windows.Forms.DataGridViewTextBoxColumn 测量时间;
}
}