|
@@ -34,6 +34,9 @@
|
|
|
this.label41 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label16 = new System.Windows.Forms.Label();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
this.IDC_EDIT_YEND = new System.Windows.Forms.TextBox();
|
|
|
this.IDC_EDIT_YSTART = new System.Windows.Forms.TextBox();
|
|
|
this.IDC_EDIT_MINMAG = new System.Windows.Forms.TextBox();
|
|
@@ -126,9 +129,6 @@
|
|
|
this.IDC_COMBO_Model = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
|
this.btncancel = new System.Windows.Forms.Button();
|
|
|
- this.label9 = new System.Windows.Forms.Label();
|
|
|
- this.label10 = new System.Windows.Forms.Label();
|
|
|
- this.label16 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
@@ -226,6 +226,36 @@
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "SEM样品台信息";
|
|
|
//
|
|
|
+ // label16
|
|
|
+ //
|
|
|
+ this.label16.AutoSize = true;
|
|
|
+ this.label16.Location = new System.Drawing.Point(292, 146);
|
|
|
+ this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label16.Name = "label16";
|
|
|
+ this.label16.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.label16.TabIndex = 839;
|
|
|
+ this.label16.Text = "mm";
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Location = new System.Drawing.Point(292, 82);
|
|
|
+ this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.label10.TabIndex = 838;
|
|
|
+ this.label10.Text = "mm";
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Location = new System.Drawing.Point(292, 24);
|
|
|
+ this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.label9.TabIndex = 837;
|
|
|
+ this.label9.Text = "um";
|
|
|
+ //
|
|
|
// IDC_EDIT_YEND
|
|
|
//
|
|
|
this.IDC_EDIT_YEND.Location = new System.Drawing.Point(211, 141);
|
|
@@ -1232,36 +1262,6 @@
|
|
|
this.btncancel.UseVisualStyleBackColor = true;
|
|
|
this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
|
|
|
//
|
|
|
- // label9
|
|
|
- //
|
|
|
- this.label9.AutoSize = true;
|
|
|
- this.label9.Location = new System.Drawing.Point(292, 24);
|
|
|
- this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label9.Name = "label9";
|
|
|
- this.label9.Size = new System.Drawing.Size(17, 12);
|
|
|
- this.label9.TabIndex = 837;
|
|
|
- this.label9.Text = "um";
|
|
|
- //
|
|
|
- // label10
|
|
|
- //
|
|
|
- this.label10.AutoSize = true;
|
|
|
- this.label10.Location = new System.Drawing.Point(292, 82);
|
|
|
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label10.Name = "label10";
|
|
|
- this.label10.Size = new System.Drawing.Size(17, 12);
|
|
|
- this.label10.TabIndex = 838;
|
|
|
- this.label10.Text = "mm";
|
|
|
- //
|
|
|
- // label16
|
|
|
- //
|
|
|
- this.label16.AutoSize = true;
|
|
|
- this.label16.Location = new System.Drawing.Point(292, 146);
|
|
|
- this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label16.Name = "label16";
|
|
|
- this.label16.Size = new System.Drawing.Size(17, 12);
|
|
|
- this.label16.TabIndex = 839;
|
|
|
- this.label16.Text = "mm";
|
|
|
- //
|
|
|
// ProgMgrInfoForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|