123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- namespace OINA.Extender.Testharness
- {
- partial class BeamMeasurementSettings
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.EnergyRangeCombobox = new System.Windows.Forms.ComboBox();
- this.NumberofchannelsCombobox = new System.Windows.Forms.ComboBox();
- this.ProcesstimeCombobox = new System.Windows.Forms.ComboBox();
- this.TotalcountsTextbox = new System.Windows.Forms.TextBox();
- this.OKButton = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(13, 15);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(103, 13);
- this.label1.TabIndex = 0;
- this.label1.Text = "Energy Range(keV):";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(13, 42);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(106, 13);
- this.label2.TabIndex = 1;
- this.label2.Text = "Number of Channels:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(13, 69);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(74, 13);
- this.label3.TabIndex = 2;
- this.label3.Text = "Process Time:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(13, 96);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(126, 13);
- this.label4.TabIndex = 3;
- this.label4.Text = "Total counts in spectrum:";
- //
- // EnergyRangeCombobox
- //
- this.EnergyRangeCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.EnergyRangeCombobox.FormattingEnabled = true;
- this.EnergyRangeCombobox.Items.AddRange(new object[] {
- "Auto",
- "10",
- "20",
- "40"});
- this.EnergyRangeCombobox.Location = new System.Drawing.Point(143, 12);
- this.EnergyRangeCombobox.Name = "EnergyRangeCombobox";
- this.EnergyRangeCombobox.Size = new System.Drawing.Size(121, 21);
- this.EnergyRangeCombobox.TabIndex = 4;
- this.EnergyRangeCombobox.SelectedValueChanged += new System.EventHandler(this.EnergyRangeCombobox_SelectedValueChanged);
- //
- // NumberofchannelsCombobox
- //
- this.NumberofchannelsCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.NumberofchannelsCombobox.FormattingEnabled = true;
- this.NumberofchannelsCombobox.Items.AddRange(new object[] {
- "Auto",
- "1024",
- "2048",
- "4096"});
- this.NumberofchannelsCombobox.Location = new System.Drawing.Point(143, 39);
- this.NumberofchannelsCombobox.Name = "NumberofchannelsCombobox";
- this.NumberofchannelsCombobox.Size = new System.Drawing.Size(121, 21);
- this.NumberofchannelsCombobox.TabIndex = 5;
- this.NumberofchannelsCombobox.SelectedValueChanged += new System.EventHandler(this.NumberofchannelsCombobox_SelectedValueChanged);
- //
- // ProcesstimeCombobox
- //
- this.ProcesstimeCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.ProcesstimeCombobox.FormattingEnabled = true;
- this.ProcesstimeCombobox.Items.AddRange(new object[] {
- "Auto",
- "1",
- "2",
- "3",
- "4",
- "5",
- "6"});
- this.ProcesstimeCombobox.Location = new System.Drawing.Point(143, 66);
- this.ProcesstimeCombobox.Name = "ProcesstimeCombobox";
- this.ProcesstimeCombobox.Size = new System.Drawing.Size(121, 21);
- this.ProcesstimeCombobox.TabIndex = 6;
- this.ProcesstimeCombobox.SelectedValueChanged += new System.EventHandler(this.ProcesstimeCombobox_SelectedValueChanged);
- //
- // TotalcountsTextbox
- //
- this.TotalcountsTextbox.Location = new System.Drawing.Point(143, 93);
- this.TotalcountsTextbox.Name = "TotalcountsTextbox";
- this.TotalcountsTextbox.Size = new System.Drawing.Size(121, 20);
- this.TotalcountsTextbox.TabIndex = 7;
- this.TotalcountsTextbox.TextChanged += new System.EventHandler(this.TotalcountsTextbox_TextChanged);
- //
- // OKButton
- //
- this.OKButton.Location = new System.Drawing.Point(189, 120);
- this.OKButton.Name = "OKButton";
- this.OKButton.Size = new System.Drawing.Size(75, 23);
- this.OKButton.TabIndex = 8;
- this.OKButton.Text = "OK";
- this.OKButton.UseVisualStyleBackColor = true;
- this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
- //
- // BeamMeasurementSettings
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(278, 155);
- this.Controls.Add(this.OKButton);
- this.Controls.Add(this.TotalcountsTextbox);
- this.Controls.Add(this.ProcesstimeCombobox);
- this.Controls.Add(this.NumberofchannelsCombobox);
- this.Controls.Add(this.EnergyRangeCombobox);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "BeamMeasurementSettings";
- this.ShowIcon = false;
- this.Text = "BeamMeasurementSettings";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox EnergyRangeCombobox;
- private System.Windows.Forms.ComboBox NumberofchannelsCombobox;
- private System.Windows.Forms.ComboBox ProcesstimeCombobox;
- private System.Windows.Forms.TextBox TotalcountsTextbox;
- private System.Windows.Forms.Button OKButton;
- }
- }
|