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()
{
this.NewMeasureFile = new System.Windows.Forms.Button();
this.LoadCutHole = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// NewMeasureFile
//
this.NewMeasureFile.Location = new System.Drawing.Point(29, 23);
this.NewMeasureFile.Name = "NewMeasureFile";
this.NewMeasureFile.Size = new System.Drawing.Size(136, 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(199, 23);
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);
//
// FormMeasureTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.LoadCutHole);
this.Controls.Add(this.NewMeasureFile);
this.Name = "FormMeasureTest";
this.Text = "测量流程测试";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button NewMeasureFile;
private System.Windows.Forms.Button LoadCutHole;
}
}