|
@@ -59,6 +59,9 @@
|
|
|
this.lblResolution = new System.Windows.Forms.Label();
|
|
|
this.tabImage2 = new System.Windows.Forms.TabPage();
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.tB_scanFieldSize100 = new System.Windows.Forms.TextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.btn_confirm = new System.Windows.Forms.Button();
|
|
|
this.cb_Ydirection = new System.Windows.Forms.ComboBox();
|
|
|
this.label_y = new System.Windows.Forms.Label();
|
|
@@ -69,9 +72,10 @@
|
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.Pic_height = new System.Windows.Forms.TextBox();
|
|
|
+ this.Pic_width = new System.Windows.Forms.TextBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
this.tabSetting.SuspendLayout();
|
|
|
this.tabXRay.SuspendLayout();
|
|
|
this.groupBox1.SuspendLayout();
|
|
@@ -121,7 +125,7 @@
|
|
|
this.tabXRay.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabXRay.Name = "tabXRay";
|
|
|
this.tabXRay.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.tabXRay.Size = new System.Drawing.Size(825, 660);
|
|
|
+ this.tabXRay.Size = new System.Drawing.Size(825, 705);
|
|
|
this.tabXRay.TabIndex = 0;
|
|
|
this.tabXRay.Text = "X-Ray设置";
|
|
|
this.tabXRay.UseVisualStyleBackColor = true;
|
|
@@ -292,7 +296,7 @@
|
|
|
this.tabImage.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabImage.Name = "tabImage";
|
|
|
this.tabImage.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.tabImage.Size = new System.Drawing.Size(825, 660);
|
|
|
+ this.tabImage.Size = new System.Drawing.Size(825, 705);
|
|
|
this.tabImage.TabIndex = 1;
|
|
|
this.tabImage.Text = "BSE设置";
|
|
|
this.tabImage.UseVisualStyleBackColor = true;
|
|
@@ -450,8 +454,12 @@
|
|
|
//
|
|
|
// splitContainer1.Panel1
|
|
|
//
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label5);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.Pic_height);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.Pic_width);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.label4);
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.label3);
|
|
|
- this.splitContainer1.Panel1.Controls.Add(this.textBox1);
|
|
|
+ this.splitContainer1.Panel1.Controls.Add(this.tB_scanFieldSize100);
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.btn_confirm);
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.cb_Ydirection);
|
|
@@ -470,14 +478,41 @@
|
|
|
this.splitContainer1.SplitterDistance = 85;
|
|
|
this.splitContainer1.TabIndex = 2;
|
|
|
//
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(533, 11);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.label3.TabIndex = 8;
|
|
|
+ this.label3.Text = "毫米";
|
|
|
+ //
|
|
|
+ // tB_scanFieldSize100
|
|
|
+ //
|
|
|
+ this.tB_scanFieldSize100.Location = new System.Drawing.Point(427, 7);
|
|
|
+ this.tB_scanFieldSize100.Name = "tB_scanFieldSize100";
|
|
|
+ this.tB_scanFieldSize100.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.tB_scanFieldSize100.TabIndex = 7;
|
|
|
+ this.tB_scanFieldSize100.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(327, 11);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(107, 12);
|
|
|
+ this.label1.TabIndex = 6;
|
|
|
+ this.label1.Text = "100倍下屏幕宽度:";
|
|
|
+ //
|
|
|
// btn_confirm
|
|
|
//
|
|
|
- this.btn_confirm.Location = new System.Drawing.Point(730, 5);
|
|
|
+ this.btn_confirm.Location = new System.Drawing.Point(730, 11);
|
|
|
this.btn_confirm.Name = "btn_confirm";
|
|
|
- this.btn_confirm.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btn_confirm.Size = new System.Drawing.Size(75, 60);
|
|
|
this.btn_confirm.TabIndex = 5;
|
|
|
- this.btn_confirm.Text = "确定";
|
|
|
+ this.btn_confirm.Text = "上传参数";
|
|
|
this.btn_confirm.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_confirm.Click += new System.EventHandler(this.btn_confirm_Click);
|
|
|
//
|
|
|
// cb_Ydirection
|
|
|
//
|
|
@@ -515,9 +550,9 @@
|
|
|
//
|
|
|
// bn_continuousshot
|
|
|
//
|
|
|
- this.bn_continuousshot.Location = new System.Drawing.Point(649, 4);
|
|
|
+ this.bn_continuousshot.Location = new System.Drawing.Point(649, 11);
|
|
|
this.bn_continuousshot.Name = "bn_continuousshot";
|
|
|
- this.bn_continuousshot.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.bn_continuousshot.Size = new System.Drawing.Size(75, 61);
|
|
|
this.bn_continuousshot.TabIndex = 0;
|
|
|
this.bn_continuousshot.Text = "连拍";
|
|
|
this.bn_continuousshot.UseVisualStyleBackColor = true;
|
|
@@ -567,30 +602,44 @@
|
|
|
this.pictureBox1.TabIndex = 1;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(327, 11);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(107, 12);
|
|
|
- this.label1.TabIndex = 6;
|
|
|
- this.label1.Text = "100倍下屏幕宽度:";
|
|
|
- //
|
|
|
- // textBox1
|
|
|
- //
|
|
|
- this.textBox1.Location = new System.Drawing.Point(427, 7);
|
|
|
- this.textBox1.Name = "textBox1";
|
|
|
- this.textBox1.Size = new System.Drawing.Size(100, 21);
|
|
|
- this.textBox1.TabIndex = 7;
|
|
|
- //
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(533, 11);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(29, 12);
|
|
|
- this.label3.TabIndex = 8;
|
|
|
- this.label3.Text = "毫米";
|
|
|
+ // Pic_height
|
|
|
+ //
|
|
|
+ this.Pic_height.Location = new System.Drawing.Point(137, 44);
|
|
|
+ this.Pic_height.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.Pic_height.Name = "Pic_height";
|
|
|
+ this.Pic_height.Size = new System.Drawing.Size(48, 21);
|
|
|
+ this.Pic_height.TabIndex = 12;
|
|
|
+ this.Pic_height.Text = "768";
|
|
|
+ this.Pic_height.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // Pic_width
|
|
|
+ //
|
|
|
+ this.Pic_width.Location = new System.Drawing.Point(68, 44);
|
|
|
+ this.Pic_width.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.Pic_width.Name = "Pic_width";
|
|
|
+ this.Pic_width.Size = new System.Drawing.Size(48, 21);
|
|
|
+ this.Pic_width.TabIndex = 11;
|
|
|
+ this.Pic_width.Text = "1024";
|
|
|
+ this.Pic_width.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(7, 48);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(47, 12);
|
|
|
+ this.label4.TabIndex = 13;
|
|
|
+ this.label4.Text = "分辨率:";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(121, 48);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(11, 12);
|
|
|
+ this.label5.TabIndex = 14;
|
|
|
+ this.label5.Text = "*";
|
|
|
//
|
|
|
// ControllerSettingForm
|
|
|
//
|
|
@@ -671,7 +720,11 @@
|
|
|
private System.Windows.Forms.ComboBox cb_Ydirection;
|
|
|
private System.Windows.Forms.Label label_y;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
- private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.TextBox tB_scanFieldSize100;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.TextBox Pic_height;
|
|
|
+ private System.Windows.Forms.TextBox Pic_width;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
}
|
|
|
}
|