BeamMeasurementSettings.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class BeamMeasurementSettings
  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.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.EnergyRangeCombobox = new System.Windows.Forms.ComboBox();
  33. this.NumberofchannelsCombobox = new System.Windows.Forms.ComboBox();
  34. this.ProcesstimeCombobox = new System.Windows.Forms.ComboBox();
  35. this.TotalcountsTextbox = new System.Windows.Forms.TextBox();
  36. this.OKButton = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(13, 15);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(103, 13);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "Energy Range(keV):";
  47. //
  48. // label2
  49. //
  50. this.label2.AutoSize = true;
  51. this.label2.Location = new System.Drawing.Point(13, 42);
  52. this.label2.Name = "label2";
  53. this.label2.Size = new System.Drawing.Size(106, 13);
  54. this.label2.TabIndex = 1;
  55. this.label2.Text = "Number of Channels:";
  56. //
  57. // label3
  58. //
  59. this.label3.AutoSize = true;
  60. this.label3.Location = new System.Drawing.Point(13, 69);
  61. this.label3.Name = "label3";
  62. this.label3.Size = new System.Drawing.Size(74, 13);
  63. this.label3.TabIndex = 2;
  64. this.label3.Text = "Process Time:";
  65. //
  66. // label4
  67. //
  68. this.label4.AutoSize = true;
  69. this.label4.Location = new System.Drawing.Point(13, 96);
  70. this.label4.Name = "label4";
  71. this.label4.Size = new System.Drawing.Size(126, 13);
  72. this.label4.TabIndex = 3;
  73. this.label4.Text = "Total counts in spectrum:";
  74. //
  75. // EnergyRangeCombobox
  76. //
  77. this.EnergyRangeCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  78. this.EnergyRangeCombobox.FormattingEnabled = true;
  79. this.EnergyRangeCombobox.Items.AddRange(new object[] {
  80. "Auto",
  81. "10",
  82. "20",
  83. "40"});
  84. this.EnergyRangeCombobox.Location = new System.Drawing.Point(143, 12);
  85. this.EnergyRangeCombobox.Name = "EnergyRangeCombobox";
  86. this.EnergyRangeCombobox.Size = new System.Drawing.Size(121, 21);
  87. this.EnergyRangeCombobox.TabIndex = 4;
  88. this.EnergyRangeCombobox.SelectedValueChanged += new System.EventHandler(this.EnergyRangeCombobox_SelectedValueChanged);
  89. //
  90. // NumberofchannelsCombobox
  91. //
  92. this.NumberofchannelsCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  93. this.NumberofchannelsCombobox.FormattingEnabled = true;
  94. this.NumberofchannelsCombobox.Items.AddRange(new object[] {
  95. "Auto",
  96. "1024",
  97. "2048",
  98. "4096"});
  99. this.NumberofchannelsCombobox.Location = new System.Drawing.Point(143, 39);
  100. this.NumberofchannelsCombobox.Name = "NumberofchannelsCombobox";
  101. this.NumberofchannelsCombobox.Size = new System.Drawing.Size(121, 21);
  102. this.NumberofchannelsCombobox.TabIndex = 5;
  103. this.NumberofchannelsCombobox.SelectedValueChanged += new System.EventHandler(this.NumberofchannelsCombobox_SelectedValueChanged);
  104. //
  105. // ProcesstimeCombobox
  106. //
  107. this.ProcesstimeCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  108. this.ProcesstimeCombobox.FormattingEnabled = true;
  109. this.ProcesstimeCombobox.Items.AddRange(new object[] {
  110. "Auto",
  111. "1",
  112. "2",
  113. "3",
  114. "4",
  115. "5",
  116. "6"});
  117. this.ProcesstimeCombobox.Location = new System.Drawing.Point(143, 66);
  118. this.ProcesstimeCombobox.Name = "ProcesstimeCombobox";
  119. this.ProcesstimeCombobox.Size = new System.Drawing.Size(121, 21);
  120. this.ProcesstimeCombobox.TabIndex = 6;
  121. this.ProcesstimeCombobox.SelectedValueChanged += new System.EventHandler(this.ProcesstimeCombobox_SelectedValueChanged);
  122. //
  123. // TotalcountsTextbox
  124. //
  125. this.TotalcountsTextbox.Location = new System.Drawing.Point(143, 93);
  126. this.TotalcountsTextbox.Name = "TotalcountsTextbox";
  127. this.TotalcountsTextbox.Size = new System.Drawing.Size(121, 20);
  128. this.TotalcountsTextbox.TabIndex = 7;
  129. this.TotalcountsTextbox.TextChanged += new System.EventHandler(this.TotalcountsTextbox_TextChanged);
  130. //
  131. // OKButton
  132. //
  133. this.OKButton.Location = new System.Drawing.Point(189, 120);
  134. this.OKButton.Name = "OKButton";
  135. this.OKButton.Size = new System.Drawing.Size(75, 23);
  136. this.OKButton.TabIndex = 8;
  137. this.OKButton.Text = "OK";
  138. this.OKButton.UseVisualStyleBackColor = true;
  139. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  140. //
  141. // BeamMeasurementSettings
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(278, 155);
  146. this.Controls.Add(this.OKButton);
  147. this.Controls.Add(this.TotalcountsTextbox);
  148. this.Controls.Add(this.ProcesstimeCombobox);
  149. this.Controls.Add(this.NumberofchannelsCombobox);
  150. this.Controls.Add(this.EnergyRangeCombobox);
  151. this.Controls.Add(this.label4);
  152. this.Controls.Add(this.label3);
  153. this.Controls.Add(this.label2);
  154. this.Controls.Add(this.label1);
  155. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  156. this.MaximizeBox = false;
  157. this.MinimizeBox = false;
  158. this.Name = "BeamMeasurementSettings";
  159. this.ShowIcon = false;
  160. this.Text = "BeamMeasurementSettings";
  161. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
  162. this.ResumeLayout(false);
  163. this.PerformLayout();
  164. }
  165. #endregion
  166. private System.Windows.Forms.Label label1;
  167. private System.Windows.Forms.Label label2;
  168. private System.Windows.Forms.Label label3;
  169. private System.Windows.Forms.Label label4;
  170. private System.Windows.Forms.ComboBox EnergyRangeCombobox;
  171. private System.Windows.Forms.ComboBox NumberofchannelsCombobox;
  172. private System.Windows.Forms.ComboBox ProcesstimeCombobox;
  173. private System.Windows.Forms.TextBox TotalcountsTextbox;
  174. private System.Windows.Forms.Button OKButton;
  175. }
  176. }