namespace OTSSysMgrApp { partial class SemTestForms { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SemTestForms)); this.BtnConnect = new System.Windows.Forms.Button(); this.gbGetMethods = new System.Windows.Forms.GroupBox(); this.cbHT = new System.Windows.Forms.CheckBox(); this.tbSemScanFieldY = new System.Windows.Forms.TextBox(); this.btnHT = new System.Windows.Forms.Button(); this.btnGContrast = new System.Windows.Forms.Button(); this.btnGScanMode = new System.Windows.Forms.Button(); this.btnGLienTime = new System.Windows.Forms.Button(); this.btnGFWD = new System.Windows.Forms.Button(); this.btnGMagnification = new System.Windows.Forms.Button(); this.btnGBeamBlank = new System.Windows.Forms.Button(); this.btnGKV = new System.Windows.Forms.Button(); this.btnGBrightness = new System.Windows.Forms.Button(); this.btnGSpotSize = new System.Windows.Forms.Button(); this.btnGSemScanFieldXY = new System.Windows.Forms.Button(); this.btnGPositionXYR = new System.Windows.Forms.Button(); this.tbGSemScanFieldX = new System.Windows.Forms.TextBox(); this.tbScanMode = new System.Windows.Forms.TextBox(); this.tbSpotSize = new System.Windows.Forms.TextBox(); this.tbMagnification = new System.Windows.Forms.TextBox(); this.tbLienTime = new System.Windows.Forms.TextBox(); this.tbKV = new System.Windows.Forms.TextBox(); this.tbFWD = new System.Windows.Forms.TextBox(); this.tbContrast = new System.Windows.Forms.TextBox(); this.tbBrightness = new System.Windows.Forms.TextBox(); this.tbBeamBlank = new System.Windows.Forms.TextBox(); this.lblGSemScanFieldY = new System.Windows.Forms.Label(); this.lblGSemScanFieldX = new System.Windows.Forms.Label(); this.lblGHT = new System.Windows.Forms.Label(); this.lblGScanMode = new System.Windows.Forms.Label(); this.lblGKV = new System.Windows.Forms.Label(); this.tbPositionR = new System.Windows.Forms.TextBox(); this.lblGFWD = new System.Windows.Forms.Label(); this.lblGContrast = new System.Windows.Forms.Label(); this.tbPositionY = new System.Windows.Forms.TextBox(); this.lblGBrightness = new System.Windows.Forms.Label(); this.lblGSpotSize = new System.Windows.Forms.Label(); this.tbPositionX = new System.Windows.Forms.TextBox(); this.lblGMagnification = new System.Windows.Forms.Label(); this.lblGPositionR = new System.Windows.Forms.Label(); this.lblGBeamBlank = new System.Windows.Forms.Label(); this.lblGPositionY = new System.Windows.Forms.Label(); this.lblGLienTime = new System.Windows.Forms.Label(); this.lblGPositionX = new System.Windows.Forms.Label(); this.btnDone = new System.Windows.Forms.Button(); this.gbSetMethods = new System.Windows.Forms.GroupBox(); this.cbSHT = new System.Windows.Forms.CheckBox(); this.tbSSemScanFieldY = new System.Windows.Forms.TextBox(); this.btnSHT = new System.Windows.Forms.Button(); this.btnSContrast = new System.Windows.Forms.Button(); this.btnScanMode = new System.Windows.Forms.Button(); this.btnSLienTime = new System.Windows.Forms.Button(); this.tbSScanMode = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.btnSFWD = new System.Windows.Forms.Button(); this.btnSMagnification = new System.Windows.Forms.Button(); this.btnSBeamBlank = new System.Windows.Forms.Button(); this.btnSKV = new System.Windows.Forms.Button(); this.tbSLienTime = new System.Windows.Forms.TextBox(); this.btnSBrightness = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.btnSSpotSize = new System.Windows.Forms.Button(); this.btnMoveSEMToPoint = new System.Windows.Forms.Button(); this.btnSPositionXYR = new System.Windows.Forms.Button(); this.btnSSemScanFieldXY = new System.Windows.Forms.Button(); this.tbSSpotSize = new System.Windows.Forms.TextBox(); this.tbSSemScanFieldX = new System.Windows.Forms.TextBox(); this.tbSMagnification = new System.Windows.Forms.TextBox(); this.tbSKV = new System.Windows.Forms.TextBox(); this.tbSFWD = new System.Windows.Forms.TextBox(); this.tbSContrast = new System.Windows.Forms.TextBox(); this.tbSBrightness = new System.Windows.Forms.TextBox(); this.tbSBeamBlank = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.tbSPositionR = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.tbSPositionY = new System.Windows.Forms.TextBox(); this.tbSPositionX = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.gbGetMethods.SuspendLayout(); this.gbSetMethods.SuspendLayout(); this.SuspendLayout(); // // BtnConnect // this.BtnConnect.Location = new System.Drawing.Point(808, 485); this.BtnConnect.Name = "BtnConnect"; this.BtnConnect.Size = new System.Drawing.Size(116, 49); this.BtnConnect.TabIndex = 7; this.BtnConnect.Text = "连接"; this.BtnConnect.UseVisualStyleBackColor = true; this.BtnConnect.Click += new System.EventHandler(this.BtnConnect_Click); // // gbGetMethods // this.gbGetMethods.Controls.Add(this.cbHT); this.gbGetMethods.Controls.Add(this.tbSemScanFieldY); this.gbGetMethods.Controls.Add(this.btnHT); this.gbGetMethods.Controls.Add(this.btnGContrast); this.gbGetMethods.Controls.Add(this.btnGScanMode); this.gbGetMethods.Controls.Add(this.btnGLienTime); this.gbGetMethods.Controls.Add(this.btnGFWD); this.gbGetMethods.Controls.Add(this.btnGMagnification); this.gbGetMethods.Controls.Add(this.btnGBeamBlank); this.gbGetMethods.Controls.Add(this.btnGKV); this.gbGetMethods.Controls.Add(this.btnGBrightness); this.gbGetMethods.Controls.Add(this.btnGSpotSize); this.gbGetMethods.Controls.Add(this.btnGSemScanFieldXY); this.gbGetMethods.Controls.Add(this.btnGPositionXYR); this.gbGetMethods.Controls.Add(this.tbGSemScanFieldX); this.gbGetMethods.Controls.Add(this.tbScanMode); this.gbGetMethods.Controls.Add(this.tbSpotSize); this.gbGetMethods.Controls.Add(this.tbMagnification); this.gbGetMethods.Controls.Add(this.tbLienTime); this.gbGetMethods.Controls.Add(this.tbKV); this.gbGetMethods.Controls.Add(this.tbFWD); this.gbGetMethods.Controls.Add(this.tbContrast); this.gbGetMethods.Controls.Add(this.tbBrightness); this.gbGetMethods.Controls.Add(this.tbBeamBlank); this.gbGetMethods.Controls.Add(this.lblGSemScanFieldY); this.gbGetMethods.Controls.Add(this.lblGSemScanFieldX); this.gbGetMethods.Controls.Add(this.lblGHT); this.gbGetMethods.Controls.Add(this.lblGScanMode); this.gbGetMethods.Controls.Add(this.lblGKV); this.gbGetMethods.Controls.Add(this.tbPositionR); this.gbGetMethods.Controls.Add(this.lblGFWD); this.gbGetMethods.Controls.Add(this.lblGContrast); this.gbGetMethods.Controls.Add(this.tbPositionY); this.gbGetMethods.Controls.Add(this.lblGBrightness); this.gbGetMethods.Controls.Add(this.lblGSpotSize); this.gbGetMethods.Controls.Add(this.tbPositionX); this.gbGetMethods.Controls.Add(this.lblGMagnification); this.gbGetMethods.Controls.Add(this.lblGPositionR); this.gbGetMethods.Controls.Add(this.lblGBeamBlank); this.gbGetMethods.Controls.Add(this.lblGPositionY); this.gbGetMethods.Controls.Add(this.lblGLienTime); this.gbGetMethods.Controls.Add(this.lblGPositionX); this.gbGetMethods.Location = new System.Drawing.Point(4, 17); this.gbGetMethods.Name = "gbGetMethods"; this.gbGetMethods.Size = new System.Drawing.Size(1060, 230); this.gbGetMethods.TabIndex = 8; this.gbGetMethods.TabStop = false; this.gbGetMethods.Text = "获取参数"; // // cbHT // this.cbHT.AutoSize = true; this.cbHT.Enabled = false; this.cbHT.Location = new System.Drawing.Point(849, 86); this.cbHT.Name = "cbHT"; this.cbHT.Size = new System.Drawing.Size(22, 21); this.cbHT.TabIndex = 6; this.cbHT.UseVisualStyleBackColor = true; // // tbSemScanFieldY // this.tbSemScanFieldY.Enabled = false; this.tbSemScanFieldY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSemScanFieldY.Location = new System.Drawing.Point(849, 181); this.tbSemScanFieldY.Name = "tbSemScanFieldY"; this.tbSemScanFieldY.Size = new System.Drawing.Size(130, 31); this.tbSemScanFieldY.TabIndex = 2; // // btnHT // this.btnHT.Location = new System.Drawing.Point(986, 80); this.btnHT.Name = "btnHT"; this.btnHT.Size = new System.Drawing.Size(60, 32); this.btnHT.TabIndex = 7; this.btnHT.Text = "获取"; this.btnHT.UseVisualStyleBackColor = true; this.btnHT.Click += new System.EventHandler(this.btnHT_Click); // // btnGContrast // this.btnGContrast.Location = new System.Drawing.Point(986, 31); this.btnGContrast.Name = "btnGContrast"; this.btnGContrast.Size = new System.Drawing.Size(60, 32); this.btnGContrast.TabIndex = 7; this.btnGContrast.Text = "获取"; this.btnGContrast.UseVisualStyleBackColor = true; this.btnGContrast.Click += new System.EventHandler(this.btnGContrast_Click); // // btnGScanMode // this.btnGScanMode.Location = new System.Drawing.Point(262, 232); this.btnGScanMode.Name = "btnGScanMode"; this.btnGScanMode.Size = new System.Drawing.Size(60, 32); this.btnGScanMode.TabIndex = 7; this.btnGScanMode.Text = "获取"; this.btnGScanMode.UseVisualStyleBackColor = true; this.btnGScanMode.Visible = false; this.btnGScanMode.Click += new System.EventHandler(this.btnGScanMode_Click); // // btnGLienTime // this.btnGLienTime.Enabled = false; this.btnGLienTime.Location = new System.Drawing.Point(628, 232); this.btnGLienTime.Name = "btnGLienTime"; this.btnGLienTime.Size = new System.Drawing.Size(60, 32); this.btnGLienTime.TabIndex = 7; this.btnGLienTime.Text = "获取"; this.btnGLienTime.UseVisualStyleBackColor = true; this.btnGLienTime.Visible = false; this.btnGLienTime.Click += new System.EventHandler(this.btnGLienTime_Click); // // btnGFWD // this.btnGFWD.Location = new System.Drawing.Point(279, 129); this.btnGFWD.Name = "btnGFWD"; this.btnGFWD.Size = new System.Drawing.Size(60, 32); this.btnGFWD.TabIndex = 7; this.btnGFWD.Text = "获取"; this.btnGFWD.UseVisualStyleBackColor = true; this.btnGFWD.Click += new System.EventHandler(this.btnGFWD_Click); // // btnGMagnification // this.btnGMagnification.Location = new System.Drawing.Point(642, 129); this.btnGMagnification.Name = "btnGMagnification"; this.btnGMagnification.Size = new System.Drawing.Size(60, 32); this.btnGMagnification.TabIndex = 7; this.btnGMagnification.Text = "获取"; this.btnGMagnification.UseVisualStyleBackColor = true; this.btnGMagnification.Click += new System.EventHandler(this.btnGMagnification_Click); // // btnGBeamBlank // this.btnGBeamBlank.Location = new System.Drawing.Point(279, 80); this.btnGBeamBlank.Name = "btnGBeamBlank"; this.btnGBeamBlank.Size = new System.Drawing.Size(60, 32); this.btnGBeamBlank.TabIndex = 7; this.btnGBeamBlank.Text = "获取"; this.btnGBeamBlank.UseVisualStyleBackColor = true; this.btnGBeamBlank.Click += new System.EventHandler(this.btnGBeamBlank_Click); // // btnGKV // this.btnGKV.Location = new System.Drawing.Point(986, 129); this.btnGKV.Name = "btnGKV"; this.btnGKV.Size = new System.Drawing.Size(60, 32); this.btnGKV.TabIndex = 7; this.btnGKV.Text = "获取"; this.btnGKV.UseVisualStyleBackColor = true; this.btnGKV.Click += new System.EventHandler(this.btnGKV_Click); // // btnGBrightness // this.btnGBrightness.Location = new System.Drawing.Point(642, 80); this.btnGBrightness.Name = "btnGBrightness"; this.btnGBrightness.Size = new System.Drawing.Size(60, 32); this.btnGBrightness.TabIndex = 7; this.btnGBrightness.Text = "获取"; this.btnGBrightness.UseVisualStyleBackColor = true; this.btnGBrightness.Click += new System.EventHandler(this.btnGBrightness_Click); // // btnGSpotSize // this.btnGSpotSize.Location = new System.Drawing.Point(280, 180); this.btnGSpotSize.Name = "btnGSpotSize"; this.btnGSpotSize.Size = new System.Drawing.Size(60, 32); this.btnGSpotSize.TabIndex = 7; this.btnGSpotSize.Text = "获取"; this.btnGSpotSize.UseVisualStyleBackColor = true; this.btnGSpotSize.Click += new System.EventHandler(this.btnGSpotSize_Click); // // btnGSemScanFieldXY // this.btnGSemScanFieldXY.Location = new System.Drawing.Point(986, 180); this.btnGSemScanFieldXY.Name = "btnGSemScanFieldXY"; this.btnGSemScanFieldXY.Size = new System.Drawing.Size(60, 32); this.btnGSemScanFieldXY.TabIndex = 7; this.btnGSemScanFieldXY.Text = "获取"; this.btnGSemScanFieldXY.UseVisualStyleBackColor = true; this.btnGSemScanFieldXY.Click += new System.EventHandler(this.btnGSemScanFieldXY_Click); // // btnGPositionXYR // this.btnGPositionXYR.Location = new System.Drawing.Point(642, 31); this.btnGPositionXYR.Name = "btnGPositionXYR"; this.btnGPositionXYR.Size = new System.Drawing.Size(60, 32); this.btnGPositionXYR.TabIndex = 7; this.btnGPositionXYR.Text = "获取"; this.btnGPositionXYR.UseVisualStyleBackColor = true; this.btnGPositionXYR.Click += new System.EventHandler(this.btnGPositionXYR_Click); // // tbGSemScanFieldX // this.tbGSemScanFieldX.Enabled = false; this.tbGSemScanFieldX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbGSemScanFieldX.Location = new System.Drawing.Point(507, 181); this.tbGSemScanFieldX.Name = "tbGSemScanFieldX"; this.tbGSemScanFieldX.Size = new System.Drawing.Size(130, 31); this.tbGSemScanFieldX.TabIndex = 2; // // tbScanMode // this.tbScanMode.Enabled = false; this.tbScanMode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbScanMode.Location = new System.Drawing.Point(125, 233); this.tbScanMode.Name = "tbScanMode"; this.tbScanMode.Size = new System.Drawing.Size(130, 31); this.tbScanMode.TabIndex = 2; this.tbScanMode.Visible = false; // // tbSpotSize // this.tbSpotSize.Enabled = false; this.tbSpotSize.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSpotSize.Location = new System.Drawing.Point(143, 181); this.tbSpotSize.Name = "tbSpotSize"; this.tbSpotSize.Size = new System.Drawing.Size(130, 31); this.tbSpotSize.TabIndex = 2; // // tbMagnification // this.tbMagnification.Enabled = false; this.tbMagnification.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbMagnification.Location = new System.Drawing.Point(507, 130); this.tbMagnification.Name = "tbMagnification"; this.tbMagnification.Size = new System.Drawing.Size(130, 31); this.tbMagnification.TabIndex = 2; // // tbLienTime // this.tbLienTime.Enabled = false; this.tbLienTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbLienTime.Location = new System.Drawing.Point(491, 233); this.tbLienTime.Name = "tbLienTime"; this.tbLienTime.Size = new System.Drawing.Size(130, 31); this.tbLienTime.TabIndex = 2; this.tbLienTime.Visible = false; // // tbKV // this.tbKV.Enabled = false; this.tbKV.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbKV.Location = new System.Drawing.Point(849, 130); this.tbKV.Name = "tbKV"; this.tbKV.Size = new System.Drawing.Size(130, 31); this.tbKV.TabIndex = 2; // // tbFWD // this.tbFWD.Enabled = false; this.tbFWD.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbFWD.Location = new System.Drawing.Point(142, 130); this.tbFWD.Name = "tbFWD"; this.tbFWD.Size = new System.Drawing.Size(130, 31); this.tbFWD.TabIndex = 2; // // tbContrast // this.tbContrast.Enabled = false; this.tbContrast.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbContrast.Location = new System.Drawing.Point(849, 32); this.tbContrast.Name = "tbContrast"; this.tbContrast.Size = new System.Drawing.Size(130, 31); this.tbContrast.TabIndex = 2; // // tbBrightness // this.tbBrightness.Enabled = false; this.tbBrightness.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbBrightness.Location = new System.Drawing.Point(507, 81); this.tbBrightness.Name = "tbBrightness"; this.tbBrightness.Size = new System.Drawing.Size(130, 31); this.tbBrightness.TabIndex = 2; // // tbBeamBlank // this.tbBeamBlank.Enabled = false; this.tbBeamBlank.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbBeamBlank.Location = new System.Drawing.Point(142, 81); this.tbBeamBlank.Name = "tbBeamBlank"; this.tbBeamBlank.Size = new System.Drawing.Size(130, 31); this.tbBeamBlank.TabIndex = 2; // // lblGSemScanFieldY // this.lblGSemScanFieldY.AutoSize = true; this.lblGSemScanFieldY.Location = new System.Drawing.Point(714, 187); this.lblGSemScanFieldY.Name = "lblGSemScanFieldY"; this.lblGSemScanFieldY.Size = new System.Drawing.Size(107, 18); this.lblGSemScanFieldY.TabIndex = 1; this.lblGSemScanFieldY.Text = "扫描矩阵Y轴"; // // lblGSemScanFieldX // this.lblGSemScanFieldX.AutoSize = true; this.lblGSemScanFieldX.Location = new System.Drawing.Point(366, 187); this.lblGSemScanFieldX.Name = "lblGSemScanFieldX"; this.lblGSemScanFieldX.Size = new System.Drawing.Size(107, 18); this.lblGSemScanFieldX.TabIndex = 1; this.lblGSemScanFieldX.Text = "扫描矩阵X轴"; // // lblGHT // this.lblGHT.AutoSize = true; this.lblGHT.Location = new System.Drawing.Point(714, 87); this.lblGHT.Name = "lblGHT"; this.lblGHT.Size = new System.Drawing.Size(44, 18); this.lblGHT.TabIndex = 1; this.lblGHT.Text = "电压"; // // lblGScanMode // this.lblGScanMode.AutoSize = true; this.lblGScanMode.Location = new System.Drawing.Point(41, 239); this.lblGScanMode.Name = "lblGScanMode"; this.lblGScanMode.Size = new System.Drawing.Size(80, 18); this.lblGScanMode.TabIndex = 1; this.lblGScanMode.Text = "扫描方式"; this.lblGScanMode.Visible = false; // // lblGKV // this.lblGKV.AutoSize = true; this.lblGKV.Location = new System.Drawing.Point(714, 136); this.lblGKV.Name = "lblGKV"; this.lblGKV.Size = new System.Drawing.Size(62, 18); this.lblGKV.TabIndex = 1; this.lblGKV.Text = "电压值"; // // tbPositionR // 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(853, 233); this.tbPositionR.Name = "tbPositionR"; this.tbPositionR.Size = new System.Drawing.Size(130, 31); this.tbPositionR.TabIndex = 2; this.tbPositionR.Visible = false; // // lblGFWD // this.lblGFWD.AutoSize = true; this.lblGFWD.Location = new System.Drawing.Point(8, 136); this.lblGFWD.Name = "lblGFWD"; this.lblGFWD.Size = new System.Drawing.Size(80, 18); this.lblGFWD.TabIndex = 1; this.lblGFWD.Text = "工作距离"; // // lblGContrast // this.lblGContrast.AutoSize = true; this.lblGContrast.Location = new System.Drawing.Point(714, 38); this.lblGContrast.Name = "lblGContrast"; this.lblGContrast.Size = new System.Drawing.Size(62, 18); this.lblGContrast.TabIndex = 1; this.lblGContrast.Text = "对比度"; // // tbPositionY // 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(507, 32); this.tbPositionY.Name = "tbPositionY"; this.tbPositionY.Size = new System.Drawing.Size(130, 31); this.tbPositionY.TabIndex = 2; // // lblGBrightness // this.lblGBrightness.AutoSize = true; this.lblGBrightness.Location = new System.Drawing.Point(366, 87); this.lblGBrightness.Name = "lblGBrightness"; this.lblGBrightness.Size = new System.Drawing.Size(44, 18); this.lblGBrightness.TabIndex = 1; this.lblGBrightness.Text = "亮度"; // // lblGSpotSize // this.lblGSpotSize.AutoSize = true; this.lblGSpotSize.Location = new System.Drawing.Point(8, 187); this.lblGSpotSize.Name = "lblGSpotSize"; this.lblGSpotSize.Size = new System.Drawing.Size(80, 18); this.lblGSpotSize.TabIndex = 1; this.lblGSpotSize.Text = "光斑尺寸"; // // tbPositionX // 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(142, 32); this.tbPositionX.Name = "tbPositionX"; this.tbPositionX.Size = new System.Drawing.Size(130, 31); this.tbPositionX.TabIndex = 2; // // lblGMagnification // this.lblGMagnification.AutoSize = true; this.lblGMagnification.Location = new System.Drawing.Point(366, 136); this.lblGMagnification.Name = "lblGMagnification"; this.lblGMagnification.Size = new System.Drawing.Size(80, 18); this.lblGMagnification.TabIndex = 1; this.lblGMagnification.Text = "放大倍数"; // // lblGPositionR // this.lblGPositionR.AutoSize = true; this.lblGPositionR.Location = new System.Drawing.Point(804, 239); this.lblGPositionR.Name = "lblGPositionR"; this.lblGPositionR.Size = new System.Drawing.Size(44, 18); this.lblGPositionR.TabIndex = 1; this.lblGPositionR.Text = "角度"; this.lblGPositionR.Visible = false; // // lblGBeamBlank // this.lblGBeamBlank.AutoSize = true; this.lblGBeamBlank.Location = new System.Drawing.Point(8, 87); this.lblGBeamBlank.Name = "lblGBeamBlank"; this.lblGBeamBlank.Size = new System.Drawing.Size(80, 18); this.lblGBeamBlank.TabIndex = 1; this.lblGBeamBlank.Text = "光束挡板"; // // lblGPositionY // this.lblGPositionY.AutoSize = true; this.lblGPositionY.Location = new System.Drawing.Point(366, 38); this.lblGPositionY.Name = "lblGPositionY"; this.lblGPositionY.Size = new System.Drawing.Size(35, 18); this.lblGPositionY.TabIndex = 1; this.lblGPositionY.Text = "Y轴"; // // lblGLienTime // this.lblGLienTime.AutoSize = true; this.lblGLienTime.Location = new System.Drawing.Point(398, 239); this.lblGLienTime.Name = "lblGLienTime"; this.lblGLienTime.Size = new System.Drawing.Size(89, 18); this.lblGLienTime.TabIndex = 1; this.lblGLienTime.Text = "Line Time"; this.lblGLienTime.Visible = false; // // lblGPositionX // this.lblGPositionX.AutoSize = true; this.lblGPositionX.Location = new System.Drawing.Point(8, 38); this.lblGPositionX.Name = "lblGPositionX"; this.lblGPositionX.Size = new System.Drawing.Size(35, 18); this.lblGPositionX.TabIndex = 1; this.lblGPositionX.Text = "X轴"; // // btnDone // this.btnDone.Location = new System.Drawing.Point(930, 485); this.btnDone.Name = "btnDone"; this.btnDone.Size = new System.Drawing.Size(116, 49); this.btnDone.TabIndex = 7; this.btnDone.Text = "完成"; this.btnDone.UseVisualStyleBackColor = true; this.btnDone.Click += new System.EventHandler(this.btnDone_Click); // // gbSetMethods // this.gbSetMethods.Controls.Add(this.cbSHT); this.gbSetMethods.Controls.Add(this.tbSSemScanFieldY); this.gbSetMethods.Controls.Add(this.btnSHT); this.gbSetMethods.Controls.Add(this.btnSContrast); this.gbSetMethods.Controls.Add(this.btnScanMode); this.gbSetMethods.Controls.Add(this.btnSLienTime); this.gbSetMethods.Controls.Add(this.tbSScanMode); this.gbSetMethods.Controls.Add(this.label12); this.gbSetMethods.Controls.Add(this.btnSFWD); this.gbSetMethods.Controls.Add(this.btnSMagnification); this.gbSetMethods.Controls.Add(this.btnSBeamBlank); this.gbSetMethods.Controls.Add(this.btnSKV); this.gbSetMethods.Controls.Add(this.tbSLienTime); this.gbSetMethods.Controls.Add(this.btnSBrightness); this.gbSetMethods.Controls.Add(this.label2); this.gbSetMethods.Controls.Add(this.btnSSpotSize); this.gbSetMethods.Controls.Add(this.btnMoveSEMToPoint); this.gbSetMethods.Controls.Add(this.btnSPositionXYR); this.gbSetMethods.Controls.Add(this.btnSSemScanFieldXY); this.gbSetMethods.Controls.Add(this.tbSSpotSize); this.gbSetMethods.Controls.Add(this.tbSSemScanFieldX); this.gbSetMethods.Controls.Add(this.tbSMagnification); this.gbSetMethods.Controls.Add(this.tbSKV); this.gbSetMethods.Controls.Add(this.tbSFWD); this.gbSetMethods.Controls.Add(this.tbSContrast); this.gbSetMethods.Controls.Add(this.tbSBrightness); this.gbSetMethods.Controls.Add(this.tbSBeamBlank); this.gbSetMethods.Controls.Add(this.label15); this.gbSetMethods.Controls.Add(this.label14); this.gbSetMethods.Controls.Add(this.tbSPositionR); this.gbSetMethods.Controls.Add(this.label13); this.gbSetMethods.Controls.Add(this.tbSPositionY); this.gbSetMethods.Controls.Add(this.tbSPositionX); this.gbSetMethods.Controls.Add(this.label11); this.gbSetMethods.Controls.Add(this.label1); this.gbSetMethods.Controls.Add(this.label10); this.gbSetMethods.Controls.Add(this.label3); this.gbSetMethods.Controls.Add(this.label9); this.gbSetMethods.Controls.Add(this.label4); this.gbSetMethods.Controls.Add(this.label5); this.gbSetMethods.Controls.Add(this.label8); this.gbSetMethods.Controls.Add(this.label6); this.gbSetMethods.Controls.Add(this.label7); this.gbSetMethods.Location = new System.Drawing.Point(4, 250); this.gbSetMethods.Name = "gbSetMethods"; this.gbSetMethods.Size = new System.Drawing.Size(1060, 226); this.gbSetMethods.TabIndex = 9; this.gbSetMethods.TabStop = false; this.gbSetMethods.Text = "设置参数"; // // cbSHT // this.cbSHT.AccessibleDescription = ""; this.cbSHT.AutoSize = true; this.cbSHT.Location = new System.Drawing.Point(849, 83); this.cbSHT.Name = "cbSHT"; this.cbSHT.Size = new System.Drawing.Size(22, 21); this.cbSHT.TabIndex = 33; this.cbSHT.UseVisualStyleBackColor = true; // // tbSSemScanFieldY // this.tbSSemScanFieldY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSSemScanFieldY.Location = new System.Drawing.Point(849, 179); this.tbSSemScanFieldY.Name = "tbSSemScanFieldY"; this.tbSSemScanFieldY.Size = new System.Drawing.Size(130, 31); this.tbSSemScanFieldY.TabIndex = 2; this.tbSSemScanFieldY.Visible = false; // // btnSHT // this.btnSHT.Location = new System.Drawing.Point(986, 77); this.btnSHT.Name = "btnSHT"; this.btnSHT.Size = new System.Drawing.Size(60, 32); this.btnSHT.TabIndex = 43; this.btnSHT.Text = "设置"; this.btnSHT.UseVisualStyleBackColor = true; this.btnSHT.Click += new System.EventHandler(this.btnSHT_Click); // // btnSContrast // this.btnSContrast.Location = new System.Drawing.Point(986, 25); this.btnSContrast.Name = "btnSContrast"; this.btnSContrast.Size = new System.Drawing.Size(60, 32); this.btnSContrast.TabIndex = 43; this.btnSContrast.Text = "设置"; this.btnSContrast.UseVisualStyleBackColor = true; this.btnSContrast.Click += new System.EventHandler(this.btnSContrast_Click); // // btnScanMode // this.btnScanMode.Location = new System.Drawing.Point(622, 227); this.btnScanMode.Name = "btnScanMode"; this.btnScanMode.Size = new System.Drawing.Size(60, 32); this.btnScanMode.TabIndex = 41; this.btnScanMode.Text = "设置"; this.btnScanMode.UseVisualStyleBackColor = true; this.btnScanMode.Visible = false; this.btnScanMode.Click += new System.EventHandler(this.btnScanMode_Click); // // btnSLienTime // this.btnSLienTime.Enabled = false; this.btnSLienTime.Location = new System.Drawing.Point(257, 227); this.btnSLienTime.Name = "btnSLienTime"; this.btnSLienTime.Size = new System.Drawing.Size(60, 32); this.btnSLienTime.TabIndex = 39; this.btnSLienTime.Text = "设置"; this.btnSLienTime.UseVisualStyleBackColor = true; this.btnSLienTime.Visible = false; // // tbSScanMode // this.tbSScanMode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSScanMode.Location = new System.Drawing.Point(486, 229); this.tbSScanMode.Name = "tbSScanMode"; this.tbSScanMode.Size = new System.Drawing.Size(130, 31); this.tbSScanMode.TabIndex = 31; this.tbSScanMode.Visible = false; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(401, 235); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(80, 18); this.label12.TabIndex = 1; this.label12.Text = "扫描方式"; this.label12.Visible = false; // // btnSFWD // this.btnSFWD.Location = new System.Drawing.Point(278, 128); this.btnSFWD.Name = "btnSFWD"; this.btnSFWD.Size = new System.Drawing.Size(60, 32); this.btnSFWD.TabIndex = 38; this.btnSFWD.Text = "设置"; this.btnSFWD.UseVisualStyleBackColor = true; this.btnSFWD.Click += new System.EventHandler(this.btnSFWD_Click); // // btnSMagnification // this.btnSMagnification.Location = new System.Drawing.Point(640, 128); this.btnSMagnification.Name = "btnSMagnification"; this.btnSMagnification.Size = new System.Drawing.Size(60, 32); this.btnSMagnification.TabIndex = 37; this.btnSMagnification.Text = "设置"; this.btnSMagnification.UseVisualStyleBackColor = true; this.btnSMagnification.Click += new System.EventHandler(this.btnSMagnification_Click); // // btnSBeamBlank // this.btnSBeamBlank.Location = new System.Drawing.Point(278, 77); this.btnSBeamBlank.Name = "btnSBeamBlank"; this.btnSBeamBlank.Size = new System.Drawing.Size(60, 32); this.btnSBeamBlank.TabIndex = 45; this.btnSBeamBlank.Text = "设置"; this.btnSBeamBlank.UseVisualStyleBackColor = true; this.btnSBeamBlank.Click += new System.EventHandler(this.btnSBeamBlank_Click); // // btnSKV // this.btnSKV.Location = new System.Drawing.Point(986, 128); this.btnSKV.Name = "btnSKV"; this.btnSKV.Size = new System.Drawing.Size(60, 32); this.btnSKV.TabIndex = 35; this.btnSKV.Text = "设置"; this.btnSKV.UseVisualStyleBackColor = true; this.btnSKV.Click += new System.EventHandler(this.btnSKV_Click); // // tbSLienTime // this.tbSLienTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSLienTime.Location = new System.Drawing.Point(121, 228); this.tbSLienTime.Name = "tbSLienTime"; this.tbSLienTime.Size = new System.Drawing.Size(130, 31); this.tbSLienTime.TabIndex = 28; this.tbSLienTime.Visible = false; // // btnSBrightness // this.btnSBrightness.Location = new System.Drawing.Point(640, 77); this.btnSBrightness.Name = "btnSBrightness"; this.btnSBrightness.Size = new System.Drawing.Size(60, 32); this.btnSBrightness.TabIndex = 34; this.btnSBrightness.Text = "设置"; this.btnSBrightness.UseVisualStyleBackColor = true; this.btnSBrightness.Click += new System.EventHandler(this.btnSBrightness_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 235); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 18); this.label2.TabIndex = 1; this.label2.Text = "Line Time"; this.label2.Visible = false; // // btnSSpotSize // this.btnSSpotSize.Location = new System.Drawing.Point(275, 178); this.btnSSpotSize.Name = "btnSSpotSize"; this.btnSSpotSize.Size = new System.Drawing.Size(60, 32); this.btnSSpotSize.TabIndex = 44; this.btnSSpotSize.Text = "设置"; this.btnSSpotSize.UseVisualStyleBackColor = true; this.btnSSpotSize.Click += new System.EventHandler(this.btnSSpotSize_Click); // // btnMoveSEMToPoint // this.btnMoveSEMToPoint.Location = new System.Drawing.Point(761, 227); this.btnMoveSEMToPoint.Name = "btnMoveSEMToPoint"; this.btnMoveSEMToPoint.Size = new System.Drawing.Size(32, 32); this.btnMoveSEMToPoint.TabIndex = 36; this.btnMoveSEMToPoint.Text = "M"; this.btnMoveSEMToPoint.UseVisualStyleBackColor = true; this.btnMoveSEMToPoint.Visible = false; this.btnMoveSEMToPoint.Click += new System.EventHandler(this.btnMoveSEMToPoint_Click); // // btnSPositionXYR // this.btnSPositionXYR.Location = new System.Drawing.Point(641, 25); this.btnSPositionXYR.Name = "btnSPositionXYR"; this.btnSPositionXYR.Size = new System.Drawing.Size(60, 32); this.btnSPositionXYR.TabIndex = 36; this.btnSPositionXYR.Text = "设置"; this.btnSPositionXYR.UseVisualStyleBackColor = true; this.btnSPositionXYR.Click += new System.EventHandler(this.btnSPositionXYR_Click); // // btnSSemScanFieldXY // this.btnSSemScanFieldXY.Location = new System.Drawing.Point(986, 178); this.btnSSemScanFieldXY.Name = "btnSSemScanFieldXY"; this.btnSSemScanFieldXY.Size = new System.Drawing.Size(60, 32); this.btnSSemScanFieldXY.TabIndex = 7; this.btnSSemScanFieldXY.Text = "设置"; this.btnSSemScanFieldXY.UseVisualStyleBackColor = true; this.btnSSemScanFieldXY.Visible = false; this.btnSSemScanFieldXY.Click += new System.EventHandler(this.btnSSemScanFieldXY_Click); // // tbSSpotSize // this.tbSSpotSize.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSSpotSize.Location = new System.Drawing.Point(139, 179); this.tbSSpotSize.Name = "tbSSpotSize"; this.tbSSpotSize.Size = new System.Drawing.Size(130, 31); this.tbSSpotSize.TabIndex = 30; // // tbSSemScanFieldX // this.tbSSemScanFieldX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSSemScanFieldX.Location = new System.Drawing.Point(507, 179); this.tbSSemScanFieldX.Name = "tbSSemScanFieldX"; this.tbSSemScanFieldX.Size = new System.Drawing.Size(130, 31); this.tbSSemScanFieldX.TabIndex = 2; this.tbSSemScanFieldX.Visible = false; // // tbSMagnification // this.tbSMagnification.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSMagnification.Location = new System.Drawing.Point(506, 129); this.tbSMagnification.Name = "tbSMagnification"; this.tbSMagnification.Size = new System.Drawing.Size(130, 31); this.tbSMagnification.TabIndex = 29; // // tbSKV // this.tbSKV.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSKV.Location = new System.Drawing.Point(849, 129); this.tbSKV.Name = "tbSKV"; this.tbSKV.Size = new System.Drawing.Size(130, 31); this.tbSKV.TabIndex = 32; // // tbSFWD // this.tbSFWD.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSFWD.Location = new System.Drawing.Point(142, 129); this.tbSFWD.Name = "tbSFWD"; this.tbSFWD.Size = new System.Drawing.Size(130, 31); this.tbSFWD.TabIndex = 27; // // tbSContrast // this.tbSContrast.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSContrast.Location = new System.Drawing.Point(849, 26); this.tbSContrast.Name = "tbSContrast"; this.tbSContrast.Size = new System.Drawing.Size(130, 31); this.tbSContrast.TabIndex = 23; // // tbSBrightness // this.tbSBrightness.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSBrightness.Location = new System.Drawing.Point(506, 78); this.tbSBrightness.Name = "tbSBrightness"; this.tbSBrightness.Size = new System.Drawing.Size(130, 31); this.tbSBrightness.TabIndex = 26; // // tbSBeamBlank // this.tbSBeamBlank.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSBeamBlank.Location = new System.Drawing.Point(142, 78); this.tbSBeamBlank.Name = "tbSBeamBlank"; this.tbSBeamBlank.Size = new System.Drawing.Size(130, 31); this.tbSBeamBlank.TabIndex = 25; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(714, 185); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(107, 18); this.label15.TabIndex = 1; this.label15.Text = "扫描矩阵Y轴"; this.label15.Visible = false; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(366, 185); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(107, 18); this.label14.TabIndex = 1; this.label14.Text = "扫描矩阵X轴"; this.label14.Visible = false; // // tbSPositionR // 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(849, 227); this.tbSPositionR.Name = "tbSPositionR"; this.tbSPositionR.Size = new System.Drawing.Size(130, 31); this.tbSPositionR.TabIndex = 24; this.tbSPositionR.Visible = false; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(714, 84); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(44, 18); this.label13.TabIndex = 1; this.label13.Text = "电压"; // // tbSPositionY // 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(506, 26); this.tbSPositionY.Name = "tbSPositionY"; this.tbSPositionY.Size = new System.Drawing.Size(130, 31); this.tbSPositionY.TabIndex = 22; // // tbSPositionX // 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(142, 26); this.tbSPositionX.Name = "tbSPositionX"; this.tbSPositionX.Size = new System.Drawing.Size(130, 31); this.tbSPositionX.TabIndex = 21; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(714, 135); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(62, 18); this.label11.TabIndex = 1; this.label11.Text = "电压值"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 18); this.label1.TabIndex = 1; this.label1.Text = "X轴"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(8, 135); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(80, 18); this.label10.TabIndex = 1; this.label10.Text = "工作距离"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(366, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 18); this.label3.TabIndex = 1; this.label3.Text = "Y轴"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(714, 32); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(62, 18); this.label9.TabIndex = 1; this.label9.Text = "对比度"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(8, 84); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 18); this.label4.TabIndex = 1; this.label4.Text = "光束挡板"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(799, 233); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(44, 18); this.label5.TabIndex = 1; this.label5.Text = "角度"; this.label5.Visible = false; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(366, 84); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(44, 18); this.label8.TabIndex = 1; this.label8.Text = "亮度"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(366, 135); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(80, 18); this.label6.TabIndex = 1; this.label6.Text = "放大倍数"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(8, 185); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(80, 18); this.label7.TabIndex = 1; this.label7.Text = "光斑尺寸"; // // SemTestForms // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1062, 537); this.Controls.Add(this.gbSetMethods); this.Controls.Add(this.gbGetMethods); this.Controls.Add(this.btnDone); this.Controls.Add(this.BtnConnect); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(1084, 610); this.MinimizeBox = false; this.Name = "SemTestForms"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SemTestForms_FormClosing); this.Load += new System.EventHandler(this.SemTestForms_Load); this.gbGetMethods.ResumeLayout(false); this.gbGetMethods.PerformLayout(); this.gbSetMethods.ResumeLayout(false); this.gbSetMethods.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button BtnConnect; private System.Windows.Forms.GroupBox gbGetMethods; private System.Windows.Forms.TextBox tbSemScanFieldY; private System.Windows.Forms.TextBox tbGSemScanFieldX; private System.Windows.Forms.TextBox tbScanMode; private System.Windows.Forms.TextBox tbSpotSize; private System.Windows.Forms.TextBox tbMagnification; private System.Windows.Forms.TextBox tbLienTime; private System.Windows.Forms.TextBox tbKV; private System.Windows.Forms.TextBox tbFWD; private System.Windows.Forms.TextBox tbContrast; private System.Windows.Forms.TextBox tbBrightness; private System.Windows.Forms.TextBox tbBeamBlank; private System.Windows.Forms.Label lblGSemScanFieldY; private System.Windows.Forms.Label lblGSemScanFieldX; private System.Windows.Forms.Label lblGHT; private System.Windows.Forms.Label lblGScanMode; private System.Windows.Forms.Label lblGKV; private System.Windows.Forms.TextBox tbPositionR; private System.Windows.Forms.Label lblGFWD; private System.Windows.Forms.Label lblGContrast; private System.Windows.Forms.TextBox tbPositionY; private System.Windows.Forms.Label lblGBrightness; private System.Windows.Forms.Label lblGSpotSize; private System.Windows.Forms.TextBox tbPositionX; private System.Windows.Forms.Label lblGMagnification; private System.Windows.Forms.Label lblGPositionR; private System.Windows.Forms.Label lblGBeamBlank; private System.Windows.Forms.Label lblGPositionY; private System.Windows.Forms.Label lblGLienTime; private System.Windows.Forms.Label lblGPositionX; private System.Windows.Forms.CheckBox cbHT; private System.Windows.Forms.Button btnDone; private System.Windows.Forms.Button btnGPositionXYR; private System.Windows.Forms.Button btnGContrast; private System.Windows.Forms.Button btnGBrightness; private System.Windows.Forms.Button btnGScanMode; private System.Windows.Forms.Button btnGLienTime; private System.Windows.Forms.Button btnGFWD; private System.Windows.Forms.Button btnGMagnification; private System.Windows.Forms.Button btnGBeamBlank; private System.Windows.Forms.Button btnGKV; private System.Windows.Forms.Button btnGSpotSize; private System.Windows.Forms.Button btnGSemScanFieldXY; private System.Windows.Forms.GroupBox gbSetMethods; private System.Windows.Forms.CheckBox cbSHT; private System.Windows.Forms.Button btnSContrast; private System.Windows.Forms.Button btnScanMode; private System.Windows.Forms.Button btnSLienTime; private System.Windows.Forms.Button btnSFWD; private System.Windows.Forms.Button btnSMagnification; private System.Windows.Forms.Button btnSBeamBlank; private System.Windows.Forms.Button btnSKV; private System.Windows.Forms.Button btnSBrightness; private System.Windows.Forms.Button btnSSpotSize; private System.Windows.Forms.Button btnSPositionXYR; private System.Windows.Forms.TextBox tbSScanMode; private System.Windows.Forms.TextBox tbSSpotSize; private System.Windows.Forms.TextBox tbSMagnification; private System.Windows.Forms.TextBox tbSLienTime; private System.Windows.Forms.TextBox tbSKV; private System.Windows.Forms.TextBox tbSFWD; private System.Windows.Forms.TextBox tbSContrast; private System.Windows.Forms.TextBox tbSBrightness; private System.Windows.Forms.TextBox tbSBeamBlank; private System.Windows.Forms.TextBox tbSPositionR; private System.Windows.Forms.TextBox tbSPositionY; private System.Windows.Forms.TextBox tbSPositionX; private System.Windows.Forms.Button btnHT; private System.Windows.Forms.Button btnSHT; private System.Windows.Forms.TextBox tbSSemScanFieldY; private System.Windows.Forms.Button btnSSemScanFieldXY; private System.Windows.Forms.TextBox tbSSemScanFieldX; private System.Windows.Forms.Button btnMoveSEMToPoint; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; } }