Files
37-BeiHangDaXue-BH-DAS/CCYQ_JieFang/OP/partInfo.Designer.cs
2026-06-08 17:06:10 +08:00

305 lines
14 KiB
C#

namespace CCYQ_JieFang
{
partial class partInfo
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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 ;
}
}