namespace OTSSysMgrApp
{
partial class StageTest
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
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();
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.panel2 = new System.Windows.Forms.Panel();
this.panelblank = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.label16 = new System.Windows.Forms.Label();
this.tbSPositionR = new System.Windows.Forms.TextBox();
this.tbSPositionY = new System.Windows.Forms.TextBox();
this.tbSPositionX = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.btn_setpositionxyr = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.label17 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.btnGPositionXYR = new System.Windows.Forms.Button();
this.tbPositionX = new System.Windows.Forms.TextBox();
this.tbPositionR = new System.Windows.Forms.TextBox();
this.lblGPositionX = new System.Windows.Forms.Label();
this.tbPositionY = new System.Windows.Forms.TextBox();
this.lblGPositionY = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panelblank.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(1, 1);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.btn_Recommendedconfiguration);
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.panel2);
this.splitContainer1.Size = new System.Drawing.Size(1034, 753);
this.splitContainer1.SplitterDistance = 87;
this.splitContainer1.TabIndex = 3;
//
// btn_Recommendedconfiguration
//
this.btn_Recommendedconfiguration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Recommendedconfiguration.Location = new System.Drawing.Point(267, 45);
this.btn_Recommendedconfiguration.Name = "btn_Recommendedconfiguration";
this.btn_Recommendedconfiguration.Size = new System.Drawing.Size(75, 23);
this.btn_Recommendedconfiguration.TabIndex = 29;
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;
this.label5.Location = new System.Drawing.Point(399, 52);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(131, 12);
this.label5.TabIndex = 28;
this.label5.Text = "请在 100 放大倍数调试";
//
// cb_imageresolution
//
this.cb_imageresolution.FormattingEnabled = true;
this.cb_imageresolution.Location = new System.Drawing.Point(74, 49);
this.cb_imageresolution.Name = "cb_imageresolution";
this.cb_imageresolution.Size = new System.Drawing.Size(121, 20);
this.cb_imageresolution.TabIndex = 27;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 52);
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 = 26;
this.label4.Text = "分辨率:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(605, 15);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 25;
this.label3.Text = "um";
//
// tB_scanFieldSize100
//
this.tB_scanFieldSize100.Location = new System.Drawing.Point(499, 11);
this.tB_scanFieldSize100.Name = "tB_scanFieldSize100";
this.tB_scanFieldSize100.Size = new System.Drawing.Size(100, 21);
this.tB_scanFieldSize100.TabIndex = 24;
this.tB_scanFieldSize100.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(399, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(107, 12);
this.label1.TabIndex = 23;
this.label1.Text = "100倍下屏幕宽度:";
//
// btn_confirm
//
this.btn_confirm.Location = new System.Drawing.Point(835, 16);
this.btn_confirm.Name = "btn_confirm";
this.btn_confirm.Size = new System.Drawing.Size(75, 61);
this.btn_confirm.TabIndex = 22;
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(267, 11);
this.cb_Ydirection.Name = "cb_Ydirection";
this.cb_Ydirection.Size = new System.Drawing.Size(119, 20);
this.cb_Ydirection.TabIndex = 21;
//
// label_y
//
this.label_y.AutoSize = true;
this.label_y.Location = new System.Drawing.Point(201, 15);
this.label_y.Name = "label_y";
this.label_y.Size = new System.Drawing.Size(71, 12);
this.label_y.TabIndex = 20;
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(76, 12);
this.cb_Xdirection.Name = "cb_Xdirection";
this.cb_Xdirection.Size = new System.Drawing.Size(119, 20);
this.cb_Xdirection.TabIndex = 19;
//
// label_x
//
this.label_x.AutoSize = true;
this.label_x.Location = new System.Drawing.Point(11, 15);
this.label_x.Name = "label_x";
this.label_x.Size = new System.Drawing.Size(71, 12);
this.label_x.TabIndex = 18;
this.label_x.Text = "x轴正方向:";
//
// btn_continuousshot
//
this.btn_continuousshot.Location = new System.Drawing.Point(657, 15);
this.btn_continuousshot.Name = "btn_continuousshot";
this.btn_continuousshot.Size = new System.Drawing.Size(163, 61);
this.btn_continuousshot.TabIndex = 17;
this.btn_continuousshot.Text = "轴方向验证";
this.btn_continuousshot.UseVisualStyleBackColor = true;
this.btn_continuousshot.Click += new System.EventHandler(this.btn_continuousshot_Click);
//
// panel2
//
this.panel2.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.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Location = new System.Drawing.Point(4, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1029, 656);
this.panel2.TabIndex = 3;
//
// panelblank
//
this.panelblank.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelblank.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelblank.Controls.Add(this.panel4);
this.panelblank.Controls.Add(this.panel3);
this.panelblank.Controls.Add(this.label7);
this.panelblank.Location = new System.Drawing.Point(1041, 1);
this.panelblank.Name = "panelblank";
this.panelblank.Size = new System.Drawing.Size(347, 753);
this.panelblank.TabIndex = 4;
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.label16);
this.panel4.Controls.Add(this.tbSPositionR);
this.panel4.Controls.Add(this.tbSPositionY);
this.panel4.Controls.Add(this.tbSPositionX);
this.panel4.Controls.Add(this.label2);
this.panel4.Controls.Add(this.label6);
this.panel4.Controls.Add(this.btn_setpositionxyr);
this.panel4.Controls.Add(this.label10);
this.panel4.Location = new System.Drawing.Point(0, 251);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(344, 225);
this.panel4.TabIndex = 2;
//
// label16
//
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(66, 135);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(23, 12);
this.label16.TabIndex = 61;
this.label16.Text = "R轴";
//
// tbSPositionR
//
this.tbSPositionR.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.tbSPositionR.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbSPositionR.Location = new System.Drawing.Point(126, 130);
this.tbSPositionR.Margin = new System.Windows.Forms.Padding(2);
this.tbSPositionR.Name = "tbSPositionR";
this.tbSPositionR.Size = new System.Drawing.Size(131, 23);
this.tbSPositionR.TabIndex = 60;
//
// tbSPositionY
//
this.tbSPositionY.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.tbSPositionY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbSPositionY.Location = new System.Drawing.Point(126, 88);
this.tbSPositionY.Margin = new System.Windows.Forms.Padding(2);
this.tbSPositionY.Name = "tbSPositionY";
this.tbSPositionY.Size = new System.Drawing.Size(131, 23);
this.tbSPositionY.TabIndex = 59;
//
// tbSPositionX
//
this.tbSPositionX.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.tbSPositionX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbSPositionX.Location = new System.Drawing.Point(126, 43);
this.tbSPositionX.Margin = new System.Windows.Forms.Padding(2);
this.tbSPositionX.Name = "tbSPositionX";
this.tbSPositionX.Size = new System.Drawing.Size(131, 23);
this.tbSPositionX.TabIndex = 58;
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(66, 52);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(23, 12);
this.label2.TabIndex = 56;
this.label2.Text = "X轴";
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(66, 93);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(23, 12);
this.label6.TabIndex = 57;
this.label6.Text = "Y轴";
//
// btn_setpositionxyr
//
this.btn_setpositionxyr.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btn_setpositionxyr.Location = new System.Drawing.Point(241, 181);
this.btn_setpositionxyr.Margin = new System.Windows.Forms.Padding(2);
this.btn_setpositionxyr.Name = "btn_setpositionxyr";
this.btn_setpositionxyr.Size = new System.Drawing.Size(99, 29);
this.btn_setpositionxyr.TabIndex = 55;
this.btn_setpositionxyr.Text = "设置";
this.btn_setpositionxyr.UseVisualStyleBackColor = true;
this.btn_setpositionxyr.Click += new System.EventHandler(this.btn_setpositionxyr_Click);
//
// label10
//
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(3, 8);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(51, 20);
this.label10.TabIndex = 0;
this.label10.Text = "写入";
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.label17);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.btnGPositionXYR);
this.panel3.Controls.Add(this.tbPositionX);
this.panel3.Controls.Add(this.tbPositionR);
this.panel3.Controls.Add(this.lblGPositionX);
this.panel3.Controls.Add(this.tbPositionY);
this.panel3.Controls.Add(this.lblGPositionY);
this.panel3.Location = new System.Drawing.Point(0, 19);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(344, 226);
this.panel3.TabIndex = 1;
//
// label17
//
this.label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(66, 144);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(23, 12);
this.label17.TabIndex = 54;
this.label17.Text = "R轴";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(3, 8);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(51, 20);
this.label8.TabIndex = 0;
this.label8.Text = "读取";
//
// btnGPositionXYR
//
this.btnGPositionXYR.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnGPositionXYR.Location = new System.Drawing.Point(241, 184);
this.btnGPositionXYR.Margin = new System.Windows.Forms.Padding(2);
this.btnGPositionXYR.Name = "btnGPositionXYR";
this.btnGPositionXYR.Size = new System.Drawing.Size(99, 29);
this.btnGPositionXYR.TabIndex = 53;
this.btnGPositionXYR.Text = "获取";
this.btnGPositionXYR.UseVisualStyleBackColor = true;
this.btnGPositionXYR.Click += new System.EventHandler(this.btnGPositionXYR_Click);
//
// tbPositionX
//
this.tbPositionX.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.tbPositionX.Enabled = false;
this.tbPositionX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbPositionX.Location = new System.Drawing.Point(126, 47);
this.tbPositionX.Margin = new System.Windows.Forms.Padding(2);
this.tbPositionX.Name = "tbPositionX";
this.tbPositionX.ReadOnly = true;
this.tbPositionX.Size = new System.Drawing.Size(131, 23);
this.tbPositionX.TabIndex = 52;
//
// tbPositionR
//
this.tbPositionR.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.tbPositionR.Enabled = false;
this.tbPositionR.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbPositionR.Location = new System.Drawing.Point(126, 139);
this.tbPositionR.Margin = new System.Windows.Forms.Padding(2);
this.tbPositionR.Name = "tbPositionR";
this.tbPositionR.ReadOnly = true;
this.tbPositionR.Size = new System.Drawing.Size(131, 23);
this.tbPositionR.TabIndex = 50;
//
// lblGPositionX
//
this.lblGPositionX.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblGPositionX.AutoSize = true;
this.lblGPositionX.Location = new System.Drawing.Point(66, 52);
this.lblGPositionX.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblGPositionX.Name = "lblGPositionX";
this.lblGPositionX.Size = new System.Drawing.Size(23, 12);
this.lblGPositionX.TabIndex = 49;
this.lblGPositionX.Text = "X轴";
//
// tbPositionY
//
this.tbPositionY.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.tbPositionY.Enabled = false;
this.tbPositionY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbPositionY.Location = new System.Drawing.Point(126, 93);
this.tbPositionY.Margin = new System.Windows.Forms.Padding(2);
this.tbPositionY.Name = "tbPositionY";
this.tbPositionY.ReadOnly = true;
this.tbPositionY.Size = new System.Drawing.Size(131, 23);
this.tbPositionY.TabIndex = 51;
//
// lblGPositionY
//
this.lblGPositionY.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblGPositionY.AutoSize = true;
this.lblGPositionY.Location = new System.Drawing.Point(66, 98);
this.lblGPositionY.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblGPositionY.Name = "lblGPositionY";
this.lblGPositionY.Size = new System.Drawing.Size(23, 12);
this.lblGPositionY.TabIndex = 48;
this.lblGPositionY.Text = "Y轴";
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(2, 4);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(161, 12);
this.label7.TabIndex = 0;
this.label7.Text = "样品台位置读取与测试测试";
//
// StageTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1392, 755);
this.Controls.Add(this.panelblank);
this.Controls.Add(this.splitContainer1);
this.Name = "StageTest";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "样品台测试";
this.Load += new System.EventHandler(this.StageTest_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panelblank.ResumeLayout(false);
this.panelblank.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panelblank;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button btnGPositionXYR;
private System.Windows.Forms.TextBox tbPositionX;
private System.Windows.Forms.TextBox tbPositionR;
private System.Windows.Forms.Label lblGPositionX;
private System.Windows.Forms.TextBox tbPositionY;
private System.Windows.Forms.Label lblGPositionY;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btn_setpositionxyr;
private System.Windows.Forms.Button btn_Recommendedconfiguration;
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.Panel panel2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox tbSPositionR;
private System.Windows.Forms.TextBox tbSPositionY;
private System.Windows.Forms.TextBox tbSPositionX;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label6;
}
}