123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721 |
- namespace OTSSysMgrApp
- {
- partial class ControllerSettingForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- 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.tabXRay = new System.Windows.Forms.TabPage();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.chartXRay = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.btnClearData = new System.Windows.Forms.Button();
- this.btnAreaRay = new System.Windows.Forms.Button();
- this.btnPointXRay = new System.Windows.Forms.Button();
- this.btnEanalysis = new System.Windows.Forms.Button();
- this.btnDisplayXRay = new System.Windows.Forms.Button();
- this.lbXrayCount = new System.Windows.Forms.Label();
- this.btnCollectionTime = new System.Windows.Forms.Button();
- 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.label5 = new System.Windows.Forms.Label();
- this.cb_imageresolution = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- 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();
- this.cb_Xdirection = new System.Windows.Forms.ComboBox();
- this.label_x = new System.Windows.Forms.Label();
- this.btn_continuousshot = new System.Windows.Forms.Button();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- 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.tabImage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // tabSetting
- //
- this.tabSetting.Controls.Add(this.tabXRay);
- this.tabSetting.Controls.Add(this.tabImage);
- this.tabSetting.Controls.Add(this.tabImage2);
- this.tabSetting.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabSetting.Location = new System.Drawing.Point(0, 0);
- this.tabSetting.Margin = new System.Windows.Forms.Padding(2);
- this.tabSetting.Name = "tabSetting";
- this.tabSetting.SelectedIndex = 0;
- this.tabSetting.Size = new System.Drawing.Size(835, 736);
- this.tabSetting.TabIndex = 2;
- //
- // tabXRay
- //
- this.tabXRay.Controls.Add(this.groupBox1);
- this.tabXRay.Controls.Add(this.btnClearData);
- this.tabXRay.Controls.Add(this.btnAreaRay);
- this.tabXRay.Controls.Add(this.btnPointXRay);
- this.tabXRay.Controls.Add(this.btnEanalysis);
- this.tabXRay.Controls.Add(this.btnDisplayXRay);
- this.tabXRay.Controls.Add(this.lbXrayCount);
- this.tabXRay.Controls.Add(this.btnCollectionTime);
- this.tabXRay.Controls.Add(this.tbCollectionTime);
- this.tabXRay.Controls.Add(this.label2);
- this.tabXRay.Controls.Add(this.lblCollectionTime);
- this.tabXRay.Location = new System.Drawing.Point(4, 22);
- 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(827, 710);
- this.tabXRay.TabIndex = 0;
- this.tabXRay.Text = "X-Ray设置";
- this.tabXRay.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.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.groupBox1.BackColor = System.Drawing.Color.White;
- this.groupBox1.Controls.Add(this.chartXRay);
- this.groupBox1.Location = new System.Drawing.Point(6, 45);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(819, 665);
- this.groupBox1.TabIndex = 16;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "图像显示";
- //
- // chartXRay
- //
- this.chartXRay.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
- chartArea1.Name = "ChartArea1";
- this.chartXRay.ChartAreas.Add(chartArea1);
- this.chartXRay.Dock = System.Windows.Forms.DockStyle.Fill;
- this.chartXRay.Location = new System.Drawing.Point(2, 16);
- this.chartXRay.Margin = new System.Windows.Forms.Padding(2);
- this.chartXRay.Name = "chartXRay";
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series1.CustomProperties = "PixelPointWidth=1, PointWidth=0.1, MaxPixelPointWidth=2000";
- series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
- series1.LabelBorderWidth = 0;
- series1.MarkerSize = 1;
- series1.Name = "Series1";
- series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int64;
- series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int64;
- this.chartXRay.Series.Add(series1);
- this.chartXRay.Size = new System.Drawing.Size(815, 647);
- this.chartXRay.SuppressExceptions = true;
- this.chartXRay.TabIndex = 2;
- this.chartXRay.Text = "chart2";
- //
- // btnClearData
- //
- this.btnClearData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearData.Location = new System.Drawing.Point(688, 9);
- this.btnClearData.Margin = new System.Windows.Forms.Padding(2);
- this.btnClearData.Name = "btnClearData";
- this.btnClearData.Size = new System.Drawing.Size(39, 33);
- this.btnClearData.TabIndex = 5;
- this.btnClearData.Text = "清空";
- this.btnClearData.UseVisualStyleBackColor = true;
- this.btnClearData.Click += new System.EventHandler(this.btnClearData_Click);
- //
- // btnAreaRay
- //
- this.btnAreaRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnAreaRay.Location = new System.Drawing.Point(476, 9);
- this.btnAreaRay.Margin = new System.Windows.Forms.Padding(2);
- this.btnAreaRay.Name = "btnAreaRay";
- this.btnAreaRay.Size = new System.Drawing.Size(67, 33);
- this.btnAreaRay.TabIndex = 4;
- this.btnAreaRay.Text = "面积采集";
- this.btnAreaRay.UseVisualStyleBackColor = true;
- this.btnAreaRay.Click += new System.EventHandler(this.btnAreaRay_Click);
- //
- // btnPointXRay
- //
- this.btnPointXRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnPointXRay.Location = new System.Drawing.Point(617, 9);
- this.btnPointXRay.Margin = new System.Windows.Forms.Padding(2);
- this.btnPointXRay.Name = "btnPointXRay";
- this.btnPointXRay.Size = new System.Drawing.Size(67, 33);
- this.btnPointXRay.TabIndex = 3;
- this.btnPointXRay.Text = "多点采集";
- this.btnPointXRay.UseVisualStyleBackColor = true;
- this.btnPointXRay.Click += new System.EventHandler(this.btnPointXRay_Click);
- //
- // btnEanalysis
- //
- this.btnEanalysis.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnEanalysis.Location = new System.Drawing.Point(756, 9);
- this.btnEanalysis.Margin = new System.Windows.Forms.Padding(2);
- this.btnEanalysis.Name = "btnEanalysis";
- this.btnEanalysis.Size = new System.Drawing.Size(67, 33);
- this.btnEanalysis.TabIndex = 6;
- this.btnEanalysis.Text = "元素分析";
- this.btnEanalysis.UseVisualStyleBackColor = true;
- this.btnEanalysis.Click += new System.EventHandler(this.btnEanalysis_Click);
- //
- // btnDisplayXRay
- //
- this.btnDisplayXRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnDisplayXRay.Location = new System.Drawing.Point(547, 9);
- this.btnDisplayXRay.Margin = new System.Windows.Forms.Padding(2);
- this.btnDisplayXRay.Name = "btnDisplayXRay";
- this.btnDisplayXRay.Size = new System.Drawing.Size(67, 33);
- this.btnDisplayXRay.TabIndex = 2;
- this.btnDisplayXRay.Text = "单点采集";
- this.btnDisplayXRay.UseVisualStyleBackColor = true;
- this.btnDisplayXRay.Click += new System.EventHandler(this.btnDisplayXRay_Click);
- //
- // lbXrayCount
- //
- this.lbXrayCount.AutoSize = true;
- this.lbXrayCount.Location = new System.Drawing.Point(260, 19);
- this.lbXrayCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lbXrayCount.Name = "lbXrayCount";
- this.lbXrayCount.Size = new System.Drawing.Size(59, 12);
- this.lbXrayCount.TabIndex = 13;
- this.lbXrayCount.Text = "DropCount";
- //
- // btnCollectionTime
- //
- this.btnCollectionTime.Enabled = false;
- this.btnCollectionTime.Location = new System.Drawing.Point(167, 15);
- this.btnCollectionTime.Margin = new System.Windows.Forms.Padding(2);
- this.btnCollectionTime.Name = "btnCollectionTime";
- this.btnCollectionTime.Size = new System.Drawing.Size(40, 21);
- this.btnCollectionTime.TabIndex = 8;
- this.btnCollectionTime.Text = "Test";
- this.btnCollectionTime.UseVisualStyleBackColor = true;
- this.btnCollectionTime.Visible = false;
- this.btnCollectionTime.Click += new System.EventHandler(this.btnCollectionTime_Click);
- //
- // tbCollectionTime
- //
- this.tbCollectionTime.Location = new System.Drawing.Point(76, 16);
- this.tbCollectionTime.Margin = new System.Windows.Forms.Padding(2);
- this.tbCollectionTime.Name = "tbCollectionTime";
- this.tbCollectionTime.Size = new System.Drawing.Size(63, 21);
- this.tbCollectionTime.TabIndex = 1;
- this.tbCollectionTime.Text = "120";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(143, 19);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(17, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "ms";
- //
- // lblCollectionTime
- //
- this.lblCollectionTime.AutoSize = true;
- this.lblCollectionTime.Location = new System.Drawing.Point(1, 19);
- this.lblCollectionTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblCollectionTime.Name = "lblCollectionTime";
- this.lblCollectionTime.Size = new System.Drawing.Size(53, 12);
- 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 = 3;
- //
- // 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);
- this.tabImage2.Location = new System.Drawing.Point(4, 22);
- this.tabImage2.Name = "tabImage2";
- this.tabImage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabImage2.Size = new System.Drawing.Size(827, 710);
- this.tabImage2.TabIndex = 2;
- this.tabImage2.Text = "BSE设置2";
- this.tabImage2.UseVisualStyleBackColor = true;
- //
- // splitContainer1
- //
- this.splitContainer1.Location = new System.Drawing.Point(7, 8);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.label5);
- this.splitContainer1.Panel1.Controls.Add(this.cb_imageresolution);
- this.splitContainer1.Panel1.Controls.Add(this.label4);
- this.splitContainer1.Panel1.Controls.Add(this.label3);
- 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);
- this.splitContainer1.Panel1.Controls.Add(this.label_y);
- this.splitContainer1.Panel1.Controls.Add(this.cb_Xdirection);
- this.splitContainer1.Panel1.Controls.Add(this.label_x);
- this.splitContainer1.Panel1.Controls.Add(this.btn_continuousshot);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.pictureBox3);
- this.splitContainer1.Panel2.Controls.Add(this.pictureBox4);
- 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 = 83;
- this.splitContainer1.TabIndex = 3;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(512, 53);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(131, 12);
- this.label5.TabIndex = 15;
- this.label5.Text = "请在 100 放大倍数调试";
- //
- // cb_imageresolution
- //
- this.cb_imageresolution.FormattingEnabled = true;
- this.cb_imageresolution.Location = new System.Drawing.Point(66, 45);
- this.cb_imageresolution.Name = "cb_imageresolution";
- this.cb_imageresolution.Size = new System.Drawing.Size(121, 20);
- this.cb_imageresolution.TabIndex = 14;
- //
- // 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 = "分辨率:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(597, 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(491, 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(391, 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, 11);
- this.btn_confirm.Name = "btn_confirm";
- this.btn_confirm.Size = new System.Drawing.Size(75, 60);
- this.btn_confirm.TabIndex = 5;
- this.btn_confirm.Text = "保存";
- this.btn_confirm.UseVisualStyleBackColor = true;
- this.btn_confirm.Click += new System.EventHandler(this.btn_confirm_Click);
- //
- // cb_Ydirection
- //
- this.cb_Ydirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_Ydirection.FormattingEnabled = true;
- this.cb_Ydirection.Location = new System.Drawing.Point(259, 7);
- this.cb_Ydirection.Name = "cb_Ydirection";
- this.cb_Ydirection.Size = new System.Drawing.Size(119, 20);
- this.cb_Ydirection.TabIndex = 4;
- //
- // label_y
- //
- this.label_y.AutoSize = true;
- this.label_y.Location = new System.Drawing.Point(193, 11);
- this.label_y.Name = "label_y";
- this.label_y.Size = new System.Drawing.Size(71, 12);
- this.label_y.TabIndex = 3;
- this.label_y.Text = "y轴正方向:";
- //
- // cb_Xdirection
- //
- this.cb_Xdirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_Xdirection.FormattingEnabled = true;
- this.cb_Xdirection.Location = new System.Drawing.Point(68, 8);
- this.cb_Xdirection.Name = "cb_Xdirection";
- this.cb_Xdirection.Size = new System.Drawing.Size(119, 20);
- this.cb_Xdirection.TabIndex = 2;
- //
- // label_x
- //
- this.label_x.AutoSize = true;
- this.label_x.Location = new System.Drawing.Point(3, 11);
- this.label_x.Name = "label_x";
- this.label_x.Size = new System.Drawing.Size(71, 12);
- this.label_x.TabIndex = 1;
- this.label_x.Text = "x轴正方向:";
- //
- // btn_continuousshot
- //
- this.btn_continuousshot.Location = new System.Drawing.Point(649, 11);
- this.btn_continuousshot.Name = "btn_continuousshot";
- this.btn_continuousshot.Size = new System.Drawing.Size(75, 61);
- this.btn_continuousshot.TabIndex = 0;
- this.btn_continuousshot.Text = "轴方向验证";
- this.btn_continuousshot.UseVisualStyleBackColor = true;
- this.btn_continuousshot.Click += new System.EventHandler(this.btn_continuousshot_Click);
- //
- // pictureBox3
- //
- this.pictureBox3.BackColor = System.Drawing.Color.White;
- this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pictureBox3.Location = new System.Drawing.Point(405, 305);
- 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;
- //
- // pictureBox4
- //
- this.pictureBox4.BackColor = System.Drawing.Color.White;
- this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pictureBox4.Location = new System.Drawing.Point(5, 305);
- 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;
- //
- // pictureBox2
- //
- this.pictureBox2.BackColor = System.Drawing.Color.White;
- this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pictureBox2.Location = new System.Drawing.Point(405, 5);
- 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;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.White;
- this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pictureBox1.Location = new System.Drawing.Point(5, 5);
- 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;
- //
- // ControllerSettingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(835, 736);
- this.Controls.Add(this.tabSetting);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MinimumSize = new System.Drawing.Size(639, 403);
- this.Name = "ControllerSettingForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "BSEAndXrayTest";
- 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.tabImage2.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabSetting;
- private System.Windows.Forms.TabPage tabXRay;
- private System.Windows.Forms.Label lblCollectionTime;
- private System.Windows.Forms.TextBox tbCollectionTime;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnCollectionTime;
- private System.Windows.Forms.Label lbXrayCount;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.DataVisualization.Charting.Chart chartXRay;
- private System.Windows.Forms.Button btnDisplayXRay;
- private System.Windows.Forms.TabPage tabImage;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pbImage;
- private System.Windows.Forms.Button btnClear;
- private System.Windows.Forms.Button btnDisplay;
- private System.Windows.Forms.TextBox tbRHeight;
- private System.Windows.Forms.TextBox tbRWidth;
- private System.Windows.Forms.Label lblDwellTime;
- private System.Windows.Forms.Label lblResolution;
- private System.Windows.Forms.Button btnSaveImage;
- private System.Windows.Forms.ComboBox ddlDwellTime;
- private System.Windows.Forms.Button btnAreaRay;
- private System.Windows.Forms.Button btnPointXRay;
- private System.Windows.Forms.Button btnClearData;
- private System.Windows.Forms.Button btnEanalysis;
- private System.Windows.Forms.TabPage tabImage2;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ComboBox cb_imageresolution;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tB_scanFieldSize100;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btn_confirm;
- private System.Windows.Forms.ComboBox cb_Ydirection;
- private System.Windows.Forms.Label label_y;
- private System.Windows.Forms.ComboBox cb_Xdirection;
- private System.Windows.Forms.Label label_x;
- private System.Windows.Forms.Button btn_continuousshot;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.PictureBox pictureBox4;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|