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

181 lines
8.3 KiB
C#

namespace CCYQ_JieFang
{
partial class MeasureRangeSet
{
/// <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.button1_search = new System.Windows.Forms.Button();
this.dataGridView1_part = new System.Windows.Forms.DataGridView();
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.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1_part)).BeginInit();
this.SuspendLayout();
//
// button1_search
//
this.button1_search.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button1_search.Location = new System.Drawing.Point(12, 10);
this.button1_search.Name = "button1_search";
this.button1_search.Size = new System.Drawing.Size(75, 32);
this.button1_search.TabIndex = 6;
this.button1_search.Text = "查询";
this.button1_search.UseVisualStyleBackColor = true;
this.button1_search.Click += new System.EventHandler(this.button1_search_Click);
//
// 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.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.RowHeadersVisible = false;
this.dataGridView1_part.RowHeadersWidth = 51;
this.dataGridView1_part.RowTemplate.Height = 27;
this.dataGridView1_part.Size = new System.Drawing.Size(1364, 604);
this.dataGridView1_part.TabIndex = 5;
this.dataGridView1_part.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dataGridView1_part_CellBeginEdit);
this.dataGridView1_part.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_part_CellEndEdit);
this.dataGridView1_part.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_part_DataError);
//
// 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..DataPropertyName = "测量项目";
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..DataPropertyName = "测量单位";
this..HeaderText = "单位";
this..MinimumWidth = 8;
this..Name = "单位";
this..Width = 150;
//
// 上限值
//
this..DataPropertyName = "上限值";
this..HeaderText = "上限值";
this..MinimumWidth = 8;
this..Name = "上限值";
this..Width = 150;
//
// 下限值
//
this..DataPropertyName = "下限值";
this..HeaderText = "下限值";
this..MinimumWidth = 8;
this..Name = "下限值";
this..Width = 150;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(132, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(242, 18);
this.label1.TabIndex = 7;
this.label1.Text = "可调整单位、上限值、下限值";
//
// MeasureRangeSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1388, 659);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1_search);
this.Controls.Add(this.dataGridView1_part);
this.Name = "MeasureRangeSet";
this.Text = "测量数据设定";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1_part)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1_search;
private System.Windows.Forms.DataGridView dataGridView1_part;
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.Label label1;
}
}