SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddEditBlock.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Blocks
2 {
3  partial class AddEditBlock
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.btnClearGo = new System.Windows.Forms.Button();
32  this.btnClearWrite = new System.Windows.Forms.Button();
33  this.txtLogRate = new System.Windows.Forms.TextBox();
34  this.btnOK = new System.Windows.Forms.Button();
35  this.btnCancel = new System.Windows.Forms.Button();
36  this.Label10 = new System.Windows.Forms.Label();
37  this.Label9 = new System.Windows.Forms.Label();
38  this.Label8 = new System.Windows.Forms.Label();
39  this.comGo = new System.Windows.Forms.ComboBox();
40  this.Label7 = new System.Windows.Forms.Label();
41  this.comWrite = new System.Windows.Forms.ComboBox();
42  this.Label6 = new System.Windows.Forms.Label();
43  this.comRead = new System.Windows.Forms.ComboBox();
44  this.Label5 = new System.Windows.Forms.Label();
45  this.comVI = new System.Windows.Forms.ComboBox();
46  this.Label4 = new System.Windows.Forms.Label();
47  this.txtUnits = new System.Windows.Forms.TextBox();
48  this.Label2 = new System.Windows.Forms.Label();
49  this.txtBlockName = new System.Windows.Forms.TextBox();
50  this.Label1 = new System.Windows.Forms.Label();
51  this.btnClearWaitfor = new System.Windows.Forms.Button();
52  this.label3 = new System.Windows.Forms.Label();
53  this.comWaitfor = new System.Windows.Forms.ComboBox();
54  this.label12 = new System.Windows.Forms.Label();
55  this.label13 = new System.Windows.Forms.Label();
56  this.label14 = new System.Windows.Forms.Label();
57  this.chkRuncontrol = new System.Windows.Forms.CheckBox();
58  this.txtUpper = new System.Windows.Forms.TextBox();
59  this.label15 = new System.Windows.Forms.Label();
60  this.txtLower = new System.Windows.Forms.TextBox();
61  this.label16 = new System.Windows.Forms.Label();
62  this.chkEnabled = new System.Windows.Forms.CheckBox();
63  this.radOnlyChangesTol = new System.Windows.Forms.RadioButton();
64  this.radLog = new System.Windows.Forms.RadioButton();
65  this.label11 = new System.Windows.Forms.Label();
66  this.radNoLogging = new System.Windows.Forms.RadioButton();
67  this.groupBox1 = new System.Windows.Forms.GroupBox();
68  this.radOnlyChanges = new System.Windows.Forms.RadioButton();
69  this.txtTolerance = new System.Windows.Forms.TextBox();
70  this.txtAlias = new System.Windows.Forms.TextBox();
71  this.label17 = new System.Windows.Forms.Label();
72  this.chkSaveSettings = new System.Windows.Forms.CheckBox();
73  this.groupBox1.SuspendLayout();
74  this.SuspendLayout();
75  //
76  // btnClearGo
77  //
78  this.btnClearGo.Location = new System.Drawing.Point(321, 233);
79  this.btnClearGo.Name = "btnClearGo";
80  this.btnClearGo.Size = new System.Drawing.Size(41, 23);
81  this.btnClearGo.TabIndex = 11;
82  this.btnClearGo.Text = "Clear";
83  this.btnClearGo.UseVisualStyleBackColor = true;
84  this.btnClearGo.Click += new System.EventHandler(this.btnClearGo_Click);
85  //
86  // btnClearWrite
87  //
88  this.btnClearWrite.Location = new System.Drawing.Point(321, 206);
89  this.btnClearWrite.Name = "btnClearWrite";
90  this.btnClearWrite.Size = new System.Drawing.Size(41, 23);
91  this.btnClearWrite.TabIndex = 10;
92  this.btnClearWrite.Text = "Clear";
93  this.btnClearWrite.UseVisualStyleBackColor = true;
94  this.btnClearWrite.Click += new System.EventHandler(this.btnClearWrite_Click);
95  //
96  // txtLogRate
97  //
98  this.txtLogRate.Location = new System.Drawing.Point(109, 14);
99  this.txtLogRate.Name = "txtLogRate";
100  this.txtLogRate.Size = new System.Drawing.Size(41, 20);
101  this.txtLogRate.TabIndex = 1;
102  this.txtLogRate.Text = "30";
103  this.txtLogRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress);
104  //
105  // btnOK
106  //
107  this.btnOK.Location = new System.Drawing.Point(420, 290);
108  this.btnOK.Name = "btnOK";
109  this.btnOK.Size = new System.Drawing.Size(75, 23);
110  this.btnOK.TabIndex = 17;
111  this.btnOK.Text = "OK";
112  this.btnOK.UseVisualStyleBackColor = true;
113  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
114  //
115  // btnCancel
116  //
117  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
118  this.btnCancel.Location = new System.Drawing.Point(501, 290);
119  this.btnCancel.Name = "btnCancel";
120  this.btnCancel.Size = new System.Drawing.Size(75, 23);
121  this.btnCancel.TabIndex = 18;
122  this.btnCancel.Text = "Cancel";
123  this.btnCancel.UseVisualStyleBackColor = true;
124  //
125  // Label10
126  //
127  this.Label10.AutoSize = true;
128  this.Label10.Location = new System.Drawing.Point(263, 238);
129  this.Label10.Name = "Label10";
130  this.Label10.Size = new System.Drawing.Size(52, 13);
131  this.Label10.TabIndex = 42;
132  this.Label10.Text = "(Optional)";
133  //
134  // Label9
135  //
136  this.Label9.AutoSize = true;
137  this.Label9.Location = new System.Drawing.Point(263, 211);
138  this.Label9.Name = "Label9";
139  this.Label9.Size = new System.Drawing.Size(52, 13);
140  this.Label9.TabIndex = 41;
141  this.Label9.Text = "(Optional)";
142  //
143  // Label8
144  //
145  this.Label8.AutoSize = true;
146  this.Label8.Location = new System.Drawing.Point(263, 184);
147  this.Label8.Name = "Label8";
148  this.Label8.Size = new System.Drawing.Size(56, 13);
149  this.Label8.TabIndex = 40;
150  this.Label8.Text = "(Required)";
151  //
152  // comGo
153  //
154  this.comGo.DropDownWidth = 250;
155  this.comGo.FormattingEnabled = true;
156  this.comGo.Location = new System.Drawing.Point(97, 235);
157  this.comGo.Name = "comGo";
158  this.comGo.Size = new System.Drawing.Size(160, 21);
159  this.comGo.Sorted = true;
160  this.comGo.TabIndex = 8;
161  //
162  // Label7
163  //
164  this.Label7.AutoSize = true;
165  this.Label7.Location = new System.Drawing.Point(33, 238);
166  this.Label7.Name = "Label7";
167  this.Label7.Size = new System.Drawing.Size(58, 13);
168  this.Label7.TabIndex = 38;
169  this.Label7.Text = "Go Button:";
170  //
171  // comWrite
172  //
173  this.comWrite.DropDownWidth = 250;
174  this.comWrite.FormattingEnabled = true;
175  this.comWrite.Location = new System.Drawing.Point(97, 208);
176  this.comWrite.Name = "comWrite";
177  this.comWrite.Size = new System.Drawing.Size(160, 21);
178  this.comWrite.Sorted = true;
179  this.comWrite.TabIndex = 7;
180  //
181  // Label6
182  //
183  this.Label6.AutoSize = true;
184  this.Label6.Location = new System.Drawing.Point(14, 211);
185  this.Label6.Name = "Label6";
186  this.Label6.Size = new System.Drawing.Size(77, 13);
187  this.Label6.TabIndex = 36;
188  this.Label6.Text = "Write Property:";
189  //
190  // comRead
191  //
192  this.comRead.DropDownWidth = 250;
193  this.comRead.FormattingEnabled = true;
194  this.comRead.Location = new System.Drawing.Point(97, 181);
195  this.comRead.Name = "comRead";
196  this.comRead.Size = new System.Drawing.Size(160, 21);
197  this.comRead.Sorted = true;
198  this.comRead.TabIndex = 6;
199  //
200  // Label5
201  //
202  this.Label5.AutoSize = true;
203  this.Label5.Location = new System.Drawing.Point(13, 184);
204  this.Label5.Name = "Label5";
205  this.Label5.Size = new System.Drawing.Size(78, 13);
206  this.Label5.TabIndex = 34;
207  this.Label5.Text = "Read Property:";
208  //
209  // comVI
210  //
211  this.comVI.DropDownWidth = 400;
212  this.comVI.FormattingEnabled = true;
213  this.comVI.Location = new System.Drawing.Point(97, 154);
214  this.comVI.Name = "comVI";
215  this.comVI.Size = new System.Drawing.Size(236, 21);
216  this.comVI.TabIndex = 5;
217  this.comVI.SelectedIndexChanged += new System.EventHandler(this.comVI_SelectedIndexChanged);
218  //
219  // Label4
220  //
221  this.Label4.AutoSize = true;
222  this.Label4.Location = new System.Drawing.Point(40, 157);
223  this.Label4.Name = "Label4";
224  this.Label4.Size = new System.Drawing.Size(51, 13);
225  this.Label4.TabIndex = 32;
226  this.Label4.Text = "VI Name:";
227  //
228  // txtUnits
229  //
230  this.txtUnits.Location = new System.Drawing.Point(260, 12);
231  this.txtUnits.Name = "txtUnits";
232  this.txtUnits.Size = new System.Drawing.Size(44, 20);
233  this.txtUnits.TabIndex = 1;
234  //
235  // Label2
236  //
237  this.Label2.AutoSize = true;
238  this.Label2.Location = new System.Drawing.Point(223, 15);
239  this.Label2.Name = "Label2";
240  this.Label2.Size = new System.Drawing.Size(34, 13);
241  this.Label2.TabIndex = 28;
242  this.Label2.Text = "Units:";
243  //
244  // txtBlockName
245  //
246  this.txtBlockName.Location = new System.Drawing.Point(94, 12);
247  this.txtBlockName.Name = "txtBlockName";
248  this.txtBlockName.Size = new System.Drawing.Size(120, 20);
249  this.txtBlockName.TabIndex = 0;
250  this.txtBlockName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.isCharValid_KeyPress);
251  //
252  // Label1
253  //
254  this.Label1.AutoSize = true;
255  this.Label1.Location = new System.Drawing.Point(22, 15);
256  this.Label1.Name = "Label1";
257  this.Label1.Size = new System.Drawing.Size(68, 13);
258  this.Label1.TabIndex = 26;
259  this.Label1.Text = "Block Name:";
260  //
261  // btnClearWaitfor
262  //
263  this.btnClearWaitfor.Location = new System.Drawing.Point(321, 260);
264  this.btnClearWaitfor.Name = "btnClearWaitfor";
265  this.btnClearWaitfor.Size = new System.Drawing.Size(41, 23);
266  this.btnClearWaitfor.TabIndex = 12;
267  this.btnClearWaitfor.Text = "Clear";
268  this.btnClearWaitfor.UseVisualStyleBackColor = true;
269  this.btnClearWaitfor.Click += new System.EventHandler(this.btnClearWaitfor_Click);
270  //
271  // label3
272  //
273  this.label3.AutoSize = true;
274  this.label3.Location = new System.Drawing.Point(263, 265);
275  this.label3.Name = "label3";
276  this.label3.Size = new System.Drawing.Size(52, 13);
277  this.label3.TabIndex = 54;
278  this.label3.Text = "(Optional)";
279  //
280  // comWaitfor
281  //
282  this.comWaitfor.DropDownWidth = 250;
283  this.comWaitfor.FormattingEnabled = true;
284  this.comWaitfor.Location = new System.Drawing.Point(97, 262);
285  this.comWaitfor.Name = "comWaitfor";
286  this.comWaitfor.Size = new System.Drawing.Size(160, 21);
287  this.comWaitfor.Sorted = true;
288  this.comWaitfor.TabIndex = 9;
289  //
290  // label12
291  //
292  this.label12.AutoSize = true;
293  this.label12.Location = new System.Drawing.Point(41, 265);
294  this.label12.Name = "label12";
295  this.label12.Size = new System.Drawing.Size(50, 13);
296  this.label12.TabIndex = 52;
297  this.label12.Text = "Wait For:";
298  //
299  // label13
300  //
301  this.label13.AutoSize = true;
302  this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
303  this.label13.Location = new System.Drawing.Point(12, 135);
304  this.label13.Name = "label13";
305  this.label13.Size = new System.Drawing.Size(132, 16);
306  this.label13.TabIndex = 56;
307  this.label13.Text = "LabVIEW Settings";
308  //
309  // label14
310  //
311  this.label14.AutoSize = true;
312  this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
313  this.label14.Location = new System.Drawing.Point(408, 135);
314  this.label14.Name = "label14";
315  this.label14.Size = new System.Drawing.Size(147, 16);
316  this.label14.TabIndex = 57;
317  this.label14.Text = "Run-control Settings";
318  //
319  // chkRuncontrol
320  //
321  this.chkRuncontrol.AutoSize = true;
322  this.chkRuncontrol.Location = new System.Drawing.Point(411, 154);
323  this.chkRuncontrol.Name = "chkRuncontrol";
324  this.chkRuncontrol.Size = new System.Drawing.Size(123, 17);
325  this.chkRuncontrol.TabIndex = 14;
326  this.chkRuncontrol.Text = "Run-control Enabled";
327  this.chkRuncontrol.UseVisualStyleBackColor = true;
328  this.chkRuncontrol.CheckedChanged += new System.EventHandler(this.chkRuncontrol_CheckedChanged);
329  //
330  // txtUpper
331  //
332  this.txtUpper.Enabled = false;
333  this.txtUpper.Location = new System.Drawing.Point(480, 174);
334  this.txtUpper.Name = "txtUpper";
335  this.txtUpper.Size = new System.Drawing.Size(44, 20);
336  this.txtUpper.TabIndex = 15;
337  this.txtUpper.Text = "0";
338  this.txtUpper.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress);
339  //
340  // label15
341  //
342  this.label15.AutoSize = true;
343  this.label15.Location = new System.Drawing.Point(411, 177);
344  this.label15.Name = "label15";
345  this.label15.Size = new System.Drawing.Size(63, 13);
346  this.label15.TabIndex = 59;
347  this.label15.Text = "Upper Limit:";
348  //
349  // txtLower
350  //
351  this.txtLower.Enabled = false;
352  this.txtLower.Location = new System.Drawing.Point(480, 200);
353  this.txtLower.Name = "txtLower";
354  this.txtLower.Size = new System.Drawing.Size(44, 20);
355  this.txtLower.TabIndex = 16;
356  this.txtLower.Text = "0";
357  this.txtLower.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress);
358  //
359  // label16
360  //
361  this.label16.AutoSize = true;
362  this.label16.Location = new System.Drawing.Point(411, 203);
363  this.label16.Name = "label16";
364  this.label16.Size = new System.Drawing.Size(63, 13);
365  this.label16.TabIndex = 61;
366  this.label16.Text = "Lower Limit:";
367  //
368  // chkEnabled
369  //
370  this.chkEnabled.AutoSize = true;
371  this.chkEnabled.Checked = true;
372  this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
373  this.chkEnabled.Location = new System.Drawing.Point(94, 64);
374  this.chkEnabled.Name = "chkEnabled";
375  this.chkEnabled.Size = new System.Drawing.Size(65, 17);
376  this.chkEnabled.TabIndex = 3;
377  this.chkEnabled.Text = "Enabled";
378  this.chkEnabled.UseVisualStyleBackColor = true;
379  //
380  // radOnlyChangesTol
381  //
382  this.radOnlyChangesTol.AutoSize = true;
383  this.radOnlyChangesTol.Location = new System.Drawing.Point(6, 62);
384  this.radOnlyChangesTol.Name = "radOnlyChangesTol";
385  this.radOnlyChangesTol.Size = new System.Drawing.Size(169, 17);
386  this.radOnlyChangesTol.TabIndex = 3;
387  this.radOnlyChangesTol.TabStop = true;
388  this.radOnlyChangesTol.Text = "Log only if value changes by ±; this.radOnlyChangesTol.UseVisualStyleBackColor = true; // // radLog // this.radLog.AutoSize = true; this.radLog.Location = new System.Drawing.Point(6, 16); this.radLog.Name = "radLog"; this.radLog.Size = new System.Drawing.Size(101, 17); this.radLog.TabIndex = 0; this.radLog.TabStop = true; this.radLog.Text = "Log value every"; this.radLog.UseVisualStyleBackColor = true; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(150, 17); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(29, 13); this.label11.TabIndex = 67; this.label11.Text = "secs"; // // radNoLogging // this.radNoLogging.AutoSize = true; this.radNoLogging.Checked = true; this.radNoLogging.Location = new System.Drawing.Point(6, 85); this.radNoLogging.Name = "radNoLogging"; this.radNoLogging.Size = new System.Drawing.Size(76, 17); this.radNoLogging.TabIndex = 5; this.radNoLogging.TabStop = true; this.radNoLogging.Text = "No logging"; this.radNoLogging.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.radOnlyChanges); this.groupBox1.Controls.Add(this.txtTolerance); this.groupBox1.Controls.Add(this.radNoLogging); this.groupBox1.Controls.Add(this.txtLogRate); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.radOnlyChangesTol); this.groupBox1.Controls.Add(this.radLog); this.groupBox1.Location = new System.Drawing.Point(338, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(221, 115); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Logging Options"; // // radOnlyChanges // this.radOnlyChanges.AutoSize = true; this.radOnlyChanges.Location = new System.Drawing.Point(6, 39); this.radOnlyChanges.Name = "radOnlyChanges"; this.radOnlyChanges.Size = new System.Drawing.Size(146, 17); this.radOnlyChanges.TabIndex = 2; this.radOnlyChanges.TabStop = true; this.radOnlyChanges.Text = "Log only if value changes"; this.radOnlyChanges.UseVisualStyleBackColor = true; // // txtTolerance // this.txtTolerance.Location = new System.Drawing.Point(174, 61); this.txtTolerance.Name = "txtTolerance"; this.txtTolerance.Size = new System.Drawing.Size(41, 20); this.txtTolerance.TabIndex = 4; this.txtTolerance.Text = "0"; this.txtTolerance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress); // // txtAlias // this.txtAlias.Location = new System.Drawing.Point(94, 38); this.txtAlias.Name = "txtAlias"; this.txtAlias.Size = new System.Drawing.Size(120, 20); this.txtAlias.TabIndex = 2; this.txtAlias.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.isCharValid_KeyPress); // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(10, 41); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(78, 13); this.label17.TabIndex = 70; this.label17.Text = "Alias (optional):"; // // chkSaveSettings // this.chkSaveSettings.AutoSize = true; this.chkSaveSettings.Location = new System.Drawing.Point(411, 226); this.chkSaveSettings.Name = "chkSaveSettings"; this.chkSaveSettings.Size = new System.Drawing.Size(151, 17); this.chkSaveSettings.TabIndex = 71; this.chkSaveSettings.Text = "Save Run Control Settings"; this.chkSaveSettings.UseVisualStyleBackColor = true; // // AddEditBlock // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(588, 325); this.Controls.Add(this.chkSaveSettings); this.Controls.Add(this.txtAlias); this.Controls.Add(this.label17); this.Controls.Add(this.groupBox1); this.Controls.Add(this.chkEnabled); this.Controls.Add(this.txtLower); this.Controls.Add(this.label16); this.Controls.Add(this.txtUpper); this.Controls.Add(this.label15); this.Controls.Add(this.chkRuncontrol); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.btnClearWaitfor); this.Controls.Add(this.label3); this.Controls.Add(this.comWaitfor); this.Controls.Add(this.label12); this.Controls.Add(this.btnClearGo); this.Controls.Add(this.btnClearWrite); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.Label10); this.Controls.Add(this.Label9); this.Controls.Add(this.Label8); this.Controls.Add(this.comGo); this.Controls.Add(this.Label7); this.Controls.Add(this.comWrite); this.Controls.Add(this.Label6); this.Controls.Add(this.comRead); this.Controls.Add(this.Label5); this.Controls.Add(this.comVI); this.Controls.Add(this.Label4); this.Controls.Add(this.txtUnits); this.Controls.Add(this.Label2); this.Controls.Add(this.txtBlockName); this.Controls.Add(this.Label1); this.Name = "AddEditBlock"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add Block"; this.Load += new System.EventHandler(this.AddBlock_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.Button btnClearGo; internal System.Windows.Forms.Button btnClearWrite; internal System.Windows.Forms.TextBox txtLogRate; internal System.Windows.Forms.Button btnOK; internal System.Windows.Forms.Button btnCancel; internal System.Windows.Forms.Label Label10; internal System.Windows.Forms.Label Label9; internal System.Windows.Forms.Label Label8; internal System.Windows.Forms.ComboBox comGo; internal System.Windows.Forms.Label Label7; internal System.Windows.Forms.ComboBox comWrite; internal System.Windows.Forms.Label Label6; internal System.Windows.Forms.ComboBox comRead; internal System.Windows.Forms.Label Label5; internal System.Windows.Forms.ComboBox comVI; internal System.Windows.Forms.Label Label4; internal System.Windows.Forms.TextBox txtUnits; internal System.Windows.Forms.Label Label2; internal System.Windows.Forms.TextBox txtBlockName; internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.Button btnClearWaitfor; internal System.Windows.Forms.Label label3; internal System.Windows.Forms.ComboBox comWaitfor; internal System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.CheckBox chkRuncontrol; internal System.Windows.Forms.TextBox txtUpper; internal System.Windows.Forms.Label label15; internal System.Windows.Forms.TextBox txtLower; internal System.Windows.Forms.Label label16; private System.Windows.Forms.CheckBox chkEnabled; private System.Windows.Forms.RadioButton radOnlyChangesTol; private System.Windows.Forms.RadioButton radLog; private System.Windows.Forms.Label label11; private System.Windows.Forms.RadioButton radNoLogging; private System.Windows.Forms.GroupBox groupBox1; internal System.Windows.Forms.TextBox txtTolerance; private System.Windows.Forms.RadioButton radOnlyChanges; internal System.Windows.Forms.TextBox txtAlias; internal System.Windows.Forms.Label label17; private System.Windows.Forms.CheckBox chkSaveSettings; } }";
389  this.radOnlyChangesTol.UseVisualStyleBackColor = true;
390  //
391  // radLog
392  //
393  this.radLog.AutoSize = true;
394  this.radLog.Location = new System.Drawing.Point(6, 16);
395  this.radLog.Name = "radLog";
396  this.radLog.Size = new System.Drawing.Size(101, 17);
397  this.radLog.TabIndex = 0;
398  this.radLog.TabStop = true;
399  this.radLog.Text = "Log value every";
400  this.radLog.UseVisualStyleBackColor = true;
401  //
402  // label11
403  //
404  this.label11.AutoSize = true;
405  this.label11.Location = new System.Drawing.Point(150, 17);
406  this.label11.Name = "label11";
407  this.label11.Size = new System.Drawing.Size(29, 13);
408  this.label11.TabIndex = 67;
409  this.label11.Text = "secs";
410  //
411  // radNoLogging
412  //
413  this.radNoLogging.AutoSize = true;
414  this.radNoLogging.Checked = true;
415  this.radNoLogging.Location = new System.Drawing.Point(6, 85);
416  this.radNoLogging.Name = "radNoLogging";
417  this.radNoLogging.Size = new System.Drawing.Size(76, 17);
418  this.radNoLogging.TabIndex = 5;
419  this.radNoLogging.TabStop = true;
420  this.radNoLogging.Text = "No logging";
421  this.radNoLogging.UseVisualStyleBackColor = true;
422  //
423  // groupBox1
424  //
425  this.groupBox1.Controls.Add(this.radOnlyChanges);
426  this.groupBox1.Controls.Add(this.txtTolerance);
427  this.groupBox1.Controls.Add(this.radNoLogging);
428  this.groupBox1.Controls.Add(this.txtLogRate);
429  this.groupBox1.Controls.Add(this.label11);
430  this.groupBox1.Controls.Add(this.radOnlyChangesTol);
431  this.groupBox1.Controls.Add(this.radLog);
432  this.groupBox1.Location = new System.Drawing.Point(338, 12);
433  this.groupBox1.Name = "groupBox1";
434  this.groupBox1.Size = new System.Drawing.Size(221, 115);
435  this.groupBox1.TabIndex = 13;
436  this.groupBox1.TabStop = false;
437  this.groupBox1.Text = "Logging Options";
438  //
439  // radOnlyChanges
440  //
441  this.radOnlyChanges.AutoSize = true;
442  this.radOnlyChanges.Location = new System.Drawing.Point(6, 39);
443  this.radOnlyChanges.Name = "radOnlyChanges";
444  this.radOnlyChanges.Size = new System.Drawing.Size(146, 17);
445  this.radOnlyChanges.TabIndex = 2;
446  this.radOnlyChanges.TabStop = true;
447  this.radOnlyChanges.Text = "Log only if value changes";
448  this.radOnlyChanges.UseVisualStyleBackColor = true;
449  //
450  // txtTolerance
451  //
452  this.txtTolerance.Location = new System.Drawing.Point(174, 61);
453  this.txtTolerance.Name = "txtTolerance";
454  this.txtTolerance.Size = new System.Drawing.Size(41, 20);
455  this.txtTolerance.TabIndex = 4;
456  this.txtTolerance.Text = "0";
457  this.txtTolerance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress);
458  //
459  // txtAlias
460  //
461  this.txtAlias.Location = new System.Drawing.Point(94, 38);
462  this.txtAlias.Name = "txtAlias";
463  this.txtAlias.Size = new System.Drawing.Size(120, 20);
464  this.txtAlias.TabIndex = 2;
465  this.txtAlias.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.isCharValid_KeyPress);
466  //
467  // label17
468  //
469  this.label17.AutoSize = true;
470  this.label17.Location = new System.Drawing.Point(10, 41);
471  this.label17.Name = "label17";
472  this.label17.Size = new System.Drawing.Size(78, 13);
473  this.label17.TabIndex = 70;
474  this.label17.Text = "Alias (optional):";
475  //
476  // chkSaveSettings
477  //
478  this.chkSaveSettings.AutoSize = true;
479  this.chkSaveSettings.Location = new System.Drawing.Point(411, 226);
480  this.chkSaveSettings.Name = "chkSaveSettings";
481  this.chkSaveSettings.Size = new System.Drawing.Size(151, 17);
482  this.chkSaveSettings.TabIndex = 71;
483  this.chkSaveSettings.Text = "Save Run Control Settings";
484  this.chkSaveSettings.UseVisualStyleBackColor = true;
485  //
486  // AddEditBlock
487  //
488  this.AcceptButton = this.btnOK;
489  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
490  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
491  this.CancelButton = this.btnCancel;
492  this.ClientSize = new System.Drawing.Size(588, 325);
493  this.Controls.Add(this.chkSaveSettings);
494  this.Controls.Add(this.txtAlias);
495  this.Controls.Add(this.label17);
496  this.Controls.Add(this.groupBox1);
497  this.Controls.Add(this.chkEnabled);
498  this.Controls.Add(this.txtLower);
499  this.Controls.Add(this.label16);
500  this.Controls.Add(this.txtUpper);
501  this.Controls.Add(this.label15);
502  this.Controls.Add(this.chkRuncontrol);
503  this.Controls.Add(this.label14);
504  this.Controls.Add(this.label13);
505  this.Controls.Add(this.btnClearWaitfor);
506  this.Controls.Add(this.label3);
507  this.Controls.Add(this.comWaitfor);
508  this.Controls.Add(this.label12);
509  this.Controls.Add(this.btnClearGo);
510  this.Controls.Add(this.btnClearWrite);
511  this.Controls.Add(this.btnOK);
512  this.Controls.Add(this.btnCancel);
513  this.Controls.Add(this.Label10);
514  this.Controls.Add(this.Label9);
515  this.Controls.Add(this.Label8);
516  this.Controls.Add(this.comGo);
517  this.Controls.Add(this.Label7);
518  this.Controls.Add(this.comWrite);
519  this.Controls.Add(this.Label6);
520  this.Controls.Add(this.comRead);
521  this.Controls.Add(this.Label5);
522  this.Controls.Add(this.comVI);
523  this.Controls.Add(this.Label4);
524  this.Controls.Add(this.txtUnits);
525  this.Controls.Add(this.Label2);
526  this.Controls.Add(this.txtBlockName);
527  this.Controls.Add(this.Label1);
528  this.Name = "AddEditBlock";
529  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
530  this.Text = "Add Block";
531  this.Load += new System.EventHandler(this.AddBlock_Load);
532  this.groupBox1.ResumeLayout(false);
533  this.groupBox1.PerformLayout();
534  this.ResumeLayout(false);
535  this.PerformLayout();
536 
537  }
538 
539  #endregion
540 
541  internal System.Windows.Forms.Button btnClearGo;
542  internal System.Windows.Forms.Button btnClearWrite;
543  internal System.Windows.Forms.TextBox txtLogRate;
544  internal System.Windows.Forms.Button btnOK;
545  internal System.Windows.Forms.Button btnCancel;
546  internal System.Windows.Forms.Label Label10;
547  internal System.Windows.Forms.Label Label9;
548  internal System.Windows.Forms.Label Label8;
549  internal System.Windows.Forms.ComboBox comGo;
550  internal System.Windows.Forms.Label Label7;
551  internal System.Windows.Forms.ComboBox comWrite;
552  internal System.Windows.Forms.Label Label6;
553  internal System.Windows.Forms.ComboBox comRead;
554  internal System.Windows.Forms.Label Label5;
555  internal System.Windows.Forms.ComboBox comVI;
556  internal System.Windows.Forms.Label Label4;
557  internal System.Windows.Forms.TextBox txtUnits;
558  internal System.Windows.Forms.Label Label2;
559  internal System.Windows.Forms.TextBox txtBlockName;
560  internal System.Windows.Forms.Label Label1;
561  internal System.Windows.Forms.Button btnClearWaitfor;
562  internal System.Windows.Forms.Label label3;
563  internal System.Windows.Forms.ComboBox comWaitfor;
564  internal System.Windows.Forms.Label label12;
565  private System.Windows.Forms.Label label13;
566  private System.Windows.Forms.Label label14;
567  private System.Windows.Forms.CheckBox chkRuncontrol;
568  internal System.Windows.Forms.TextBox txtUpper;
569  internal System.Windows.Forms.Label label15;
570  internal System.Windows.Forms.TextBox txtLower;
571  internal System.Windows.Forms.Label label16;
572  private System.Windows.Forms.CheckBox chkEnabled;
573  private System.Windows.Forms.RadioButton radOnlyChangesTol;
574  private System.Windows.Forms.RadioButton radLog;
575  private System.Windows.Forms.Label label11;
576  private System.Windows.Forms.RadioButton radNoLogging;
577  private System.Windows.Forms.GroupBox groupBox1;
578  internal System.Windows.Forms.TextBox txtTolerance;
579  private System.Windows.Forms.RadioButton radOnlyChanges;
580  internal System.Windows.Forms.TextBox txtAlias;
581  internal System.Windows.Forms.Label label17;
582  private System.Windows.Forms.CheckBox chkSaveSettings;
583  }
584 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.