namespace OINA.Extender.Testharness { partial class DetectorControlPanel { /// /// 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.gbSlideControl = new System.Windows.Forms.GroupBox(); this.lblSlidePosition = new System.Windows.Forms.Label(); this.btnMoveOut = new System.Windows.Forms.Button(); this.textActivityStatus = new System.Windows.Forms.Label(); this.btnMoveStop = new System.Windows.Forms.Button(); this.textPositionStatus = new System.Windows.Forms.Label(); this.btnMoveIn = new System.Windows.Forms.Button(); this.lblSlideActivity = new System.Windows.Forms.Label(); this.gbDetectorStatus = new System.Windows.Forms.GroupBox(); this.tbDetectorDescription = new System.Windows.Forms.TextBox(); this.lblDetectorDescription = new System.Windows.Forms.Label(); this.textDetectorIsReady = new System.Windows.Forms.Label(); this.lblDetectorIsReady = new System.Windows.Forms.Label(); this.gbShutterControl = new System.Windows.Forms.GroupBox(); this.btnClose = new System.Windows.Forms.Button(); this.btnOpen = new System.Windows.Forms.Button(); this.lblShutterStatus = new System.Windows.Forms.Label(); this.textShutterStatus = new System.Windows.Forms.Label(); this.gbOverloadControl = new System.Windows.Forms.GroupBox(); this.btnToggleOverloadProtection = new System.Windows.Forms.Button(); this.lblThresholdValue = new System.Windows.Forms.Label(); this.lblDelayValue = new System.Windows.Forms.Label(); this.tbDelay = new System.Windows.Forms.TextBox(); this.tbThreshold = new System.Windows.Forms.TextBox(); this.btuSetOverloadValue = new System.Windows.Forms.Button(); this.textOverloadProtection = new System.Windows.Forms.Label(); this.lblOverloadProtection = new System.Windows.Forms.Label(); this.textInterlockStatus = new System.Windows.Forms.Label(); this.lblInterlockStatus = new System.Windows.Forms.Label(); this.textThreshold = new System.Windows.Forms.Label(); this.textDelay = new System.Windows.Forms.Label(); this.lblOverloadThreshold = new System.Windows.Forms.Label(); this.lblOverloadDelay = new System.Windows.Forms.Label(); this.gbThermalControl = new System.Windows.Forms.GroupBox(); this.lblThermalStatus = new System.Windows.Forms.Label(); this.textOperatingStatus = new System.Windows.Forms.Label(); this.btnStandby = new System.Windows.Forms.Button(); this.btnOperate = new System.Windows.Forms.Button(); this.gbSlideControl.SuspendLayout(); this.gbDetectorStatus.SuspendLayout(); this.gbShutterControl.SuspendLayout(); this.gbOverloadControl.SuspendLayout(); this.gbThermalControl.SuspendLayout(); this.SuspendLayout(); // // gbSlideControl // this.gbSlideControl.Controls.Add(this.lblSlidePosition); this.gbSlideControl.Controls.Add(this.btnMoveOut); this.gbSlideControl.Controls.Add(this.textActivityStatus); this.gbSlideControl.Controls.Add(this.btnMoveStop); this.gbSlideControl.Controls.Add(this.textPositionStatus); this.gbSlideControl.Controls.Add(this.btnMoveIn); this.gbSlideControl.Controls.Add(this.lblSlideActivity); this.gbSlideControl.Location = new System.Drawing.Point(259, 12); this.gbSlideControl.Name = "gbSlideControl"; this.gbSlideControl.Size = new System.Drawing.Size(290, 112); this.gbSlideControl.TabIndex = 16; this.gbSlideControl.TabStop = false; this.gbSlideControl.Text = "Slide Control"; // // lblSlidePosition // this.lblSlidePosition.AutoSize = true; this.lblSlidePosition.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblSlidePosition.Location = new System.Drawing.Point(15, 28); this.lblSlidePosition.Name = "lblSlidePosition"; this.lblSlidePosition.Size = new System.Drawing.Size(73, 13); this.lblSlidePosition.TabIndex = 0; this.lblSlidePosition.Text = "Slide Position:"; // // btnMoveOut // this.btnMoveOut.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnMoveOut.Location = new System.Drawing.Point(105, 74); this.btnMoveOut.Name = "btnMoveOut"; this.btnMoveOut.Size = new System.Drawing.Size(75, 23); this.btnMoveOut.TabIndex = 4; this.btnMoveOut.Text = "Out"; this.btnMoveOut.UseVisualStyleBackColor = true; this.btnMoveOut.Click += new System.EventHandler(this.MoveOutButton_Click); // // textActivityStatus // this.textActivityStatus.AutoSize = true; this.textActivityStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textActivityStatus.Location = new System.Drawing.Point(102, 45); this.textActivityStatus.Name = "textActivityStatus"; this.textActivityStatus.Size = new System.Drawing.Size(67, 13); this.textActivityStatus.TabIndex = 10; this.textActivityStatus.Text = "Slide Activity"; // // btnMoveStop // this.btnMoveStop.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnMoveStop.Location = new System.Drawing.Point(195, 74); this.btnMoveStop.Name = "btnMoveStop"; this.btnMoveStop.Size = new System.Drawing.Size(75, 23); this.btnMoveStop.TabIndex = 3; this.btnMoveStop.Text = "Stop"; this.btnMoveStop.UseVisualStyleBackColor = true; this.btnMoveStop.Click += new System.EventHandler(this.StopButton_Click); // // textPositionStatus // this.textPositionStatus.AutoSize = true; this.textPositionStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textPositionStatus.Location = new System.Drawing.Point(102, 28); this.textPositionStatus.Name = "textPositionStatus"; this.textPositionStatus.Size = new System.Drawing.Size(70, 13); this.textPositionStatus.TabIndex = 1; this.textPositionStatus.Text = "Slide Position"; // // btnMoveIn // this.btnMoveIn.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnMoveIn.Location = new System.Drawing.Point(13, 74); this.btnMoveIn.Name = "btnMoveIn"; this.btnMoveIn.Size = new System.Drawing.Size(75, 23); this.btnMoveIn.TabIndex = 2; this.btnMoveIn.Text = "In"; this.btnMoveIn.UseVisualStyleBackColor = true; this.btnMoveIn.Click += new System.EventHandler(this.MoveInButton_Click); // // lblSlideActivity // this.lblSlideActivity.AutoSize = true; this.lblSlideActivity.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblSlideActivity.Location = new System.Drawing.Point(18, 45); this.lblSlideActivity.Name = "lblSlideActivity"; this.lblSlideActivity.Size = new System.Drawing.Size(70, 13); this.lblSlideActivity.TabIndex = 9; this.lblSlideActivity.Text = "Slide Activity:"; // // gbDetectorStatus // this.gbDetectorStatus.Controls.Add(this.tbDetectorDescription); this.gbDetectorStatus.Controls.Add(this.lblDetectorDescription); this.gbDetectorStatus.Controls.Add(this.textDetectorIsReady); this.gbDetectorStatus.Controls.Add(this.lblDetectorIsReady); this.gbDetectorStatus.Location = new System.Drawing.Point(12, 12); this.gbDetectorStatus.Name = "gbDetectorStatus"; this.gbDetectorStatus.Size = new System.Drawing.Size(241, 150); this.gbDetectorStatus.TabIndex = 20; this.gbDetectorStatus.TabStop = false; this.gbDetectorStatus.Text = "Detector Status"; // // tbDetectorDescription // this.tbDetectorDescription.Location = new System.Drawing.Point(10, 54); this.tbDetectorDescription.Multiline = true; this.tbDetectorDescription.Name = "tbDetectorDescription"; this.tbDetectorDescription.Size = new System.Drawing.Size(225, 90); this.tbDetectorDescription.TabIndex = 3; // // lblDetectorDescription // this.lblDetectorDescription.AutoSize = true; this.lblDetectorDescription.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblDetectorDescription.Location = new System.Drawing.Point(7, 38); this.lblDetectorDescription.Name = "lblDetectorDescription"; this.lblDetectorDescription.Size = new System.Drawing.Size(107, 13); this.lblDetectorDescription.TabIndex = 2; this.lblDetectorDescription.Text = "Detector Description:"; // // textDetectorIsReady // this.textDetectorIsReady.AutoSize = true; this.textDetectorIsReady.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textDetectorIsReady.Location = new System.Drawing.Point(113, 19); this.textDetectorIsReady.Name = "textDetectorIsReady"; this.textDetectorIsReady.Size = new System.Drawing.Size(99, 13); this.textDetectorIsReady.TabIndex = 1; this.textDetectorIsReady.Text = "Detector Is Ready?"; // // lblDetectorIsReady // this.lblDetectorIsReady.AutoSize = true; this.lblDetectorIsReady.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblDetectorIsReady.Location = new System.Drawing.Point(7, 20); this.lblDetectorIsReady.Name = "lblDetectorIsReady"; this.lblDetectorIsReady.Size = new System.Drawing.Size(96, 13); this.lblDetectorIsReady.TabIndex = 0; this.lblDetectorIsReady.Text = "Detector Is Ready:"; // // gbShutterControl // this.gbShutterControl.Controls.Add(this.btnClose); this.gbShutterControl.Controls.Add(this.btnOpen); this.gbShutterControl.Controls.Add(this.lblShutterStatus); this.gbShutterControl.Controls.Add(this.textShutterStatus); this.gbShutterControl.Location = new System.Drawing.Point(12, 266); this.gbShutterControl.Name = "gbShutterControl"; this.gbShutterControl.Size = new System.Drawing.Size(241, 91); this.gbShutterControl.TabIndex = 19; this.gbShutterControl.TabStop = false; this.gbShutterControl.Text = "Shutter Control"; // // btnClose // this.btnClose.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnClose.Location = new System.Drawing.Point(113, 55); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 2; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.CloseButton_Click); // // btnOpen // this.btnOpen.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnOpen.Location = new System.Drawing.Point(18, 55); this.btnOpen.Name = "btnOpen"; this.btnOpen.Size = new System.Drawing.Size(75, 23); this.btnOpen.TabIndex = 1; this.btnOpen.Text = "Open"; this.btnOpen.UseVisualStyleBackColor = true; this.btnOpen.Click += new System.EventHandler(this.OpenButton_Click); // // lblShutterStatus // this.lblShutterStatus.AutoSize = true; this.lblShutterStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblShutterStatus.Location = new System.Drawing.Point(19, 28); this.lblShutterStatus.Name = "lblShutterStatus"; this.lblShutterStatus.Size = new System.Drawing.Size(77, 13); this.lblShutterStatus.TabIndex = 0; this.lblShutterStatus.Text = "Shutter Status:"; // // textShutterStatus // this.textShutterStatus.AutoSize = true; this.textShutterStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textShutterStatus.Location = new System.Drawing.Point(110, 28); this.textShutterStatus.Name = "textShutterStatus"; this.textShutterStatus.Size = new System.Drawing.Size(74, 13); this.textShutterStatus.TabIndex = 0; this.textShutterStatus.Text = "Shutter Status"; // // gbOverloadControl // this.gbOverloadControl.Controls.Add(this.btnToggleOverloadProtection); this.gbOverloadControl.Controls.Add(this.lblThresholdValue); this.gbOverloadControl.Controls.Add(this.lblDelayValue); this.gbOverloadControl.Controls.Add(this.tbDelay); this.gbOverloadControl.Controls.Add(this.tbThreshold); this.gbOverloadControl.Controls.Add(this.btuSetOverloadValue); this.gbOverloadControl.Controls.Add(this.textOverloadProtection); this.gbOverloadControl.Controls.Add(this.lblOverloadProtection); this.gbOverloadControl.Controls.Add(this.textInterlockStatus); this.gbOverloadControl.Controls.Add(this.lblInterlockStatus); this.gbOverloadControl.Controls.Add(this.textThreshold); this.gbOverloadControl.Controls.Add(this.textDelay); this.gbOverloadControl.Controls.Add(this.lblOverloadThreshold); this.gbOverloadControl.Controls.Add(this.lblOverloadDelay); this.gbOverloadControl.Location = new System.Drawing.Point(259, 130); this.gbOverloadControl.Name = "gbOverloadControl"; this.gbOverloadControl.Size = new System.Drawing.Size(290, 227); this.gbOverloadControl.TabIndex = 18; this.gbOverloadControl.TabStop = false; this.gbOverloadControl.Text = "Overload Control"; // // btnToggleOverloadProtection // this.btnToggleOverloadProtection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnToggleOverloadProtection.Location = new System.Drawing.Point(12, 113); this.btnToggleOverloadProtection.Name = "btnToggleOverloadProtection"; this.btnToggleOverloadProtection.Size = new System.Drawing.Size(258, 23); this.btnToggleOverloadProtection.TabIndex = 15; this.btnToggleOverloadProtection.Text = "Toggle Overload Protection"; this.btnToggleOverloadProtection.UseVisualStyleBackColor = true; this.btnToggleOverloadProtection.Click += new System.EventHandler(this.ToggleOverloadProtectionButton_Click); // // lblThresholdValue // this.lblThresholdValue.AutoSize = true; this.lblThresholdValue.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblThresholdValue.Location = new System.Drawing.Point(12, 171); this.lblThresholdValue.Name = "lblThresholdValue"; this.lblThresholdValue.Size = new System.Drawing.Size(87, 13); this.lblThresholdValue.TabIndex = 14; this.lblThresholdValue.Text = "Threshold Value:"; // // lblDelayValue // this.lblDelayValue.AutoSize = true; this.lblDelayValue.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblDelayValue.Location = new System.Drawing.Point(12, 145); this.lblDelayValue.Name = "lblDelayValue"; this.lblDelayValue.Size = new System.Drawing.Size(67, 13); this.lblDelayValue.TabIndex = 13; this.lblDelayValue.Text = "Delay Value:"; // // tbDelay // this.tbDelay.Location = new System.Drawing.Point(105, 142); this.tbDelay.Name = "tbDelay"; this.tbDelay.Size = new System.Drawing.Size(165, 20); this.tbDelay.TabIndex = 12; // // tbThreshold // this.tbThreshold.Location = new System.Drawing.Point(105, 168); this.tbThreshold.Name = "tbThreshold"; this.tbThreshold.Size = new System.Drawing.Size(165, 20); this.tbThreshold.TabIndex = 11; // // btuSetOverloadValue // this.btuSetOverloadValue.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btuSetOverloadValue.Location = new System.Drawing.Point(12, 196); this.btuSetOverloadValue.Name = "btuSetOverloadValue"; this.btuSetOverloadValue.Size = new System.Drawing.Size(258, 23); this.btuSetOverloadValue.TabIndex = 9; this.btuSetOverloadValue.Text = "Set Overload Value"; this.btuSetOverloadValue.UseVisualStyleBackColor = true; this.btuSetOverloadValue.Click += new System.EventHandler(this.SetOverloadValueButton_Click); // // textOverloadProtection // this.textOverloadProtection.AutoSize = true; this.textOverloadProtection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textOverloadProtection.Location = new System.Drawing.Point(121, 27); this.textOverloadProtection.Name = "textOverloadProtection"; this.textOverloadProtection.Size = new System.Drawing.Size(101, 13); this.textOverloadProtection.TabIndex = 8; this.textOverloadProtection.Text = "Overload Protection"; // // lblOverloadProtection // this.lblOverloadProtection.AutoSize = true; this.lblOverloadProtection.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblOverloadProtection.Location = new System.Drawing.Point(10, 27); this.lblOverloadProtection.Name = "lblOverloadProtection"; this.lblOverloadProtection.Size = new System.Drawing.Size(104, 13); this.lblOverloadProtection.TabIndex = 7; this.lblOverloadProtection.Text = "Overload Protection:"; // // textInterlockStatus // this.textInterlockStatus.AutoSize = true; this.textInterlockStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textInterlockStatus.Location = new System.Drawing.Point(121, 79); this.textInterlockStatus.Name = "textInterlockStatus"; this.textInterlockStatus.Size = new System.Drawing.Size(81, 13); this.textInterlockStatus.TabIndex = 6; this.textInterlockStatus.Text = "Interlock Status"; // // lblInterlockStatus // this.lblInterlockStatus.AutoSize = true; this.lblInterlockStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblInterlockStatus.Location = new System.Drawing.Point(10, 79); this.lblInterlockStatus.Name = "lblInterlockStatus"; this.lblInterlockStatus.Size = new System.Drawing.Size(98, 13); this.lblInterlockStatus.TabIndex = 5; this.lblInterlockStatus.Text = "Low Mag Interlock:"; // // textThreshold // this.textThreshold.AutoSize = true; this.textThreshold.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textThreshold.Location = new System.Drawing.Point(121, 62); this.textThreshold.Name = "textThreshold"; this.textThreshold.Size = new System.Drawing.Size(84, 13); this.textThreshold.TabIndex = 4; this.textThreshold.Text = "Threshold Value"; // // textDelay // this.textDelay.AutoSize = true; this.textDelay.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textDelay.Location = new System.Drawing.Point(121, 45); this.textDelay.Name = "textDelay"; this.textDelay.Size = new System.Drawing.Size(64, 13); this.textDelay.TabIndex = 3; this.textDelay.Text = "Delay Value"; // // lblOverloadThreshold // this.lblOverloadThreshold.AutoSize = true; this.lblOverloadThreshold.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblOverloadThreshold.Location = new System.Drawing.Point(10, 62); this.lblOverloadThreshold.Name = "lblOverloadThreshold"; this.lblOverloadThreshold.Size = new System.Drawing.Size(103, 13); this.lblOverloadThreshold.TabIndex = 2; this.lblOverloadThreshold.Text = "Overload Threshold:"; // // lblOverloadDelay // this.lblOverloadDelay.AutoSize = true; this.lblOverloadDelay.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblOverloadDelay.Location = new System.Drawing.Point(10, 45); this.lblOverloadDelay.Name = "lblOverloadDelay"; this.lblOverloadDelay.Size = new System.Drawing.Size(83, 13); this.lblOverloadDelay.TabIndex = 1; this.lblOverloadDelay.Text = "Overload Delay:"; // // gbThermalControl // this.gbThermalControl.Controls.Add(this.lblThermalStatus); this.gbThermalControl.Controls.Add(this.textOperatingStatus); this.gbThermalControl.Controls.Add(this.btnStandby); this.gbThermalControl.Controls.Add(this.btnOperate); this.gbThermalControl.Location = new System.Drawing.Point(12, 168); this.gbThermalControl.Name = "gbThermalControl"; this.gbThermalControl.Size = new System.Drawing.Size(241, 89); this.gbThermalControl.TabIndex = 17; this.gbThermalControl.TabStop = false; this.gbThermalControl.Text = "Thermal Control"; // // lblThermalStatus // this.lblThermalStatus.AutoSize = true; this.lblThermalStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblThermalStatus.Location = new System.Drawing.Point(15, 28); this.lblThermalStatus.Name = "lblThermalStatus"; this.lblThermalStatus.Size = new System.Drawing.Size(81, 13); this.lblThermalStatus.TabIndex = 6; this.lblThermalStatus.Text = "Thermal Status:"; // // textOperatingStatus // this.textOperatingStatus.AutoSize = true; this.textOperatingStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.textOperatingStatus.Location = new System.Drawing.Point(110, 28); this.textOperatingStatus.Name = "textOperatingStatus"; this.textOperatingStatus.Size = new System.Drawing.Size(86, 13); this.textOperatingStatus.TabIndex = 5; this.textOperatingStatus.Text = "Operating Status"; // // btnStandby // this.btnStandby.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnStandby.Location = new System.Drawing.Point(110, 57); this.btnStandby.Name = "btnStandby"; this.btnStandby.Size = new System.Drawing.Size(75, 23); this.btnStandby.TabIndex = 8; this.btnStandby.Text = "Standby"; this.btnStandby.UseVisualStyleBackColor = true; this.btnStandby.Click += new System.EventHandler(this.StandbyButton_Click); // // btnOperate // this.btnOperate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnOperate.Location = new System.Drawing.Point(18, 57); this.btnOperate.Name = "btnOperate"; this.btnOperate.Size = new System.Drawing.Size(75, 23); this.btnOperate.TabIndex = 7; this.btnOperate.Text = "Operate"; this.btnOperate.UseVisualStyleBackColor = true; this.btnOperate.Click += new System.EventHandler(this.OperateButton_Click); // // DetectorControlPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(564, 372); this.Controls.Add(this.gbSlideControl); this.Controls.Add(this.gbDetectorStatus); this.Controls.Add(this.gbShutterControl); this.Controls.Add(this.gbOverloadControl); this.Controls.Add(this.gbThermalControl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DetectorControlPanel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Detector Control Panel"; this.gbSlideControl.ResumeLayout(false); this.gbSlideControl.PerformLayout(); this.gbDetectorStatus.ResumeLayout(false); this.gbDetectorStatus.PerformLayout(); this.gbShutterControl.ResumeLayout(false); this.gbShutterControl.PerformLayout(); this.gbOverloadControl.ResumeLayout(false); this.gbOverloadControl.PerformLayout(); this.gbThermalControl.ResumeLayout(false); this.gbThermalControl.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox gbSlideControl; private System.Windows.Forms.Label lblSlidePosition; private System.Windows.Forms.Button btnMoveOut; private System.Windows.Forms.Label textActivityStatus; private System.Windows.Forms.Button btnMoveStop; private System.Windows.Forms.Label textPositionStatus; private System.Windows.Forms.Button btnMoveIn; private System.Windows.Forms.Label lblSlideActivity; private System.Windows.Forms.GroupBox gbDetectorStatus; private System.Windows.Forms.TextBox tbDetectorDescription; private System.Windows.Forms.Label lblDetectorDescription; private System.Windows.Forms.Label textDetectorIsReady; private System.Windows.Forms.Label lblDetectorIsReady; private System.Windows.Forms.GroupBox gbShutterControl; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnOpen; private System.Windows.Forms.Label lblShutterStatus; private System.Windows.Forms.Label textShutterStatus; private System.Windows.Forms.GroupBox gbOverloadControl; private System.Windows.Forms.Button btnToggleOverloadProtection; private System.Windows.Forms.Label lblThresholdValue; private System.Windows.Forms.Label lblDelayValue; private System.Windows.Forms.TextBox tbDelay; private System.Windows.Forms.TextBox tbThreshold; private System.Windows.Forms.Button btuSetOverloadValue; private System.Windows.Forms.Label textOverloadProtection; private System.Windows.Forms.Label lblOverloadProtection; private System.Windows.Forms.Label textInterlockStatus; private System.Windows.Forms.Label lblInterlockStatus; private System.Windows.Forms.Label textThreshold; private System.Windows.Forms.Label textDelay; private System.Windows.Forms.Label lblOverloadThreshold; private System.Windows.Forms.Label lblOverloadDelay; private System.Windows.Forms.GroupBox gbThermalControl; private System.Windows.Forms.Label lblThermalStatus; private System.Windows.Forms.Label textOperatingStatus; private System.Windows.Forms.Button btnStandby; private System.Windows.Forms.Button btnOperate; } }