Calibrate.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class Calibrate
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.StartCalibrateButton = new System.Windows.Forms.Button();
  29. this.StopCalibrateButton = new System.Windows.Forms.Button();
  30. this.SettingsButton = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.EstimateTimeLabel = new System.Windows.Forms.Label();
  35. this.RoutineCombobox = new System.Windows.Forms.ComboBox();
  36. this.ehSpectrumViewer = new System.Windows.Forms.Integration.ElementHost();
  37. this.CalibrateProgressBar = new System.Windows.Forms.ProgressBar();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.CurrentStatusTextbox = new System.Windows.Forms.TextBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.ElementcomboElementhost = new System.Windows.Forms.Integration.ElementHost();
  42. this.ElementCombo = new OINA.Extender.Controls.ElementCombo();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // StartCalibrateButton
  47. //
  48. this.StartCalibrateButton.Location = new System.Drawing.Point(495, 12);
  49. this.StartCalibrateButton.Name = "StartCalibrateButton";
  50. this.StartCalibrateButton.Size = new System.Drawing.Size(80, 25);
  51. this.StartCalibrateButton.TabIndex = 0;
  52. this.StartCalibrateButton.Text = "Start";
  53. this.StartCalibrateButton.UseVisualStyleBackColor = true;
  54. this.StartCalibrateButton.Click += new System.EventHandler(this.StartCalibrateButton_Click);
  55. //
  56. // StopCalibrateButton
  57. //
  58. this.StopCalibrateButton.Location = new System.Drawing.Point(581, 12);
  59. this.StopCalibrateButton.Name = "StopCalibrateButton";
  60. this.StopCalibrateButton.Size = new System.Drawing.Size(80, 25);
  61. this.StopCalibrateButton.TabIndex = 1;
  62. this.StopCalibrateButton.Text = "Stop";
  63. this.StopCalibrateButton.UseVisualStyleBackColor = true;
  64. this.StopCalibrateButton.Click += new System.EventHandler(this.StopCalibrateButton_Click);
  65. //
  66. // SettingsButton
  67. //
  68. this.SettingsButton.Location = new System.Drawing.Point(67, 43);
  69. this.SettingsButton.Name = "SettingsButton";
  70. this.SettingsButton.Size = new System.Drawing.Size(80, 25);
  71. this.SettingsButton.TabIndex = 2;
  72. this.SettingsButton.Text = "Settings";
  73. this.SettingsButton.UseVisualStyleBackColor = true;
  74. this.SettingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Location = new System.Drawing.Point(14, 15);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(47, 13);
  82. this.label1.TabIndex = 3;
  83. this.label1.Text = "Routine:";
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Location = new System.Drawing.Point(397, 18);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(86, 13);
  91. this.label2.TabIndex = 4;
  92. this.label2.Text = "Acquire Spectra:";
  93. //
  94. // label3
  95. //
  96. this.label3.AutoSize = true;
  97. this.label3.Location = new System.Drawing.Point(217, 15);
  98. this.label3.Name = "label3";
  99. this.label3.Size = new System.Drawing.Size(48, 13);
  100. this.label3.TabIndex = 5;
  101. this.label3.Text = "Element:";
  102. //
  103. // EstimateTimeLabel
  104. //
  105. this.EstimateTimeLabel.AutoSize = true;
  106. this.EstimateTimeLabel.Location = new System.Drawing.Point(427, 48);
  107. this.EstimateTimeLabel.Name = "EstimateTimeLabel";
  108. this.EstimateTimeLabel.Size = new System.Drawing.Size(0, 13);
  109. this.EstimateTimeLabel.TabIndex = 6;
  110. //
  111. // RoutineCombobox
  112. //
  113. this.RoutineCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  114. this.RoutineCombobox.FormattingEnabled = true;
  115. this.RoutineCombobox.Items.AddRange(new object[] {
  116. "Energy Calibration",
  117. "Beam Measurement"});
  118. this.RoutineCombobox.Location = new System.Drawing.Point(67, 12);
  119. this.RoutineCombobox.Name = "RoutineCombobox";
  120. this.RoutineCombobox.Size = new System.Drawing.Size(140, 21);
  121. this.RoutineCombobox.TabIndex = 7;
  122. this.RoutineCombobox.SelectionChangeCommitted += new System.EventHandler(this.RoutineCombobox_SelectionChangeCommitted);
  123. //
  124. // ehSpectrumViewer
  125. //
  126. this.ehSpectrumViewer.Location = new System.Drawing.Point(12, 74);
  127. this.ehSpectrumViewer.Name = "ehSpectrumViewer";
  128. this.ehSpectrumViewer.Size = new System.Drawing.Size(650, 252);
  129. this.ehSpectrumViewer.TabIndex = 9;
  130. this.ehSpectrumViewer.Text = "spectrumViewer";
  131. this.ehSpectrumViewer.Child = null;
  132. //
  133. // CalibrateProgressBar
  134. //
  135. this.CalibrateProgressBar.Location = new System.Drawing.Point(495, 43);
  136. this.CalibrateProgressBar.Name = "CalibrateProgressBar";
  137. this.CalibrateProgressBar.Size = new System.Drawing.Size(166, 23);
  138. this.CalibrateProgressBar.TabIndex = 10;
  139. //
  140. // label4
  141. //
  142. this.label4.AutoSize = true;
  143. this.label4.Location = new System.Drawing.Point(33, 343);
  144. this.label4.Name = "label4";
  145. this.label4.Size = new System.Drawing.Size(0, 13);
  146. this.label4.TabIndex = 12;
  147. //
  148. // CurrentStatusTextbox
  149. //
  150. this.CurrentStatusTextbox.Location = new System.Drawing.Point(91, 332);
  151. this.CurrentStatusTextbox.Name = "CurrentStatusTextbox";
  152. this.CurrentStatusTextbox.ReadOnly = true;
  153. this.CurrentStatusTextbox.Size = new System.Drawing.Size(182, 20);
  154. this.CurrentStatusTextbox.TabIndex = 13;
  155. //
  156. // label5
  157. //
  158. this.label5.AutoSize = true;
  159. this.label5.Location = new System.Drawing.Point(11, 335);
  160. this.label5.Name = "label5";
  161. this.label5.Size = new System.Drawing.Size(74, 13);
  162. this.label5.TabIndex = 14;
  163. this.label5.Text = "Current Status";
  164. //
  165. // ElementcomboElementhost
  166. //
  167. this.ElementcomboElementhost.Location = new System.Drawing.Point(271, 12);
  168. this.ElementcomboElementhost.Name = "ElementcomboElementhost";
  169. this.ElementcomboElementhost.Size = new System.Drawing.Size(90, 21);
  170. this.ElementcomboElementhost.TabIndex = 15;
  171. this.ElementcomboElementhost.Text = "elementHost1";
  172. this.ElementcomboElementhost.Child = this.ElementCombo;
  173. //
  174. // label6
  175. //
  176. this.label6.AutoSize = true;
  177. this.label6.Location = new System.Drawing.Point(268, 48);
  178. this.label6.Name = "label6";
  179. this.label6.Size = new System.Drawing.Size(153, 13);
  180. this.label6.TabIndex = 6;
  181. this.label6.Text = "Estimated Time To Completion:";
  182. //
  183. // Calibrate
  184. //
  185. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  186. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  187. this.ClientSize = new System.Drawing.Size(684, 362);
  188. this.Controls.Add(this.ElementcomboElementhost);
  189. this.Controls.Add(this.label5);
  190. this.Controls.Add(this.CurrentStatusTextbox);
  191. this.Controls.Add(this.label4);
  192. this.Controls.Add(this.CalibrateProgressBar);
  193. this.Controls.Add(this.ehSpectrumViewer);
  194. this.Controls.Add(this.RoutineCombobox);
  195. this.Controls.Add(this.label6);
  196. this.Controls.Add(this.EstimateTimeLabel);
  197. this.Controls.Add(this.label3);
  198. this.Controls.Add(this.label2);
  199. this.Controls.Add(this.label1);
  200. this.Controls.Add(this.SettingsButton);
  201. this.Controls.Add(this.StopCalibrateButton);
  202. this.Controls.Add(this.StartCalibrateButton);
  203. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  204. this.MaximizeBox = false;
  205. this.MinimizeBox = false;
  206. this.Name = "Calibrate";
  207. this.ShowIcon = false;
  208. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  209. this.Text = "Calibrate";
  210. this.ResumeLayout(false);
  211. this.PerformLayout();
  212. }
  213. #endregion
  214. private System.Windows.Forms.Button StartCalibrateButton;
  215. private System.Windows.Forms.Button StopCalibrateButton;
  216. private System.Windows.Forms.Button SettingsButton;
  217. private System.Windows.Forms.Label label1;
  218. private System.Windows.Forms.Label label2;
  219. private System.Windows.Forms.Label label3;
  220. private System.Windows.Forms.Label EstimateTimeLabel;
  221. private System.Windows.Forms.ComboBox RoutineCombobox;
  222. private System.Windows.Forms.Integration.ElementHost ehSpectrumViewer;
  223. private System.Windows.Forms.ProgressBar CalibrateProgressBar;
  224. private System.Windows.Forms.Label label4;
  225. private System.Windows.Forms.TextBox CurrentStatusTextbox;
  226. private System.Windows.Forms.Label label5;
  227. private System.Windows.Forms.Integration.ElementHost ElementcomboElementhost;
  228. private Controls.ElementCombo ElementCombo;
  229. private System.Windows.Forms.Label label6;
  230. }
  231. }