namespace CCYQ_JieFang { partial class MeasureRangeSet { /// /// 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.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; } }