3 partial class GlobalConfigEdit
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Vom Windows Form-Designer generierter Code
29 private void InitializeComponent()
70 this.Menu.SuspendLayout();
71 this.tabControl1.SuspendLayout();
72 this.tabPage1.SuspendLayout();
74 this.tabPage2.SuspendLayout();
76 this.tabPage3.SuspendLayout();
78 this.tabPage4.SuspendLayout();
80 ((
System.
ComponentModel.ISupportInitialize)(this.LedWizDefaultMinCommandIntervalMs)).BeginInit();
86 this.fileToolStripMenuItem});
87 this.Menu.Location =
new System.Drawing.Point(0, 0);
88 this.Menu.Name =
"Menu";
89 this.Menu.Size =
new System.Drawing.Size(584, 24);
90 this.Menu.TabIndex = 0;
91 this.Menu.Text =
"MainMenu";
95 this.fileToolStripMenuItem.DropDownItems.AddRange(
new System.
Windows.
Forms.ToolStripItem[] {
96 this.newToolStripMenuItem,
97 this.loadToolStripMenuItem,
98 this.saveToolStripMenuItem,
99 this.saveAsToolStripMenuItem,
100 this.quitToolStripMenuItem});
101 this.fileToolStripMenuItem.Name =
"fileToolStripMenuItem";
102 this.fileToolStripMenuItem.Size =
new System.Drawing.Size(37, 20);
103 this.fileToolStripMenuItem.Text =
"File";
107 this.newToolStripMenuItem.Name =
"newToolStripMenuItem";
108 this.newToolStripMenuItem.Size =
new System.Drawing.Size(121, 22);
109 this.newToolStripMenuItem.Text =
"New";
110 this.newToolStripMenuItem.Click +=
new System.EventHandler(this.newToolStripMenuItem_Click);
114 this.loadToolStripMenuItem.Name =
"loadToolStripMenuItem";
115 this.loadToolStripMenuItem.Size =
new System.Drawing.Size(121, 22);
116 this.loadToolStripMenuItem.Text =
"Load";
117 this.loadToolStripMenuItem.Click +=
new System.EventHandler(this.loadToolStripMenuItem_Click);
121 this.saveToolStripMenuItem.Name =
"saveToolStripMenuItem";
122 this.saveToolStripMenuItem.Size =
new System.Drawing.Size(121, 22);
123 this.saveToolStripMenuItem.Text =
"Save";
124 this.saveToolStripMenuItem.Click +=
new System.EventHandler(this.saveToolStripMenuItem_Click);
128 this.saveAsToolStripMenuItem.Name =
"saveAsToolStripMenuItem";
129 this.saveAsToolStripMenuItem.Size =
new System.Drawing.Size(121, 22);
130 this.saveAsToolStripMenuItem.Text =
"Save as...";
131 this.saveAsToolStripMenuItem.Click +=
new System.EventHandler(this.saveAsToolStripMenuItem_Click);
135 this.quitToolStripMenuItem.Name =
"quitToolStripMenuItem";
136 this.quitToolStripMenuItem.Size =
new System.Drawing.Size(121, 22);
137 this.quitToolStripMenuItem.Text =
"Quit";
138 this.quitToolStripMenuItem.Click +=
new System.EventHandler(this.quitToolStripMenuItem_Click);
142 this.tabControl1.Controls.Add(this.tabPage1);
143 this.tabControl1.Controls.Add(this.tabPage2);
144 this.tabControl1.Controls.Add(this.tabPage3);
145 this.tabControl1.Controls.Add(this.tabPage4);
147 this.tabControl1.Location =
new System.Drawing.Point(0, 24);
148 this.tabControl1.Name =
"tabControl1";
149 this.tabControl1.SelectedIndex = 0;
150 this.tabControl1.Size =
new System.Drawing.Size(584, 338);
151 this.tabControl1.TabIndex = 1;
155 this.tabPage1.BackColor =
System.Drawing.Color.Transparent;
156 this.tabPage1.Controls.Add(this.pictureBox1);
157 this.tabPage1.Controls.Add(this.label3);
158 this.tabPage1.Controls.Add(this.SelectIniFilePathButton);
159 this.tabPage1.Controls.Add(this.label1);
160 this.tabPage1.Controls.Add(this.IniFilesPath);
161 this.tabPage1.Location =
new System.Drawing.Point(4, 22);
162 this.tabPage1.Name =
"tabPage1";
164 this.tabPage1.Size =
new System.Drawing.Size(576, 312);
165 this.tabPage1.TabIndex = 0;
166 this.tabPage1.Text =
"IniFiles";
171 this.pictureBox1.Image = ((
System.Drawing.Image)(resources.GetObject(
"pictureBox1.Image")));
172 this.pictureBox1.Location =
new System.Drawing.Point(431, 6);
173 this.pictureBox1.Name =
"pictureBox1";
174 this.pictureBox1.Size =
new System.Drawing.Size(139, 45);
176 this.pictureBox1.TabIndex = 6;
177 this.pictureBox1.TabStop =
false;
183 this.label3.Location =
new System.Drawing.Point(8, 3);
184 this.label3.Name =
"label3";
185 this.label3.Size =
new System.Drawing.Size(417, 143);
186 this.label3.TabIndex = 3;
187 this.label3.Text = resources.GetString(
"label3.Text");
192 this.SelectIniFilePathButton.Location =
new System.Drawing.Point(449, 147);
193 this.SelectIniFilePathButton.Name =
"SelectIniFilePathButton";
194 this.SelectIniFilePathButton.Size =
new System.Drawing.Size(121, 23);
195 this.SelectIniFilePathButton.TabIndex = 2;
196 this.SelectIniFilePathButton.Text =
"Select Ini Files Path";
197 this.SelectIniFilePathButton.UseVisualStyleBackColor =
true;
198 this.SelectIniFilePathButton.Click +=
new System.EventHandler(this.SelectIniFilePathButton_Click);
202 this.label1.AutoSize =
true;
203 this.label1.Location =
new System.Drawing.Point(8, 152);
204 this.label1.Name =
"label1";
205 this.label1.Size =
new System.Drawing.Size(70, 13);
206 this.label1.TabIndex = 1;
207 this.label1.Text =
"Ini Files Path:";
213 this.IniFilesPath.Location =
new System.Drawing.Point(75, 149);
214 this.IniFilesPath.Name =
"IniFilesPath";
215 this.IniFilesPath.Size =
new System.Drawing.Size(368, 20);
216 this.IniFilesPath.TabIndex = 0;
220 this.tabPage2.BackColor =
System.Drawing.Color.Transparent;
221 this.tabPage2.Controls.Add(this.pictureBox2);
222 this.tabPage2.Controls.Add(this.SelectCabinetConfigFileButton);
223 this.tabPage2.Controls.Add(this.label5);
224 this.tabPage2.Controls.Add(this.CabinetFilename);
225 this.tabPage2.Location =
new System.Drawing.Point(4, 22);
226 this.tabPage2.Name =
"tabPage2";
228 this.tabPage2.Size =
new System.Drawing.Size(576, 312);
229 this.tabPage2.TabIndex = 1;
230 this.tabPage2.Text =
"Cabinet Config";
235 this.pictureBox2.Image = ((
System.Drawing.Image)(resources.GetObject(
"pictureBox2.Image")));
236 this.pictureBox2.Location =
new System.Drawing.Point(431, 6);
237 this.pictureBox2.Name =
"pictureBox2";
238 this.pictureBox2.Size =
new System.Drawing.Size(139, 45);
240 this.pictureBox2.TabIndex = 9;
241 this.pictureBox2.TabStop =
false;
246 this.SelectCabinetConfigFileButton.Location =
new System.Drawing.Point(502, 72);
247 this.SelectCabinetConfigFileButton.Name =
"SelectCabinetConfigFileButton";
248 this.SelectCabinetConfigFileButton.Size =
new System.Drawing.Size(69, 23);
249 this.SelectCabinetConfigFileButton.TabIndex = 8;
250 this.SelectCabinetConfigFileButton.Text =
"Select File";
251 this.SelectCabinetConfigFileButton.UseVisualStyleBackColor =
true;
252 this.SelectCabinetConfigFileButton.Click +=
new System.EventHandler(this.SelectCabinetConfigFileButton_Click);
256 this.label5.AutoSize =
true;
257 this.label5.Location =
new System.Drawing.Point(7, 77);
258 this.label5.Name =
"label5";
259 this.label5.Size =
new System.Drawing.Size(94, 13);
260 this.label5.TabIndex = 7;
261 this.label5.Text =
"Cabinet config file:";
267 this.CabinetFilename.Location =
new System.Drawing.Point(100, 74);
268 this.CabinetFilename.Name =
"CabinetFilename";
269 this.CabinetFilename.Size =
new System.Drawing.Size(396, 20);
270 this.CabinetFilename.TabIndex = 6;
274 this.tabPage3.BackColor =
System.Drawing.Color.Transparent;
275 this.tabPage3.Controls.Add(this.pictureBox3);
276 this.tabPage3.Controls.Add(this.label4);
277 this.tabPage3.Controls.Add(this.ClearLogOnSessionStart);
278 this.tabPage3.Controls.Add(this.LoggingEnabled);
279 this.tabPage3.Controls.Add(this.SelectLogFileButton);
280 this.tabPage3.Controls.Add(this.label2);
281 this.tabPage3.Controls.Add(this.LogFilename);
282 this.tabPage3.Location =
new System.Drawing.Point(4, 22);
283 this.tabPage3.Name =
"tabPage3";
285 this.tabPage3.Size =
new System.Drawing.Size(576, 312);
286 this.tabPage3.TabIndex = 2;
287 this.tabPage3.Text =
"Logging";
292 this.pictureBox3.Image = ((
System.Drawing.Image)(resources.GetObject(
"pictureBox3.Image")));
293 this.pictureBox3.Location =
new System.Drawing.Point(431, 6);
294 this.pictureBox3.Name =
"pictureBox3";
295 this.pictureBox3.Size =
new System.Drawing.Size(139, 45);
297 this.pictureBox3.TabIndex = 9;
298 this.pictureBox3.TabStop =
false;
304 this.label4.Location =
new System.Drawing.Point(12, 123);
305 this.label4.Name =
"label4";
306 this.label4.Size =
new System.Drawing.Size(556, 40);
307 this.label4.TabIndex = 8;
308 this.label4.Text =
"Setting this option will clear the contents of your log file on every new start o" +
313 this.ClearLogOnSessionStart.AutoSize =
true;
314 this.ClearLogOnSessionStart.Location =
new System.Drawing.Point(12, 103);
315 this.ClearLogOnSessionStart.Name =
"ClearLogOnSessionStart";
316 this.ClearLogOnSessionStart.Size =
new System.Drawing.Size(143, 17);
317 this.ClearLogOnSessionStart.TabIndex = 7;
318 this.ClearLogOnSessionStart.Text =
"Clear log on session start";
319 this.ClearLogOnSessionStart.UseVisualStyleBackColor =
true;
323 this.LoggingEnabled.AutoSize =
true;
324 this.LoggingEnabled.Location =
new System.Drawing.Point(12, 10);
325 this.LoggingEnabled.Name =
"LoggingEnabled";
326 this.LoggingEnabled.Size =
new System.Drawing.Size(96, 17);
327 this.LoggingEnabled.TabIndex = 6;
328 this.LoggingEnabled.Text =
"Enable logging";
329 this.LoggingEnabled.UseVisualStyleBackColor =
true;
334 this.SelectLogFileButton.Location =
new System.Drawing.Point(452, 60);
335 this.SelectLogFileButton.Name =
"SelectLogFileButton";
336 this.SelectLogFileButton.Size =
new System.Drawing.Size(121, 23);
337 this.SelectLogFileButton.TabIndex = 5;
338 this.SelectLogFileButton.Text =
"Select Log File";
339 this.SelectLogFileButton.UseVisualStyleBackColor =
true;
340 this.SelectLogFileButton.Click +=
new System.EventHandler(this.SelectLogFileButton_Click);
344 this.label2.AutoSize =
true;
345 this.label2.Location =
new System.Drawing.Point(9, 65);
346 this.label2.Name =
"label2";
347 this.label2.Size =
new System.Drawing.Size(47, 13);
348 this.label2.TabIndex = 4;
349 this.label2.Text =
"Log File:";
355 this.LogFilename.Location =
new System.Drawing.Point(76, 62);
356 this.LogFilename.Name =
"LogFilename";
357 this.LogFilename.Size =
new System.Drawing.Size(368, 20);
358 this.LogFilename.TabIndex = 3;
362 this.tabPage4.BackColor =
System.Drawing.SystemColors.Control;
363 this.tabPage4.Controls.Add(this.label8);
364 this.tabPage4.Controls.Add(this.label7);
365 this.tabPage4.Controls.Add(this.label6);
366 this.tabPage4.Controls.Add(this.LedWizDefaultMinCommandIntervalMs);
367 this.tabPage4.Controls.Add(this.pictureBox4);
368 this.tabPage4.Location =
new System.Drawing.Point(4, 22);
369 this.tabPage4.Name =
"tabPage4";
371 this.tabPage4.Size =
new System.Drawing.Size(576, 312);
372 this.tabPage4.TabIndex = 3;
373 this.tabPage4.Text =
"Misc";
378 this.pictureBox4.Image = ((
System.Drawing.Image)(resources.GetObject(
"pictureBox4.Image")));
379 this.pictureBox4.Location =
new System.Drawing.Point(431, 6);
380 this.pictureBox4.Name =
"pictureBox4";
381 this.pictureBox4.Size =
new System.Drawing.Size(139, 45);
383 this.pictureBox4.TabIndex = 10;
384 this.pictureBox4.TabStop =
false;
388 this.SelectIniFileDirectoryDialog.Description =
"Select the path where you ini files are stored";
392 this.SelectCabinetConfigFileDialog.DefaultExt =
"xml";
393 this.SelectCabinetConfigFileDialog.Filter =
"XML-Files (*.xml)|*.xml|All files (*.*)|*.*";
394 this.SelectCabinetConfigFileDialog.Title =
"Select your cabinet config file";
398 this.SelectLogFileDialog.DefaultExt =
"log";
399 this.SelectLogFileDialog.Filter =
"Log files (*.log)|*.log|All files (*.*)|*.*";
400 this.SelectLogFileDialog.OverwritePrompt =
false;
401 this.SelectLogFileDialog.Title =
"Select or enter a name for the log file";
405 this.SaveGlobalConfigDialog.DefaultExt =
"xml";
406 this.SaveGlobalConfigDialog.Filter =
"GlobalConfig files (GlobalConfig_*.xml)|GlobalConfig_*.xml|XML files (*.xml)|*.xm" +
407 "l|All files (*.*)|*.*";
408 this.SaveGlobalConfigDialog.Title =
"Select or enter a name for your global config file";
412 this.OpenGlobalConfigDialog.DefaultExt =
"xml";
413 this.OpenGlobalConfigDialog.Filter =
"GlobalConfig files (GlobalConfig_*.xml)|GlobalConfig_*.xml|XML files (*.xml)|*.xm" +
414 "l|All files (*.*)|*.*";
415 this.OpenGlobalConfigDialog.Title =
"Select the global config file to open";
419 this.LedWizDefaultMinCommandIntervalMs.Location =
new System.Drawing.Point(207, 36);
420 this.LedWizDefaultMinCommandIntervalMs.Minimum =
new decimal(
new int[] {
425 this.LedWizDefaultMinCommandIntervalMs.Name =
"LedWizDefaultMinCommandIntervalMs";
426 this.LedWizDefaultMinCommandIntervalMs.Size =
new System.Drawing.Size(58, 20);
427 this.LedWizDefaultMinCommandIntervalMs.TabIndex = 11;
428 this.LedWizDefaultMinCommandIntervalMs.TextAlign =
System.
Windows.
Forms.HorizontalAlignment.Right;
429 this.LedWizDefaultMinCommandIntervalMs.ThousandsSeparator =
true;
430 this.LedWizDefaultMinCommandIntervalMs.Value =
new decimal(
new int[] {
438 this.label6.AutoSize =
true;
439 this.label6.Location =
new System.Drawing.Point(10, 38);
440 this.label6.Name =
"label6";
441 this.label6.Size =
new System.Drawing.Size(191, 13);
442 this.label6.TabIndex = 12;
443 this.label6.Text =
"LedWiz Default Min Command Interval:";
447 this.label7.Location =
new System.Drawing.Point(10, 63);
448 this.label7.Name =
"label7";
449 this.label7.Size =
new System.Drawing.Size(560, 49);
450 this.label7.TabIndex = 13;
451 this.label7.Text = resources.GetString(
"label7.Text");
455 this.label8.AutoSize =
true;
456 this.label8.Location =
new System.Drawing.Point(271, 38);
457 this.label8.Name =
"label8";
458 this.label8.Size =
new System.Drawing.Size(20, 13);
459 this.label8.TabIndex = 14;
460 this.label8.Text =
"ms";
464 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
466 this.ClientSize =
new System.Drawing.Size(584, 362);
467 this.Controls.Add(this.tabControl1);
468 this.Controls.Add(this.Menu);
469 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
470 this.MainMenuStrip = this.Menu;
471 this.MinimumSize =
new System.Drawing.Size(600, 400);
472 this.Name =
"GlobalConfigEdit";
473 this.Text =
"Global Configuration Editor";
474 this.FormClosing +=
new System.
Windows.
Forms.FormClosingEventHandler(this.GlobalConfigEdit_FormClosing);
475 this.Load +=
new System.EventHandler(this.GlobalConfigEdit_Load);
476 this.Menu.ResumeLayout(
false);
477 this.Menu.PerformLayout();
478 this.tabControl1.ResumeLayout(
false);
479 this.tabPage1.ResumeLayout(
false);
480 this.tabPage1.PerformLayout();
482 this.tabPage2.ResumeLayout(
false);
483 this.tabPage2.PerformLayout();
485 this.tabPage3.ResumeLayout(
false);
486 this.tabPage3.PerformLayout();
488 this.tabPage4.ResumeLayout(
false);
489 this.tabPage4.PerformLayout();
492 this.ResumeLayout(
false);
493 this.PerformLayout();
override void Dispose(bool disposing)
Verwendete Ressourcen bereinigen.