|
|
@@ -54,6 +54,7 @@
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.tBx_Magnification = new System.Windows.Forms.TextBox();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.cB_Inclinedplanefocus = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
this.tBx_TheThirdPointWD = new System.Windows.Forms.TextBox();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
@@ -63,7 +64,6 @@
|
|
|
this.tBx_TheThirdPointX = new System.Windows.Forms.TextBox();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.tBx_TheThirdPointY = new System.Windows.Forms.TextBox();
|
|
|
- this.cB_Inclinedplanefocus = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
@@ -339,6 +339,7 @@
|
|
|
this.tBx_Magnification.Name = "tBx_Magnification";
|
|
|
this.tBx_Magnification.Size = new System.Drawing.Size(100, 21);
|
|
|
this.tBx_Magnification.TabIndex = 26;
|
|
|
+ this.tBx_Magnification.Text = "100";
|
|
|
this.tBx_Magnification.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// label10
|
|
|
@@ -350,6 +351,17 @@
|
|
|
this.label10.TabIndex = 25;
|
|
|
this.label10.Text = "Magnification:";
|
|
|
//
|
|
|
+ // cB_Inclinedplanefocus
|
|
|
+ //
|
|
|
+ this.cB_Inclinedplanefocus.AutoSize = true;
|
|
|
+ this.cB_Inclinedplanefocus.Location = new System.Drawing.Point(13, 232);
|
|
|
+ this.cB_Inclinedplanefocus.Name = "cB_Inclinedplanefocus";
|
|
|
+ this.cB_Inclinedplanefocus.Size = new System.Drawing.Size(144, 16);
|
|
|
+ this.cB_Inclinedplanefocus.TabIndex = 24;
|
|
|
+ this.cB_Inclinedplanefocus.Text = "Inclined plane focus";
|
|
|
+ this.cB_Inclinedplanefocus.UseVisualStyleBackColor = true;
|
|
|
+ this.cB_Inclinedplanefocus.CheckedChanged += new System.EventHandler(this.cB_Inclinedplanefocus_CheckedChanged);
|
|
|
+ //
|
|
|
// groupBox3
|
|
|
//
|
|
|
this.groupBox3.Controls.Add(this.tBx_TheThirdPointWD);
|
|
|
@@ -448,17 +460,6 @@
|
|
|
this.tBx_TheThirdPointY.TabIndex = 5;
|
|
|
this.tBx_TheThirdPointY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
- // cB_Inclinedplanefocus
|
|
|
- //
|
|
|
- this.cB_Inclinedplanefocus.AutoSize = true;
|
|
|
- this.cB_Inclinedplanefocus.Location = new System.Drawing.Point(13, 232);
|
|
|
- this.cB_Inclinedplanefocus.Name = "cB_Inclinedplanefocus";
|
|
|
- this.cB_Inclinedplanefocus.Size = new System.Drawing.Size(144, 16);
|
|
|
- this.cB_Inclinedplanefocus.TabIndex = 24;
|
|
|
- this.cB_Inclinedplanefocus.Text = "Inclined plane focus";
|
|
|
- this.cB_Inclinedplanefocus.UseVisualStyleBackColor = true;
|
|
|
- this.cB_Inclinedplanefocus.CheckedChanged += new System.EventHandler(this.cB_Inclinedplanefocus_CheckedChanged);
|
|
|
- //
|
|
|
// frmInitializeTwoPointRectangle
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|