namespace OINA.Extender.Testharness { partial class Calibrate { /// /// 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.StartCalibrateButton = new System.Windows.Forms.Button(); this.StopCalibrateButton = new System.Windows.Forms.Button(); this.SettingsButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.EstimateTimeLabel = new System.Windows.Forms.Label(); this.RoutineCombobox = new System.Windows.Forms.ComboBox(); this.ehSpectrumViewer = new System.Windows.Forms.Integration.ElementHost(); this.CalibrateProgressBar = new System.Windows.Forms.ProgressBar(); this.label4 = new System.Windows.Forms.Label(); this.CurrentStatusTextbox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.ElementcomboElementhost = new System.Windows.Forms.Integration.ElementHost(); this.ElementCombo = new OINA.Extender.Controls.ElementCombo(); this.label6 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // StartCalibrateButton // this.StartCalibrateButton.Location = new System.Drawing.Point(495, 12); this.StartCalibrateButton.Name = "StartCalibrateButton"; this.StartCalibrateButton.Size = new System.Drawing.Size(80, 25); this.StartCalibrateButton.TabIndex = 0; this.StartCalibrateButton.Text = "Start"; this.StartCalibrateButton.UseVisualStyleBackColor = true; this.StartCalibrateButton.Click += new System.EventHandler(this.StartCalibrateButton_Click); // // StopCalibrateButton // this.StopCalibrateButton.Location = new System.Drawing.Point(581, 12); this.StopCalibrateButton.Name = "StopCalibrateButton"; this.StopCalibrateButton.Size = new System.Drawing.Size(80, 25); this.StopCalibrateButton.TabIndex = 1; this.StopCalibrateButton.Text = "Stop"; this.StopCalibrateButton.UseVisualStyleBackColor = true; this.StopCalibrateButton.Click += new System.EventHandler(this.StopCalibrateButton_Click); // // SettingsButton // this.SettingsButton.Location = new System.Drawing.Point(67, 43); this.SettingsButton.Name = "SettingsButton"; this.SettingsButton.Size = new System.Drawing.Size(80, 25); this.SettingsButton.TabIndex = 2; this.SettingsButton.Text = "Settings"; this.SettingsButton.UseVisualStyleBackColor = true; this.SettingsButton.Click += new System.EventHandler(this.SettingsButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 13); this.label1.TabIndex = 3; this.label1.Text = "Routine:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(397, 18); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(86, 13); this.label2.TabIndex = 4; this.label2.Text = "Acquire Spectra:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(217, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 13); this.label3.TabIndex = 5; this.label3.Text = "Element:"; // // EstimateTimeLabel // this.EstimateTimeLabel.AutoSize = true; this.EstimateTimeLabel.Location = new System.Drawing.Point(427, 48); this.EstimateTimeLabel.Name = "EstimateTimeLabel"; this.EstimateTimeLabel.Size = new System.Drawing.Size(0, 13); this.EstimateTimeLabel.TabIndex = 6; // // RoutineCombobox // this.RoutineCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.RoutineCombobox.FormattingEnabled = true; this.RoutineCombobox.Items.AddRange(new object[] { "Energy Calibration", "Beam Measurement"}); this.RoutineCombobox.Location = new System.Drawing.Point(67, 12); this.RoutineCombobox.Name = "RoutineCombobox"; this.RoutineCombobox.Size = new System.Drawing.Size(140, 21); this.RoutineCombobox.TabIndex = 7; this.RoutineCombobox.SelectionChangeCommitted += new System.EventHandler(this.RoutineCombobox_SelectionChangeCommitted); // // ehSpectrumViewer // this.ehSpectrumViewer.Location = new System.Drawing.Point(12, 74); this.ehSpectrumViewer.Name = "ehSpectrumViewer"; this.ehSpectrumViewer.Size = new System.Drawing.Size(650, 252); this.ehSpectrumViewer.TabIndex = 9; this.ehSpectrumViewer.Text = "spectrumViewer"; this.ehSpectrumViewer.Child = null; // // CalibrateProgressBar // this.CalibrateProgressBar.Location = new System.Drawing.Point(495, 43); this.CalibrateProgressBar.Name = "CalibrateProgressBar"; this.CalibrateProgressBar.Size = new System.Drawing.Size(166, 23); this.CalibrateProgressBar.TabIndex = 10; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(33, 343); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 13); this.label4.TabIndex = 12; // // CurrentStatusTextbox // this.CurrentStatusTextbox.Location = new System.Drawing.Point(91, 332); this.CurrentStatusTextbox.Name = "CurrentStatusTextbox"; this.CurrentStatusTextbox.ReadOnly = true; this.CurrentStatusTextbox.Size = new System.Drawing.Size(182, 20); this.CurrentStatusTextbox.TabIndex = 13; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(11, 335); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(74, 13); this.label5.TabIndex = 14; this.label5.Text = "Current Status"; // // ElementcomboElementhost // this.ElementcomboElementhost.Location = new System.Drawing.Point(271, 12); this.ElementcomboElementhost.Name = "ElementcomboElementhost"; this.ElementcomboElementhost.Size = new System.Drawing.Size(90, 21); this.ElementcomboElementhost.TabIndex = 15; this.ElementcomboElementhost.Text = "elementHost1"; this.ElementcomboElementhost.Child = this.ElementCombo; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(268, 48); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(153, 13); this.label6.TabIndex = 6; this.label6.Text = "Estimated Time To Completion:"; // // Calibrate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(684, 362); this.Controls.Add(this.ElementcomboElementhost); this.Controls.Add(this.label5); this.Controls.Add(this.CurrentStatusTextbox); this.Controls.Add(this.label4); this.Controls.Add(this.CalibrateProgressBar); this.Controls.Add(this.ehSpectrumViewer); this.Controls.Add(this.RoutineCombobox); this.Controls.Add(this.label6); this.Controls.Add(this.EstimateTimeLabel); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.SettingsButton); this.Controls.Add(this.StopCalibrateButton); this.Controls.Add(this.StartCalibrateButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Calibrate"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Calibrate"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button StartCalibrateButton; private System.Windows.Forms.Button StopCalibrateButton; private System.Windows.Forms.Button SettingsButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label EstimateTimeLabel; private System.Windows.Forms.ComboBox RoutineCombobox; private System.Windows.Forms.Integration.ElementHost ehSpectrumViewer; private System.Windows.Forms.ProgressBar CalibrateProgressBar; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox CurrentStatusTextbox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Integration.ElementHost ElementcomboElementhost; private Controls.ElementCombo ElementCombo; private System.Windows.Forms.Label label6; } }