3     partial class AddBeamlineParameter
 
    8         private System.ComponentModel.IContainer 
components = null;
 
   14         protected override void Dispose(
bool disposing)
 
   20             base.Dispose(disposing);
 
   23         #region Windows Form Designer generated code 
   31             this.label1 = 
new System.Windows.Forms.Label();
 
   32             this.comName = 
new System.Windows.Forms.ComboBox();
 
   33             this.label2 = 
new System.Windows.Forms.Label();
 
   34             this.txtValue = 
new System.Windows.Forms.TextBox();
 
   35             this.txtName = 
new System.Windows.Forms.TextBox();
 
   36             this.comType = 
new System.Windows.Forms.ComboBox();
 
   37             this.label3 = 
new System.Windows.Forms.Label();
 
   38             this.lblType = 
new System.Windows.Forms.Label();
 
   39             this.btnCancel = 
new System.Windows.Forms.Button();
 
   40             this.comType2 = 
new System.Windows.Forms.ComboBox();
 
   41             this.lblUnits = 
new System.Windows.Forms.Label();
 
   42             this.btnAdd = 
new System.Windows.Forms.Button();
 
   43             this.txtUnits = 
new System.Windows.Forms.TextBox();
 
   48             this.label1.AutoSize = 
true;
 
   49             this.label1.Location = 
new System.Drawing.Point(11, 42);
 
   50             this.label1.Name = 
"label1";
 
   51             this.label1.Size = 
new System.Drawing.Size(89, 13);
 
   52             this.label1.TabIndex = 0;
 
   53             this.label1.Text = 
"Parameter Name:";
 
   57             this.comName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 
   58             this.comName.FormattingEnabled = 
true;
 
   59             this.comName.Location = 
new System.Drawing.Point(107, 39);
 
   60             this.comName.Name = 
"comName";
 
   61             this.comName.Size = 
new System.Drawing.Size(183, 21);
 
   62             this.comName.TabIndex = 1;
 
   66             this.label2.AutoSize = 
true;
 
   67             this.label2.Location = 
new System.Drawing.Point(12, 69);
 
   68             this.label2.Name = 
"label2";
 
   69             this.label2.Size = 
new System.Drawing.Size(88, 13);
 
   70             this.label2.TabIndex = 2;
 
   71             this.label2.Text = 
"Parameter Value:";
 
   75             this.txtValue.Location = 
new System.Drawing.Point(107, 66);
 
   76             this.txtValue.Name = 
"txtValue";
 
   77             this.txtValue.Size = 
new System.Drawing.Size(349, 20);
 
   78             this.txtValue.TabIndex = 3;
 
   82             this.txtName.Location = 
new System.Drawing.Point(107, 39);
 
   83             this.txtName.Name = 
"txtName";
 
   84             this.txtName.Size = 
new System.Drawing.Size(184, 20);
 
   85             this.txtName.TabIndex = 5;
 
   89             this.comType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 
   90             this.comType.FormattingEnabled = 
true;
 
   91             this.comType.Items.AddRange(
new object[] {
 
   94             this.comType.Location = 
new System.Drawing.Point(107, 12);
 
   95             this.comType.Name = 
"comType";
 
   96             this.comType.Size = 
new System.Drawing.Size(137, 21);
 
   97             this.comType.TabIndex = 6;
 
   98             this.comType.SelectedIndexChanged += 
new System.EventHandler(this.comType_SelectedIndexChanged);
 
  102             this.label3.AutoSize = 
true;
 
  103             this.label3.Location = 
new System.Drawing.Point(11, 15);
 
  104             this.label3.Name = 
"label3";
 
  105             this.label3.Size = 
new System.Drawing.Size(85, 13);
 
  106             this.label3.TabIndex = 7;
 
  107             this.label3.Text = 
"Parameter Type:";
 
  111             this.lblType.AutoSize = 
true;
 
  112             this.lblType.Location = 
new System.Drawing.Point(297, 42);
 
  113             this.lblType.Name = 
"lblType";
 
  114             this.lblType.Size = 
new System.Drawing.Size(34, 13);
 
  115             this.lblType.TabIndex = 8;
 
  116             this.lblType.Text = 
"Type:";
 
  120             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 
  121             this.btnCancel.Location = 
new System.Drawing.Point(513, 91);
 
  122             this.btnCancel.Name = 
"btnCancel";
 
  123             this.btnCancel.Size = 
new System.Drawing.Size(75, 23);
 
  124             this.btnCancel.TabIndex = 9;
 
  125             this.btnCancel.Text = 
"Cancel";
 
  126             this.btnCancel.UseVisualStyleBackColor = 
true;
 
  127             this.btnCancel.Click += 
new System.EventHandler(this.btnCancel_Click);
 
  131             this.comType2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 
  132             this.comType2.FormattingEnabled = 
true;
 
  133             this.comType2.Location = 
new System.Drawing.Point(337, 39);
 
  134             this.comType2.Name = 
"comType2";
 
  135             this.comType2.Size = 
new System.Drawing.Size(121, 21);
 
  136             this.comType2.TabIndex = 10;
 
  140             this.lblUnits.AutoSize = 
true;
 
  141             this.lblUnits.Location = 
new System.Drawing.Point(464, 42);
 
  142             this.lblUnits.Name = 
"lblUnits";
 
  143             this.lblUnits.Size = 
new System.Drawing.Size(34, 13);
 
  144             this.lblUnits.TabIndex = 11;
 
  145             this.lblUnits.Text = 
"Units:";
 
  149             this.btnAdd.Location = 
new System.Drawing.Point(432, 91);
 
  150             this.btnAdd.Name = 
"btnAdd";
 
  151             this.btnAdd.Size = 
new System.Drawing.Size(75, 23);
 
  152             this.btnAdd.TabIndex = 13;
 
  153             this.btnAdd.Text = 
"Add";
 
  154             this.btnAdd.UseVisualStyleBackColor = 
true;
 
  155             this.btnAdd.Click += 
new System.EventHandler(this.btnAdd_Click);
 
  159             this.txtUnits.Location = 
new System.Drawing.Point(504, 39);
 
  160             this.txtUnits.Name = 
"txtUnits";
 
  161             this.txtUnits.Size = 
new System.Drawing.Size(84, 20);
 
  162             this.txtUnits.TabIndex = 14;
 
  166             this.AcceptButton = this.btnAdd;
 
  167             this.AutoScaleDimensions = 
new System.Drawing.SizeF(6F, 13F);
 
  168             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
  169             this.CancelButton = this.btnCancel;
 
  170             this.ClientSize = 
new System.Drawing.Size(605, 126);
 
  171             this.ControlBox = 
false;
 
  172             this.Controls.Add(this.txtUnits);
 
  173             this.Controls.Add(this.btnAdd);
 
  174             this.Controls.Add(this.lblUnits);
 
  175             this.Controls.Add(this.comType2);
 
  176             this.Controls.Add(this.btnCancel);
 
  177             this.Controls.Add(this.lblType);
 
  178             this.Controls.Add(this.label3);
 
  179             this.Controls.Add(this.comType);
 
  180             this.Controls.Add(this.txtName);
 
  181             this.Controls.Add(this.txtValue);
 
  182             this.Controls.Add(this.label2);
 
  183             this.Controls.Add(this.comName);
 
  184             this.Controls.Add(this.label1);
 
  185             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 
  186             this.Name = 
"AddBeamlineParameter";
 
  187             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 
  188             this.Text = 
"Add Beamline Parameter";
 
  189             this.Load += 
new System.EventHandler(this.AddSampleParameter_Load);
 
  190             this.ResumeLayout(
false);
 
  191             this.PerformLayout();
 
  197         private System.Windows.Forms.Label 
label1;
 
  198         private System.Windows.Forms.ComboBox 
comName;
 
  199         private System.Windows.Forms.Label 
label2;
 
  202         private System.Windows.Forms.ComboBox 
comType;
 
  203         private System.Windows.Forms.Label 
label3;
 
  208         private System.Windows.Forms.Button 
btnAdd;
 
override void Dispose(bool disposing)
Clean up any resources being used. 
System.Windows.Forms.TextBox txtName
System.Windows.Forms.Label lblType
System.Windows.Forms.ComboBox comType2
System.Windows.Forms.TextBox txtValue
System.Windows.Forms.ComboBox comType
System.Windows.Forms.Label lblUnits
System.Windows.Forms.Label label3
System.ComponentModel.IContainer components
Required designer variable. 
System.Windows.Forms.ComboBox comName
System.Windows.Forms.Label label1
System.Windows.Forms.TextBox txtUnits
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Label label2
System.Windows.Forms.Button btnAdd
System.Windows.Forms.Button btnCancel