using System.Drawing;
using System.Windows.Forms;
namespace HOZProject
{
partial class FormMeasureTest
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.NewMeasureFile = new System.Windows.Forms.Button();
this.LoadCutHole = new System.Windows.Forms.Button();
this.CutHoleGridView = new System.Windows.Forms.DataGridView();
this.Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsPTcheckBox = new System.Windows.Forms.CheckBox();
this.SampleNametextBox = new System.Windows.Forms.TextBox();
this.SampleNameLabel = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ManualFocuscheckBox = new System.Windows.Forms.CheckBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.FIBTemptextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.CutHoleGridView)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// NewMeasureFile
//
this.NewMeasureFile.Location = new System.Drawing.Point(19, 30);
this.NewMeasureFile.Name = "NewMeasureFile";
this.NewMeasureFile.Size = new System.Drawing.Size(147, 35);
this.NewMeasureFile.TabIndex = 1;
this.NewMeasureFile.Text = "新建";
this.NewMeasureFile.UseVisualStyleBackColor = true;
this.NewMeasureFile.Click += new System.EventHandler(this.button1_Click);
//
// LoadCutHole
//
this.LoadCutHole.Location = new System.Drawing.Point(21, 29);
this.LoadCutHole.Name = "LoadCutHole";
this.LoadCutHole.Size = new System.Drawing.Size(147, 35);
this.LoadCutHole.TabIndex = 2;
this.LoadCutHole.Text = "导入切孔";
this.LoadCutHole.UseVisualStyleBackColor = true;
this.LoadCutHole.Click += new System.EventHandler(this.LoadCutHole_Click);
//
// CutHoleGridView
//
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Beige;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
this.CutHoleGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.CutHoleGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.CutHoleGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Name,
this.X,
this.Y,
this.Z,
this.M,
this.R,
this.T});
this.CutHoleGridView.Location = new System.Drawing.Point(29, 367);
this.CutHoleGridView.Name = "CutHoleGridView";
this.CutHoleGridView.ReadOnly = true;
this.CutHoleGridView.RowTemplate.Height = 30;
this.CutHoleGridView.Size = new System.Drawing.Size(745, 144);
this.CutHoleGridView.TabIndex = 3;
//
// Name
//
this.Name.Name = "Name";
this.Name.ReadOnly = true;
//
// X
//
this.X.Name = "X";
this.X.ReadOnly = true;
//
// Y
//
this.Y.Name = "Y";
this.Y.ReadOnly = true;
//
// Z
//
this.Z.Name = "Z";
this.Z.ReadOnly = true;
//
// M
//
this.M.Name = "M";
this.M.ReadOnly = true;
//
// R
//
this.R.Name = "R";
this.R.ReadOnly = true;
//
// T
//
this.T.Name = "T";
this.T.ReadOnly = true;
//
// IsPTcheckBox
//
this.IsPTcheckBox.AutoSize = true;
this.IsPTcheckBox.Location = new System.Drawing.Point(23, 39);
this.IsPTcheckBox.Name = "IsPTcheckBox";
this.IsPTcheckBox.Size = new System.Drawing.Size(106, 22);
this.IsPTcheckBox.TabIndex = 4;
this.IsPTcheckBox.Text = "是否有PT";
this.IsPTcheckBox.UseVisualStyleBackColor = true;
this.IsPTcheckBox.CheckedChanged += new System.EventHandler(this.IsPTcheckBox_CheckedChanged);
//
// SampleNametextBox
//
this.SampleNametextBox.Location = new System.Drawing.Point(106, 68);
this.SampleNametextBox.Name = "SampleNametextBox";
this.SampleNametextBox.Size = new System.Drawing.Size(171, 28);
this.SampleNametextBox.TabIndex = 5;
this.SampleNametextBox.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// SampleNameLabel
//
this.SampleNameLabel.AutoSize = true;
this.SampleNameLabel.Location = new System.Drawing.Point(20, 73);
this.SampleNameLabel.Name = "SampleNameLabel";
this.SampleNameLabel.Size = new System.Drawing.Size(80, 18);
this.SampleNameLabel.TabIndex = 6;
this.SampleNameLabel.Text = "样品名称";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.ManualFocuscheckBox);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.FIBTemptextBox);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.IsPTcheckBox);
this.groupBox1.Controls.Add(this.SampleNametextBox);
this.groupBox1.Controls.Add(this.SampleNameLabel);
this.groupBox1.Location = new System.Drawing.Point(29, 164);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(317, 197);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "测量参数";
//
// ManualFocuscheckBox
//
this.ManualFocuscheckBox.AutoSize = true;
this.ManualFocuscheckBox.Location = new System.Drawing.Point(23, 159);
this.ManualFocuscheckBox.Name = "ManualFocuscheckBox";
this.ManualFocuscheckBox.Size = new System.Drawing.Size(142, 22);
this.ManualFocuscheckBox.TabIndex = 11;
this.ManualFocuscheckBox.Text = "是否手动对焦";
this.ManualFocuscheckBox.UseVisualStyleBackColor = true;
this.ManualFocuscheckBox.CheckedChanged += new System.EventHandler(this.ManualFocuscheckBox_CheckedChanged);
//
// button2
//
this.button2.Location = new System.Drawing.Point(233, 112);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(44, 27);
this.button2.TabIndex = 10;
this.button2.Text = "...";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(135, 28);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(142, 30);
this.button1.TabIndex = 9;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// FIBTemptextBox
//
this.FIBTemptextBox.Location = new System.Drawing.Point(106, 112);
this.FIBTemptextBox.Name = "FIBTemptextBox";
this.FIBTemptextBox.ReadOnly = true;
this.FIBTemptextBox.Size = new System.Drawing.Size(120, 28);
this.FIBTemptextBox.TabIndex = 8;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 115);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 18);
this.label1.TabIndex = 7;
this.label1.Text = "操作模板";
//
// button3
//
this.button3.Location = new System.Drawing.Point(184, 29);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(147, 35);
this.button3.TabIndex = 8;
this.button3.Text = "启动";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(347, 27);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(147, 35);
this.button4.TabIndex = 9;
this.button4.Text = "停止";
this.button4.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.Location = new System.Drawing.Point(184, 30);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(147, 35);
this.button5.TabIndex = 10;
this.button5.Text = "保存";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(347, 30);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(147, 35);
this.button6.TabIndex = 11;
this.button6.Text = "打开";
this.button6.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.NewMeasureFile);
this.groupBox2.Controls.Add(this.button5);
this.groupBox2.Controls.Add(this.button6);
this.groupBox2.Location = new System.Drawing.Point(29, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(745, 71);
this.groupBox2.TabIndex = 12;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "测量文件操作";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.LoadCutHole);
this.groupBox3.Controls.Add(this.button3);
this.groupBox3.Controls.Add(this.button4);
this.groupBox3.Location = new System.Drawing.Point(29, 83);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(745, 75);
this.groupBox3.TabIndex = 13;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "测量流程";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(352, 164);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(422, 197);
this.textBox1.TabIndex = 14;
//
// FormMeasureTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 523);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.CutHoleGridView);
//this.Name = "FormMeasureTest";
this.Text = "测量流程测试";
((System.ComponentModel.ISupportInitialize)(this.CutHoleGridView)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button NewMeasureFile;
private System.Windows.Forms.Button LoadCutHole;
private System.Windows.Forms.DataGridView CutHoleGridView;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private CheckBox IsPTcheckBox;
private DataGridViewTextBoxColumn Name;
private DataGridViewTextBoxColumn X;
private DataGridViewTextBoxColumn Y;
private DataGridViewTextBoxColumn Z;
private DataGridViewTextBoxColumn M;
private DataGridViewTextBoxColumn R;
private DataGridViewTextBoxColumn T;
private TextBox SampleNametextBox;
private Label SampleNameLabel;
private GroupBox groupBox1;
private Button button1;
private TextBox FIBTemptextBox;
private Label label1;
private Button button2;
private CheckBox ManualFocuscheckBox;
private Button button3;
private Button button4;
private Button button5;
private Button button6;
private GroupBox groupBox2;
private GroupBox groupBox3;
private TextBox textBox1;
}
}