SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddBeamlineParameter.Designer.cs
Go to the documentation of this file.
1 namespace SeciControls
2 {
3  partial class AddBeamlineParameter
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
44  this.SuspendLayout();
45  //
46  // label1
47  //
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:";
54  //
55  // comName
56  //
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;
63  //
64  // label2
65  //
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:";
72  //
73  // txtValue
74  //
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;
79  //
80  // txtName
81  //
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;
86  //
87  // comType
88  //
89  this.comType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
90  this.comType.FormattingEnabled = true;
91  this.comType.Items.AddRange(new object[] {
92  "Standard",
93  "Custom"});
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);
99  //
100  // label3
101  //
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:";
108  //
109  // lblType
110  //
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:";
117  //
118  // btnCancel
119  //
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);
128  //
129  // comType2
130  //
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;
137  //
138  // lblUnits
139  //
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:";
146  //
147  // btnAdd
148  //
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);
156  //
157  // txtUnits
158  //
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;
163  //
164  // AddBeamlineParameter
165  //
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();
192 
193  }
194 
195  #endregion
196 
197  private System.Windows.Forms.Label label1;
198  private System.Windows.Forms.ComboBox comName;
199  private System.Windows.Forms.Label label2;
200  private System.Windows.Forms.TextBox txtValue;
201  private System.Windows.Forms.TextBox txtName;
202  private System.Windows.Forms.ComboBox comType;
203  private System.Windows.Forms.Label label3;
204  private System.Windows.Forms.Label lblType;
205  private System.Windows.Forms.Button btnCancel;
206  private System.Windows.Forms.ComboBox comType2;
207  private System.Windows.Forms.Label lblUnits;
208  private System.Windows.Forms.Button btnAdd;
209  private System.Windows.Forms.TextBox txtUnits;
210  }
211 }
override void Dispose(bool disposing)
Clean up any resources being used.
System.ComponentModel.IContainer components
Required designer variable.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...