|
@@ -53,19 +53,19 @@
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
this.tB_StopMode = new System.Windows.Forms.TextBox();
|
|
|
this.btn_StopMode = new System.Windows.Forms.Button();
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM = new System.Windows.Forms.TextBox();
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM = new System.Windows.Forms.TextBox();
|
|
|
- this.IDC_EDIT_STOP_TIME = new System.Windows.Forms.TextBox();
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
this.IDC_COMBO_IMGSIZE = new System.Windows.Forms.ComboBox();
|
|
|
this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
|
|
|
this.IDC_COMBO_FETCHIMGMODE = new System.Windows.Forms.ComboBox();
|
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM = new System.Windows.Forms.TextBox();
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM = new System.Windows.Forms.TextBox();
|
|
|
+ this.IDC_EDIT_STOP_TIME = new System.Windows.Forms.TextBox();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
- this.label7 = new System.Windows.Forms.Label();
|
|
|
this.IDC_IMAGE_SIZE_SWITCH = new System.Windows.Forms.CheckBox();
|
|
|
this.IDC_SCAN_SPEED_SWITCH = new System.Windows.Forms.CheckBox();
|
|
|
this.IDC_FETCH_IMAGE_SWITCH = new System.Windows.Forms.CheckBox();
|
|
@@ -155,6 +155,8 @@
|
|
|
this.lbModelSel = new System.Windows.Forms.Label();
|
|
|
this.IDC_COMBO_Model = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA = new System.Windows.Forms.TextBox();
|
|
|
+ this.label48 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
@@ -439,39 +441,6 @@
|
|
|
this.btn_StopMode.UseVisualStyleBackColor = true;
|
|
|
this.btn_StopMode.Click += new System.EventHandler(this.btn_StopMode_Click);
|
|
|
//
|
|
|
- // IDC_EDIT_STOP_INCA_NUM
|
|
|
- //
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.Location = new System.Drawing.Point(955, 647);
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.MaxLength = 10;
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.Name = "IDC_EDIT_STOP_INCA_NUM";
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.TabIndex = 310;
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
- this.IDC_EDIT_STOP_INCA_NUM.TextChanged += new System.EventHandler(this.IDC_EDIT_STOP_INCA_NUM_TextChanged);
|
|
|
- //
|
|
|
- // IDC_EDIT_STOP_FIELD_NUM
|
|
|
- //
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.Location = new System.Drawing.Point(955, 617);
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.MaxLength = 10;
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.Name = "IDC_EDIT_STOP_FIELD_NUM";
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.TabIndex = 290;
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.TextChanged += new System.EventHandler(this.IDC_EDIT_STOP_FIELD_NUM_TextChanged);
|
|
|
- //
|
|
|
- // IDC_EDIT_STOP_TIME
|
|
|
- //
|
|
|
- this.IDC_EDIT_STOP_TIME.Location = new System.Drawing.Point(955, 589);
|
|
|
- this.IDC_EDIT_STOP_TIME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.IDC_EDIT_STOP_TIME.MaxLength = 10;
|
|
|
- this.IDC_EDIT_STOP_TIME.Name = "IDC_EDIT_STOP_TIME";
|
|
|
- this.IDC_EDIT_STOP_TIME.Size = new System.Drawing.Size(155, 25);
|
|
|
- this.IDC_EDIT_STOP_TIME.TabIndex = 270;
|
|
|
- this.IDC_EDIT_STOP_TIME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
- this.IDC_EDIT_STOP_TIME.TextChanged += new System.EventHandler(this.IDC_EDIT_STOP_TIME_TextChanged);
|
|
|
- //
|
|
|
// label13
|
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
@@ -532,6 +501,51 @@
|
|
|
this.label11.TabIndex = 320;
|
|
|
this.label11.Text = "取图方式";
|
|
|
//
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Location = new System.Drawing.Point(7, 26);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(97, 15);
|
|
|
+ this.label7.TabIndex = 240;
|
|
|
+ this.label7.Text = "测量终止方式";
|
|
|
+ //
|
|
|
+ // IDC_EDIT_STOP_INCA_NUM
|
|
|
+ //
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.Location = new System.Drawing.Point(955, 647);
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.MaxLength = 10;
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.Name = "IDC_EDIT_STOP_INCA_NUM";
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.Size = new System.Drawing.Size(155, 25);
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.TabIndex = 310;
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.Visible = false;
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.TextChanged += new System.EventHandler(this.IDC_EDIT_STOP_INCA_NUM_TextChanged);
|
|
|
+ //
|
|
|
+ // IDC_EDIT_STOP_FIELD_NUM
|
|
|
+ //
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.Location = new System.Drawing.Point(955, 617);
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.MaxLength = 10;
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.Name = "IDC_EDIT_STOP_FIELD_NUM";
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.Size = new System.Drawing.Size(155, 25);
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.TabIndex = 290;
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.Visible = false;
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.TextChanged += new System.EventHandler(this.IDC_EDIT_STOP_FIELD_NUM_TextChanged);
|
|
|
+ //
|
|
|
+ // IDC_EDIT_STOP_TIME
|
|
|
+ //
|
|
|
+ this.IDC_EDIT_STOP_TIME.Location = new System.Drawing.Point(955, 589);
|
|
|
+ this.IDC_EDIT_STOP_TIME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.IDC_EDIT_STOP_TIME.MaxLength = 10;
|
|
|
+ this.IDC_EDIT_STOP_TIME.Name = "IDC_EDIT_STOP_TIME";
|
|
|
+ this.IDC_EDIT_STOP_TIME.Size = new System.Drawing.Size(155, 25);
|
|
|
+ this.IDC_EDIT_STOP_TIME.TabIndex = 270;
|
|
|
+ this.IDC_EDIT_STOP_TIME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.IDC_EDIT_STOP_TIME.Visible = false;
|
|
|
+ this.IDC_EDIT_STOP_TIME.TextChanged += new System.EventHandler(this.IDC_EDIT_STOP_TIME_TextChanged);
|
|
|
+ //
|
|
|
// label10
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
@@ -540,6 +554,7 @@
|
|
|
this.label10.Size = new System.Drawing.Size(97, 15);
|
|
|
this.label10.TabIndex = 300;
|
|
|
this.label10.Text = "终止夹杂物数";
|
|
|
+ this.label10.Visible = false;
|
|
|
//
|
|
|
// label9
|
|
|
//
|
|
@@ -549,6 +564,7 @@
|
|
|
this.label9.Size = new System.Drawing.Size(82, 15);
|
|
|
this.label9.TabIndex = 280;
|
|
|
this.label9.Text = "终止帧图数";
|
|
|
+ this.label9.Visible = false;
|
|
|
//
|
|
|
// label8
|
|
|
//
|
|
@@ -558,15 +574,7 @@
|
|
|
this.label8.Size = new System.Drawing.Size(98, 15);
|
|
|
this.label8.TabIndex = 260;
|
|
|
this.label8.Text = "终止时间(秒)";
|
|
|
- //
|
|
|
- // label7
|
|
|
- //
|
|
|
- this.label7.AutoSize = true;
|
|
|
- this.label7.Location = new System.Drawing.Point(7, 26);
|
|
|
- this.label7.Name = "label7";
|
|
|
- this.label7.Size = new System.Drawing.Size(97, 15);
|
|
|
- this.label7.TabIndex = 240;
|
|
|
- this.label7.Text = "测量终止方式";
|
|
|
+ this.label8.Visible = false;
|
|
|
//
|
|
|
// IDC_IMAGE_SIZE_SWITCH
|
|
|
//
|
|
@@ -577,6 +585,7 @@
|
|
|
this.IDC_IMAGE_SIZE_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_IMAGE_SIZE_SWITCH.TabIndex = 539;
|
|
|
this.IDC_IMAGE_SIZE_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_IMAGE_SIZE_SWITCH.Visible = false;
|
|
|
this.IDC_IMAGE_SIZE_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_IMAGE_SIZE_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_SCAN_SPEED_SWITCH
|
|
@@ -588,6 +597,7 @@
|
|
|
this.IDC_SCAN_SPEED_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_SCAN_SPEED_SWITCH.TabIndex = 538;
|
|
|
this.IDC_SCAN_SPEED_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_SCAN_SPEED_SWITCH.Visible = false;
|
|
|
this.IDC_SCAN_SPEED_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_SCAN_SPEED_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_FETCH_IMAGE_SWITCH
|
|
@@ -599,6 +609,7 @@
|
|
|
this.IDC_FETCH_IMAGE_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_FETCH_IMAGE_SWITCH.TabIndex = 537;
|
|
|
this.IDC_FETCH_IMAGE_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_FETCH_IMAGE_SWITCH.Visible = false;
|
|
|
this.IDC_FETCH_IMAGE_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_FETCH_IMAGE_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_STOP_PARTICAL_SWITCH
|
|
@@ -610,6 +621,7 @@
|
|
|
this.IDC_STOP_PARTICAL_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_STOP_PARTICAL_SWITCH.TabIndex = 536;
|
|
|
this.IDC_STOP_PARTICAL_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_STOP_PARTICAL_SWITCH.Visible = false;
|
|
|
this.IDC_STOP_PARTICAL_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_STOP_PARTICAL_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_STOP_FIELD_SWITCH
|
|
@@ -621,6 +633,7 @@
|
|
|
this.IDC_STOP_FIELD_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_STOP_FIELD_SWITCH.TabIndex = 535;
|
|
|
this.IDC_STOP_FIELD_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_STOP_FIELD_SWITCH.Visible = false;
|
|
|
this.IDC_STOP_FIELD_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_STOP_FIELD_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_STOP_TIME_SWITCH
|
|
@@ -632,6 +645,7 @@
|
|
|
this.IDC_STOP_TIME_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_STOP_TIME_SWITCH.TabIndex = 534;
|
|
|
this.IDC_STOP_TIME_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_STOP_TIME_SWITCH.Visible = false;
|
|
|
this.IDC_STOP_TIME_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_STOP_TIME_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_STOP_MODE_SWITCH
|
|
@@ -643,6 +657,7 @@
|
|
|
this.IDC_STOP_MODE_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_STOP_MODE_SWITCH.TabIndex = 533;
|
|
|
this.IDC_STOP_MODE_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_STOP_MODE_SWITCH.Visible = false;
|
|
|
this.IDC_STOP_MODE_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_STOP_MODE_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// groupBox4
|
|
@@ -1103,6 +1118,7 @@
|
|
|
this.IDC_PART_GRAY_MIN_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_PART_GRAY_MIN_SWITCH.TabIndex = 812;
|
|
|
this.IDC_PART_GRAY_MIN_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_PART_GRAY_MIN_SWITCH.Visible = false;
|
|
|
this.IDC_PART_GRAY_MIN_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_PART_GRAY_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_BACK_MIN_SWITCH
|
|
@@ -1114,6 +1130,7 @@
|
|
|
this.IDC_BACK_MIN_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_BACK_MIN_SWITCH.TabIndex = 811;
|
|
|
this.IDC_BACK_MIN_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_BACK_MIN_SWITCH.Visible = false;
|
|
|
this.IDC_BACK_MIN_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_BACK_MIN_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_PART_MIN_SWITCH
|
|
@@ -1125,6 +1142,7 @@
|
|
|
this.IDC_PART_MIN_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_PART_MIN_SWITCH.TabIndex = 810;
|
|
|
this.IDC_PART_MIN_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_PART_MIN_SWITCH.Visible = false;
|
|
|
this.IDC_PART_MIN_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_PART_MIN_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_PART_GRAY_MAX_SWITCH
|
|
@@ -1136,6 +1154,7 @@
|
|
|
this.IDC_PART_GRAY_MAX_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_PART_GRAY_MAX_SWITCH.TabIndex = 692;
|
|
|
this.IDC_PART_GRAY_MAX_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_PART_GRAY_MAX_SWITCH.Visible = false;
|
|
|
this.IDC_PART_GRAY_MAX_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_PART_GRAY_MAX_CheckedChanged);
|
|
|
//
|
|
|
// IDC_BACK_MAX_SWITCH
|
|
@@ -1147,6 +1166,7 @@
|
|
|
this.IDC_BACK_MAX_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_BACK_MAX_SWITCH.TabIndex = 691;
|
|
|
this.IDC_BACK_MAX_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_BACK_MAX_SWITCH.Visible = false;
|
|
|
this.IDC_BACK_MAX_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_BACK_MAX_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_PART_MAX_SWITCH
|
|
@@ -1158,6 +1178,7 @@
|
|
|
this.IDC_PART_MAX_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_PART_MAX_SWITCH.TabIndex = 540;
|
|
|
this.IDC_PART_MAX_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_PART_MAX_SWITCH.Visible = false;
|
|
|
this.IDC_PART_MAX_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_PART_MAX_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// groupBox6
|
|
@@ -1438,6 +1459,7 @@
|
|
|
this.IDC_XRAY_COUNT_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_XRAY_COUNT_SWITCH.TabIndex = 809;
|
|
|
this.IDC_XRAY_COUNT_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_XRAY_COUNT_SWITCH.Visible = false;
|
|
|
this.IDC_XRAY_COUNT_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_XRAY_COUNT_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_XRAY_TIME_SWITCH
|
|
@@ -1449,6 +1471,7 @@
|
|
|
this.IDC_XRAY_TIME_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_XRAY_TIME_SWITCH.TabIndex = 808;
|
|
|
this.IDC_XRAY_TIME_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_XRAY_TIME_SWITCH.Visible = false;
|
|
|
this.IDC_XRAY_TIME_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_XRAY_TIME_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// IDC_XRAY_MODE_SWITCH
|
|
@@ -1460,6 +1483,7 @@
|
|
|
this.IDC_XRAY_MODE_SWITCH.Size = new System.Drawing.Size(18, 17);
|
|
|
this.IDC_XRAY_MODE_SWITCH.TabIndex = 693;
|
|
|
this.IDC_XRAY_MODE_SWITCH.UseVisualStyleBackColor = true;
|
|
|
+ this.IDC_XRAY_MODE_SWITCH.Visible = false;
|
|
|
this.IDC_XRAY_MODE_SWITCH.CheckedChanged += new System.EventHandler(this.IDC_XRAY_MODE_SWITCH_CheckedChanged);
|
|
|
//
|
|
|
// btnok
|
|
@@ -1521,11 +1545,34 @@
|
|
|
this.groupBox7.TabStop = false;
|
|
|
this.groupBox7.Text = "模式选择";
|
|
|
//
|
|
|
+ // IDC_EDIT_STOP_INCA_AREA
|
|
|
+ //
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.Location = new System.Drawing.Point(955, 680);
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.MaxLength = 10;
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.Name = "IDC_EDIT_STOP_INCA_AREA";
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.Size = new System.Drawing.Size(155, 25);
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.TabIndex = 824;
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.IDC_EDIT_STOP_INCA_AREA.Visible = false;
|
|
|
+ //
|
|
|
+ // label48
|
|
|
+ //
|
|
|
+ this.label48.AutoSize = true;
|
|
|
+ this.label48.Location = new System.Drawing.Point(842, 683);
|
|
|
+ this.label48.Name = "label48";
|
|
|
+ this.label48.Size = new System.Drawing.Size(97, 15);
|
|
|
+ this.label48.TabIndex = 823;
|
|
|
+ this.label48.Text = "终止测量面积";
|
|
|
+ this.label48.Visible = false;
|
|
|
+ //
|
|
|
// ProgMgrInfoForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(834, 742);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1047, 941);
|
|
|
+ this.Controls.Add(this.IDC_EDIT_STOP_INCA_AREA);
|
|
|
+ this.Controls.Add(this.label48);
|
|
|
this.Controls.Add(this.IDC_IMAGE_SIZE_SWITCH);
|
|
|
this.Controls.Add(this.groupBox7);
|
|
|
this.Controls.Add(this.IDC_EDIT_STOP_INCA_NUM);
|
|
@@ -1560,9 +1607,9 @@
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MaximizeBox = false;
|
|
|
- this.MaximumSize = new System.Drawing.Size(852, 789);
|
|
|
+ this.MaximumSize = new System.Drawing.Size(852, 790);
|
|
|
this.MinimizeBox = false;
|
|
|
- this.MinimumSize = new System.Drawing.Size(852, 789);
|
|
|
+ this.MinimumSize = new System.Drawing.Size(852, 790);
|
|
|
this.Name = "ProgMgrInfoForm";
|
|
|
this.ShowIcon = false;
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
@@ -1716,5 +1763,7 @@
|
|
|
private System.Windows.Forms.Label label47;
|
|
|
private System.Windows.Forms.TextBox tB_StopMode;
|
|
|
private System.Windows.Forms.Button btn_StopMode;
|
|
|
+ public System.Windows.Forms.TextBox IDC_EDIT_STOP_INCA_AREA;
|
|
|
+ private System.Windows.Forms.Label label48;
|
|
|
}
|
|
|
}
|