123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- namespace OINA.Extender.Testharness
- {
- partial class Calibrate
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|