|
@@ -32,6 +32,18 @@
|
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControllerSettingForm));
|
|
|
this.tabSetting = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabImage = new System.Windows.Forms.TabPage();
|
|
|
+ this.ddlDwellTime = new System.Windows.Forms.ComboBox();
|
|
|
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.pbImage = new System.Windows.Forms.PictureBox();
|
|
|
+ this.btnClear = new System.Windows.Forms.Button();
|
|
|
+ this.btnSaveImage = new System.Windows.Forms.Button();
|
|
|
+ this.btnDisplay = new System.Windows.Forms.Button();
|
|
|
+ this.tbRHeight = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbRWidth = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblDwellTime = new System.Windows.Forms.Label();
|
|
|
+ this.lblResolution = new System.Windows.Forms.Label();
|
|
|
this.tabXRay = new System.Windows.Forms.TabPage();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.chartXRay = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
@@ -45,20 +57,9 @@
|
|
|
this.tbCollectionTime = new System.Windows.Forms.TextBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.lblCollectionTime = new System.Windows.Forms.Label();
|
|
|
- this.tabImage = new System.Windows.Forms.TabPage();
|
|
|
- this.ddlDwellTime = new System.Windows.Forms.ComboBox();
|
|
|
- this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
- this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.pbImage = new System.Windows.Forms.PictureBox();
|
|
|
- this.btnClear = new System.Windows.Forms.Button();
|
|
|
- this.btnSaveImage = new System.Windows.Forms.Button();
|
|
|
- this.btnDisplay = new System.Windows.Forms.Button();
|
|
|
- this.tbRHeight = new System.Windows.Forms.TextBox();
|
|
|
- this.tbRWidth = new System.Windows.Forms.TextBox();
|
|
|
- this.lblDwellTime = new System.Windows.Forms.Label();
|
|
|
- this.lblResolution = new System.Windows.Forms.Label();
|
|
|
this.tabImage2 = new System.Windows.Forms.TabPage();
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
+ this.btn_Recommendedconfiguration = new System.Windows.Forms.Button();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.cb_imageresolution = new System.Windows.Forms.ComboBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
@@ -75,15 +76,14 @@
|
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.btn_Recommendedconfiguration = new System.Windows.Forms.Button();
|
|
|
this.tabSetting.SuspendLayout();
|
|
|
- this.tabXRay.SuspendLayout();
|
|
|
- this.groupBox1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).BeginInit();
|
|
|
this.tabImage.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
|
|
|
+ this.tabXRay.SuspendLayout();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).BeginInit();
|
|
|
this.tabImage2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
@@ -108,6 +108,159 @@
|
|
|
this.tabSetting.Size = new System.Drawing.Size(835, 736);
|
|
|
this.tabSetting.TabIndex = 2;
|
|
|
//
|
|
|
+ // tabImage
|
|
|
+ //
|
|
|
+ this.tabImage.Controls.Add(this.ddlDwellTime);
|
|
|
+ this.tabImage.Controls.Add(this.groupBox2);
|
|
|
+ this.tabImage.Controls.Add(this.btnSaveImage);
|
|
|
+ this.tabImage.Controls.Add(this.btnDisplay);
|
|
|
+ this.tabImage.Controls.Add(this.tbRHeight);
|
|
|
+ this.tabImage.Controls.Add(this.tbRWidth);
|
|
|
+ this.tabImage.Controls.Add(this.lblDwellTime);
|
|
|
+ this.tabImage.Controls.Add(this.lblResolution);
|
|
|
+ this.tabImage.Location = new System.Drawing.Point(4, 22);
|
|
|
+ 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(827, 710);
|
|
|
+ this.tabImage.TabIndex = 1;
|
|
|
+ this.tabImage.Text = "BSE测试";
|
|
|
+ this.tabImage.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ddlDwellTime
|
|
|
+ //
|
|
|
+ this.ddlDwellTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.ddlDwellTime.FormattingEnabled = true;
|
|
|
+ this.ddlDwellTime.Items.AddRange(new object[] {
|
|
|
+ "4",
|
|
|
+ "8",
|
|
|
+ "16",
|
|
|
+ "32",
|
|
|
+ "64",
|
|
|
+ "128",
|
|
|
+ "256"});
|
|
|
+ this.ddlDwellTime.Location = new System.Drawing.Point(266, 16);
|
|
|
+ this.ddlDwellTime.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.ddlDwellTime.Name = "ddlDwellTime";
|
|
|
+ this.ddlDwellTime.Size = new System.Drawing.Size(82, 20);
|
|
|
+ this.ddlDwellTime.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // groupBox2
|
|
|
+ //
|
|
|
+ this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.groupBox2.BackColor = System.Drawing.Color.White;
|
|
|
+ this.groupBox2.Controls.Add(this.panel1);
|
|
|
+ this.groupBox2.Controls.Add(this.btnClear);
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(6, 45);
|
|
|
+ this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.groupBox2.Name = "groupBox2";
|
|
|
+ this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(822, 665);
|
|
|
+ this.groupBox2.TabIndex = 13;
|
|
|
+ this.groupBox2.TabStop = false;
|
|
|
+ this.groupBox2.Text = "图像显示";
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.AutoScroll = true;
|
|
|
+ this.panel1.Controls.Add(this.pbImage);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(2, 16);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(818, 647);
|
|
|
+ this.panel1.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // pbImage
|
|
|
+ //
|
|
|
+ this.pbImage.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.pbImage.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.pbImage.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.pbImage.Name = "pbImage";
|
|
|
+ this.pbImage.Size = new System.Drawing.Size(818, 647);
|
|
|
+ this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pbImage.TabIndex = 0;
|
|
|
+ this.pbImage.TabStop = false;
|
|
|
+ //
|
|
|
+ // btnClear
|
|
|
+ //
|
|
|
+ this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnClear.Location = new System.Drawing.Point(750, 77);
|
|
|
+ this.btnClear.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnClear.Name = "btnClear";
|
|
|
+ this.btnClear.Size = new System.Drawing.Size(67, 50);
|
|
|
+ this.btnClear.TabIndex = 1;
|
|
|
+ this.btnClear.Text = "Clear";
|
|
|
+ this.btnClear.UseVisualStyleBackColor = true;
|
|
|
+ this.btnClear.Visible = false;
|
|
|
+ this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
|
+ //
|
|
|
+ // btnSaveImage
|
|
|
+ //
|
|
|
+ this.btnSaveImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnSaveImage.Location = new System.Drawing.Point(550, 8);
|
|
|
+ this.btnSaveImage.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnSaveImage.Name = "btnSaveImage";
|
|
|
+ this.btnSaveImage.Size = new System.Drawing.Size(67, 33);
|
|
|
+ this.btnSaveImage.TabIndex = 4;
|
|
|
+ this.btnSaveImage.Text = "保存图片";
|
|
|
+ this.btnSaveImage.UseVisualStyleBackColor = true;
|
|
|
+ this.btnSaveImage.Visible = false;
|
|
|
+ this.btnSaveImage.Click += new System.EventHandler(this.btnSaveImage_Click);
|
|
|
+ //
|
|
|
+ // btnDisplay
|
|
|
+ //
|
|
|
+ this.btnDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnDisplay.Location = new System.Drawing.Point(756, 8);
|
|
|
+ this.btnDisplay.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnDisplay.Name = "btnDisplay";
|
|
|
+ this.btnDisplay.Size = new System.Drawing.Size(67, 33);
|
|
|
+ this.btnDisplay.TabIndex = 5;
|
|
|
+ this.btnDisplay.Text = "图像采集";
|
|
|
+ this.btnDisplay.UseVisualStyleBackColor = true;
|
|
|
+ this.btnDisplay.Click += new System.EventHandler(this.btnDisplay_Click);
|
|
|
+ //
|
|
|
+ // tbRHeight
|
|
|
+ //
|
|
|
+ this.tbRHeight.Location = new System.Drawing.Point(119, 15);
|
|
|
+ this.tbRHeight.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.tbRHeight.Name = "tbRHeight";
|
|
|
+ this.tbRHeight.Size = new System.Drawing.Size(48, 21);
|
|
|
+ this.tbRHeight.TabIndex = 2;
|
|
|
+ this.tbRHeight.Text = "768";
|
|
|
+ //
|
|
|
+ // tbRWidth
|
|
|
+ //
|
|
|
+ this.tbRWidth.Location = new System.Drawing.Point(66, 15);
|
|
|
+ this.tbRWidth.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.tbRWidth.Name = "tbRWidth";
|
|
|
+ this.tbRWidth.Size = new System.Drawing.Size(48, 21);
|
|
|
+ this.tbRWidth.TabIndex = 1;
|
|
|
+ this.tbRWidth.Text = "1024";
|
|
|
+ //
|
|
|
+ // lblDwellTime
|
|
|
+ //
|
|
|
+ this.lblDwellTime.AutoSize = true;
|
|
|
+ this.lblDwellTime.Location = new System.Drawing.Point(189, 19);
|
|
|
+ this.lblDwellTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.lblDwellTime.Name = "lblDwellTime";
|
|
|
+ this.lblDwellTime.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblDwellTime.TabIndex = 10;
|
|
|
+ this.lblDwellTime.Text = "采集时间";
|
|
|
+ //
|
|
|
+ // lblResolution
|
|
|
+ //
|
|
|
+ this.lblResolution.AutoSize = true;
|
|
|
+ this.lblResolution.Location = new System.Drawing.Point(-3, 19);
|
|
|
+ this.lblResolution.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.lblResolution.Name = "lblResolution";
|
|
|
+ this.lblResolution.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.lblResolution.TabIndex = 10;
|
|
|
+ this.lblResolution.Text = "分辨率";
|
|
|
+ //
|
|
|
// tabXRay
|
|
|
//
|
|
|
this.tabXRay.Controls.Add(this.groupBox1);
|
|
@@ -282,159 +435,6 @@
|
|
|
this.lblCollectionTime.TabIndex = 0;
|
|
|
this.lblCollectionTime.Text = "采集时间";
|
|
|
//
|
|
|
- // tabImage
|
|
|
- //
|
|
|
- this.tabImage.Controls.Add(this.ddlDwellTime);
|
|
|
- this.tabImage.Controls.Add(this.groupBox2);
|
|
|
- this.tabImage.Controls.Add(this.btnSaveImage);
|
|
|
- this.tabImage.Controls.Add(this.btnDisplay);
|
|
|
- this.tabImage.Controls.Add(this.tbRHeight);
|
|
|
- this.tabImage.Controls.Add(this.tbRWidth);
|
|
|
- this.tabImage.Controls.Add(this.lblDwellTime);
|
|
|
- this.tabImage.Controls.Add(this.lblResolution);
|
|
|
- this.tabImage.Location = new System.Drawing.Point(4, 22);
|
|
|
- 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(827, 710);
|
|
|
- this.tabImage.TabIndex = 1;
|
|
|
- this.tabImage.Text = "BSE测试";
|
|
|
- this.tabImage.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // ddlDwellTime
|
|
|
- //
|
|
|
- this.ddlDwellTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.ddlDwellTime.FormattingEnabled = true;
|
|
|
- this.ddlDwellTime.Items.AddRange(new object[] {
|
|
|
- "4",
|
|
|
- "8",
|
|
|
- "16",
|
|
|
- "32",
|
|
|
- "64",
|
|
|
- "128",
|
|
|
- "256"});
|
|
|
- this.ddlDwellTime.Location = new System.Drawing.Point(266, 16);
|
|
|
- this.ddlDwellTime.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.ddlDwellTime.Name = "ddlDwellTime";
|
|
|
- this.ddlDwellTime.Size = new System.Drawing.Size(82, 20);
|
|
|
- this.ddlDwellTime.TabIndex = 0;
|
|
|
- //
|
|
|
- // groupBox2
|
|
|
- //
|
|
|
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
- | System.Windows.Forms.AnchorStyles.Left)
|
|
|
- | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.groupBox2.BackColor = System.Drawing.Color.White;
|
|
|
- this.groupBox2.Controls.Add(this.panel1);
|
|
|
- this.groupBox2.Controls.Add(this.btnClear);
|
|
|
- this.groupBox2.Location = new System.Drawing.Point(6, 45);
|
|
|
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.groupBox2.Name = "groupBox2";
|
|
|
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(822, 665);
|
|
|
- this.groupBox2.TabIndex = 13;
|
|
|
- this.groupBox2.TabStop = false;
|
|
|
- this.groupBox2.Text = "图像显示";
|
|
|
- //
|
|
|
- // panel1
|
|
|
- //
|
|
|
- this.panel1.AutoScroll = true;
|
|
|
- this.panel1.Controls.Add(this.pbImage);
|
|
|
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.panel1.Location = new System.Drawing.Point(2, 16);
|
|
|
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(818, 647);
|
|
|
- this.panel1.TabIndex = 2;
|
|
|
- //
|
|
|
- // pbImage
|
|
|
- //
|
|
|
- this.pbImage.BackColor = System.Drawing.Color.White;
|
|
|
- this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.pbImage.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.pbImage.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.pbImage.Name = "pbImage";
|
|
|
- this.pbImage.Size = new System.Drawing.Size(818, 647);
|
|
|
- this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
- this.pbImage.TabIndex = 0;
|
|
|
- this.pbImage.TabStop = false;
|
|
|
- //
|
|
|
- // btnClear
|
|
|
- //
|
|
|
- this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btnClear.Location = new System.Drawing.Point(750, 77);
|
|
|
- this.btnClear.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.btnClear.Name = "btnClear";
|
|
|
- this.btnClear.Size = new System.Drawing.Size(67, 50);
|
|
|
- this.btnClear.TabIndex = 1;
|
|
|
- this.btnClear.Text = "Clear";
|
|
|
- this.btnClear.UseVisualStyleBackColor = true;
|
|
|
- this.btnClear.Visible = false;
|
|
|
- this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
|
- //
|
|
|
- // btnSaveImage
|
|
|
- //
|
|
|
- this.btnSaveImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btnSaveImage.Location = new System.Drawing.Point(550, 8);
|
|
|
- this.btnSaveImage.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.btnSaveImage.Name = "btnSaveImage";
|
|
|
- this.btnSaveImage.Size = new System.Drawing.Size(67, 33);
|
|
|
- this.btnSaveImage.TabIndex = 4;
|
|
|
- this.btnSaveImage.Text = "保存图片";
|
|
|
- this.btnSaveImage.UseVisualStyleBackColor = true;
|
|
|
- this.btnSaveImage.Visible = false;
|
|
|
- this.btnSaveImage.Click += new System.EventHandler(this.btnSaveImage_Click);
|
|
|
- //
|
|
|
- // btnDisplay
|
|
|
- //
|
|
|
- this.btnDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btnDisplay.Location = new System.Drawing.Point(756, 8);
|
|
|
- this.btnDisplay.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.btnDisplay.Name = "btnDisplay";
|
|
|
- this.btnDisplay.Size = new System.Drawing.Size(67, 33);
|
|
|
- this.btnDisplay.TabIndex = 5;
|
|
|
- this.btnDisplay.Text = "图像采集";
|
|
|
- this.btnDisplay.UseVisualStyleBackColor = true;
|
|
|
- this.btnDisplay.Click += new System.EventHandler(this.btnDisplay_Click);
|
|
|
- //
|
|
|
- // tbRHeight
|
|
|
- //
|
|
|
- this.tbRHeight.Location = new System.Drawing.Point(119, 15);
|
|
|
- this.tbRHeight.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.tbRHeight.Name = "tbRHeight";
|
|
|
- this.tbRHeight.Size = new System.Drawing.Size(48, 21);
|
|
|
- this.tbRHeight.TabIndex = 2;
|
|
|
- this.tbRHeight.Text = "768";
|
|
|
- //
|
|
|
- // tbRWidth
|
|
|
- //
|
|
|
- this.tbRWidth.Location = new System.Drawing.Point(66, 15);
|
|
|
- this.tbRWidth.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.tbRWidth.Name = "tbRWidth";
|
|
|
- this.tbRWidth.Size = new System.Drawing.Size(48, 21);
|
|
|
- this.tbRWidth.TabIndex = 1;
|
|
|
- this.tbRWidth.Text = "1024";
|
|
|
- //
|
|
|
- // lblDwellTime
|
|
|
- //
|
|
|
- this.lblDwellTime.AutoSize = true;
|
|
|
- this.lblDwellTime.Location = new System.Drawing.Point(189, 19);
|
|
|
- this.lblDwellTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.lblDwellTime.Name = "lblDwellTime";
|
|
|
- this.lblDwellTime.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblDwellTime.TabIndex = 10;
|
|
|
- this.lblDwellTime.Text = "采集时间";
|
|
|
- //
|
|
|
- // lblResolution
|
|
|
- //
|
|
|
- this.lblResolution.AutoSize = true;
|
|
|
- this.lblResolution.Location = new System.Drawing.Point(-3, 19);
|
|
|
- this.lblResolution.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.lblResolution.Name = "lblResolution";
|
|
|
- this.lblResolution.Size = new System.Drawing.Size(41, 12);
|
|
|
- this.lblResolution.TabIndex = 10;
|
|
|
- this.lblResolution.Text = "分辨率";
|
|
|
- //
|
|
|
// tabImage2
|
|
|
//
|
|
|
this.tabImage2.Controls.Add(this.splitContainer1);
|
|
@@ -475,9 +475,20 @@
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.pictureBox2);
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(813, 695);
|
|
|
- this.splitContainer1.SplitterDistance = 82;
|
|
|
+ this.splitContainer1.SplitterDistance = 81;
|
|
|
this.splitContainer1.TabIndex = 3;
|
|
|
//
|
|
|
+ // btn_Recommendedconfiguration
|
|
|
+ //
|
|
|
+ this.btn_Recommendedconfiguration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btn_Recommendedconfiguration.Location = new System.Drawing.Point(259, 41);
|
|
|
+ this.btn_Recommendedconfiguration.Name = "btn_Recommendedconfiguration";
|
|
|
+ this.btn_Recommendedconfiguration.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btn_Recommendedconfiguration.TabIndex = 16;
|
|
|
+ this.btn_Recommendedconfiguration.Text = "推荐配置";
|
|
|
+ this.btn_Recommendedconfiguration.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_Recommendedconfiguration.Click += new System.EventHandler(this.btn_Recommendedconfiguration_Click);
|
|
|
+ //
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
@@ -595,7 +606,6 @@
|
|
|
this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
this.pictureBox3.Size = new System.Drawing.Size(400, 300);
|
|
|
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox3.TabIndex = 4;
|
|
|
this.pictureBox3.TabStop = false;
|
|
|
//
|
|
@@ -607,7 +617,6 @@
|
|
|
this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
|
this.pictureBox4.Size = new System.Drawing.Size(400, 300);
|
|
|
- this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox4.TabIndex = 3;
|
|
|
this.pictureBox4.TabStop = false;
|
|
|
//
|
|
@@ -619,7 +628,6 @@
|
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(400, 300);
|
|
|
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox2.TabIndex = 2;
|
|
|
this.pictureBox2.TabStop = false;
|
|
|
//
|
|
@@ -631,21 +639,9 @@
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(400, 300);
|
|
|
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox1.TabIndex = 1;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
- // btn_Recommendedconfiguration
|
|
|
- //
|
|
|
- this.btn_Recommendedconfiguration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
- this.btn_Recommendedconfiguration.Location = new System.Drawing.Point(259, 41);
|
|
|
- this.btn_Recommendedconfiguration.Name = "btn_Recommendedconfiguration";
|
|
|
- this.btn_Recommendedconfiguration.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.btn_Recommendedconfiguration.TabIndex = 16;
|
|
|
- this.btn_Recommendedconfiguration.Text = "推荐配置";
|
|
|
- this.btn_Recommendedconfiguration.UseVisualStyleBackColor = true;
|
|
|
- this.btn_Recommendedconfiguration.Click += new System.EventHandler(this.btn_Recommendedconfiguration_Click);
|
|
|
- //
|
|
|
// ControllerSettingForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -662,15 +658,15 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ControllerSettingForm_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.ControllerSettingForm_Load);
|
|
|
this.tabSetting.ResumeLayout(false);
|
|
|
- this.tabXRay.ResumeLayout(false);
|
|
|
- this.tabXRay.PerformLayout();
|
|
|
- this.groupBox1.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).EndInit();
|
|
|
this.tabImage.ResumeLayout(false);
|
|
|
this.tabImage.PerformLayout();
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
|
|
|
+ this.tabXRay.ResumeLayout(false);
|
|
|
+ this.tabXRay.PerformLayout();
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).EndInit();
|
|
|
this.tabImage2.ResumeLayout(false);
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
this.splitContainer1.Panel1.PerformLayout();
|