|
@@ -32,13 +32,13 @@
|
|
|
this.picexit = new System.Windows.Forms.PictureBox();
|
|
|
this.pbImage = new System.Windows.Forms.PictureBox();
|
|
|
this.plImageInfo = new System.Windows.Forms.Panel();
|
|
|
- this.lblWD = new System.Windows.Forms.Label();
|
|
|
+ this.lblContent = new System.Windows.Forms.Label();
|
|
|
this.lblMag = new System.Windows.Forms.Label();
|
|
|
- this.lblHT = new System.Windows.Forms.Label();
|
|
|
+ this.lblKV = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.lblAutoContent = new System.Windows.Forms.Label();
|
|
|
+ this.lblAutoMag = new System.Windows.Forms.Label();
|
|
|
+ this.lblAutoKV = new System.Windows.Forms.Label();
|
|
|
this.pbAutoImage = new System.Windows.Forms.PictureBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pichide)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picexit)).BeginInit();
|
|
@@ -85,32 +85,33 @@
|
|
|
this.pbImage.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.pbImage.Name = "pbImage";
|
|
|
this.pbImage.Size = new System.Drawing.Size(768, 576);
|
|
|
+ this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pbImage.TabIndex = 59;
|
|
|
this.pbImage.TabStop = false;
|
|
|
//
|
|
|
// plImageInfo
|
|
|
//
|
|
|
this.plImageInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
|
|
|
- this.plImageInfo.Controls.Add(this.lblWD);
|
|
|
+ this.plImageInfo.Controls.Add(this.lblContent);
|
|
|
this.plImageInfo.Controls.Add(this.lblMag);
|
|
|
- this.plImageInfo.Controls.Add(this.lblHT);
|
|
|
+ this.plImageInfo.Controls.Add(this.lblKV);
|
|
|
this.plImageInfo.Location = new System.Drawing.Point(4, 620);
|
|
|
this.plImageInfo.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.plImageInfo.Name = "plImageInfo";
|
|
|
this.plImageInfo.Size = new System.Drawing.Size(768, 64);
|
|
|
this.plImageInfo.TabIndex = 60;
|
|
|
//
|
|
|
- // lblWD
|
|
|
+ // lblContent
|
|
|
//
|
|
|
- this.lblWD.AutoSize = true;
|
|
|
- this.lblWD.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
- this.lblWD.ForeColor = System.Drawing.Color.White;
|
|
|
- this.lblWD.Location = new System.Drawing.Point(532, 20);
|
|
|
- this.lblWD.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.lblWD.Name = "lblWD";
|
|
|
- this.lblWD.Size = new System.Drawing.Size(190, 24);
|
|
|
- this.lblWD.TabIndex = 1;
|
|
|
- this.lblWD.Text = "工作距离:8.2mm";
|
|
|
+ this.lblContent.AutoSize = true;
|
|
|
+ this.lblContent.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
+ this.lblContent.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.lblContent.Location = new System.Drawing.Point(532, 20);
|
|
|
+ this.lblContent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblContent.Name = "lblContent";
|
|
|
+ this.lblContent.Size = new System.Drawing.Size(190, 24);
|
|
|
+ this.lblContent.TabIndex = 1;
|
|
|
+ this.lblContent.Text = "工作距离:8.2mm";
|
|
|
//
|
|
|
// lblMag
|
|
|
//
|
|
@@ -124,65 +125,65 @@
|
|
|
this.lblMag.TabIndex = 1;
|
|
|
this.lblMag.Text = "放大倍数:200X";
|
|
|
//
|
|
|
- // lblHT
|
|
|
+ // lblKV
|
|
|
//
|
|
|
- this.lblHT.AutoSize = true;
|
|
|
- this.lblHT.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
- this.lblHT.ForeColor = System.Drawing.Color.White;
|
|
|
- this.lblHT.Location = new System.Drawing.Point(32, 20);
|
|
|
- this.lblHT.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.lblHT.Name = "lblHT";
|
|
|
- this.lblHT.Size = new System.Drawing.Size(130, 24);
|
|
|
- this.lblHT.TabIndex = 1;
|
|
|
- this.lblHT.Text = "电压:20KV";
|
|
|
+ this.lblKV.AutoSize = true;
|
|
|
+ this.lblKV.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
+ this.lblKV.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.lblKV.Location = new System.Drawing.Point(32, 20);
|
|
|
+ this.lblKV.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblKV.Name = "lblKV";
|
|
|
+ this.lblKV.Size = new System.Drawing.Size(130, 24);
|
|
|
+ this.lblKV.TabIndex = 1;
|
|
|
+ this.lblKV.Text = "电压:20KV";
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
|
|
|
- this.panel1.Controls.Add(this.label1);
|
|
|
- this.panel1.Controls.Add(this.label2);
|
|
|
- this.panel1.Controls.Add(this.label3);
|
|
|
+ this.panel1.Controls.Add(this.lblAutoContent);
|
|
|
+ this.panel1.Controls.Add(this.lblAutoMag);
|
|
|
+ this.panel1.Controls.Add(this.lblAutoKV);
|
|
|
this.panel1.Location = new System.Drawing.Point(775, 620);
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(768, 64);
|
|
|
this.panel1.TabIndex = 62;
|
|
|
//
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
- this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
- this.label1.Location = new System.Drawing.Point(522, 20);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(190, 24);
|
|
|
- this.label1.TabIndex = 1;
|
|
|
- this.label1.Text = "工作距离:8.2mm";
|
|
|
- //
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
- this.label2.ForeColor = System.Drawing.Color.White;
|
|
|
- this.label2.Location = new System.Drawing.Point(258, 20);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(178, 24);
|
|
|
- this.label2.TabIndex = 1;
|
|
|
- this.label2.Text = "放大倍数:200X";
|
|
|
- //
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
- this.label3.ForeColor = System.Drawing.Color.White;
|
|
|
- this.label3.Location = new System.Drawing.Point(32, 20);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(130, 24);
|
|
|
- this.label3.TabIndex = 1;
|
|
|
- this.label3.Text = "电压:20KV";
|
|
|
+ // lblAutoContent
|
|
|
+ //
|
|
|
+ this.lblAutoContent.AutoSize = true;
|
|
|
+ this.lblAutoContent.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
+ this.lblAutoContent.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.lblAutoContent.Location = new System.Drawing.Point(522, 20);
|
|
|
+ this.lblAutoContent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblAutoContent.Name = "lblAutoContent";
|
|
|
+ this.lblAutoContent.Size = new System.Drawing.Size(190, 24);
|
|
|
+ this.lblAutoContent.TabIndex = 1;
|
|
|
+ this.lblAutoContent.Text = "工作距离:8.2mm";
|
|
|
+ //
|
|
|
+ // lblAutoMag
|
|
|
+ //
|
|
|
+ this.lblAutoMag.AutoSize = true;
|
|
|
+ this.lblAutoMag.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
+ this.lblAutoMag.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.lblAutoMag.Location = new System.Drawing.Point(258, 20);
|
|
|
+ this.lblAutoMag.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblAutoMag.Name = "lblAutoMag";
|
|
|
+ this.lblAutoMag.Size = new System.Drawing.Size(178, 24);
|
|
|
+ this.lblAutoMag.TabIndex = 1;
|
|
|
+ this.lblAutoMag.Text = "放大倍数:200X";
|
|
|
+ //
|
|
|
+ // lblAutoKV
|
|
|
+ //
|
|
|
+ this.lblAutoKV.AutoSize = true;
|
|
|
+ this.lblAutoKV.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
+ this.lblAutoKV.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.lblAutoKV.Location = new System.Drawing.Point(32, 20);
|
|
|
+ this.lblAutoKV.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblAutoKV.Name = "lblAutoKV";
|
|
|
+ this.lblAutoKV.Size = new System.Drawing.Size(130, 24);
|
|
|
+ this.lblAutoKV.TabIndex = 1;
|
|
|
+ this.lblAutoKV.Text = "电压:20KV";
|
|
|
//
|
|
|
// pbAutoImage
|
|
|
//
|
|
@@ -191,6 +192,7 @@
|
|
|
this.pbAutoImage.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.pbAutoImage.Name = "pbAutoImage";
|
|
|
this.pbAutoImage.Size = new System.Drawing.Size(768, 576);
|
|
|
+ this.pbAutoImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pbAutoImage.TabIndex = 61;
|
|
|
this.pbAutoImage.TabStop = false;
|
|
|
//
|
|
@@ -231,13 +233,13 @@
|
|
|
private System.Windows.Forms.PictureBox pichide;
|
|
|
private System.Windows.Forms.PictureBox picexit;
|
|
|
private System.Windows.Forms.Panel plImageInfo;
|
|
|
- private System.Windows.Forms.Label lblHT;
|
|
|
- private System.Windows.Forms.Label lblWD;
|
|
|
+ private System.Windows.Forms.Label lblKV;
|
|
|
+ private System.Windows.Forms.Label lblContent;
|
|
|
private System.Windows.Forms.Label lblMag;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
- private System.Windows.Forms.Label label1;
|
|
|
- private System.Windows.Forms.Label label2;
|
|
|
- private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label lblAutoContent;
|
|
|
+ private System.Windows.Forms.Label lblAutoMag;
|
|
|
+ private System.Windows.Forms.Label lblAutoKV;
|
|
|
public System.Windows.Forms.PictureBox pbImage;
|
|
|
public System.Windows.Forms.PictureBox pbAutoImage;
|
|
|
}
|