SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddEditBlock.designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.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.components = new System.ComponentModel.Container();
32  this.btnClearGo = new System.Windows.Forms.Button();
33  this.btnClearWrite = new System.Windows.Forms.Button();
34  this.txtLogRate = new System.Windows.Forms.TextBox();
35  this.btnOK = new System.Windows.Forms.Button();
36  this.btnCancel = new System.Windows.Forms.Button();
37  this.Label10 = new System.Windows.Forms.Label();
38  this.Label9 = new System.Windows.Forms.Label();
39  this.Label8 = new System.Windows.Forms.Label();
40  this.comGo = new System.Windows.Forms.ComboBox();
41  this.Label7 = new System.Windows.Forms.Label();
42  this.comWrite = new System.Windows.Forms.ComboBox();
43  this.Label6 = new System.Windows.Forms.Label();
44  this.comRead = new System.Windows.Forms.ComboBox();
45  this.Label5 = new System.Windows.Forms.Label();
46  this.comVI = new System.Windows.Forms.ComboBox();
47  this.Label4 = new System.Windows.Forms.Label();
48  this.txtUnits = new System.Windows.Forms.TextBox();
49  this.Label2 = new System.Windows.Forms.Label();
50  this.txtBlockName = new System.Windows.Forms.TextBox();
51  this.Label1 = new System.Windows.Forms.Label();
52  this.btnClearWaitfor = new System.Windows.Forms.Button();
53  this.label3 = new System.Windows.Forms.Label();
54  this.comWaitfor = new System.Windows.Forms.ComboBox();
55  this.label12 = new System.Windows.Forms.Label();
56  this.label13 = new System.Windows.Forms.Label();
57  this.label14 = new System.Windows.Forms.Label();
58  this.chkRuncontrol = new System.Windows.Forms.CheckBox();
59  this.txtUpper = new System.Windows.Forms.TextBox();
60  this.lblRCUpper = new System.Windows.Forms.Label();
61  this.txtLower = new System.Windows.Forms.TextBox();
62  this.lblRCLower = new System.Windows.Forms.Label();
63  this.chkEnabled = new System.Windows.Forms.CheckBox();
64  this.radOnlyChangesTol = new System.Windows.Forms.RadioButton();
65  this.radLog = new System.Windows.Forms.RadioButton();
66  this.label11 = new System.Windows.Forms.Label();
67  this.radNoLogging = new System.Windows.Forms.RadioButton();
68  this.groupBox1 = new System.Windows.Forms.GroupBox();
69  this.chkLogToSingleFile = new System.Windows.Forms.CheckBox();
70  this.txtLogTolerance = new System.Windows.Forms.TextBox();
71  this.chkOnlyIfChanged = new System.Windows.Forms.CheckBox();
72  this.txtTolerance = new System.Windows.Forms.TextBox();
73  this.txtAlias = new System.Windows.Forms.TextBox();
74  this.label17 = new System.Windows.Forms.Label();
75  this.chkSaveSettings = new System.Windows.Forms.CheckBox();
76  this.chkVisible = new System.Windows.Forms.CheckBox();
77  this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
78  this.txtDecPlaces = new System.Windows.Forms.TextBox();
79  this.txtRCValue = new System.Windows.Forms.TextBox();
80  this.label18 = new System.Windows.Forms.Label();
81  this.lblRCValue = new System.Windows.Forms.Label();
82  this.comFormatting = new System.Windows.Forms.ComboBox();
83  this.label15 = new System.Windows.Forms.Label();
84  this.groupBox1.SuspendLayout();
85  this.SuspendLayout();
86  //
87  // btnClearGo
88  //
89  this.btnClearGo.Location = new System.Drawing.Point(321, 268);
90  this.btnClearGo.Name = "btnClearGo";
91  this.btnClearGo.Size = new System.Drawing.Size(41, 23);
92  this.btnClearGo.TabIndex = 11;
93  this.btnClearGo.Text = "Clear";
94  this.btnClearGo.UseVisualStyleBackColor = true;
95  this.btnClearGo.Click += new System.EventHandler(this.btnClearGo_Click);
96  //
97  // btnClearWrite
98  //
99  this.btnClearWrite.Location = new System.Drawing.Point(321, 241);
100  this.btnClearWrite.Name = "btnClearWrite";
101  this.btnClearWrite.Size = new System.Drawing.Size(41, 23);
102  this.btnClearWrite.TabIndex = 10;
103  this.btnClearWrite.Text = "Clear";
104  this.btnClearWrite.UseVisualStyleBackColor = true;
105  this.btnClearWrite.Click += new System.EventHandler(this.btnClearWrite_Click);
106  //
107  // txtLogRate
108  //
109  this.txtLogRate.Location = new System.Drawing.Point(109, 14);
110  this.txtLogRate.Name = "txtLogRate";
111  this.txtLogRate.Size = new System.Drawing.Size(41, 20);
112  this.txtLogRate.TabIndex = 1;
113  this.txtLogRate.Text = "30";
114  this.txtLogRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress);
115  //
116  // btnOK
117  //
118  this.btnOK.Location = new System.Drawing.Point(420, 325);
119  this.btnOK.Name = "btnOK";
120  this.btnOK.Size = new System.Drawing.Size(75, 23);
121  this.btnOK.TabIndex = 17;
122  this.btnOK.Text = "OK";
123  this.btnOK.UseVisualStyleBackColor = true;
124  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
125  //
126  // btnCancel
127  //
128  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
129  this.btnCancel.Location = new System.Drawing.Point(501, 325);
130  this.btnCancel.Name = "btnCancel";
131  this.btnCancel.Size = new System.Drawing.Size(75, 23);
132  this.btnCancel.TabIndex = 18;
133  this.btnCancel.Text = "Cancel";
134  this.btnCancel.UseVisualStyleBackColor = true;
135  //
136  // Label10
137  //
138  this.Label10.AutoSize = true;
139  this.Label10.Location = new System.Drawing.Point(263, 273);
140  this.Label10.Name = "Label10";
141  this.Label10.Size = new System.Drawing.Size(52, 13);
142  this.Label10.TabIndex = 42;
143  this.Label10.Text = "(Optional)";
144  //
145  // Label9
146  //
147  this.Label9.AutoSize = true;
148  this.Label9.Location = new System.Drawing.Point(263, 246);
149  this.Label9.Name = "Label9";
150  this.Label9.Size = new System.Drawing.Size(52, 13);
151  this.Label9.TabIndex = 41;
152  this.Label9.Text = "(Optional)";
153  //
154  // Label8
155  //
156  this.Label8.AutoSize = true;
157  this.Label8.Location = new System.Drawing.Point(263, 219);
158  this.Label8.Name = "Label8";
159  this.Label8.Size = new System.Drawing.Size(56, 13);
160  this.Label8.TabIndex = 40;
161  this.Label8.Text = "(Required)";
162  //
163  // comGo
164  //
165  this.comGo.DropDownWidth = 250;
166  this.comGo.FormattingEnabled = true;
167  this.comGo.Location = new System.Drawing.Point(97, 270);
168  this.comGo.Name = "comGo";
169  this.comGo.Size = new System.Drawing.Size(160, 21);
170  this.comGo.Sorted = true;
171  this.comGo.TabIndex = 8;
172  this.toolTip1.SetToolTip(this.comGo, "The control that may need to be actioned for the new Block value to be set");
173  //
174  // Label7
175  //
176  this.Label7.AutoSize = true;
177  this.Label7.Location = new System.Drawing.Point(33, 273);
178  this.Label7.Name = "Label7";
179  this.Label7.Size = new System.Drawing.Size(58, 13);
180  this.Label7.TabIndex = 38;
181  this.Label7.Text = "Go Button:";
182  //
183  // comWrite
184  //
185  this.comWrite.DropDownWidth = 250;
186  this.comWrite.FormattingEnabled = true;
187  this.comWrite.Location = new System.Drawing.Point(97, 243);
188  this.comWrite.Name = "comWrite";
189  this.comWrite.Size = new System.Drawing.Size(160, 21);
190  this.comWrite.Sorted = true;
191  this.comWrite.TabIndex = 7;
192  this.toolTip1.SetToolTip(this.comWrite, "The control on the VI which is set when the Block value is changed via SECI or Op" +
193  "en GENIE");
194  //
195  // Label6
196  //
197  this.Label6.AutoSize = true;
198  this.Label6.Location = new System.Drawing.Point(20, 246);
199  this.Label6.Name = "Label6";
200  this.Label6.Size = new System.Drawing.Size(68, 13);
201  this.Label6.TabIndex = 36;
202  this.Label6.Text = "Set Property:";
203  //
204  // comRead
205  //
206  this.comRead.DropDownWidth = 250;
207  this.comRead.FormattingEnabled = true;
208  this.comRead.Location = new System.Drawing.Point(97, 216);
209  this.comRead.Name = "comRead";
210  this.comRead.Size = new System.Drawing.Size(160, 21);
211  this.comRead.Sorted = true;
212  this.comRead.TabIndex = 6;
213  this.toolTip1.SetToolTip(this.comRead, "The control on the VI which is read by SECI and Open GENIE");
214  this.comRead.SelectedIndexChanged += new System.EventHandler(this.comRead_SelectedIndexChanged);
215  //
216  // Label5
217  //
218  this.Label5.AutoSize = true;
219  this.Label5.Location = new System.Drawing.Point(13, 219);
220  this.Label5.Name = "Label5";
221  this.Label5.Size = new System.Drawing.Size(78, 13);
222  this.Label5.TabIndex = 34;
223  this.Label5.Text = "Read Property:";
224  //
225  // comVI
226  //
227  this.comVI.DropDownWidth = 500;
228  this.comVI.FormattingEnabled = true;
229  this.comVI.Location = new System.Drawing.Point(97, 189);
230  this.comVI.Name = "comVI";
231  this.comVI.Size = new System.Drawing.Size(236, 21);
232  this.comVI.TabIndex = 5;
233  this.toolTip1.SetToolTip(this.comVI, "The VI on which the value to read is located");
234  this.comVI.SelectedIndexChanged += new System.EventHandler(this.comVI_SelectedIndexChanged);
235  //
236  // Label4
237  //
238  this.Label4.AutoSize = true;
239  this.Label4.Location = new System.Drawing.Point(40, 192);
240  this.Label4.Name = "Label4";
241  this.Label4.Size = new System.Drawing.Size(51, 13);
242  this.Label4.TabIndex = 32;
243  this.Label4.Text = "VI Name:";
244  //
245  // txtUnits
246  //
247  this.txtUnits.Location = new System.Drawing.Point(260, 12);
248  this.txtUnits.Name = "txtUnits";
249  this.txtUnits.Size = new System.Drawing.Size(44, 20);
250  this.txtUnits.TabIndex = 1;
251  //
252  // Label2
253  //
254  this.Label2.AutoSize = true;
255  this.Label2.Location = new System.Drawing.Point(223, 15);
256  this.Label2.Name = "Label2";
257  this.Label2.Size = new System.Drawing.Size(34, 13);
258  this.Label2.TabIndex = 28;
259  this.Label2.Text = "Units:";
260  //
261  // txtBlockName
262  //
263  this.txtBlockName.Location = new System.Drawing.Point(94, 12);
264  this.txtBlockName.Name = "txtBlockName";
265  this.txtBlockName.Size = new System.Drawing.Size(120, 20);
266  this.txtBlockName.TabIndex = 0;
267  this.toolTip1.SetToolTip(this.txtBlockName, "The name that appears in the Dashboard");
268  this.txtBlockName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.isCharValid_KeyPress);
269  //
270  // Label1
271  //
272  this.Label1.AutoSize = true;
273  this.Label1.Location = new System.Drawing.Point(50, 15);
274  this.Label1.Name = "Label1";
275  this.Label1.Size = new System.Drawing.Size(38, 13);
276  this.Label1.TabIndex = 26;
277  this.Label1.Text = "Name:";
278  //
279  // btnClearWaitfor
280  //
281  this.btnClearWaitfor.Location = new System.Drawing.Point(321, 295);
282  this.btnClearWaitfor.Name = "btnClearWaitfor";
283  this.btnClearWaitfor.Size = new System.Drawing.Size(41, 23);
284  this.btnClearWaitfor.TabIndex = 12;
285  this.btnClearWaitfor.Text = "Clear";
286  this.btnClearWaitfor.UseVisualStyleBackColor = true;
287  this.btnClearWaitfor.Click += new System.EventHandler(this.btnClearWaitfor_Click);
288  //
289  // label3
290  //
291  this.label3.AutoSize = true;
292  this.label3.Location = new System.Drawing.Point(263, 300);
293  this.label3.Name = "label3";
294  this.label3.Size = new System.Drawing.Size(52, 13);
295  this.label3.TabIndex = 54;
296  this.label3.Text = "(Optional)";
297  //
298  // comWaitfor
299  //
300  this.comWaitfor.DropDownWidth = 250;
301  this.comWaitfor.FormattingEnabled = true;
302  this.comWaitfor.Location = new System.Drawing.Point(97, 297);
303  this.comWaitfor.Name = "comWaitfor";
304  this.comWaitfor.Size = new System.Drawing.Size(160, 21);
305  this.comWaitfor.Sorted = true;
306  this.comWaitfor.TabIndex = 9;
307  this.toolTip1.SetToolTip(this.comWaitfor, "This control indicates a new value is being set (for example: a control that indi" +
308  "cates a motor is moving)");
309  //
310  // label12
311  //
312  this.label12.AutoSize = true;
313  this.label12.Location = new System.Drawing.Point(41, 300);
314  this.label12.Name = "label12";
315  this.label12.Size = new System.Drawing.Size(50, 13);
316  this.label12.TabIndex = 52;
317  this.label12.Text = "Wait For:";
318  //
319  // label13
320  //
321  this.label13.AutoSize = true;
322  this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
323  this.label13.Location = new System.Drawing.Point(12, 170);
324  this.label13.Name = "label13";
325  this.label13.Size = new System.Drawing.Size(132, 16);
326  this.label13.TabIndex = 56;
327  this.label13.Text = "LabVIEW Settings";
328  //
329  // label14
330  //
331  this.label14.AutoSize = true;
332  this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
333  this.label14.Location = new System.Drawing.Point(408, 170);
334  this.label14.Name = "label14";
335  this.label14.Size = new System.Drawing.Size(149, 16);
336  this.label14.TabIndex = 57;
337  this.label14.Text = "Run-Control Settings";
338  //
339  // chkRuncontrol
340  //
341  this.chkRuncontrol.AutoSize = true;
342  this.chkRuncontrol.Location = new System.Drawing.Point(411, 189);
343  this.chkRuncontrol.Name = "chkRuncontrol";
344  this.chkRuncontrol.Size = new System.Drawing.Size(122, 17);
345  this.chkRuncontrol.TabIndex = 14;
346  this.chkRuncontrol.Text = "Run-control enabled";
347  this.toolTip1.SetToolTip(this.chkRuncontrol, "Enable or disable run-control for this block");
348  this.chkRuncontrol.UseVisualStyleBackColor = true;
349  this.chkRuncontrol.CheckedChanged += new System.EventHandler(this.chkRuncontrol_CheckedChanged);
350  //
351  // txtUpper
352  //
353  this.txtUpper.Enabled = false;
354  this.txtUpper.Location = new System.Drawing.Point(482, 238);
355  this.txtUpper.Name = "txtUpper";
356  this.txtUpper.Size = new System.Drawing.Size(44, 20);
357  this.txtUpper.TabIndex = 15;
358  this.txtUpper.Text = "0";
359  this.toolTip1.SetToolTip(this.txtUpper, "The upper limit for run-control");
360  //
361  // lblRCUpper
362  //
363  this.lblRCUpper.AutoSize = true;
364  this.lblRCUpper.Location = new System.Drawing.Point(417, 241);
365  this.lblRCUpper.Name = "lblRCUpper";
366  this.lblRCUpper.Size = new System.Drawing.Size(59, 13);
367  this.lblRCUpper.TabIndex = 59;
368  this.lblRCUpper.Text = "Upper limit:";
369  //
370  // txtLower
371  //
372  this.txtLower.Enabled = false;
373  this.txtLower.Location = new System.Drawing.Point(482, 212);
374  this.txtLower.Name = "txtLower";
375  this.txtLower.Size = new System.Drawing.Size(44, 20);
376  this.txtLower.TabIndex = 16;
377  this.txtLower.Text = "0";
378  this.toolTip1.SetToolTip(this.txtLower, "The lower limit for run-control");
379  //
380  // lblRCLower
381  //
382  this.lblRCLower.AutoSize = true;
383  this.lblRCLower.Location = new System.Drawing.Point(417, 215);
384  this.lblRCLower.Name = "lblRCLower";
385  this.lblRCLower.Size = new System.Drawing.Size(59, 13);
386  this.lblRCLower.TabIndex = 61;
387  this.lblRCLower.Text = "Lower limit:";
388  //
389  // chkEnabled
390  //
391  this.chkEnabled.AutoSize = true;
392  this.chkEnabled.Checked = true;
393  this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
394  this.chkEnabled.Location = new System.Drawing.Point(94, 64);
395  this.chkEnabled.Name = "chkEnabled";
396  this.chkEnabled.Size = new System.Drawing.Size(65, 17);
397  this.chkEnabled.TabIndex = 3;
398  this.chkEnabled.Text = "Enabled";
399  this.toolTip1.SetToolTip(this.chkEnabled, "Disable or enabled the block");
400  this.chkEnabled.UseVisualStyleBackColor = true;
401  //
402  // radOnlyChangesTol
403  //
404  this.radOnlyChangesTol.AutoSize = true;
405  this.radOnlyChangesTol.Location = new System.Drawing.Point(6, 66);
406  this.radOnlyChangesTol.Name = "radOnlyChangesTol";
407  this.radOnlyChangesTol.Size = new System.Drawing.Size(169, 17);
408  this.radOnlyChangesTol.TabIndex = 3;
409  this.radOnlyChangesTol.Text = "Log only if value changes by ±; this.toolTip1.SetToolTip(this.radOnlyChangesTol, "The Block value will only be logged when it changes by a certain amount"); this.radOnlyChangesTol.UseVisualStyleBackColor = true; this.radOnlyChangesTol.CheckedChanged += new System.EventHandler(this.radOnlyChangesTol_CheckedChanged); // // radLog // this.radLog.AutoSize = true; this.radLog.Checked = 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.toolTip1.SetToolTip(this.radLog, "The Block value will be logged every x seconds"); this.radLog.UseVisualStyleBackColor = true; this.radLog.CheckedChanged += new System.EventHandler(this.radLog_CheckedChanged); // // 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(47, 13); this.label11.TabIndex = 67; this.label11.Text = "seconds"; // // radNoLogging // this.radNoLogging.AutoSize = true; this.radNoLogging.Location = new System.Drawing.Point(6, 92); this.radNoLogging.Name = "radNoLogging"; this.radNoLogging.Size = new System.Drawing.Size(76, 17); this.radNoLogging.TabIndex = 5; this.radNoLogging.Text = "No logging"; this.toolTip1.SetToolTip(this.radNoLogging, "The Block value will never be logged"); this.radNoLogging.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.chkLogToSingleFile); this.groupBox1.Controls.Add(this.txtLogTolerance); this.groupBox1.Controls.Add(this.chkOnlyIfChanged); 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(238, 141); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Logging Options"; this.toolTip1.SetToolTip(this.groupBox1, "Enable this if this Block should be log"); // // chkLogToSingleFile // this.chkLogToSingleFile.AutoSize = true; this.chkLogToSingleFile.Location = new System.Drawing.Point(6, 118); this.chkLogToSingleFile.Name = "chkLogToSingleFile"; this.chkLogToSingleFile.Size = new System.Drawing.Size(110, 17); this.chkLogToSingleFile.TabIndex = 70; this.chkLogToSingleFile.Text = "Log to shared File"; this.toolTip1.SetToolTip(this.chkLogToSingleFile, "Log this Block to a file that can contain data from many Blocks (produces less lo" + "g files)"); this.chkLogToSingleFile.UseVisualStyleBackColor = true; // // txtLogTolerance // this.txtLogTolerance.Enabled = false; this.txtLogTolerance.Location = new System.Drawing.Point(178, 37); this.txtLogTolerance.Name = "txtLogTolerance"; this.txtLogTolerance.Size = new System.Drawing.Size(41, 20); this.txtLogTolerance.TabIndex = 69; this.txtLogTolerance.Text = "0.0"; // // chkOnlyIfChanged // this.chkOnlyIfChanged.AutoSize = true; this.chkOnlyIfChanged.Location = new System.Drawing.Point(27, 39); this.chkOnlyIfChanged.Name = "chkOnlyIfChanged"; this.chkOnlyIfChanged.Size = new System.Drawing.Size(151, 17); this.chkOnlyIfChanged.TabIndex = 68; this.chkOnlyIfChanged.Text = "Only if value changes by ±"; this.toolTip1.SetToolTip(this.chkOnlyIfChanged, "Tick this if the Block should only be logged if it has changed by a certain amoun" + "t"); this.chkOnlyIfChanged.UseVisualStyleBackColor = true; this.chkOnlyIfChanged.CheckedChanged += new System.EventHandler(this.chkOnlyIfChanged_CheckedChanged); // // txtTolerance // this.txtTolerance.Enabled = false; this.txtTolerance.Location = new System.Drawing.Point(176, 65); this.txtTolerance.Name = "txtTolerance"; this.txtTolerance.Size = new System.Drawing.Size(41, 20); this.txtTolerance.TabIndex = 4; this.txtTolerance.Text = "0.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, 261); this.chkSaveSettings.Name = "chkSaveSettings"; this.chkSaveSettings.Size = new System.Drawing.Size(143, 17); this.chkSaveSettings.TabIndex = 71; this.chkSaveSettings.Text = "Save run-control settings"; this.toolTip1.SetToolTip(this.chkSaveSettings, "If the run-control settings are saved then next time this configuration is loaded" + " the settings will be restored"); this.chkSaveSettings.UseVisualStyleBackColor = true; // // chkVisible // this.chkVisible.AutoSize = true; this.chkVisible.Checked = true; this.chkVisible.CheckState = System.Windows.Forms.CheckState.Checked; this.chkVisible.Location = new System.Drawing.Point(165, 64); this.chkVisible.Name = "chkVisible"; this.chkVisible.Size = new System.Drawing.Size(56, 17); this.chkVisible.TabIndex = 72; this.chkVisible.Text = "Visible"; this.toolTip1.SetToolTip(this.chkVisible, "Sets whether the block appears on the Dashboard"); this.chkVisible.UseVisualStyleBackColor = true; // // txtDecPlaces // this.txtDecPlaces.Location = new System.Drawing.Point(271, 102); this.txtDecPlaces.Name = "txtDecPlaces"; this.txtDecPlaces.Size = new System.Drawing.Size(33, 20); this.txtDecPlaces.TabIndex = 74; this.txtDecPlaces.Text = "3"; this.toolTip1.SetToolTip(this.txtDecPlaces, "Sets how many decimal places are shown on the dashboard."); this.txtDecPlaces.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress); // // txtRCValue // this.txtRCValue.Enabled = false; this.txtRCValue.Location = new System.Drawing.Point(482, 212); this.txtRCValue.Name = "txtRCValue"; this.txtRCValue.Size = new System.Drawing.Size(44, 20); this.txtRCValue.TabIndex = 78; this.toolTip1.SetToolTip(this.txtRCValue, "The value for run-control"); this.txtRCValue.Visible = false; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(183, 106); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(82, 13); this.label18.TabIndex = 73; this.label18.Text = "Decimal places:"; // // lblRCValue // this.lblRCValue.AutoSize = true; this.lblRCValue.Location = new System.Drawing.Point(439, 215); this.lblRCValue.Name = "lblRCValue"; this.lblRCValue.Size = new System.Drawing.Size(37, 13); this.lblRCValue.TabIndex = 77; this.lblRCValue.Text = "Value:"; this.lblRCValue.Visible = false; // // comFormatting // this.comFormatting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comFormatting.FormattingEnabled = true; this.comFormatting.Items.AddRange(new object[] { "Scientific", "Fixed Precision", "None"}); this.comFormatting.Location = new System.Drawing.Point(72, 102); this.comFormatting.Name = "comFormatting"; this.comFormatting.Size = new System.Drawing.Size(102, 21); this.comFormatting.TabIndex = 79; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(12, 105); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(59, 13); this.label15.TabIndex = 80; this.label15.Text = "Formatting:"; // // 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, 360); this.Controls.Add(this.label15); this.Controls.Add(this.comFormatting); this.Controls.Add(this.txtRCValue); this.Controls.Add(this.lblRCValue); this.Controls.Add(this.txtDecPlaces); this.Controls.Add(this.label18); this.Controls.Add(this.chkVisible); 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.lblRCLower); this.Controls.Add(this.txtUpper); this.Controls.Add(this.lblRCUpper); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "AddEditBlock"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add Block - SECI"; 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 lblRCUpper; internal System.Windows.Forms.TextBox txtLower; internal System.Windows.Forms.Label lblRCLower; 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; internal System.Windows.Forms.TextBox txtAlias; internal System.Windows.Forms.Label label17; private System.Windows.Forms.CheckBox chkSaveSettings; private System.Windows.Forms.CheckBox chkVisible; private System.Windows.Forms.ToolTip toolTip1; internal System.Windows.Forms.TextBox txtLogTolerance; private System.Windows.Forms.CheckBox chkOnlyIfChanged; private System.Windows.Forms.CheckBox chkLogToSingleFile; private System.Windows.Forms.Label label18; internal System.Windows.Forms.TextBox txtDecPlaces; internal System.Windows.Forms.Label lblRCValue; internal System.Windows.Forms.TextBox txtRCValue; private System.Windows.Forms.ComboBox comFormatting; internal System.Windows.Forms.Label label15; } }";
410  this.toolTip1.SetToolTip(this.radOnlyChangesTol, "The Block value will only be logged when it changes by a certain amount");
411  this.radOnlyChangesTol.UseVisualStyleBackColor = true;
412  this.radOnlyChangesTol.CheckedChanged += new System.EventHandler(this.radOnlyChangesTol_CheckedChanged);
413  //
414  // radLog
415  //
416  this.radLog.AutoSize = true;
417  this.radLog.Checked = true;
418  this.radLog.Location = new System.Drawing.Point(6, 16);
419  this.radLog.Name = "radLog";
420  this.radLog.Size = new System.Drawing.Size(101, 17);
421  this.radLog.TabIndex = 0;
422  this.radLog.TabStop = true;
423  this.radLog.Text = "Log value every";
424  this.toolTip1.SetToolTip(this.radLog, "The Block value will be logged every x seconds");
425  this.radLog.UseVisualStyleBackColor = true;
426  this.radLog.CheckedChanged += new System.EventHandler(this.radLog_CheckedChanged);
427  //
428  // label11
429  //
430  this.label11.AutoSize = true;
431  this.label11.Location = new System.Drawing.Point(150, 17);
432  this.label11.Name = "label11";
433  this.label11.Size = new System.Drawing.Size(47, 13);
434  this.label11.TabIndex = 67;
435  this.label11.Text = "seconds";
436  //
437  // radNoLogging
438  //
439  this.radNoLogging.AutoSize = true;
440  this.radNoLogging.Location = new System.Drawing.Point(6, 92);
441  this.radNoLogging.Name = "radNoLogging";
442  this.radNoLogging.Size = new System.Drawing.Size(76, 17);
443  this.radNoLogging.TabIndex = 5;
444  this.radNoLogging.Text = "No logging";
445  this.toolTip1.SetToolTip(this.radNoLogging, "The Block value will never be logged");
446  this.radNoLogging.UseVisualStyleBackColor = true;
447  //
448  // groupBox1
449  //
450  this.groupBox1.Controls.Add(this.chkLogToSingleFile);
451  this.groupBox1.Controls.Add(this.txtLogTolerance);
452  this.groupBox1.Controls.Add(this.chkOnlyIfChanged);
453  this.groupBox1.Controls.Add(this.txtTolerance);
454  this.groupBox1.Controls.Add(this.radNoLogging);
455  this.groupBox1.Controls.Add(this.txtLogRate);
456  this.groupBox1.Controls.Add(this.label11);
457  this.groupBox1.Controls.Add(this.radOnlyChangesTol);
458  this.groupBox1.Controls.Add(this.radLog);
459  this.groupBox1.Location = new System.Drawing.Point(338, 12);
460  this.groupBox1.Name = "groupBox1";
461  this.groupBox1.Size = new System.Drawing.Size(238, 141);
462  this.groupBox1.TabIndex = 13;
463  this.groupBox1.TabStop = false;
464  this.groupBox1.Text = "Logging Options";
465  this.toolTip1.SetToolTip(this.groupBox1, "Enable this if this Block should be log");
466  //
467  // chkLogToSingleFile
468  //
469  this.chkLogToSingleFile.AutoSize = true;
470  this.chkLogToSingleFile.Location = new System.Drawing.Point(6, 118);
471  this.chkLogToSingleFile.Name = "chkLogToSingleFile";
472  this.chkLogToSingleFile.Size = new System.Drawing.Size(110, 17);
473  this.chkLogToSingleFile.TabIndex = 70;
474  this.chkLogToSingleFile.Text = "Log to shared File";
475  this.toolTip1.SetToolTip(this.chkLogToSingleFile, "Log this Block to a file that can contain data from many Blocks (produces less lo" +
476  "g files)");
477  this.chkLogToSingleFile.UseVisualStyleBackColor = true;
478  //
479  // txtLogTolerance
480  //
481  this.txtLogTolerance.Enabled = false;
482  this.txtLogTolerance.Location = new System.Drawing.Point(178, 37);
483  this.txtLogTolerance.Name = "txtLogTolerance";
484  this.txtLogTolerance.Size = new System.Drawing.Size(41, 20);
485  this.txtLogTolerance.TabIndex = 69;
486  this.txtLogTolerance.Text = "0.0";
487  //
488  // chkOnlyIfChanged
489  //
490  this.chkOnlyIfChanged.AutoSize = true;
491  this.chkOnlyIfChanged.Location = new System.Drawing.Point(27, 39);
492  this.chkOnlyIfChanged.Name = "chkOnlyIfChanged";
493  this.chkOnlyIfChanged.Size = new System.Drawing.Size(151, 17);
494  this.chkOnlyIfChanged.TabIndex = 68;
495  this.chkOnlyIfChanged.Text = "Only if value changes by ±; this.toolTip1.SetToolTip(this.chkOnlyIfChanged, "Tick this if the Block should only be logged if it has changed by a certain amoun" + "t"); this.chkOnlyIfChanged.UseVisualStyleBackColor = true; this.chkOnlyIfChanged.CheckedChanged += new System.EventHandler(this.chkOnlyIfChanged_CheckedChanged); // // txtTolerance // this.txtTolerance.Enabled = false; this.txtTolerance.Location = new System.Drawing.Point(176, 65); this.txtTolerance.Name = "txtTolerance"; this.txtTolerance.Size = new System.Drawing.Size(41, 20); this.txtTolerance.TabIndex = 4; this.txtTolerance.Text = "0.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, 261); this.chkSaveSettings.Name = "chkSaveSettings"; this.chkSaveSettings.Size = new System.Drawing.Size(143, 17); this.chkSaveSettings.TabIndex = 71; this.chkSaveSettings.Text = "Save run-control settings"; this.toolTip1.SetToolTip(this.chkSaveSettings, "If the run-control settings are saved then next time this configuration is loaded" + " the settings will be restored"); this.chkSaveSettings.UseVisualStyleBackColor = true; // // chkVisible // this.chkVisible.AutoSize = true; this.chkVisible.Checked = true; this.chkVisible.CheckState = System.Windows.Forms.CheckState.Checked; this.chkVisible.Location = new System.Drawing.Point(165, 64); this.chkVisible.Name = "chkVisible"; this.chkVisible.Size = new System.Drawing.Size(56, 17); this.chkVisible.TabIndex = 72; this.chkVisible.Text = "Visible"; this.toolTip1.SetToolTip(this.chkVisible, "Sets whether the block appears on the Dashboard"); this.chkVisible.UseVisualStyleBackColor = true; // // txtDecPlaces // this.txtDecPlaces.Location = new System.Drawing.Point(271, 102); this.txtDecPlaces.Name = "txtDecPlaces"; this.txtDecPlaces.Size = new System.Drawing.Size(33, 20); this.txtDecPlaces.TabIndex = 74; this.txtDecPlaces.Text = "3"; this.toolTip1.SetToolTip(this.txtDecPlaces, "Sets how many decimal places are shown on the dashboard."); this.txtDecPlaces.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress); // // txtRCValue // this.txtRCValue.Enabled = false; this.txtRCValue.Location = new System.Drawing.Point(482, 212); this.txtRCValue.Name = "txtRCValue"; this.txtRCValue.Size = new System.Drawing.Size(44, 20); this.txtRCValue.TabIndex = 78; this.toolTip1.SetToolTip(this.txtRCValue, "The value for run-control"); this.txtRCValue.Visible = false; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(183, 106); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(82, 13); this.label18.TabIndex = 73; this.label18.Text = "Decimal places:"; // // lblRCValue // this.lblRCValue.AutoSize = true; this.lblRCValue.Location = new System.Drawing.Point(439, 215); this.lblRCValue.Name = "lblRCValue"; this.lblRCValue.Size = new System.Drawing.Size(37, 13); this.lblRCValue.TabIndex = 77; this.lblRCValue.Text = "Value:"; this.lblRCValue.Visible = false; // // comFormatting // this.comFormatting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comFormatting.FormattingEnabled = true; this.comFormatting.Items.AddRange(new object[] { "Scientific", "Fixed Precision", "None"}); this.comFormatting.Location = new System.Drawing.Point(72, 102); this.comFormatting.Name = "comFormatting"; this.comFormatting.Size = new System.Drawing.Size(102, 21); this.comFormatting.TabIndex = 79; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(12, 105); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(59, 13); this.label15.TabIndex = 80; this.label15.Text = "Formatting:"; // // 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, 360); this.Controls.Add(this.label15); this.Controls.Add(this.comFormatting); this.Controls.Add(this.txtRCValue); this.Controls.Add(this.lblRCValue); this.Controls.Add(this.txtDecPlaces); this.Controls.Add(this.label18); this.Controls.Add(this.chkVisible); 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.lblRCLower); this.Controls.Add(this.txtUpper); this.Controls.Add(this.lblRCUpper); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "AddEditBlock"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add Block - SECI"; 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 lblRCUpper; internal System.Windows.Forms.TextBox txtLower; internal System.Windows.Forms.Label lblRCLower; 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; internal System.Windows.Forms.TextBox txtAlias; internal System.Windows.Forms.Label label17; private System.Windows.Forms.CheckBox chkSaveSettings; private System.Windows.Forms.CheckBox chkVisible; private System.Windows.Forms.ToolTip toolTip1; internal System.Windows.Forms.TextBox txtLogTolerance; private System.Windows.Forms.CheckBox chkOnlyIfChanged; private System.Windows.Forms.CheckBox chkLogToSingleFile; private System.Windows.Forms.Label label18; internal System.Windows.Forms.TextBox txtDecPlaces; internal System.Windows.Forms.Label lblRCValue; internal System.Windows.Forms.TextBox txtRCValue; private System.Windows.Forms.ComboBox comFormatting; internal System.Windows.Forms.Label label15; } }";
496  this.toolTip1.SetToolTip(this.chkOnlyIfChanged, "Tick this if the Block should only be logged if it has changed by a certain amoun" +
497  "t");
498  this.chkOnlyIfChanged.UseVisualStyleBackColor = true;
499  this.chkOnlyIfChanged.CheckedChanged += new System.EventHandler(this.chkOnlyIfChanged_CheckedChanged);
500  //
501  // txtTolerance
502  //
503  this.txtTolerance.Enabled = false;
504  this.txtTolerance.Location = new System.Drawing.Point(176, 65);
505  this.txtTolerance.Name = "txtTolerance";
506  this.txtTolerance.Size = new System.Drawing.Size(41, 20);
507  this.txtTolerance.TabIndex = 4;
508  this.txtTolerance.Text = "0.0";
509  this.txtTolerance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress);
510  //
511  // txtAlias
512  //
513  this.txtAlias.Location = new System.Drawing.Point(94, 38);
514  this.txtAlias.Name = "txtAlias";
515  this.txtAlias.Size = new System.Drawing.Size(120, 20);
516  this.txtAlias.TabIndex = 2;
517  this.txtAlias.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.isCharValid_KeyPress);
518  //
519  // label17
520  //
521  this.label17.AutoSize = true;
522  this.label17.Location = new System.Drawing.Point(10, 41);
523  this.label17.Name = "label17";
524  this.label17.Size = new System.Drawing.Size(78, 13);
525  this.label17.TabIndex = 70;
526  this.label17.Text = "Alias (optional):";
527  //
528  // chkSaveSettings
529  //
530  this.chkSaveSettings.AutoSize = true;
531  this.chkSaveSettings.Location = new System.Drawing.Point(411, 261);
532  this.chkSaveSettings.Name = "chkSaveSettings";
533  this.chkSaveSettings.Size = new System.Drawing.Size(143, 17);
534  this.chkSaveSettings.TabIndex = 71;
535  this.chkSaveSettings.Text = "Save run-control settings";
536  this.toolTip1.SetToolTip(this.chkSaveSettings, "If the run-control settings are saved then next time this configuration is loaded" +
537  " the settings will be restored");
538  this.chkSaveSettings.UseVisualStyleBackColor = true;
539  //
540  // chkVisible
541  //
542  this.chkVisible.AutoSize = true;
543  this.chkVisible.Checked = true;
544  this.chkVisible.CheckState = System.Windows.Forms.CheckState.Checked;
545  this.chkVisible.Location = new System.Drawing.Point(165, 64);
546  this.chkVisible.Name = "chkVisible";
547  this.chkVisible.Size = new System.Drawing.Size(56, 17);
548  this.chkVisible.TabIndex = 72;
549  this.chkVisible.Text = "Visible";
550  this.toolTip1.SetToolTip(this.chkVisible, "Sets whether the block appears on the Dashboard");
551  this.chkVisible.UseVisualStyleBackColor = true;
552  //
553  // txtDecPlaces
554  //
555  this.txtDecPlaces.Location = new System.Drawing.Point(271, 102);
556  this.txtDecPlaces.Name = "txtDecPlaces";
557  this.txtDecPlaces.Size = new System.Drawing.Size(33, 20);
558  this.txtDecPlaces.TabIndex = 74;
559  this.txtDecPlaces.Text = "3";
560  this.toolTip1.SetToolTip(this.txtDecPlaces, "Sets how many decimal places are shown on the dashboard.");
561  this.txtDecPlaces.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericOnly_KeyPress);
562  //
563  // txtRCValue
564  //
565  this.txtRCValue.Enabled = false;
566  this.txtRCValue.Location = new System.Drawing.Point(482, 212);
567  this.txtRCValue.Name = "txtRCValue";
568  this.txtRCValue.Size = new System.Drawing.Size(44, 20);
569  this.txtRCValue.TabIndex = 78;
570  this.toolTip1.SetToolTip(this.txtRCValue, "The value for run-control");
571  this.txtRCValue.Visible = false;
572  //
573  // label18
574  //
575  this.label18.AutoSize = true;
576  this.label18.Location = new System.Drawing.Point(183, 106);
577  this.label18.Name = "label18";
578  this.label18.Size = new System.Drawing.Size(82, 13);
579  this.label18.TabIndex = 73;
580  this.label18.Text = "Decimal places:";
581  //
582  // lblRCValue
583  //
584  this.lblRCValue.AutoSize = true;
585  this.lblRCValue.Location = new System.Drawing.Point(439, 215);
586  this.lblRCValue.Name = "lblRCValue";
587  this.lblRCValue.Size = new System.Drawing.Size(37, 13);
588  this.lblRCValue.TabIndex = 77;
589  this.lblRCValue.Text = "Value:";
590  this.lblRCValue.Visible = false;
591  //
592  // comFormatting
593  //
594  this.comFormatting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
595  this.comFormatting.FormattingEnabled = true;
596  this.comFormatting.Items.AddRange(new object[] {
597  "Scientific",
598  "Fixed Precision",
599  "None"});
600  this.comFormatting.Location = new System.Drawing.Point(72, 102);
601  this.comFormatting.Name = "comFormatting";
602  this.comFormatting.Size = new System.Drawing.Size(102, 21);
603  this.comFormatting.TabIndex = 79;
604  //
605  // label15
606  //
607  this.label15.AutoSize = true;
608  this.label15.Location = new System.Drawing.Point(12, 105);
609  this.label15.Name = "label15";
610  this.label15.Size = new System.Drawing.Size(59, 13);
611  this.label15.TabIndex = 80;
612  this.label15.Text = "Formatting:";
613  //
614  // AddEditBlock
615  //
616  this.AcceptButton = this.btnOK;
617  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
618  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
619  this.CancelButton = this.btnCancel;
620  this.ClientSize = new System.Drawing.Size(588, 360);
621  this.Controls.Add(this.label15);
622  this.Controls.Add(this.comFormatting);
623  this.Controls.Add(this.txtRCValue);
624  this.Controls.Add(this.lblRCValue);
625  this.Controls.Add(this.txtDecPlaces);
626  this.Controls.Add(this.label18);
627  this.Controls.Add(this.chkVisible);
628  this.Controls.Add(this.chkSaveSettings);
629  this.Controls.Add(this.txtAlias);
630  this.Controls.Add(this.label17);
631  this.Controls.Add(this.groupBox1);
632  this.Controls.Add(this.chkEnabled);
633  this.Controls.Add(this.txtLower);
634  this.Controls.Add(this.lblRCLower);
635  this.Controls.Add(this.txtUpper);
636  this.Controls.Add(this.lblRCUpper);
637  this.Controls.Add(this.chkRuncontrol);
638  this.Controls.Add(this.label14);
639  this.Controls.Add(this.label13);
640  this.Controls.Add(this.btnClearWaitfor);
641  this.Controls.Add(this.label3);
642  this.Controls.Add(this.comWaitfor);
643  this.Controls.Add(this.label12);
644  this.Controls.Add(this.btnClearGo);
645  this.Controls.Add(this.btnClearWrite);
646  this.Controls.Add(this.btnOK);
647  this.Controls.Add(this.btnCancel);
648  this.Controls.Add(this.Label10);
649  this.Controls.Add(this.Label9);
650  this.Controls.Add(this.Label8);
651  this.Controls.Add(this.comGo);
652  this.Controls.Add(this.Label7);
653  this.Controls.Add(this.comWrite);
654  this.Controls.Add(this.Label6);
655  this.Controls.Add(this.comRead);
656  this.Controls.Add(this.Label5);
657  this.Controls.Add(this.comVI);
658  this.Controls.Add(this.Label4);
659  this.Controls.Add(this.txtUnits);
660  this.Controls.Add(this.Label2);
661  this.Controls.Add(this.txtBlockName);
662  this.Controls.Add(this.Label1);
663  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
664  this.Name = "AddEditBlock";
665  this.ShowInTaskbar = false;
666  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
667  this.Text = "Add Block - SECI";
668  this.Load += new System.EventHandler(this.AddBlock_Load);
669  this.groupBox1.ResumeLayout(false);
670  this.groupBox1.PerformLayout();
671  this.ResumeLayout(false);
672  this.PerformLayout();
673 
674  }
675 
676  #endregion
677 
678  internal System.Windows.Forms.Button btnClearGo;
679  internal System.Windows.Forms.Button btnClearWrite;
680  internal System.Windows.Forms.TextBox txtLogRate;
681  internal System.Windows.Forms.Button btnOK;
682  internal System.Windows.Forms.Button btnCancel;
683  internal System.Windows.Forms.Label Label10;
684  internal System.Windows.Forms.Label Label9;
685  internal System.Windows.Forms.Label Label8;
686  internal System.Windows.Forms.ComboBox comGo;
687  internal System.Windows.Forms.Label Label7;
688  internal System.Windows.Forms.ComboBox comWrite;
689  internal System.Windows.Forms.Label Label6;
690  internal System.Windows.Forms.ComboBox comRead;
691  internal System.Windows.Forms.Label Label5;
692  internal System.Windows.Forms.ComboBox comVI;
693  internal System.Windows.Forms.Label Label4;
694  internal System.Windows.Forms.TextBox txtUnits;
695  internal System.Windows.Forms.Label Label2;
696  internal System.Windows.Forms.TextBox txtBlockName;
697  internal System.Windows.Forms.Label Label1;
698  internal System.Windows.Forms.Button btnClearWaitfor;
699  internal System.Windows.Forms.Label label3;
700  internal System.Windows.Forms.ComboBox comWaitfor;
701  internal System.Windows.Forms.Label label12;
702  private System.Windows.Forms.Label label13;
703  private System.Windows.Forms.Label label14;
704  private System.Windows.Forms.CheckBox chkRuncontrol;
705  internal System.Windows.Forms.TextBox txtUpper;
706  internal System.Windows.Forms.Label lblRCUpper;
707  internal System.Windows.Forms.TextBox txtLower;
708  internal System.Windows.Forms.Label lblRCLower;
709  private System.Windows.Forms.CheckBox chkEnabled;
710  private System.Windows.Forms.RadioButton radOnlyChangesTol;
711  private System.Windows.Forms.RadioButton radLog;
712  private System.Windows.Forms.Label label11;
713  private System.Windows.Forms.RadioButton radNoLogging;
714  private System.Windows.Forms.GroupBox groupBox1;
715  internal System.Windows.Forms.TextBox txtTolerance;
716  internal System.Windows.Forms.TextBox txtAlias;
717  internal System.Windows.Forms.Label label17;
718  private System.Windows.Forms.CheckBox chkSaveSettings;
719  private System.Windows.Forms.CheckBox chkVisible;
720  private System.Windows.Forms.ToolTip toolTip1;
721  internal System.Windows.Forms.TextBox txtLogTolerance;
722  private System.Windows.Forms.CheckBox chkOnlyIfChanged;
723  private System.Windows.Forms.CheckBox chkLogToSingleFile;
724  private System.Windows.Forms.Label label18;
725  internal System.Windows.Forms.TextBox txtDecPlaces;
726  internal System.Windows.Forms.Label lblRCValue;
727  internal System.Windows.Forms.TextBox txtRCValue;
728  private System.Windows.Forms.ComboBox comFormatting;
729  internal System.Windows.Forms.Label label15;
730  }
731 }
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.
System.Windows.Forms.RadioButton radOnlyChangesTol