DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
GlobalConfigEdit.Designer.cs
Go to the documentation of this file.
1 namespace DirectOutput.Frontend
2 {
3  partial class GlobalConfigEdit
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  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
33  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GlobalConfigEdit));
34  this.tabControl1 = new System.Windows.Forms.TabControl();
35  this.tabPage4 = new System.Windows.Forms.TabPage();
36  this.splitContainer2 = new System.Windows.Forms.SplitContainer();
37  this.splitContainer3 = new System.Windows.Forms.SplitContainer();
38  this.label12 = new System.Windows.Forms.Label();
39  this.GlobalScriptFilePatterns = new System.Windows.Forms.DataGridView();
40  this.GlobalScriptsFilePatternsFilePattern = new System.Windows.Forms.DataGridViewTextBoxColumn();
41  this.GlobalScriptFilePatternsStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
42  this.groupBox2 = new System.Windows.Forms.GroupBox();
43  this.label14 = new System.Windows.Forms.Label();
44  this.label11 = new System.Windows.Forms.Label();
45  this.label10 = new System.Windows.Forms.Label();
46  this.EnableLogging = new System.Windows.Forms.CheckBox();
47  this.LogFilePatternStatus = new System.Windows.Forms.Label();
48  this.LogFilePattern = new System.Windows.Forms.TextBox();
49  this.ShowLogFileDialog = new System.Windows.Forms.Button();
50  this.tabPage1 = new System.Windows.Forms.TabPage();
51  this.splitContainer1 = new System.Windows.Forms.SplitContainer();
52  this.label1 = new System.Windows.Forms.Label();
53  this.splitContainer13 = new System.Windows.Forms.SplitContainer();
54  this.LedcontrolFiles = new System.Windows.Forms.DataGridView();
55  this.LedwizNumber = new System.Windows.Forms.DataGridViewComboBoxColumn();
56  this.Filename = new System.Windows.Forms.DataGridViewTextBoxColumn();
57  this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
58  this.label15 = new System.Windows.Forms.Label();
59  this.label13 = new System.Windows.Forms.Label();
60  this.MinLedControlRGBLedEffectDuration = new System.Windows.Forms.NumericUpDown();
61  this.MinLedControlEffectDuration = new System.Windows.Forms.NumericUpDown();
62  this.label9 = new System.Windows.Forms.Label();
63  this.label8 = new System.Windows.Forms.Label();
64  this.tabPage2 = new System.Windows.Forms.TabPage();
65  this.splitContainer4 = new System.Windows.Forms.SplitContainer();
66  this.label5 = new System.Windows.Forms.Label();
67  this.splitContainer6 = new System.Windows.Forms.SplitContainer();
68  this.label2 = new System.Windows.Forms.Label();
69  this.CabinetConfigFilePatterns = new System.Windows.Forms.DataGridView();
70  this.CabinetConfigFilePattern = new System.Windows.Forms.DataGridViewTextBoxColumn();
71  this.CabinetContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
72  this.CabinetContextMenuGlobalConfigDir = new System.Windows.Forms.ToolStripMenuItem();
73  this.CabinetContextMenuInsertDllDir = new System.Windows.Forms.ToolStripMenuItem();
74  this.CabinetConfigFilePatternStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
75  this.tabPage3 = new System.Windows.Forms.TabPage();
76  this.splitContainer8 = new System.Windows.Forms.SplitContainer();
77  this.label4 = new System.Windows.Forms.Label();
78  this.splitContainer9 = new System.Windows.Forms.SplitContainer();
79  this.splitContainer10 = new System.Windows.Forms.SplitContainer();
80  this.label6 = new System.Windows.Forms.Label();
81  this.TableConfigFilePatterns = new System.Windows.Forms.DataGridView();
82  this.TableConfigFilePattern = new System.Windows.Forms.DataGridViewTextBoxColumn();
83  this.TableContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
84  this.TableConfigInsertGlobalConfigDir = new System.Windows.Forms.ToolStripMenuItem();
85  this.TableConfigInsertDllDir = new System.Windows.Forms.ToolStripMenuItem();
86  this.TableConfigInsertTableDir = new System.Windows.Forms.ToolStripMenuItem();
87  this.TableConfigInsertTableDirName = new System.Windows.Forms.ToolStripMenuItem();
88  this.TableConfigInsertTableName = new System.Windows.Forms.ToolStripMenuItem();
89  this.TableConfigFilePatternStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
90  this.splitContainer11 = new System.Windows.Forms.SplitContainer();
91  this.label7 = new System.Windows.Forms.Label();
92  this.TableScriptFilePatterns = new System.Windows.Forms.DataGridView();
93  this.TableScriptFilePattern = new System.Windows.Forms.DataGridViewTextBoxColumn();
94  this.TableScriptFilePatternStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
95  this.SelectLedcontrolFile = new System.Windows.Forms.OpenFileDialog();
96  this.SelectLogFile = new System.Windows.Forms.SaveFileDialog();
97  this.splitContainer12 = new System.Windows.Forms.SplitContainer();
98  this.SaveExitButton = new System.Windows.Forms.Button();
99  this.ExitButton = new System.Windows.Forms.Button();
100  this.SaveButton = new System.Windows.Forms.Button();
101  this.SaveGlobalConfigDialog = new System.Windows.Forms.SaveFileDialog();
102  this.tabControl1.SuspendLayout();
103  this.tabPage4.SuspendLayout();
104  ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
105  this.splitContainer2.Panel1.SuspendLayout();
106  this.splitContainer2.Panel2.SuspendLayout();
107  this.splitContainer2.SuspendLayout();
108  ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
109  this.splitContainer3.Panel1.SuspendLayout();
110  this.splitContainer3.Panel2.SuspendLayout();
111  this.splitContainer3.SuspendLayout();
112  ((System.ComponentModel.ISupportInitialize)(this.GlobalScriptFilePatterns)).BeginInit();
113  this.groupBox2.SuspendLayout();
114  this.tabPage1.SuspendLayout();
115  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
116  this.splitContainer1.Panel1.SuspendLayout();
117  this.splitContainer1.Panel2.SuspendLayout();
118  this.splitContainer1.SuspendLayout();
119  ((System.ComponentModel.ISupportInitialize)(this.splitContainer13)).BeginInit();
120  this.splitContainer13.Panel1.SuspendLayout();
121  this.splitContainer13.Panel2.SuspendLayout();
122  this.splitContainer13.SuspendLayout();
123  ((System.ComponentModel.ISupportInitialize)(this.LedcontrolFiles)).BeginInit();
124  ((System.ComponentModel.ISupportInitialize)(this.MinLedControlRGBLedEffectDuration)).BeginInit();
125  ((System.ComponentModel.ISupportInitialize)(this.MinLedControlEffectDuration)).BeginInit();
126  this.tabPage2.SuspendLayout();
127  ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
128  this.splitContainer4.Panel1.SuspendLayout();
129  this.splitContainer4.Panel2.SuspendLayout();
130  this.splitContainer4.SuspendLayout();
131  ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
132  this.splitContainer6.Panel1.SuspendLayout();
133  this.splitContainer6.Panel2.SuspendLayout();
134  this.splitContainer6.SuspendLayout();
135  ((System.ComponentModel.ISupportInitialize)(this.CabinetConfigFilePatterns)).BeginInit();
136  this.CabinetContextMenu.SuspendLayout();
137  this.tabPage3.SuspendLayout();
138  ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit();
139  this.splitContainer8.Panel1.SuspendLayout();
140  this.splitContainer8.Panel2.SuspendLayout();
141  this.splitContainer8.SuspendLayout();
142  ((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).BeginInit();
143  this.splitContainer9.Panel1.SuspendLayout();
144  this.splitContainer9.Panel2.SuspendLayout();
145  this.splitContainer9.SuspendLayout();
146  ((System.ComponentModel.ISupportInitialize)(this.splitContainer10)).BeginInit();
147  this.splitContainer10.Panel1.SuspendLayout();
148  this.splitContainer10.Panel2.SuspendLayout();
149  this.splitContainer10.SuspendLayout();
150  ((System.ComponentModel.ISupportInitialize)(this.TableConfigFilePatterns)).BeginInit();
151  this.TableContextMenu.SuspendLayout();
152  ((System.ComponentModel.ISupportInitialize)(this.splitContainer11)).BeginInit();
153  this.splitContainer11.Panel1.SuspendLayout();
154  this.splitContainer11.Panel2.SuspendLayout();
155  this.splitContainer11.SuspendLayout();
156  ((System.ComponentModel.ISupportInitialize)(this.TableScriptFilePatterns)).BeginInit();
157  ((System.ComponentModel.ISupportInitialize)(this.splitContainer12)).BeginInit();
158  this.splitContainer12.Panel1.SuspendLayout();
159  this.splitContainer12.Panel2.SuspendLayout();
160  this.splitContainer12.SuspendLayout();
161  this.SuspendLayout();
162  //
163  // tabControl1
164  //
165  this.tabControl1.Controls.Add(this.tabPage4);
166  this.tabControl1.Controls.Add(this.tabPage1);
167  this.tabControl1.Controls.Add(this.tabPage2);
168  this.tabControl1.Controls.Add(this.tabPage3);
169  this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
170  this.tabControl1.Location = new System.Drawing.Point(0, 0);
171  this.tabControl1.Name = "tabControl1";
172  this.tabControl1.RightToLeftLayout = true;
173  this.tabControl1.SelectedIndex = 0;
174  this.tabControl1.Size = new System.Drawing.Size(1247, 790);
175  this.tabControl1.TabIndex = 0;
176  //
177  // tabPage4
178  //
179  this.tabPage4.AutoScroll = true;
180  this.tabPage4.Controls.Add(this.splitContainer2);
181  this.tabPage4.Location = new System.Drawing.Point(4, 22);
182  this.tabPage4.Name = "tabPage4";
183  this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
184  this.tabPage4.Size = new System.Drawing.Size(1239, 764);
185  this.tabPage4.TabIndex = 3;
186  this.tabPage4.Text = "Global";
187  this.tabPage4.UseVisualStyleBackColor = true;
188  //
189  // splitContainer2
190  //
191  this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
192  this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
193  this.splitContainer2.Location = new System.Drawing.Point(3, 3);
194  this.splitContainer2.Name = "splitContainer2";
195  this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
196  //
197  // splitContainer2.Panel1
198  //
199  this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
200  //
201  // splitContainer2.Panel2
202  //
203  this.splitContainer2.Panel2.AutoScroll = true;
204  this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
205  this.splitContainer2.Size = new System.Drawing.Size(1233, 758);
206  this.splitContainer2.SplitterDistance = 349;
207  this.splitContainer2.TabIndex = 10;
208  //
209  // splitContainer3
210  //
211  this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
212  this.splitContainer3.Location = new System.Drawing.Point(0, 0);
213  this.splitContainer3.Name = "splitContainer3";
214  this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
215  //
216  // splitContainer3.Panel1
217  //
218  this.splitContainer3.Panel1.Controls.Add(this.label12);
219  //
220  // splitContainer3.Panel2
221  //
222  this.splitContainer3.Panel2.Controls.Add(this.GlobalScriptFilePatterns);
223  this.splitContainer3.Size = new System.Drawing.Size(1229, 345);
224  this.splitContainer3.SplitterDistance = 198;
225  this.splitContainer3.TabIndex = 0;
226  //
227  // label12
228  //
229  this.label12.AutoEllipsis = true;
230  this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
231  this.label12.Location = new System.Drawing.Point(0, 0);
232  this.label12.Name = "label12";
233  this.label12.Size = new System.Drawing.Size(1229, 198);
234  this.label12.TabIndex = 0;
235  this.label12.Text = resources.GetString("label12.Text");
236  //
237  // GlobalScriptFilePatterns
238  //
239  this.GlobalScriptFilePatterns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
240  this.GlobalScriptFilePatterns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
241  this.GlobalScriptsFilePatternsFilePattern,
242  this.GlobalScriptFilePatternsStatus});
243  this.GlobalScriptFilePatterns.Dock = System.Windows.Forms.DockStyle.Fill;
244  this.GlobalScriptFilePatterns.Location = new System.Drawing.Point(0, 0);
245  this.GlobalScriptFilePatterns.Name = "GlobalScriptFilePatterns";
246  this.GlobalScriptFilePatterns.Size = new System.Drawing.Size(1229, 143);
247  this.GlobalScriptFilePatterns.TabIndex = 0;
248  this.GlobalScriptFilePatterns.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.GlobalScriptFilePatterns_CellValueChanged);
249  //
250  // GlobalScriptsFilePatternsFilePattern
251  //
252  this.GlobalScriptsFilePatternsFilePattern.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
253  this.GlobalScriptsFilePatternsFilePattern.FillWeight = 70F;
254  this.GlobalScriptsFilePatternsFilePattern.HeaderText = "Global script file pattern";
255  this.GlobalScriptsFilePatternsFilePattern.MinimumWidth = 200;
256  this.GlobalScriptsFilePatternsFilePattern.Name = "GlobalScriptsFilePatternsFilePattern";
257  //
258  // GlobalScriptFilePatternsStatus
259  //
260  this.GlobalScriptFilePatternsStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
261  this.GlobalScriptFilePatternsStatus.FillWeight = 30F;
262  this.GlobalScriptFilePatternsStatus.HeaderText = "Status";
263  this.GlobalScriptFilePatternsStatus.MinimumWidth = 50;
264  this.GlobalScriptFilePatternsStatus.Name = "GlobalScriptFilePatternsStatus";
265  //
266  // groupBox2
267  //
268  this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
269  | System.Windows.Forms.AnchorStyles.Right)));
270  this.groupBox2.Controls.Add(this.label14);
271  this.groupBox2.Controls.Add(this.label11);
272  this.groupBox2.Controls.Add(this.label10);
273  this.groupBox2.Controls.Add(this.EnableLogging);
274  this.groupBox2.Controls.Add(this.LogFilePatternStatus);
275  this.groupBox2.Controls.Add(this.LogFilePattern);
276  this.groupBox2.Controls.Add(this.ShowLogFileDialog);
277  this.groupBox2.Location = new System.Drawing.Point(7, 3);
278  this.groupBox2.Name = "groupBox2";
279  this.groupBox2.Size = new System.Drawing.Size(1219, 226);
280  this.groupBox2.TabIndex = 12;
281  this.groupBox2.TabStop = false;
282  this.groupBox2.Text = "Logging";
283  //
284  // label14
285  //
286  this.label14.AutoSize = true;
287  this.label14.Location = new System.Drawing.Point(10, 24);
288  this.label14.Name = "label14";
289  this.label14.Size = new System.Drawing.Size(538, 13);
290  this.label14.TabIndex = 10;
291  this.label14.Text = "The framework can log important events (e.g. loading of configurations) and inter" +
292  "nal handled exceptions to a file.,";
293  //
294  // label11
295  //
296  this.label11.AutoSize = true;
297  this.label11.Location = new System.Drawing.Point(10, 98);
298  this.label11.Name = "label11";
299  this.label11.Size = new System.Drawing.Size(266, 117);
300  this.label11.TabIndex = 8;
301  this.label11.Text = "The log file pattern supports the following placeholders:\r\n{GlobalConfigDir}\r\n{Dl" +
302  "lDir}\r\n{TableDir}\r\n{TableName}\r\n{RomName}\r\n{DateTime}\r\n{Date}\r\n{Time}";
303  //
304  // label10
305  //
306  this.label10.AutoSize = true;
307  this.label10.Location = new System.Drawing.Point(10, 78);
308  this.label10.Name = "label10";
309  this.label10.Size = new System.Drawing.Size(80, 13);
310  this.label10.TabIndex = 5;
311  this.label10.Text = "Log file pattern:";
312  //
313  // EnableLogging
314  //
315  this.EnableLogging.AutoSize = true;
316  this.EnableLogging.Location = new System.Drawing.Point(13, 46);
317  this.EnableLogging.Name = "EnableLogging";
318  this.EnableLogging.Size = new System.Drawing.Size(96, 17);
319  this.EnableLogging.TabIndex = 4;
320  this.EnableLogging.Text = "Enable logging";
321  this.EnableLogging.UseVisualStyleBackColor = true;
322  this.EnableLogging.CheckedChanged += new System.EventHandler(this.EnableLogging_CheckedChanged);
323  //
324  // LogFilePatternStatus
325  //
326  this.LogFilePatternStatus.AutoSize = true;
327  this.LogFilePatternStatus.Location = new System.Drawing.Point(503, 78);
328  this.LogFilePatternStatus.Name = "LogFilePatternStatus";
329  this.LogFilePatternStatus.Size = new System.Drawing.Size(41, 13);
330  this.LogFilePatternStatus.TabIndex = 9;
331  this.LogFilePatternStatus.Text = "label12";
332  //
333  // LogFilePattern
334  //
335  this.LogFilePattern.Location = new System.Drawing.Point(124, 75);
336  this.LogFilePattern.Name = "LogFilePattern";
337  this.LogFilePattern.Size = new System.Drawing.Size(350, 20);
338  this.LogFilePattern.TabIndex = 6;
339  this.LogFilePattern.TextChanged += new System.EventHandler(this.LogFilePattern_TextChanged);
340  //
341  // ShowLogFileDialog
342  //
343  this.ShowLogFileDialog.Location = new System.Drawing.Point(472, 74);
344  this.ShowLogFileDialog.Name = "ShowLogFileDialog";
345  this.ShowLogFileDialog.Size = new System.Drawing.Size(25, 21);
346  this.ShowLogFileDialog.TabIndex = 7;
347  this.ShowLogFileDialog.Text = "...";
348  this.ShowLogFileDialog.UseVisualStyleBackColor = true;
349  this.ShowLogFileDialog.Click += new System.EventHandler(this.ShowLogFileDialog_Click);
350  //
351  // tabPage1
352  //
353  this.tabPage1.Controls.Add(this.splitContainer1);
354  this.tabPage1.Location = new System.Drawing.Point(4, 22);
355  this.tabPage1.Name = "tabPage1";
356  this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
357  this.tabPage1.Size = new System.Drawing.Size(1239, 764);
358  this.tabPage1.TabIndex = 0;
359  this.tabPage1.Text = "Ledcontrol Configuration";
360  this.tabPage1.UseVisualStyleBackColor = true;
361  //
362  // splitContainer1
363  //
364  this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
365  this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
366  this.splitContainer1.Location = new System.Drawing.Point(3, 3);
367  this.splitContainer1.Name = "splitContainer1";
368  this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
369  //
370  // splitContainer1.Panel1
371  //
372  this.splitContainer1.Panel1.AutoScroll = true;
373  this.splitContainer1.Panel1.Controls.Add(this.label1);
374  this.splitContainer1.Panel1MinSize = 50;
375  //
376  // splitContainer1.Panel2
377  //
378  this.splitContainer1.Panel2.Controls.Add(this.splitContainer13);
379  this.splitContainer1.Panel2MinSize = 50;
380  this.splitContainer1.Size = new System.Drawing.Size(1233, 758);
381  this.splitContainer1.SplitterDistance = 194;
382  this.splitContainer1.TabIndex = 0;
383  //
384  // label1
385  //
386  this.label1.AutoEllipsis = true;
387  this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
388  this.label1.Location = new System.Drawing.Point(0, 0);
389  this.label1.Name = "label1";
390  this.label1.Size = new System.Drawing.Size(1229, 190);
391  this.label1.TabIndex = 8;
392  this.label1.Text = resources.GetString("label1.Text");
393  //
394  // splitContainer13
395  //
396  this.splitContainer13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
397  this.splitContainer13.Dock = System.Windows.Forms.DockStyle.Fill;
398  this.splitContainer13.Location = new System.Drawing.Point(0, 0);
399  this.splitContainer13.Name = "splitContainer13";
400  this.splitContainer13.Orientation = System.Windows.Forms.Orientation.Horizontal;
401  //
402  // splitContainer13.Panel1
403  //
404  this.splitContainer13.Panel1.Controls.Add(this.LedcontrolFiles);
405  //
406  // splitContainer13.Panel2
407  //
408  this.splitContainer13.Panel2.Controls.Add(this.label15);
409  this.splitContainer13.Panel2.Controls.Add(this.label13);
410  this.splitContainer13.Panel2.Controls.Add(this.MinLedControlRGBLedEffectDuration);
411  this.splitContainer13.Panel2.Controls.Add(this.MinLedControlEffectDuration);
412  this.splitContainer13.Panel2.Controls.Add(this.label9);
413  this.splitContainer13.Panel2.Controls.Add(this.label8);
414  this.splitContainer13.Size = new System.Drawing.Size(1233, 560);
415  this.splitContainer13.SplitterDistance = 338;
416  this.splitContainer13.TabIndex = 1;
417  //
418  // LedcontrolFiles
419  //
420  this.LedcontrolFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
421  this.LedcontrolFiles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
422  this.LedwizNumber,
423  this.Filename,
424  this.Status});
425  this.LedcontrolFiles.Dock = System.Windows.Forms.DockStyle.Fill;
426  this.LedcontrolFiles.Location = new System.Drawing.Point(0, 0);
427  this.LedcontrolFiles.MultiSelect = false;
428  this.LedcontrolFiles.Name = "LedcontrolFiles";
429  this.LedcontrolFiles.Size = new System.Drawing.Size(1229, 334);
430  this.LedcontrolFiles.TabIndex = 0;
431  this.LedcontrolFiles.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LedcontrolFiles_CellDoubleClick);
432  this.LedcontrolFiles.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.LedcontrolFiles_CellValueChanged);
433  this.LedcontrolFiles.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.LedcontrolFiles_DefaultValuesNeeded);
434  this.LedcontrolFiles.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.LedcontrolFiles_UserAddedRow);
435  this.LedcontrolFiles.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.LedcontrolFiles_UserDeletedRow);
436  this.LedcontrolFiles.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.LedcontrolFiles_UserDeletingRow);
437  //
438  // LedwizNumber
439  //
440  this.LedwizNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
441  this.LedwizNumber.DataPropertyName = "LedwizNumber";
442  dataGridViewCellStyle2.Format = "N0";
443  dataGridViewCellStyle2.NullValue = null;
444  this.LedwizNumber.DefaultCellStyle = dataGridViewCellStyle2;
445  this.LedwizNumber.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
446  this.LedwizNumber.FillWeight = 10F;
447  this.LedwizNumber.HeaderText = "Ledwiz Number";
448  this.LedwizNumber.Items.AddRange(new object[] {
449  "1",
450  "2",
451  "3",
452  "4",
453  "5",
454  "6",
455  "7",
456  "8",
457  "9",
458  "10",
459  "11",
460  "12",
461  "13",
462  "14",
463  "15",
464  "16"});
465  this.LedwizNumber.MaxDropDownItems = 16;
466  this.LedwizNumber.MinimumWidth = 50;
467  this.LedwizNumber.Name = "LedwizNumber";
468  //
469  // Filename
470  //
471  this.Filename.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
472  this.Filename.DataPropertyName = "Filename";
473  this.Filename.FillWeight = 60F;
474  this.Filename.HeaderText = "Ledcontrol Filename";
475  this.Filename.MinimumWidth = 100;
476  this.Filename.Name = "Filename";
477  //
478  // Status
479  //
480  this.Status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
481  this.Status.DataPropertyName = "Status";
482  this.Status.FillWeight = 30F;
483  this.Status.HeaderText = "Status";
484  this.Status.MinimumWidth = 50;
485  this.Status.Name = "Status";
486  this.Status.ReadOnly = true;
487  //
488  // label15
489  //
490  this.label15.AutoSize = true;
491  this.label15.Location = new System.Drawing.Point(271, 38);
492  this.label15.Name = "label15";
493  this.label15.Size = new System.Drawing.Size(20, 13);
494  this.label15.TabIndex = 5;
495  this.label15.Text = "ms";
496  //
497  // label13
498  //
499  this.label13.AutoSize = true;
500  this.label13.Location = new System.Drawing.Point(271, 12);
501  this.label13.Name = "label13";
502  this.label13.Size = new System.Drawing.Size(20, 13);
503  this.label13.TabIndex = 4;
504  this.label13.Text = "ms";
505  //
506  // MinLedControlRGBLedEffectDuration
507  //
508  this.MinLedControlRGBLedEffectDuration.Increment = new decimal(new int[] {
509  5,
510  0,
511  0,
512  0});
513  this.MinLedControlRGBLedEffectDuration.Location = new System.Drawing.Point(211, 36);
514  this.MinLedControlRGBLedEffectDuration.Maximum = new decimal(new int[] {
515  500,
516  0,
517  0,
518  0});
519  this.MinLedControlRGBLedEffectDuration.Minimum = new decimal(new int[] {
520  5,
521  0,
522  0,
523  0});
524  this.MinLedControlRGBLedEffectDuration.Name = "MinLedControlRGBLedEffectDuration";
525  this.MinLedControlRGBLedEffectDuration.Size = new System.Drawing.Size(54, 20);
526  this.MinLedControlRGBLedEffectDuration.TabIndex = 3;
527  this.MinLedControlRGBLedEffectDuration.Value = new decimal(new int[] {
528  120,
529  0,
530  0,
531  0});
532  //
533  // MinLedControlEffectDuration
534  //
535  this.MinLedControlEffectDuration.Increment = new decimal(new int[] {
536  5,
537  0,
538  0,
539  0});
540  this.MinLedControlEffectDuration.Location = new System.Drawing.Point(211, 10);
541  this.MinLedControlEffectDuration.Maximum = new decimal(new int[] {
542  500,
543  0,
544  0,
545  0});
546  this.MinLedControlEffectDuration.Minimum = new decimal(new int[] {
547  5,
548  0,
549  0,
550  0});
551  this.MinLedControlEffectDuration.Name = "MinLedControlEffectDuration";
552  this.MinLedControlEffectDuration.Size = new System.Drawing.Size(54, 20);
553  this.MinLedControlEffectDuration.TabIndex = 2;
554  this.MinLedControlEffectDuration.Value = new decimal(new int[] {
555  60,
556  0,
557  0,
558  0});
559  //
560  // label9
561  //
562  this.label9.AutoSize = true;
563  this.label9.Location = new System.Drawing.Point(12, 38);
564  this.label9.Name = "label9";
565  this.label9.Size = new System.Drawing.Size(202, 13);
566  this.label9.TabIndex = 1;
567  this.label9.Text = "Min. LedControl RGBLed Effect Duration:";
568  //
569  // label8
570  //
571  this.label8.AutoSize = true;
572  this.label8.Location = new System.Drawing.Point(12, 12);
573  this.label8.Name = "label8";
574  this.label8.Size = new System.Drawing.Size(158, 13);
575  this.label8.TabIndex = 0;
576  this.label8.Text = "Min. LedControl Effect Duration:";
577  //
578  // tabPage2
579  //
580  this.tabPage2.Controls.Add(this.splitContainer4);
581  this.tabPage2.Location = new System.Drawing.Point(4, 22);
582  this.tabPage2.Name = "tabPage2";
583  this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
584  this.tabPage2.Size = new System.Drawing.Size(1239, 764);
585  this.tabPage2.TabIndex = 1;
586  this.tabPage2.Text = "Cabinet Configuration";
587  this.tabPage2.UseVisualStyleBackColor = true;
588  //
589  // splitContainer4
590  //
591  this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
592  this.splitContainer4.Location = new System.Drawing.Point(3, 3);
593  this.splitContainer4.Name = "splitContainer4";
594  this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
595  //
596  // splitContainer4.Panel1
597  //
598  this.splitContainer4.Panel1.AutoScroll = true;
599  this.splitContainer4.Panel1.Controls.Add(this.label5);
600  //
601  // splitContainer4.Panel2
602  //
603  this.splitContainer4.Panel2.Controls.Add(this.splitContainer6);
604  this.splitContainer4.Size = new System.Drawing.Size(1233, 758);
605  this.splitContainer4.SplitterDistance = 200;
606  this.splitContainer4.TabIndex = 0;
607  //
608  // label5
609  //
610  this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
611  this.label5.Location = new System.Drawing.Point(0, 0);
612  this.label5.Name = "label5";
613  this.label5.Size = new System.Drawing.Size(1233, 200);
614  this.label5.TabIndex = 1;
615  this.label5.Text = resources.GetString("label5.Text");
616  //
617  // splitContainer6
618  //
619  this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
620  this.splitContainer6.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
621  this.splitContainer6.IsSplitterFixed = true;
622  this.splitContainer6.Location = new System.Drawing.Point(0, 0);
623  this.splitContainer6.Name = "splitContainer6";
624  //
625  // splitContainer6.Panel1
626  //
627  this.splitContainer6.Panel1.Controls.Add(this.label2);
628  //
629  // splitContainer6.Panel2
630  //
631  this.splitContainer6.Panel2.Controls.Add(this.CabinetConfigFilePatterns);
632  this.splitContainer6.Size = new System.Drawing.Size(1233, 554);
633  this.splitContainer6.SplitterDistance = 170;
634  this.splitContainer6.TabIndex = 0;
635  //
636  // label2
637  //
638  this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
639  this.label2.Location = new System.Drawing.Point(0, 0);
640  this.label2.Name = "label2";
641  this.label2.Size = new System.Drawing.Size(170, 554);
642  this.label2.TabIndex = 0;
643  this.label2.Text = "Cabinet configuration file patterns:";
644  //
645  // CabinetConfigFilePatterns
646  //
647  this.CabinetConfigFilePatterns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
648  this.CabinetConfigFilePatterns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
649  this.CabinetConfigFilePattern,
650  this.CabinetConfigFilePatternStatus});
651  this.CabinetConfigFilePatterns.Dock = System.Windows.Forms.DockStyle.Fill;
652  this.CabinetConfigFilePatterns.Location = new System.Drawing.Point(0, 0);
653  this.CabinetConfigFilePatterns.MultiSelect = false;
654  this.CabinetConfigFilePatterns.Name = "CabinetConfigFilePatterns";
655  this.CabinetConfigFilePatterns.Size = new System.Drawing.Size(1059, 554);
656  this.CabinetConfigFilePatterns.TabIndex = 1;
657  this.CabinetConfigFilePatterns.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.CabinetConfigFilePatterns_CellValueChanged);
658  //
659  // CabinetConfigFilePattern
660  //
661  this.CabinetConfigFilePattern.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
662  this.CabinetConfigFilePattern.ContextMenuStrip = this.CabinetContextMenu;
663  this.CabinetConfigFilePattern.FillWeight = 70F;
664  this.CabinetConfigFilePattern.HeaderText = "Cabinet config file pattern";
665  this.CabinetConfigFilePattern.MinimumWidth = 100;
666  this.CabinetConfigFilePattern.Name = "CabinetConfigFilePattern";
667  //
668  // CabinetContextMenu
669  //
670  this.CabinetContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
671  this.CabinetContextMenuGlobalConfigDir,
672  this.CabinetContextMenuInsertDllDir});
673  this.CabinetContextMenu.Name = "CabinetContextMenu";
674  this.CabinetContextMenu.Size = new System.Drawing.Size(200, 48);
675  //
676  // CabinetContextMenuGlobalConfigDir
677  //
678  this.CabinetContextMenuGlobalConfigDir.Name = "CabinetContextMenuGlobalConfigDir";
679  this.CabinetContextMenuGlobalConfigDir.Size = new System.Drawing.Size(199, 22);
680  this.CabinetContextMenuGlobalConfigDir.Tag = "{GlobalConfigDir}";
681  this.CabinetContextMenuGlobalConfigDir.Text = "Insert {GlobalConfigDir]";
682  //
683  // CabinetContextMenuInsertDllDir
684  //
685  this.CabinetContextMenuInsertDllDir.Name = "CabinetContextMenuInsertDllDir";
686  this.CabinetContextMenuInsertDllDir.Size = new System.Drawing.Size(199, 22);
687  this.CabinetContextMenuInsertDllDir.Tag = "{DllDir}";
688  this.CabinetContextMenuInsertDllDir.Text = "Insert {DllDir}";
689  //
690  // CabinetConfigFilePatternStatus
691  //
692  this.CabinetConfigFilePatternStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
693  this.CabinetConfigFilePatternStatus.FillWeight = 30F;
694  this.CabinetConfigFilePatternStatus.HeaderText = "Status";
695  this.CabinetConfigFilePatternStatus.MinimumWidth = 50;
696  this.CabinetConfigFilePatternStatus.Name = "CabinetConfigFilePatternStatus";
697  this.CabinetConfigFilePatternStatus.ReadOnly = true;
698  //
699  // tabPage3
700  //
701  this.tabPage3.Controls.Add(this.splitContainer8);
702  this.tabPage3.Location = new System.Drawing.Point(4, 22);
703  this.tabPage3.Name = "tabPage3";
704  this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
705  this.tabPage3.Size = new System.Drawing.Size(1239, 764);
706  this.tabPage3.TabIndex = 2;
707  this.tabPage3.Text = "Table Configuration";
708  this.tabPage3.UseVisualStyleBackColor = true;
709  //
710  // splitContainer8
711  //
712  this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill;
713  this.splitContainer8.Location = new System.Drawing.Point(3, 3);
714  this.splitContainer8.Name = "splitContainer8";
715  this.splitContainer8.Orientation = System.Windows.Forms.Orientation.Horizontal;
716  //
717  // splitContainer8.Panel1
718  //
719  this.splitContainer8.Panel1.AutoScroll = true;
720  this.splitContainer8.Panel1.Controls.Add(this.label4);
721  //
722  // splitContainer8.Panel2
723  //
724  this.splitContainer8.Panel2.Controls.Add(this.splitContainer9);
725  this.splitContainer8.Size = new System.Drawing.Size(1233, 758);
726  this.splitContainer8.SplitterDistance = 177;
727  this.splitContainer8.TabIndex = 1;
728  //
729  // label4
730  //
731  this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
732  this.label4.Location = new System.Drawing.Point(0, 0);
733  this.label4.Name = "label4";
734  this.label4.Size = new System.Drawing.Size(1233, 177);
735  this.label4.TabIndex = 1;
736  this.label4.Text = resources.GetString("label4.Text");
737  //
738  // splitContainer9
739  //
740  this.splitContainer9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
741  this.splitContainer9.Dock = System.Windows.Forms.DockStyle.Fill;
742  this.splitContainer9.Location = new System.Drawing.Point(0, 0);
743  this.splitContainer9.Name = "splitContainer9";
744  this.splitContainer9.Orientation = System.Windows.Forms.Orientation.Horizontal;
745  //
746  // splitContainer9.Panel1
747  //
748  this.splitContainer9.Panel1.Controls.Add(this.splitContainer10);
749  //
750  // splitContainer9.Panel2
751  //
752  this.splitContainer9.Panel2.Controls.Add(this.splitContainer11);
753  this.splitContainer9.Size = new System.Drawing.Size(1233, 577);
754  this.splitContainer9.SplitterDistance = 225;
755  this.splitContainer9.TabIndex = 0;
756  //
757  // splitContainer10
758  //
759  this.splitContainer10.Dock = System.Windows.Forms.DockStyle.Fill;
760  this.splitContainer10.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
761  this.splitContainer10.IsSplitterFixed = true;
762  this.splitContainer10.Location = new System.Drawing.Point(0, 0);
763  this.splitContainer10.Name = "splitContainer10";
764  //
765  // splitContainer10.Panel1
766  //
767  this.splitContainer10.Panel1.Controls.Add(this.label6);
768  //
769  // splitContainer10.Panel2
770  //
771  this.splitContainer10.Panel2.Controls.Add(this.TableConfigFilePatterns);
772  this.splitContainer10.Size = new System.Drawing.Size(1229, 221);
773  this.splitContainer10.SplitterDistance = 170;
774  this.splitContainer10.TabIndex = 0;
775  //
776  // label6
777  //
778  this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
779  this.label6.Location = new System.Drawing.Point(0, 0);
780  this.label6.Name = "label6";
781  this.label6.Size = new System.Drawing.Size(170, 221);
782  this.label6.TabIndex = 0;
783  this.label6.Text = "Table configuration file patterns:";
784  //
785  // TableConfigFilePatterns
786  //
787  this.TableConfigFilePatterns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
788  this.TableConfigFilePatterns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
789  this.TableConfigFilePattern,
790  this.TableConfigFilePatternStatus});
791  this.TableConfigFilePatterns.Dock = System.Windows.Forms.DockStyle.Fill;
792  this.TableConfigFilePatterns.Location = new System.Drawing.Point(0, 0);
793  this.TableConfigFilePatterns.MultiSelect = false;
794  this.TableConfigFilePatterns.Name = "TableConfigFilePatterns";
795  this.TableConfigFilePatterns.Size = new System.Drawing.Size(1055, 221);
796  this.TableConfigFilePatterns.TabIndex = 0;
797  this.TableConfigFilePatterns.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.TableConfigFilePatterns_CellValueChanged);
798  //
799  // TableConfigFilePattern
800  //
801  this.TableConfigFilePattern.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
802  this.TableConfigFilePattern.ContextMenuStrip = this.TableContextMenu;
803  this.TableConfigFilePattern.FillWeight = 70F;
804  this.TableConfigFilePattern.HeaderText = "Table config file pattern";
805  this.TableConfigFilePattern.MinimumWidth = 100;
806  this.TableConfigFilePattern.Name = "TableConfigFilePattern";
807  //
808  // TableContextMenu
809  //
810  this.TableContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
811  this.TableConfigInsertGlobalConfigDir,
812  this.TableConfigInsertDllDir,
813  this.TableConfigInsertTableDir,
814  this.TableConfigInsertTableDirName,
815  this.TableConfigInsertTableName});
816  this.TableContextMenu.Name = "TableConfigFileContextMenu";
817  this.TableContextMenu.Size = new System.Drawing.Size(200, 114);
818  //
819  // TableConfigInsertGlobalConfigDir
820  //
821  this.TableConfigInsertGlobalConfigDir.Name = "TableConfigInsertGlobalConfigDir";
822  this.TableConfigInsertGlobalConfigDir.Size = new System.Drawing.Size(199, 22);
823  this.TableConfigInsertGlobalConfigDir.Tag = "{GlobalConfigDir}";
824  this.TableConfigInsertGlobalConfigDir.Text = "Insert {GlobalConfigDir}";
825  //
826  // TableConfigInsertDllDir
827  //
828  this.TableConfigInsertDllDir.Name = "TableConfigInsertDllDir";
829  this.TableConfigInsertDllDir.Size = new System.Drawing.Size(199, 22);
830  this.TableConfigInsertDllDir.Tag = "{DllDir}";
831  this.TableConfigInsertDllDir.Text = "Insert {DllDir}";
832  //
833  // TableConfigInsertTableDir
834  //
835  this.TableConfigInsertTableDir.Name = "TableConfigInsertTableDir";
836  this.TableConfigInsertTableDir.Size = new System.Drawing.Size(199, 22);
837  this.TableConfigInsertTableDir.Tag = "{TableDir}";
838  this.TableConfigInsertTableDir.Text = "Insert {TableDir}";
839  //
840  // TableConfigInsertTableDirName
841  //
842  this.TableConfigInsertTableDirName.Name = "TableConfigInsertTableDirName";
843  this.TableConfigInsertTableDirName.Size = new System.Drawing.Size(199, 22);
844  this.TableConfigInsertTableDirName.Tag = "{TableDirName}";
845  this.TableConfigInsertTableDirName.Text = "Insert {TableDirName}";
846  //
847  // TableConfigInsertTableName
848  //
849  this.TableConfigInsertTableName.Name = "TableConfigInsertTableName";
850  this.TableConfigInsertTableName.Size = new System.Drawing.Size(199, 22);
851  this.TableConfigInsertTableName.Tag = "{TableName}";
852  this.TableConfigInsertTableName.Text = "Insert {TableName}";
853  //
854  // TableConfigFilePatternStatus
855  //
856  this.TableConfigFilePatternStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
857  this.TableConfigFilePatternStatus.FillWeight = 30F;
858  this.TableConfigFilePatternStatus.HeaderText = "Status";
859  this.TableConfigFilePatternStatus.MinimumWidth = 50;
860  this.TableConfigFilePatternStatus.Name = "TableConfigFilePatternStatus";
861  this.TableConfigFilePatternStatus.ReadOnly = true;
862  //
863  // splitContainer11
864  //
865  this.splitContainer11.Dock = System.Windows.Forms.DockStyle.Fill;
866  this.splitContainer11.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
867  this.splitContainer11.IsSplitterFixed = true;
868  this.splitContainer11.Location = new System.Drawing.Point(0, 0);
869  this.splitContainer11.Name = "splitContainer11";
870  //
871  // splitContainer11.Panel1
872  //
873  this.splitContainer11.Panel1.Controls.Add(this.label7);
874  //
875  // splitContainer11.Panel2
876  //
877  this.splitContainer11.Panel2.Controls.Add(this.TableScriptFilePatterns);
878  this.splitContainer11.Size = new System.Drawing.Size(1229, 344);
879  this.splitContainer11.SplitterDistance = 170;
880  this.splitContainer11.TabIndex = 0;
881  //
882  // label7
883  //
884  this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
885  this.label7.Location = new System.Drawing.Point(0, 0);
886  this.label7.Name = "label7";
887  this.label7.Size = new System.Drawing.Size(170, 344);
888  this.label7.TabIndex = 0;
889  this.label7.Text = "Table script file patterns:";
890  //
891  // TableScriptFilePatterns
892  //
893  this.TableScriptFilePatterns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
894  this.TableScriptFilePatterns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
895  this.TableScriptFilePattern,
896  this.TableScriptFilePatternStatus});
897  this.TableScriptFilePatterns.Dock = System.Windows.Forms.DockStyle.Fill;
898  this.TableScriptFilePatterns.Location = new System.Drawing.Point(0, 0);
899  this.TableScriptFilePatterns.MultiSelect = false;
900  this.TableScriptFilePatterns.Name = "TableScriptFilePatterns";
901  this.TableScriptFilePatterns.Size = new System.Drawing.Size(1055, 344);
902  this.TableScriptFilePatterns.TabIndex = 0;
903  this.TableScriptFilePatterns.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.TableScriptFilePatterns_CellValueChanged);
904  //
905  // TableScriptFilePattern
906  //
907  this.TableScriptFilePattern.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
908  this.TableScriptFilePattern.ContextMenuStrip = this.TableContextMenu;
909  this.TableScriptFilePattern.FillWeight = 70F;
910  this.TableScriptFilePattern.HeaderText = "Table script file pattern";
911  this.TableScriptFilePattern.MinimumWidth = 100;
912  this.TableScriptFilePattern.Name = "TableScriptFilePattern";
913  //
914  // TableScriptFilePatternStatus
915  //
916  this.TableScriptFilePatternStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
917  this.TableScriptFilePatternStatus.FillWeight = 30F;
918  this.TableScriptFilePatternStatus.HeaderText = "Status";
919  this.TableScriptFilePatternStatus.MinimumWidth = 50;
920  this.TableScriptFilePatternStatus.Name = "TableScriptFilePatternStatus";
921  this.TableScriptFilePatternStatus.ReadOnly = true;
922  //
923  // SelectLedcontrolFile
924  //
925  this.SelectLedcontrolFile.CheckFileExists = false;
926  this.SelectLedcontrolFile.CheckPathExists = false;
927  this.SelectLedcontrolFile.DefaultExt = "ini";
928  this.SelectLedcontrolFile.Filter = "ini-files (*.ini)|*.ini|All files (*.*)|*.*";
929  this.SelectLedcontrolFile.Title = "Select a ledcontrol file";
930  //
931  // SelectLogFile
932  //
933  this.SelectLogFile.DefaultExt = "log";
934  this.SelectLogFile.Filter = "Log files (*.log)|*.log|All files (*.*)|*.*";
935  this.SelectLogFile.OverwritePrompt = false;
936  this.SelectLogFile.Title = "Select a log file";
937  //
938  // splitContainer12
939  //
940  this.splitContainer12.Dock = System.Windows.Forms.DockStyle.Fill;
941  this.splitContainer12.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
942  this.splitContainer12.IsSplitterFixed = true;
943  this.splitContainer12.Location = new System.Drawing.Point(0, 0);
944  this.splitContainer12.Name = "splitContainer12";
945  this.splitContainer12.Orientation = System.Windows.Forms.Orientation.Horizontal;
946  //
947  // splitContainer12.Panel1
948  //
949  this.splitContainer12.Panel1.Controls.Add(this.tabControl1);
950  //
951  // splitContainer12.Panel2
952  //
953  this.splitContainer12.Panel2.Controls.Add(this.SaveExitButton);
954  this.splitContainer12.Panel2.Controls.Add(this.ExitButton);
955  this.splitContainer12.Panel2.Controls.Add(this.SaveButton);
956  this.splitContainer12.Size = new System.Drawing.Size(1247, 825);
957  this.splitContainer12.SplitterDistance = 790;
958  this.splitContainer12.TabIndex = 2;
959  //
960  // SaveExitButton
961  //
962  this.SaveExitButton.Location = new System.Drawing.Point(197, 3);
963  this.SaveExitButton.Name = "SaveExitButton";
964  this.SaveExitButton.Size = new System.Drawing.Size(188, 23);
965  this.SaveExitButton.TabIndex = 2;
966  this.SaveExitButton.Text = "Save global configuration and exit";
967  this.SaveExitButton.UseVisualStyleBackColor = true;
968  this.SaveExitButton.Click += new System.EventHandler(this.SaveExitButton_Click);
969  //
970  // ExitButton
971  //
972  this.ExitButton.Location = new System.Drawing.Point(411, 3);
973  this.ExitButton.Name = "ExitButton";
974  this.ExitButton.Size = new System.Drawing.Size(188, 23);
975  this.ExitButton.TabIndex = 1;
976  this.ExitButton.Text = "Exit";
977  this.ExitButton.UseVisualStyleBackColor = true;
978  this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
979  //
980  // SaveButton
981  //
982  this.SaveButton.Location = new System.Drawing.Point(3, 3);
983  this.SaveButton.Name = "SaveButton";
984  this.SaveButton.Size = new System.Drawing.Size(188, 23);
985  this.SaveButton.TabIndex = 0;
986  this.SaveButton.Text = "Save global configuration";
987  this.SaveButton.UseVisualStyleBackColor = true;
988  this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
989  //
990  // SaveGlobalConfigDialog
991  //
992  this.SaveGlobalConfigDialog.DefaultExt = "xml";
993  this.SaveGlobalConfigDialog.Filter = "XML-files (*.xml)|*.xml|All files (*.*)|*.*";
994  this.SaveGlobalConfigDialog.Title = "Save global configuration";
995  //
996  // GlobalConfigEdit
997  //
998  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
999  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1000  this.ClientSize = new System.Drawing.Size(1247, 825);
1001  this.Controls.Add(this.splitContainer12);
1002  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1003  this.Name = "GlobalConfigEdit";
1004  this.Text = "Global configuration editor";
1005  this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GlobalConfigEdit_FormClosing);
1006  this.tabControl1.ResumeLayout(false);
1007  this.tabPage4.ResumeLayout(false);
1008  this.splitContainer2.Panel1.ResumeLayout(false);
1009  this.splitContainer2.Panel2.ResumeLayout(false);
1010  ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
1011  this.splitContainer2.ResumeLayout(false);
1012  this.splitContainer3.Panel1.ResumeLayout(false);
1013  this.splitContainer3.Panel2.ResumeLayout(false);
1014  ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
1015  this.splitContainer3.ResumeLayout(false);
1016  ((System.ComponentModel.ISupportInitialize)(this.GlobalScriptFilePatterns)).EndInit();
1017  this.groupBox2.ResumeLayout(false);
1018  this.groupBox2.PerformLayout();
1019  this.tabPage1.ResumeLayout(false);
1020  this.splitContainer1.Panel1.ResumeLayout(false);
1021  this.splitContainer1.Panel2.ResumeLayout(false);
1022  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
1023  this.splitContainer1.ResumeLayout(false);
1024  this.splitContainer13.Panel1.ResumeLayout(false);
1025  this.splitContainer13.Panel2.ResumeLayout(false);
1026  this.splitContainer13.Panel2.PerformLayout();
1027  ((System.ComponentModel.ISupportInitialize)(this.splitContainer13)).EndInit();
1028  this.splitContainer13.ResumeLayout(false);
1029  ((System.ComponentModel.ISupportInitialize)(this.LedcontrolFiles)).EndInit();
1030  ((System.ComponentModel.ISupportInitialize)(this.MinLedControlRGBLedEffectDuration)).EndInit();
1031  ((System.ComponentModel.ISupportInitialize)(this.MinLedControlEffectDuration)).EndInit();
1032  this.tabPage2.ResumeLayout(false);
1033  this.splitContainer4.Panel1.ResumeLayout(false);
1034  this.splitContainer4.Panel2.ResumeLayout(false);
1035  ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
1036  this.splitContainer4.ResumeLayout(false);
1037  this.splitContainer6.Panel1.ResumeLayout(false);
1038  this.splitContainer6.Panel2.ResumeLayout(false);
1039  ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
1040  this.splitContainer6.ResumeLayout(false);
1041  ((System.ComponentModel.ISupportInitialize)(this.CabinetConfigFilePatterns)).EndInit();
1042  this.CabinetContextMenu.ResumeLayout(false);
1043  this.tabPage3.ResumeLayout(false);
1044  this.splitContainer8.Panel1.ResumeLayout(false);
1045  this.splitContainer8.Panel2.ResumeLayout(false);
1046  ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit();
1047  this.splitContainer8.ResumeLayout(false);
1048  this.splitContainer9.Panel1.ResumeLayout(false);
1049  this.splitContainer9.Panel2.ResumeLayout(false);
1050  ((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).EndInit();
1051  this.splitContainer9.ResumeLayout(false);
1052  this.splitContainer10.Panel1.ResumeLayout(false);
1053  this.splitContainer10.Panel2.ResumeLayout(false);
1054  ((System.ComponentModel.ISupportInitialize)(this.splitContainer10)).EndInit();
1055  this.splitContainer10.ResumeLayout(false);
1056  ((System.ComponentModel.ISupportInitialize)(this.TableConfigFilePatterns)).EndInit();
1057  this.TableContextMenu.ResumeLayout(false);
1058  this.splitContainer11.Panel1.ResumeLayout(false);
1059  this.splitContainer11.Panel2.ResumeLayout(false);
1060  ((System.ComponentModel.ISupportInitialize)(this.splitContainer11)).EndInit();
1061  this.splitContainer11.ResumeLayout(false);
1062  ((System.ComponentModel.ISupportInitialize)(this.TableScriptFilePatterns)).EndInit();
1063  this.splitContainer12.Panel1.ResumeLayout(false);
1064  this.splitContainer12.Panel2.ResumeLayout(false);
1065  ((System.ComponentModel.ISupportInitialize)(this.splitContainer12)).EndInit();
1066  this.splitContainer12.ResumeLayout(false);
1067  this.ResumeLayout(false);
1068 
1069  }
1070 
1071  #endregion
1072 
1073  private System.Windows.Forms.TabControl tabControl1;
1074  private System.Windows.Forms.TabPage tabPage1;
1075  private System.Windows.Forms.TabPage tabPage2;
1076  private System.Windows.Forms.TabPage tabPage3;
1077  private System.Windows.Forms.TabPage tabPage4;
1078  private System.Windows.Forms.SplitContainer splitContainer1;
1079  private System.Windows.Forms.Label label1;
1080  private System.Windows.Forms.SplitContainer splitContainer4;
1081  private System.Windows.Forms.Label label5;
1082  private System.Windows.Forms.SplitContainer splitContainer6;
1083  private System.Windows.Forms.Label label2;
1084  private System.Windows.Forms.SplitContainer splitContainer8;
1085  private System.Windows.Forms.Label label4;
1086  private System.Windows.Forms.SplitContainer splitContainer9;
1087  private System.Windows.Forms.SplitContainer splitContainer10;
1088  private System.Windows.Forms.Label label6;
1089  private System.Windows.Forms.SplitContainer splitContainer11;
1090  private System.Windows.Forms.Label label7;
1091  private System.Windows.Forms.DataGridView TableScriptFilePatterns;
1092  private System.Windows.Forms.DataGridView TableConfigFilePatterns;
1093  private System.Windows.Forms.DataGridView CabinetConfigFilePatterns;
1094  private System.Windows.Forms.DataGridView LedcontrolFiles;
1095  private System.Windows.Forms.OpenFileDialog SelectLedcontrolFile;
1096  private System.Windows.Forms.DataGridViewComboBoxColumn LedwizNumber;
1097  private System.Windows.Forms.DataGridViewTextBoxColumn Filename;
1098  private System.Windows.Forms.DataGridViewTextBoxColumn Status;
1099  private System.Windows.Forms.DataGridViewTextBoxColumn CabinetConfigFilePattern;
1100  private System.Windows.Forms.ContextMenuStrip CabinetContextMenu;
1101  private System.Windows.Forms.ToolStripMenuItem CabinetContextMenuGlobalConfigDir;
1102  private System.Windows.Forms.ToolStripMenuItem CabinetContextMenuInsertDllDir;
1103  private System.Windows.Forms.DataGridViewTextBoxColumn CabinetConfigFilePatternStatus;
1104  private System.Windows.Forms.DataGridViewTextBoxColumn TableConfigFilePattern;
1105  private System.Windows.Forms.ContextMenuStrip TableContextMenu;
1106  private System.Windows.Forms.ToolStripMenuItem TableConfigInsertGlobalConfigDir;
1107  private System.Windows.Forms.ToolStripMenuItem TableConfigInsertDllDir;
1108  private System.Windows.Forms.ToolStripMenuItem TableConfigInsertTableDir;
1109  private System.Windows.Forms.ToolStripMenuItem TableConfigInsertTableDirName;
1110  private System.Windows.Forms.ToolStripMenuItem TableConfigInsertTableName;
1111  private System.Windows.Forms.DataGridViewTextBoxColumn TableConfigFilePatternStatus;
1112  private System.Windows.Forms.DataGridViewTextBoxColumn TableScriptFilePattern;
1113  private System.Windows.Forms.DataGridViewTextBoxColumn TableScriptFilePatternStatus;
1114  private System.Windows.Forms.Label label10;
1115  private System.Windows.Forms.CheckBox EnableLogging;
1116  private System.Windows.Forms.TextBox LogFilePattern;
1117  private System.Windows.Forms.Button ShowLogFileDialog;
1118  private System.Windows.Forms.Label label11;
1119  private System.Windows.Forms.Label LogFilePatternStatus;
1120  private System.Windows.Forms.SaveFileDialog SelectLogFile;
1121  private System.Windows.Forms.SplitContainer splitContainer2;
1122  private System.Windows.Forms.SplitContainer splitContainer3;
1123  private System.Windows.Forms.DataGridView GlobalScriptFilePatterns;
1124  private System.Windows.Forms.DataGridViewTextBoxColumn GlobalScriptsFilePatternsFilePattern;
1125  private System.Windows.Forms.DataGridViewTextBoxColumn GlobalScriptFilePatternsStatus;
1126  private System.Windows.Forms.Label label12;
1127  private System.Windows.Forms.GroupBox groupBox2;
1128  private System.Windows.Forms.Label label14;
1129  private System.Windows.Forms.SplitContainer splitContainer12;
1130  private System.Windows.Forms.Button SaveExitButton;
1131  private System.Windows.Forms.Button ExitButton;
1132  private System.Windows.Forms.Button SaveButton;
1133  private System.Windows.Forms.SaveFileDialog SaveGlobalConfigDialog;
1134  private System.Windows.Forms.SplitContainer splitContainer13;
1135  private System.Windows.Forms.Label label15;
1136  private System.Windows.Forms.Label label13;
1137  private System.Windows.Forms.NumericUpDown MinLedControlRGBLedEffectDuration;
1138  private System.Windows.Forms.NumericUpDown MinLedControlEffectDuration;
1139  private System.Windows.Forms.Label label9;
1140  private System.Windows.Forms.Label label8;
1141  }
1142 }