namespace OINA.Extender.Testharness { partial class MicroscopeControlPanel { /// /// 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.gbColumn = new System.Windows.Forms.GroupBox(); this.SetHVButton = new System.Windows.Forms.Button(); this.SetWDButton = new System.Windows.Forms.Button(); this.SetMagButton = new System.Windows.Forms.Button(); this.lblFilamentOn = new System.Windows.Forms.Label(); this.lblBeamOn = new System.Windows.Forms.Label(); this.textFilamentOn = new System.Windows.Forms.Label(); this.textBeamOn = new System.Windows.Forms.Label(); this.btnSetColumn = new System.Windows.Forms.Button(); this.tbWD = new System.Windows.Forms.TextBox(); this.tbMag = new System.Windows.Forms.TextBox(); this.tbHV = new System.Windows.Forms.TextBox(); this.textWD = new System.Windows.Forms.Label(); this.textMag = new System.Windows.Forms.Label(); this.textHV = new System.Windows.Forms.Label(); this.lblWD = new System.Windows.Forms.Label(); this.lblMag = new System.Windows.Forms.Label(); this.lblHV = new System.Windows.Forms.Label(); this.gbStage = new System.Windows.Forms.GroupBox(); this.textBacklash = new System.Windows.Forms.Label(); this.lblBacklash = new System.Windows.Forms.Label(); this.tbRotate = new System.Windows.Forms.TextBox(); this.tbTilt = new System.Windows.Forms.TextBox(); this.tbZ = new System.Windows.Forms.TextBox(); this.tbY = new System.Windows.Forms.TextBox(); this.tbX = new System.Windows.Forms.TextBox(); this.btnSetStage = new System.Windows.Forms.Button(); this.textRotate = new System.Windows.Forms.Label(); this.textTilt = new System.Windows.Forms.Label(); this.textZ = new System.Windows.Forms.Label(); this.textY = new System.Windows.Forms.Label(); this.textX = new System.Windows.Forms.Label(); this.lblRotate = new System.Windows.Forms.Label(); this.lblTilt = new System.Windows.Forms.Label(); this.lblZ = new System.Windows.Forms.Label(); this.lblY = new System.Windows.Forms.Label(); this.lblX = new System.Windows.Forms.Label(); this.gbColumn.SuspendLayout(); this.gbStage.SuspendLayout(); this.SuspendLayout(); // // gbColumn // this.gbColumn.Controls.Add(this.SetHVButton); this.gbColumn.Controls.Add(this.SetWDButton); this.gbColumn.Controls.Add(this.SetMagButton); this.gbColumn.Controls.Add(this.lblFilamentOn); this.gbColumn.Controls.Add(this.lblBeamOn); this.gbColumn.Controls.Add(this.textFilamentOn); this.gbColumn.Controls.Add(this.textBeamOn); this.gbColumn.Controls.Add(this.btnSetColumn); this.gbColumn.Controls.Add(this.tbWD); this.gbColumn.Controls.Add(this.tbMag); this.gbColumn.Controls.Add(this.tbHV); this.gbColumn.Controls.Add(this.textWD); this.gbColumn.Controls.Add(this.textMag); this.gbColumn.Controls.Add(this.textHV); this.gbColumn.Controls.Add(this.lblWD); this.gbColumn.Controls.Add(this.lblMag); this.gbColumn.Controls.Add(this.lblHV); this.gbColumn.Location = new System.Drawing.Point(12, 12); this.gbColumn.Name = "gbColumn"; this.gbColumn.Size = new System.Drawing.Size(273, 256); this.gbColumn.TabIndex = 3; this.gbColumn.TabStop = false; this.gbColumn.Text = "Column"; // // SetHVButton // this.SetHVButton.Location = new System.Drawing.Point(229, 87); this.SetHVButton.Name = "SetHVButton"; this.SetHVButton.Size = new System.Drawing.Size(38, 23); this.SetHVButton.TabIndex = 16; this.SetHVButton.Text = "Set"; this.SetHVButton.UseVisualStyleBackColor = true; this.SetHVButton.Click += new System.EventHandler(this.SetHVButton_Click); // // SetWDButton // this.SetWDButton.Location = new System.Drawing.Point(229, 60); this.SetWDButton.Name = "SetWDButton"; this.SetWDButton.Size = new System.Drawing.Size(38, 23); this.SetWDButton.TabIndex = 15; this.SetWDButton.Text = "Set"; this.SetWDButton.UseVisualStyleBackColor = true; this.SetWDButton.Click += new System.EventHandler(this.SetWDButton_Click); // // SetMagButton // this.SetMagButton.Location = new System.Drawing.Point(229, 33); this.SetMagButton.Name = "SetMagButton"; this.SetMagButton.Size = new System.Drawing.Size(38, 23); this.SetMagButton.TabIndex = 14; this.SetMagButton.Text = "Set"; this.SetMagButton.UseVisualStyleBackColor = true; this.SetMagButton.Click += new System.EventHandler(this.SetMagButton_Click); // // lblFilamentOn // this.lblFilamentOn.AutoSize = true; this.lblFilamentOn.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblFilamentOn.Location = new System.Drawing.Point(33, 137); this.lblFilamentOn.Name = "lblFilamentOn"; this.lblFilamentOn.Size = new System.Drawing.Size(66, 13); this.lblFilamentOn.TabIndex = 13; this.lblFilamentOn.Text = "Filament On:"; // // lblBeamOn // this.lblBeamOn.AutoSize = true; this.lblBeamOn.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblBeamOn.Location = new System.Drawing.Point(45, 116); this.lblBeamOn.Name = "lblBeamOn"; this.lblBeamOn.Size = new System.Drawing.Size(54, 13); this.lblBeamOn.TabIndex = 12; this.lblBeamOn.Text = "Beam On:"; // // textFilamentOn // this.textFilamentOn.AutoSize = true; this.textFilamentOn.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textFilamentOn.Location = new System.Drawing.Point(104, 137); this.textFilamentOn.Name = "textFilamentOn"; this.textFilamentOn.Size = new System.Drawing.Size(79, 13); this.textFilamentOn.TabIndex = 11; this.textFilamentOn.Text = "Filament Status"; // // textBeamOn // this.textBeamOn.AutoSize = true; this.textBeamOn.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textBeamOn.Location = new System.Drawing.Point(104, 116); this.textBeamOn.Name = "textBeamOn"; this.textBeamOn.Size = new System.Drawing.Size(67, 13); this.textBeamOn.TabIndex = 10; this.textBeamOn.Text = "Beam Status"; // // btnSetColumn // this.btnSetColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnSetColumn.Location = new System.Drawing.Point(18, 208); this.btnSetColumn.Name = "btnSetColumn"; this.btnSetColumn.Size = new System.Drawing.Size(220, 23); this.btnSetColumn.TabIndex = 9; this.btnSetColumn.Text = "Set Column Parameters"; this.btnSetColumn.UseVisualStyleBackColor = true; this.btnSetColumn.Click += new System.EventHandler(this.SetColumnConditionsButton_Click); // // tbWD // this.tbWD.Location = new System.Drawing.Point(163, 62); this.tbWD.Name = "tbWD"; this.tbWD.Size = new System.Drawing.Size(60, 20); this.tbWD.TabIndex = 8; // // tbMag // this.tbMag.Location = new System.Drawing.Point(163, 35); this.tbMag.Name = "tbMag"; this.tbMag.Size = new System.Drawing.Size(60, 20); this.tbMag.TabIndex = 7; // // tbHV // this.tbHV.Location = new System.Drawing.Point(162, 89); this.tbHV.Name = "tbHV"; this.tbHV.Size = new System.Drawing.Size(60, 20); this.tbHV.TabIndex = 6; // // textWD // this.textWD.AutoSize = true; this.textWD.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textWD.Location = new System.Drawing.Point(104, 65); this.textWD.Name = "textWD"; this.textWD.Size = new System.Drawing.Size(56, 13); this.textWD.TabIndex = 5; this.textWD.Text = "WD Value"; // // textMag // this.textMag.AutoSize = true; this.textMag.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textMag.Location = new System.Drawing.Point(104, 38); this.textMag.Name = "textMag"; this.textMag.Size = new System.Drawing.Size(58, 13); this.textMag.TabIndex = 4; this.textMag.Text = "Mag Value"; // // textHV // this.textHV.AutoSize = true; this.textHV.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textHV.Location = new System.Drawing.Point(104, 92); this.textHV.Name = "textHV"; this.textHV.Size = new System.Drawing.Size(52, 13); this.textHV.TabIndex = 3; this.textHV.Text = "HV Value"; // // lblWD // this.lblWD.AutoSize = true; this.lblWD.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblWD.Location = new System.Drawing.Point(4, 65); this.lblWD.Name = "lblWD"; this.lblWD.Size = new System.Drawing.Size(95, 13); this.lblWD.TabIndex = 2; this.lblWD.Text = "Working Distance:"; // // lblMag // this.lblMag.AutoSize = true; this.lblMag.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblMag.Location = new System.Drawing.Point(26, 38); this.lblMag.Name = "lblMag"; this.lblMag.Size = new System.Drawing.Size(73, 13); this.lblMag.TabIndex = 1; this.lblMag.Text = "Magnification:"; // // lblHV // this.lblHV.AutoSize = true; this.lblHV.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblHV.Location = new System.Drawing.Point(28, 92); this.lblHV.Name = "lblHV"; this.lblHV.Size = new System.Drawing.Size(71, 13); this.lblHV.TabIndex = 0; this.lblHV.Text = "High Voltage:"; // // gbStage // this.gbStage.Controls.Add(this.textBacklash); this.gbStage.Controls.Add(this.lblBacklash); this.gbStage.Controls.Add(this.tbRotate); this.gbStage.Controls.Add(this.tbTilt); this.gbStage.Controls.Add(this.tbZ); this.gbStage.Controls.Add(this.tbY); this.gbStage.Controls.Add(this.tbX); this.gbStage.Controls.Add(this.btnSetStage); this.gbStage.Controls.Add(this.textRotate); this.gbStage.Controls.Add(this.textTilt); this.gbStage.Controls.Add(this.textZ); this.gbStage.Controls.Add(this.textY); this.gbStage.Controls.Add(this.textX); this.gbStage.Controls.Add(this.lblRotate); this.gbStage.Controls.Add(this.lblTilt); this.gbStage.Controls.Add(this.lblZ); this.gbStage.Controls.Add(this.lblY); this.gbStage.Controls.Add(this.lblX); this.gbStage.Location = new System.Drawing.Point(291, 12); this.gbStage.Name = "gbStage"; this.gbStage.Size = new System.Drawing.Size(267, 256); this.gbStage.TabIndex = 2; this.gbStage.TabStop = false; this.gbStage.Text = "Stage"; // // textBacklash // this.textBacklash.AutoSize = true; this.textBacklash.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textBacklash.Location = new System.Drawing.Point(60, 172); this.textBacklash.Name = "textBacklash"; this.textBacklash.Size = new System.Drawing.Size(84, 13); this.textBacklash.TabIndex = 17; this.textBacklash.Text = "Backlash Status"; // // lblBacklash // this.lblBacklash.AutoSize = true; this.lblBacklash.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblBacklash.Location = new System.Drawing.Point(6, 172); this.lblBacklash.Name = "lblBacklash"; this.lblBacklash.Size = new System.Drawing.Size(54, 13); this.lblBacklash.TabIndex = 16; this.lblBacklash.Text = "Backlash:"; // // tbRotate // this.tbRotate.Location = new System.Drawing.Point(135, 146); this.tbRotate.Name = "tbRotate"; this.tbRotate.Size = new System.Drawing.Size(114, 20); this.tbRotate.TabIndex = 15; // // tbTilt // this.tbTilt.Location = new System.Drawing.Point(135, 117); this.tbTilt.Name = "tbTilt"; this.tbTilt.Size = new System.Drawing.Size(114, 20); this.tbTilt.TabIndex = 14; // // tbZ // this.tbZ.Location = new System.Drawing.Point(135, 89); this.tbZ.Name = "tbZ"; this.tbZ.Size = new System.Drawing.Size(114, 20); this.tbZ.TabIndex = 13; // // tbY // this.tbY.Location = new System.Drawing.Point(135, 62); this.tbY.Name = "tbY"; this.tbY.Size = new System.Drawing.Size(114, 20); this.tbY.TabIndex = 12; // // tbX // this.tbX.Location = new System.Drawing.Point(135, 35); this.tbX.Name = "tbX"; this.tbX.Size = new System.Drawing.Size(114, 20); this.tbX.TabIndex = 11; // // btnSetStage // this.btnSetStage.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnSetStage.Location = new System.Drawing.Point(21, 208); this.btnSetStage.Name = "btnSetStage"; this.btnSetStage.Size = new System.Drawing.Size(220, 23); this.btnSetStage.TabIndex = 10; this.btnSetStage.Text = "Set Stage Parameters"; this.btnSetStage.UseVisualStyleBackColor = true; this.btnSetStage.Click += new System.EventHandler(this.SetStageConditionsButton_Click); // // textRotate // this.textRotate.AutoSize = true; this.textRotate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textRotate.Location = new System.Drawing.Point(60, 149); this.textRotate.Name = "textRotate"; this.textRotate.Size = new System.Drawing.Size(69, 13); this.textRotate.TabIndex = 9; this.textRotate.Text = "Rotate Value"; // // textTilt // this.textTilt.AutoSize = true; this.textTilt.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textTilt.Location = new System.Drawing.Point(60, 120); this.textTilt.Name = "textTilt"; this.textTilt.Size = new System.Drawing.Size(51, 13); this.textTilt.TabIndex = 8; this.textTilt.Text = "Tilt Value"; // // textZ // this.textZ.AutoSize = true; this.textZ.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textZ.Location = new System.Drawing.Point(60, 92); this.textZ.Name = "textZ"; this.textZ.Size = new System.Drawing.Size(44, 13); this.textZ.TabIndex = 7; this.textZ.Text = "Z Value"; // // textY // this.textY.AutoSize = true; this.textY.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textY.Location = new System.Drawing.Point(60, 65); this.textY.Name = "textY"; this.textY.Size = new System.Drawing.Size(44, 13); this.textY.TabIndex = 6; this.textY.Text = "Y Value"; // // textX // this.textX.AutoSize = true; this.textX.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textX.Location = new System.Drawing.Point(60, 38); this.textX.Name = "textX"; this.textX.Size = new System.Drawing.Size(44, 13); this.textX.TabIndex = 5; this.textX.Text = "X Value"; // // lblRotate // this.lblRotate.AutoSize = true; this.lblRotate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblRotate.Location = new System.Drawing.Point(18, 149); this.lblRotate.Name = "lblRotate"; this.lblRotate.Size = new System.Drawing.Size(42, 13); this.lblRotate.TabIndex = 4; this.lblRotate.Text = "Rotate:"; // // lblTilt // this.lblTilt.AutoSize = true; this.lblTilt.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblTilt.Location = new System.Drawing.Point(36, 120); this.lblTilt.Name = "lblTilt"; this.lblTilt.Size = new System.Drawing.Size(24, 13); this.lblTilt.TabIndex = 3; this.lblTilt.Text = "Tilt:"; // // lblZ // this.lblZ.AutoSize = true; this.lblZ.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblZ.Location = new System.Drawing.Point(43, 92); this.lblZ.Name = "lblZ"; this.lblZ.Size = new System.Drawing.Size(17, 13); this.lblZ.TabIndex = 2; this.lblZ.Text = "Z:"; // // lblY // this.lblY.AutoSize = true; this.lblY.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblY.Location = new System.Drawing.Point(43, 65); this.lblY.Name = "lblY"; this.lblY.Size = new System.Drawing.Size(17, 13); this.lblY.TabIndex = 1; this.lblY.Text = "Y:"; // // lblX // this.lblX.AutoSize = true; this.lblX.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblX.Location = new System.Drawing.Point(43, 38); this.lblX.Name = "lblX"; this.lblX.Size = new System.Drawing.Size(17, 13); this.lblX.TabIndex = 0; this.lblX.Text = "X:"; // // MicroscopeControlPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(564, 276); this.Controls.Add(this.gbColumn); this.Controls.Add(this.gbStage); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MicroscopeControlPanel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Microscope Control Panel"; this.gbColumn.ResumeLayout(false); this.gbColumn.PerformLayout(); this.gbStage.ResumeLayout(false); this.gbStage.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox gbColumn; private System.Windows.Forms.Label lblFilamentOn; private System.Windows.Forms.Label lblBeamOn; private System.Windows.Forms.Label textFilamentOn; private System.Windows.Forms.Label textBeamOn; private System.Windows.Forms.Button btnSetColumn; private System.Windows.Forms.TextBox tbWD; private System.Windows.Forms.TextBox tbMag; private System.Windows.Forms.TextBox tbHV; private System.Windows.Forms.Label textWD; private System.Windows.Forms.Label textMag; private System.Windows.Forms.Label textHV; private System.Windows.Forms.Label lblWD; private System.Windows.Forms.Label lblMag; private System.Windows.Forms.Label lblHV; private System.Windows.Forms.GroupBox gbStage; private System.Windows.Forms.Label textBacklash; private System.Windows.Forms.Label lblBacklash; private System.Windows.Forms.TextBox tbRotate; private System.Windows.Forms.TextBox tbTilt; private System.Windows.Forms.TextBox tbZ; private System.Windows.Forms.TextBox tbY; private System.Windows.Forms.TextBox tbX; private System.Windows.Forms.Button btnSetStage; private System.Windows.Forms.Label textRotate; private System.Windows.Forms.Label textTilt; private System.Windows.Forms.Label textZ; private System.Windows.Forms.Label textY; private System.Windows.Forms.Label textX; private System.Windows.Forms.Label lblRotate; private System.Windows.Forms.Label lblTilt; private System.Windows.Forms.Label lblZ; private System.Windows.Forms.Label lblY; private System.Windows.Forms.Label lblX; private System.Windows.Forms.Button SetHVButton; private System.Windows.Forms.Button SetWDButton; private System.Windows.Forms.Button SetMagButton; } }