123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- namespace HOZProject
- {
- partial class FormMeasureTest
- {
- /// <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.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;
- }
- }
|