DirectOuput Framework R2
DirectOutput framework R2 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 GlobalConfigEditor
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 Vom Windows Form-Designer generierter Code
24 
29  private void InitializeComponent()
30  {
31  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GlobalConfigEdit));
32  this.Menu = new System.Windows.Forms.MenuStrip();
33  this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34  this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35  this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36  this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37  this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38  this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39  this.tabControl1 = new System.Windows.Forms.TabControl();
40  this.tabPage1 = new System.Windows.Forms.TabPage();
41  this.pictureBox1 = new System.Windows.Forms.PictureBox();
42  this.label3 = new System.Windows.Forms.Label();
43  this.SelectIniFilePathButton = new System.Windows.Forms.Button();
44  this.label1 = new System.Windows.Forms.Label();
45  this.IniFilesPath = new System.Windows.Forms.TextBox();
46  this.tabPage2 = new System.Windows.Forms.TabPage();
47  this.pictureBox2 = new System.Windows.Forms.PictureBox();
48  this.SelectCabinetConfigFileButton = new System.Windows.Forms.Button();
49  this.label5 = new System.Windows.Forms.Label();
50  this.CabinetFilename = new System.Windows.Forms.TextBox();
51  this.tabPage3 = new System.Windows.Forms.TabPage();
52  this.pictureBox3 = new System.Windows.Forms.PictureBox();
53  this.label4 = new System.Windows.Forms.Label();
54  this.ClearLogOnSessionStart = new System.Windows.Forms.CheckBox();
55  this.LoggingEnabled = new System.Windows.Forms.CheckBox();
56  this.SelectLogFileButton = new System.Windows.Forms.Button();
57  this.label2 = new System.Windows.Forms.Label();
58  this.LogFilename = new System.Windows.Forms.TextBox();
59  this.SelectIniFileDirectoryDialog = new System.Windows.Forms.FolderBrowserDialog();
60  this.SelectCabinetConfigFileDialog = new System.Windows.Forms.OpenFileDialog();
61  this.SelectLogFileDialog = new System.Windows.Forms.SaveFileDialog();
62  this.SaveGlobalConfigDialog = new System.Windows.Forms.SaveFileDialog();
63  this.OpenGlobalConfigDialog = new System.Windows.Forms.OpenFileDialog();
64  this.tabPage4 = new System.Windows.Forms.TabPage();
65  this.pictureBox4 = new System.Windows.Forms.PictureBox();
66  this.Menu.SuspendLayout();
67  this.tabControl1.SuspendLayout();
68  this.tabPage1.SuspendLayout();
69  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
70  this.tabPage2.SuspendLayout();
71  ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
72  this.tabPage3.SuspendLayout();
73  ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
74  this.tabPage4.SuspendLayout();
75  ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
76  this.SuspendLayout();
77  //
78  // Menu
79  //
80  this.Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
81  this.fileToolStripMenuItem});
82  this.Menu.Location = new System.Drawing.Point(0, 0);
83  this.Menu.Name = "Menu";
84  this.Menu.Size = new System.Drawing.Size(584, 24);
85  this.Menu.TabIndex = 0;
86  this.Menu.Text = "MainMenu";
87  //
88  // fileToolStripMenuItem
89  //
90  this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
91  this.newToolStripMenuItem,
92  this.loadToolStripMenuItem,
93  this.saveToolStripMenuItem,
94  this.saveAsToolStripMenuItem,
95  this.quitToolStripMenuItem});
96  this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
97  this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
98  this.fileToolStripMenuItem.Text = "File";
99  //
100  // newToolStripMenuItem
101  //
102  this.newToolStripMenuItem.Name = "newToolStripMenuItem";
103  this.newToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
104  this.newToolStripMenuItem.Text = "New";
105  this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
106  //
107  // loadToolStripMenuItem
108  //
109  this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
110  this.loadToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
111  this.loadToolStripMenuItem.Text = "Load";
112  this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
113  //
114  // saveToolStripMenuItem
115  //
116  this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
117  this.saveToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
118  this.saveToolStripMenuItem.Text = "Save";
119  this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
120  //
121  // saveAsToolStripMenuItem
122  //
123  this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
124  this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
125  this.saveAsToolStripMenuItem.Text = "Save as...";
126  this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
127  //
128  // quitToolStripMenuItem
129  //
130  this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
131  this.quitToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
132  this.quitToolStripMenuItem.Text = "Quit";
133  this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
134  //
135  // tabControl1
136  //
137  this.tabControl1.Controls.Add(this.tabPage1);
138  this.tabControl1.Controls.Add(this.tabPage2);
139  this.tabControl1.Controls.Add(this.tabPage3);
140  this.tabControl1.Controls.Add(this.tabPage4);
141  this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
142  this.tabControl1.Location = new System.Drawing.Point(0, 24);
143  this.tabControl1.Name = "tabControl1";
144  this.tabControl1.SelectedIndex = 0;
145  this.tabControl1.Size = new System.Drawing.Size(584, 338);
146  this.tabControl1.TabIndex = 1;
147  //
148  // tabPage1
149  //
150  this.tabPage1.BackColor = System.Drawing.Color.Transparent;
151  this.tabPage1.Controls.Add(this.pictureBox1);
152  this.tabPage1.Controls.Add(this.label3);
153  this.tabPage1.Controls.Add(this.SelectIniFilePathButton);
154  this.tabPage1.Controls.Add(this.label1);
155  this.tabPage1.Controls.Add(this.IniFilesPath);
156  this.tabPage1.Location = new System.Drawing.Point(4, 22);
157  this.tabPage1.Name = "tabPage1";
158  this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
159  this.tabPage1.Size = new System.Drawing.Size(576, 312);
160  this.tabPage1.TabIndex = 0;
161  this.tabPage1.Text = "IniFiles";
162  //
163  // pictureBox1
164  //
165  this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
166  this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
167  this.pictureBox1.Location = new System.Drawing.Point(431, 6);
168  this.pictureBox1.Name = "pictureBox1";
169  this.pictureBox1.Size = new System.Drawing.Size(139, 45);
170  this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
171  this.pictureBox1.TabIndex = 6;
172  this.pictureBox1.TabStop = false;
173  //
174  // label3
175  //
176  this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
177  | System.Windows.Forms.AnchorStyles.Right)));
178  this.label3.Location = new System.Drawing.Point(8, 3);
179  this.label3.Name = "label3";
180  this.label3.Size = new System.Drawing.Size(417, 143);
181  this.label3.TabIndex = 3;
182  this.label3.Text = resources.GetString("label3.Text");
183  //
184  // SelectIniFilePathButton
185  //
186  this.SelectIniFilePathButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
187  this.SelectIniFilePathButton.Location = new System.Drawing.Point(449, 147);
188  this.SelectIniFilePathButton.Name = "SelectIniFilePathButton";
189  this.SelectIniFilePathButton.Size = new System.Drawing.Size(121, 23);
190  this.SelectIniFilePathButton.TabIndex = 2;
191  this.SelectIniFilePathButton.Text = "Select Ini Files Path";
192  this.SelectIniFilePathButton.UseVisualStyleBackColor = true;
193  this.SelectIniFilePathButton.Click += new System.EventHandler(this.SelectIniFilePathButton_Click);
194  //
195  // label1
196  //
197  this.label1.AutoSize = true;
198  this.label1.Location = new System.Drawing.Point(8, 152);
199  this.label1.Name = "label1";
200  this.label1.Size = new System.Drawing.Size(70, 13);
201  this.label1.TabIndex = 1;
202  this.label1.Text = "Ini Files Path:";
203  //
204  // IniFilesPath
205  //
206  this.IniFilesPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
207  | System.Windows.Forms.AnchorStyles.Right)));
208  this.IniFilesPath.Location = new System.Drawing.Point(75, 149);
209  this.IniFilesPath.Name = "IniFilesPath";
210  this.IniFilesPath.Size = new System.Drawing.Size(368, 20);
211  this.IniFilesPath.TabIndex = 0;
212  //
213  // tabPage2
214  //
215  this.tabPage2.BackColor = System.Drawing.Color.Transparent;
216  this.tabPage2.Controls.Add(this.pictureBox2);
217  this.tabPage2.Controls.Add(this.SelectCabinetConfigFileButton);
218  this.tabPage2.Controls.Add(this.label5);
219  this.tabPage2.Controls.Add(this.CabinetFilename);
220  this.tabPage2.Location = new System.Drawing.Point(4, 22);
221  this.tabPage2.Name = "tabPage2";
222  this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
223  this.tabPage2.Size = new System.Drawing.Size(576, 312);
224  this.tabPage2.TabIndex = 1;
225  this.tabPage2.Text = "Cabinet Config";
226  //
227  // pictureBox2
228  //
229  this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
230  this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
231  this.pictureBox2.Location = new System.Drawing.Point(431, 6);
232  this.pictureBox2.Name = "pictureBox2";
233  this.pictureBox2.Size = new System.Drawing.Size(139, 45);
234  this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
235  this.pictureBox2.TabIndex = 9;
236  this.pictureBox2.TabStop = false;
237  //
238  // SelectCabinetConfigFileButton
239  //
240  this.SelectCabinetConfigFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
241  this.SelectCabinetConfigFileButton.Location = new System.Drawing.Point(502, 72);
242  this.SelectCabinetConfigFileButton.Name = "SelectCabinetConfigFileButton";
243  this.SelectCabinetConfigFileButton.Size = new System.Drawing.Size(69, 23);
244  this.SelectCabinetConfigFileButton.TabIndex = 8;
245  this.SelectCabinetConfigFileButton.Text = "Select File";
246  this.SelectCabinetConfigFileButton.UseVisualStyleBackColor = true;
247  this.SelectCabinetConfigFileButton.Click += new System.EventHandler(this.SelectCabinetConfigFileButton_Click);
248  //
249  // label5
250  //
251  this.label5.AutoSize = true;
252  this.label5.Location = new System.Drawing.Point(7, 77);
253  this.label5.Name = "label5";
254  this.label5.Size = new System.Drawing.Size(94, 13);
255  this.label5.TabIndex = 7;
256  this.label5.Text = "Cabinet config file:";
257  //
258  // CabinetFilename
259  //
260  this.CabinetFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
261  | System.Windows.Forms.AnchorStyles.Right)));
262  this.CabinetFilename.Location = new System.Drawing.Point(100, 74);
263  this.CabinetFilename.Name = "CabinetFilename";
264  this.CabinetFilename.Size = new System.Drawing.Size(396, 20);
265  this.CabinetFilename.TabIndex = 6;
266  //
267  // tabPage3
268  //
269  this.tabPage3.BackColor = System.Drawing.Color.Transparent;
270  this.tabPage3.Controls.Add(this.pictureBox3);
271  this.tabPage3.Controls.Add(this.label4);
272  this.tabPage3.Controls.Add(this.ClearLogOnSessionStart);
273  this.tabPage3.Controls.Add(this.LoggingEnabled);
274  this.tabPage3.Controls.Add(this.SelectLogFileButton);
275  this.tabPage3.Controls.Add(this.label2);
276  this.tabPage3.Controls.Add(this.LogFilename);
277  this.tabPage3.Location = new System.Drawing.Point(4, 22);
278  this.tabPage3.Name = "tabPage3";
279  this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
280  this.tabPage3.Size = new System.Drawing.Size(576, 312);
281  this.tabPage3.TabIndex = 2;
282  this.tabPage3.Text = "Logging";
283  //
284  // pictureBox3
285  //
286  this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
287  this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
288  this.pictureBox3.Location = new System.Drawing.Point(431, 6);
289  this.pictureBox3.Name = "pictureBox3";
290  this.pictureBox3.Size = new System.Drawing.Size(139, 45);
291  this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
292  this.pictureBox3.TabIndex = 9;
293  this.pictureBox3.TabStop = false;
294  //
295  // label4
296  //
297  this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
298  | System.Windows.Forms.AnchorStyles.Right)));
299  this.label4.Location = new System.Drawing.Point(12, 123);
300  this.label4.Name = "label4";
301  this.label4.Size = new System.Drawing.Size(556, 40);
302  this.label4.TabIndex = 8;
303  this.label4.Text = "Setting this option will clear the contents of your log file on every new start o" +
304  "f the framework.";
305  //
306  // ClearLogOnSessionStart
307  //
308  this.ClearLogOnSessionStart.AutoSize = true;
309  this.ClearLogOnSessionStart.Location = new System.Drawing.Point(12, 103);
310  this.ClearLogOnSessionStart.Name = "ClearLogOnSessionStart";
311  this.ClearLogOnSessionStart.Size = new System.Drawing.Size(143, 17);
312  this.ClearLogOnSessionStart.TabIndex = 7;
313  this.ClearLogOnSessionStart.Text = "Clear log on session start";
314  this.ClearLogOnSessionStart.UseVisualStyleBackColor = true;
315  //
316  // LoggingEnabled
317  //
318  this.LoggingEnabled.AutoSize = true;
319  this.LoggingEnabled.Location = new System.Drawing.Point(12, 10);
320  this.LoggingEnabled.Name = "LoggingEnabled";
321  this.LoggingEnabled.Size = new System.Drawing.Size(96, 17);
322  this.LoggingEnabled.TabIndex = 6;
323  this.LoggingEnabled.Text = "Enable logging";
324  this.LoggingEnabled.UseVisualStyleBackColor = true;
325  //
326  // SelectLogFileButton
327  //
328  this.SelectLogFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
329  this.SelectLogFileButton.Location = new System.Drawing.Point(452, 60);
330  this.SelectLogFileButton.Name = "SelectLogFileButton";
331  this.SelectLogFileButton.Size = new System.Drawing.Size(121, 23);
332  this.SelectLogFileButton.TabIndex = 5;
333  this.SelectLogFileButton.Text = "Select Log File";
334  this.SelectLogFileButton.UseVisualStyleBackColor = true;
335  this.SelectLogFileButton.Click += new System.EventHandler(this.SelectLogFileButton_Click);
336  //
337  // label2
338  //
339  this.label2.AutoSize = true;
340  this.label2.Location = new System.Drawing.Point(9, 65);
341  this.label2.Name = "label2";
342  this.label2.Size = new System.Drawing.Size(47, 13);
343  this.label2.TabIndex = 4;
344  this.label2.Text = "Log File:";
345  //
346  // LogFilename
347  //
348  this.LogFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
349  | System.Windows.Forms.AnchorStyles.Right)));
350  this.LogFilename.Location = new System.Drawing.Point(76, 62);
351  this.LogFilename.Name = "LogFilename";
352  this.LogFilename.Size = new System.Drawing.Size(368, 20);
353  this.LogFilename.TabIndex = 3;
354  //
355  // SelectIniFileDirectoryDialog
356  //
357  this.SelectIniFileDirectoryDialog.Description = "Select the path where you ini files are stored";
358  //
359  // SelectCabinetConfigFileDialog
360  //
361  this.SelectCabinetConfigFileDialog.DefaultExt = "xml";
362  this.SelectCabinetConfigFileDialog.Filter = "XML-Files (*.xml)|*.xml|All files (*.*)|*.*";
363  this.SelectCabinetConfigFileDialog.Title = "Select your cabinet config file";
364  //
365  // SelectLogFileDialog
366  //
367  this.SelectLogFileDialog.DefaultExt = "log";
368  this.SelectLogFileDialog.Filter = "Log files (*.log)|*.log|All files (*.*)|*.*";
369  this.SelectLogFileDialog.OverwritePrompt = false;
370  this.SelectLogFileDialog.Title = "Select or enter a name for the log file";
371  //
372  // SaveGlobalConfigDialog
373  //
374  this.SaveGlobalConfigDialog.DefaultExt = "xml";
375  this.SaveGlobalConfigDialog.Filter = "GlobalConfig files (GlobalConfig_*.xml)|GlobalConfig_*.xml|XML files (*.xml)|*.xm" +
376  "l|All files (*.*)|*.*";
377  this.SaveGlobalConfigDialog.Title = "Select or enter a name for your global config file";
378  //
379  // OpenGlobalConfigDialog
380  //
381  this.OpenGlobalConfigDialog.DefaultExt = "xml";
382  this.OpenGlobalConfigDialog.Filter = "GlobalConfig files (GlobalConfig_*.xml)|GlobalConfig_*.xml|XML files (*.xml)|*.xm" +
383  "l|All files (*.*)|*.*";
384  this.OpenGlobalConfigDialog.Title = "Select the global config file to open";
385  //
386  // tabPage4
387  //
388  this.tabPage4.BackColor = System.Drawing.SystemColors.Control;
389  this.tabPage4.Controls.Add(this.pictureBox4);
390  this.tabPage4.Location = new System.Drawing.Point(4, 22);
391  this.tabPage4.Name = "tabPage4";
392  this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
393  this.tabPage4.Size = new System.Drawing.Size(576, 312);
394  this.tabPage4.TabIndex = 3;
395  this.tabPage4.Text = "Misc";
396  //
397  // pictureBox4
398  //
399  this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
400  this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
401  this.pictureBox4.Location = new System.Drawing.Point(431, 6);
402  this.pictureBox4.Name = "pictureBox4";
403  this.pictureBox4.Size = new System.Drawing.Size(139, 45);
404  this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
405  this.pictureBox4.TabIndex = 10;
406  this.pictureBox4.TabStop = false;
407  //
408  // GlobalConfigEdit
409  //
410  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
411  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
412  this.ClientSize = new System.Drawing.Size(584, 362);
413  this.Controls.Add(this.tabControl1);
414  this.Controls.Add(this.Menu);
415  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
416  this.MainMenuStrip = this.Menu;
417  this.MinimumSize = new System.Drawing.Size(600, 400);
418  this.Name = "GlobalConfigEdit";
419  this.Text = "Global Configuration Editor";
420  this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GlobalConfigEdit_FormClosing);
421  this.Load += new System.EventHandler(this.GlobalConfigEdit_Load);
422  this.Menu.ResumeLayout(false);
423  this.Menu.PerformLayout();
424  this.tabControl1.ResumeLayout(false);
425  this.tabPage1.ResumeLayout(false);
426  this.tabPage1.PerformLayout();
427  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
428  this.tabPage2.ResumeLayout(false);
429  this.tabPage2.PerformLayout();
430  ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
431  this.tabPage3.ResumeLayout(false);
432  this.tabPage3.PerformLayout();
433  ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
434  this.tabPage4.ResumeLayout(false);
435  ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
436  this.ResumeLayout(false);
437  this.PerformLayout();
438 
439  }
440 
441  #endregion
442 
443  private System.Windows.Forms.MenuStrip Menu;
444  private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
445  private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
446  private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
447  private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
448  private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
449  private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
450  private System.Windows.Forms.TabControl tabControl1;
451  private System.Windows.Forms.TabPage tabPage1;
452  private System.Windows.Forms.Button SelectIniFilePathButton;
453  private System.Windows.Forms.Label label1;
454  private System.Windows.Forms.TextBox IniFilesPath;
455  private System.Windows.Forms.TabPage tabPage2;
456  private System.Windows.Forms.TabPage tabPage3;
457  private System.Windows.Forms.Button SelectLogFileButton;
458  private System.Windows.Forms.Label label2;
459  private System.Windows.Forms.TextBox LogFilename;
460  private System.Windows.Forms.CheckBox LoggingEnabled;
461  private System.Windows.Forms.CheckBox ClearLogOnSessionStart;
462  private System.Windows.Forms.Label label3;
463  private System.Windows.Forms.Label label4;
464  private System.Windows.Forms.Button SelectCabinetConfigFileButton;
465  private System.Windows.Forms.Label label5;
466  private System.Windows.Forms.TextBox CabinetFilename;
467  private System.Windows.Forms.FolderBrowserDialog SelectIniFileDirectoryDialog;
468  private System.Windows.Forms.OpenFileDialog SelectCabinetConfigFileDialog;
469  private System.Windows.Forms.SaveFileDialog SelectLogFileDialog;
470  private System.Windows.Forms.SaveFileDialog SaveGlobalConfigDialog;
471  private System.Windows.Forms.OpenFileDialog OpenGlobalConfigDialog;
472  private System.Windows.Forms.PictureBox pictureBox1;
473  private System.Windows.Forms.PictureBox pictureBox2;
474  private System.Windows.Forms.PictureBox pictureBox3;
475  private System.Windows.Forms.TabPage tabPage4;
476  private System.Windows.Forms.PictureBox pictureBox4;
477  }
478 }
479