cec-config-gui: added log level configuration and a 'save' and 'clear' button for...
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.Designer.cs
CommitLineData
006b76b9
LOK
1namespace CecConfigGui
2{
3 partial class CecConfigGUI
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
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
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
5d5e105d 31 this.components = new System.ComponentModel.Container();
006b76b9
LOK
32 this.tabControl1 = new System.Windows.Forms.TabControl();
33 this.Configuration = new System.Windows.Forms.TabPage();
34 this.cbPowerOffOnStandby = new System.Windows.Forms.CheckBox();
35 this.cbPowerOffScreensaver = new System.Windows.Forms.CheckBox();
36 this.cbPowerOffShutdown = new System.Windows.Forms.CheckBox();
37 this.cbPowerOnStartup = new System.Windows.Forms.CheckBox();
38 this.cbUseTVMenuLanguage = new System.Windows.Forms.CheckBox();
39 this.lPlayerConfig = new System.Windows.Forms.Label();
40 this.lAdapterConfig = new System.Windows.Forms.Label();
41 this.cbDeviceType = new System.Windows.Forms.ComboBox();
42 this.bClose = new System.Windows.Forms.Button();
43 this.bSave = new System.Windows.Forms.Button();
44 this.cbPortNumber = new System.Windows.Forms.ComboBox();
45 this.lConnectedPhysicalAddress = new System.Windows.Forms.Label();
46 this.tbPhysicalAddress = new System.Windows.Forms.TextBox();
47 this.cbConnectedDevice = new System.Windows.Forms.ComboBox();
48 this.lDeviceType = new System.Windows.Forms.Label();
49 this.lPhysicalAddress = new System.Windows.Forms.Label();
50 this.lConnectedDevice = new System.Windows.Forms.Label();
51 this.lPortNumber = new System.Windows.Forms.Label();
6b92c1c4 52 this.tbButtons = new System.Windows.Forms.TabPage();
006b76b9 53 this.LogOutput = new System.Windows.Forms.TabPage();
6b92c1c4
LOK
54 this.bClearLog = new System.Windows.Forms.Button();
55 this.cbLogDebug = new System.Windows.Forms.CheckBox();
56 this.cbLogTraffic = new System.Windows.Forms.CheckBox();
57 this.cbLogNotice = new System.Windows.Forms.CheckBox();
58 this.cbLogWarning = new System.Windows.Forms.CheckBox();
59 this.cbLogError = new System.Windows.Forms.CheckBox();
006b76b9
LOK
60 this.tbLog = new System.Windows.Forms.TextBox();
61 this.pProgress = new System.Windows.Forms.ProgressBar();
62 this.lStatus = new System.Windows.Forms.Label();
5d5e105d
LOK
63 this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
64 this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
65 this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
66 this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
6b92c1c4 67 this.bSaveLog = new System.Windows.Forms.Button();
006b76b9
LOK
68 this.tabControl1.SuspendLayout();
69 this.Configuration.SuspendLayout();
70 this.LogOutput.SuspendLayout();
71 this.SuspendLayout();
72 //
73 // tabControl1
74 //
75 this.tabControl1.Controls.Add(this.Configuration);
6b92c1c4 76 this.tabControl1.Controls.Add(this.tbButtons);
006b76b9
LOK
77 this.tabControl1.Controls.Add(this.LogOutput);
78 this.tabControl1.Location = new System.Drawing.Point(12, 12);
79 this.tabControl1.Name = "tabControl1";
80 this.tabControl1.SelectedIndex = 0;
81 this.tabControl1.Size = new System.Drawing.Size(600, 385);
82 this.tabControl1.TabIndex = 0;
83 //
84 // Configuration
85 //
86 this.Configuration.Controls.Add(this.cbPowerOffOnStandby);
87 this.Configuration.Controls.Add(this.cbPowerOffScreensaver);
88 this.Configuration.Controls.Add(this.cbPowerOffShutdown);
89 this.Configuration.Controls.Add(this.cbPowerOnStartup);
90 this.Configuration.Controls.Add(this.cbUseTVMenuLanguage);
91 this.Configuration.Controls.Add(this.lPlayerConfig);
92 this.Configuration.Controls.Add(this.lAdapterConfig);
93 this.Configuration.Controls.Add(this.cbDeviceType);
94 this.Configuration.Controls.Add(this.bClose);
95 this.Configuration.Controls.Add(this.bSave);
96 this.Configuration.Controls.Add(this.cbPortNumber);
97 this.Configuration.Controls.Add(this.lConnectedPhysicalAddress);
98 this.Configuration.Controls.Add(this.tbPhysicalAddress);
99 this.Configuration.Controls.Add(this.cbConnectedDevice);
100 this.Configuration.Controls.Add(this.lDeviceType);
101 this.Configuration.Controls.Add(this.lPhysicalAddress);
102 this.Configuration.Controls.Add(this.lConnectedDevice);
103 this.Configuration.Controls.Add(this.lPortNumber);
104 this.Configuration.Location = new System.Drawing.Point(4, 22);
105 this.Configuration.Name = "Configuration";
106 this.Configuration.Padding = new System.Windows.Forms.Padding(3);
107 this.Configuration.Size = new System.Drawing.Size(592, 359);
108 this.Configuration.TabIndex = 0;
109 this.Configuration.Text = "Configuration";
110 this.Configuration.UseVisualStyleBackColor = true;
111 //
112 // cbPowerOffOnStandby
113 //
114 this.cbPowerOffOnStandby.AutoSize = true;
115 this.cbPowerOffOnStandby.Enabled = false;
116 this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
117 this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
118 this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
119 this.cbPowerOffOnStandby.TabIndex = 22;
120 this.cbPowerOffOnStandby.Text = "Put this PC in standby mode when the TV is switched off";
121 this.cbPowerOffOnStandby.UseVisualStyleBackColor = true;
122 //
123 // cbPowerOffScreensaver
124 //
125 this.cbPowerOffScreensaver.AutoSize = true;
126 this.cbPowerOffScreensaver.Enabled = false;
127 this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
128 this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
129 this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
130 this.cbPowerOffScreensaver.TabIndex = 21;
131 this.cbPowerOffScreensaver.Text = "Put devices in standby mode when activating screensaver";
132 this.cbPowerOffScreensaver.UseVisualStyleBackColor = true;
133 //
134 // cbPowerOffShutdown
135 //
136 this.cbPowerOffShutdown.AutoSize = true;
137 this.cbPowerOffShutdown.Enabled = false;
138 this.cbPowerOffShutdown.Location = new System.Drawing.Point(10, 249);
139 this.cbPowerOffShutdown.Name = "cbPowerOffShutdown";
140 this.cbPowerOffShutdown.Size = new System.Drawing.Size(317, 17);
141 this.cbPowerOffShutdown.TabIndex = 20;
142 this.cbPowerOffShutdown.Text = "Power off devices when stopping the media player application";
143 this.cbPowerOffShutdown.UseVisualStyleBackColor = true;
144 //
145 // cbPowerOnStartup
146 //
147 this.cbPowerOnStartup.AutoSize = true;
148 this.cbPowerOnStartup.Enabled = false;
149 this.cbPowerOnStartup.Location = new System.Drawing.Point(10, 225);
150 this.cbPowerOnStartup.Name = "cbPowerOnStartup";
151 this.cbPowerOnStartup.Size = new System.Drawing.Size(306, 17);
152 this.cbPowerOnStartup.TabIndex = 19;
153 this.cbPowerOnStartup.Text = "Power on the TV when starting the media player application";
154 this.cbPowerOnStartup.UseVisualStyleBackColor = true;
155 //
156 // cbUseTVMenuLanguage
157 //
158 this.cbUseTVMenuLanguage.AutoSize = true;
159 this.cbUseTVMenuLanguage.Enabled = false;
160 this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 201);
161 this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
162 this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
163 this.cbUseTVMenuLanguage.TabIndex = 18;
164 this.cbUseTVMenuLanguage.Text = "Use the TV\'s language setting";
165 this.cbUseTVMenuLanguage.UseVisualStyleBackColor = true;
166 //
167 // lPlayerConfig
168 //
169 this.lPlayerConfig.AutoSize = true;
170 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
171 this.lPlayerConfig.Location = new System.Drawing.Point(6, 165);
172 this.lPlayerConfig.Name = "lPlayerConfig";
173 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
174 this.lPlayerConfig.TabIndex = 16;
175 this.lPlayerConfig.Text = "Player Configuration";
176 //
177 // lAdapterConfig
178 //
179 this.lAdapterConfig.AutoSize = true;
180 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
181 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
182 this.lAdapterConfig.Name = "lAdapterConfig";
183 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
184 this.lAdapterConfig.TabIndex = 15;
185 this.lAdapterConfig.Text = "Adapter Configuration";
186 //
187 // cbDeviceType
188 //
189 this.cbDeviceType.Enabled = false;
190 this.cbDeviceType.FormattingEnabled = true;
191 this.cbDeviceType.Items.AddRange(new object[] {
192 "Recorder",
193 "Player",
194 "Tuner"});
195 this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
196 this.cbDeviceType.Name = "cbDeviceType";
197 this.cbDeviceType.Size = new System.Drawing.Size(121, 21);
198 this.cbDeviceType.TabIndex = 14;
199 this.cbDeviceType.Text = "Recorder";
5d5e105d 200 this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
006b76b9
LOK
201 //
202 // bClose
203 //
204 this.bClose.Enabled = false;
205 this.bClose.Location = new System.Drawing.Point(189, 330);
206 this.bClose.Name = "bClose";
207 this.bClose.Size = new System.Drawing.Size(75, 23);
208 this.bClose.TabIndex = 13;
209 this.bClose.Text = "Close";
210 this.bClose.UseVisualStyleBackColor = true;
211 this.bClose.Click += new System.EventHandler(this.bCancel_Click);
212 //
213 // bSave
214 //
215 this.bSave.Enabled = false;
216 this.bSave.Location = new System.Drawing.Point(298, 330);
217 this.bSave.Name = "bSave";
218 this.bSave.Size = new System.Drawing.Size(125, 23);
219 this.bSave.TabIndex = 12;
220 this.bSave.Text = "Save configuration";
221 this.bSave.UseVisualStyleBackColor = true;
222 this.bSave.Click += new System.EventHandler(this.bSave_Click);
223 //
224 // cbPortNumber
225 //
226 this.cbPortNumber.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
227 this.cbPortNumber.Enabled = false;
228 this.cbPortNumber.FormattingEnabled = true;
229 this.cbPortNumber.Items.AddRange(new object[] {
230 "1",
231 "2",
232 "3",
233 "4"});
234 this.cbPortNumber.Location = new System.Drawing.Point(174, 40);
235 this.cbPortNumber.Name = "cbPortNumber";
236 this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
237 this.cbPortNumber.TabIndex = 11;
238 this.cbPortNumber.Text = "1";
5d5e105d 239 this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter.");
006b76b9
LOK
240 this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
241 //
242 // lConnectedPhysicalAddress
243 //
244 this.lConnectedPhysicalAddress.AutoSize = true;
245 this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(310, 70);
246 this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
247 this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
248 this.lConnectedPhysicalAddress.TabIndex = 10;
249 this.lConnectedPhysicalAddress.Text = "Address: 0000";
250 //
251 // tbPhysicalAddress
252 //
253 this.tbPhysicalAddress.Enabled = false;
254 this.tbPhysicalAddress.Location = new System.Drawing.Point(174, 95);
255 this.tbPhysicalAddress.MaxLength = 4;
256 this.tbPhysicalAddress.Name = "tbPhysicalAddress";
257 this.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
258 this.tbPhysicalAddress.TabIndex = 6;
259 this.tbPhysicalAddress.Text = "1000";
5d5e105d
LOK
260 this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
261 "ct this value.");
006b76b9
LOK
262 this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
263 //
264 // cbConnectedDevice
265 //
266 this.cbConnectedDevice.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
267 this.cbConnectedDevice.Enabled = false;
268 this.cbConnectedDevice.FormattingEnabled = true;
269 this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
270 this.cbConnectedDevice.Name = "cbConnectedDevice";
271 this.cbConnectedDevice.Size = new System.Drawing.Size(121, 21);
272 this.cbConnectedDevice.TabIndex = 5;
5d5e105d 273 this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
006b76b9
LOK
274 this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
275 //
276 // lDeviceType
277 //
278 this.lDeviceType.AutoSize = true;
279 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
280 this.lDeviceType.Name = "lDeviceType";
281 this.lDeviceType.Size = new System.Drawing.Size(64, 13);
282 this.lDeviceType.TabIndex = 3;
283 this.lDeviceType.Text = "Device type";
284 //
285 // lPhysicalAddress
286 //
287 this.lPhysicalAddress.AutoSize = true;
288 this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
289 this.lPhysicalAddress.Name = "lPhysicalAddress";
290 this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
291 this.lPhysicalAddress.TabIndex = 2;
292 this.lPhysicalAddress.Text = "Physical address";
293 //
294 // lConnectedDevice
295 //
296 this.lConnectedDevice.AutoSize = true;
297 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
298 this.lConnectedDevice.Name = "lConnectedDevice";
299 this.lConnectedDevice.Size = new System.Drawing.Size(137, 13);
300 this.lConnectedDevice.TabIndex = 1;
301 this.lConnectedDevice.Text = "Connected to HDMI device";
302 //
303 // lPortNumber
304 //
305 this.lPortNumber.AutoSize = true;
306 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
307 this.lPortNumber.Name = "lPortNumber";
308 this.lPortNumber.Size = new System.Drawing.Size(95, 13);
309 this.lPortNumber.TabIndex = 0;
310 this.lPortNumber.Text = "HDMI Port number";
311 //
6b92c1c4
LOK
312 // tbButtons
313 //
314 this.tbButtons.Location = new System.Drawing.Point(4, 22);
315 this.tbButtons.Name = "tbButtons";
316 this.tbButtons.Padding = new System.Windows.Forms.Padding(3);
317 this.tbButtons.Size = new System.Drawing.Size(592, 359);
318 this.tbButtons.TabIndex = 2;
319 this.tbButtons.Text = "Button Configuration";
320 this.tbButtons.UseVisualStyleBackColor = true;
321 //
006b76b9
LOK
322 // LogOutput
323 //
6b92c1c4
LOK
324 this.LogOutput.Controls.Add(this.bSaveLog);
325 this.LogOutput.Controls.Add(this.bClearLog);
326 this.LogOutput.Controls.Add(this.cbLogDebug);
327 this.LogOutput.Controls.Add(this.cbLogTraffic);
328 this.LogOutput.Controls.Add(this.cbLogNotice);
329 this.LogOutput.Controls.Add(this.cbLogWarning);
330 this.LogOutput.Controls.Add(this.cbLogError);
006b76b9
LOK
331 this.LogOutput.Controls.Add(this.tbLog);
332 this.LogOutput.Location = new System.Drawing.Point(4, 22);
333 this.LogOutput.Name = "LogOutput";
334 this.LogOutput.Padding = new System.Windows.Forms.Padding(3);
335 this.LogOutput.Size = new System.Drawing.Size(592, 359);
336 this.LogOutput.TabIndex = 1;
337 this.LogOutput.Text = "Log Output";
338 this.LogOutput.UseVisualStyleBackColor = true;
339 //
6b92c1c4
LOK
340 // bClearLog
341 //
342 this.bClearLog.Location = new System.Drawing.Point(511, 330);
343 this.bClearLog.Name = "bClearLog";
344 this.bClearLog.Size = new System.Drawing.Size(75, 23);
345 this.bClearLog.TabIndex = 6;
346 this.bClearLog.Text = "Clear";
347 this.bClearLog.UseVisualStyleBackColor = true;
348 this.bClearLog.Click += new System.EventHandler(this.bClearLog_Click);
349 //
350 // cbLogDebug
351 //
352 this.cbLogDebug.AutoSize = true;
353 this.cbLogDebug.Location = new System.Drawing.Point(269, 336);
354 this.cbLogDebug.Name = "cbLogDebug";
355 this.cbLogDebug.Size = new System.Drawing.Size(58, 17);
356 this.cbLogDebug.TabIndex = 5;
357 this.cbLogDebug.Text = "Debug";
358 this.cbLogDebug.UseVisualStyleBackColor = true;
359 //
360 // cbLogTraffic
361 //
362 this.cbLogTraffic.AutoSize = true;
363 this.cbLogTraffic.Location = new System.Drawing.Point(207, 336);
364 this.cbLogTraffic.Name = "cbLogTraffic";
365 this.cbLogTraffic.Size = new System.Drawing.Size(56, 17);
366 this.cbLogTraffic.TabIndex = 4;
367 this.cbLogTraffic.Text = "Traffic";
368 this.cbLogTraffic.UseVisualStyleBackColor = true;
369 //
370 // cbLogNotice
371 //
372 this.cbLogNotice.AutoSize = true;
373 this.cbLogNotice.Checked = true;
374 this.cbLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
375 this.cbLogNotice.Location = new System.Drawing.Point(138, 336);
376 this.cbLogNotice.Name = "cbLogNotice";
377 this.cbLogNotice.Size = new System.Drawing.Size(62, 17);
378 this.cbLogNotice.TabIndex = 3;
379 this.cbLogNotice.Text = "Notices";
380 this.cbLogNotice.UseVisualStyleBackColor = true;
381 //
382 // cbLogWarning
383 //
384 this.cbLogWarning.AutoSize = true;
385 this.cbLogWarning.Checked = true;
386 this.cbLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
387 this.cbLogWarning.Location = new System.Drawing.Point(66, 336);
388 this.cbLogWarning.Name = "cbLogWarning";
389 this.cbLogWarning.Size = new System.Drawing.Size(66, 17);
390 this.cbLogWarning.TabIndex = 2;
391 this.cbLogWarning.Text = "Warning";
392 this.cbLogWarning.UseVisualStyleBackColor = true;
393 //
394 // cbLogError
395 //
396 this.cbLogError.AutoSize = true;
397 this.cbLogError.Checked = true;
398 this.cbLogError.CheckState = System.Windows.Forms.CheckState.Checked;
399 this.cbLogError.Location = new System.Drawing.Point(7, 336);
400 this.cbLogError.Name = "cbLogError";
401 this.cbLogError.Size = new System.Drawing.Size(53, 17);
402 this.cbLogError.TabIndex = 1;
403 this.cbLogError.Text = "Errors";
404 this.cbLogError.UseVisualStyleBackColor = true;
405 //
006b76b9
LOK
406 // tbLog
407 //
408 this.tbLog.Location = new System.Drawing.Point(6, 6);
409 this.tbLog.Multiline = true;
410 this.tbLog.Name = "tbLog";
411 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
6b92c1c4 412 this.tbLog.Size = new System.Drawing.Size(580, 318);
006b76b9
LOK
413 this.tbLog.TabIndex = 0;
414 //
415 // pProgress
416 //
417 this.pProgress.Location = new System.Drawing.Point(314, 407);
418 this.pProgress.Name = "pProgress";
419 this.pProgress.Size = new System.Drawing.Size(298, 23);
420 this.pProgress.TabIndex = 1;
421 //
422 // lStatus
423 //
424 this.lStatus.AutoSize = true;
425 this.lStatus.Location = new System.Drawing.Point(12, 416);
426 this.lStatus.Name = "lStatus";
427 this.lStatus.Size = new System.Drawing.Size(61, 13);
428 this.lStatus.TabIndex = 2;
429 this.lStatus.Text = "Initialising...";
430 //
6b92c1c4
LOK
431 // bSaveLog
432 //
433 this.bSaveLog.Location = new System.Drawing.Point(430, 330);
434 this.bSaveLog.Name = "bSaveLog";
435 this.bSaveLog.Size = new System.Drawing.Size(75, 23);
436 this.bSaveLog.TabIndex = 7;
437 this.bSaveLog.Text = "Save";
438 this.bSaveLog.UseVisualStyleBackColor = true;
439 this.bSaveLog.Click += new System.EventHandler(this.bSaveLog_Click);
440 //
006b76b9
LOK
441 // CecConfigGUI
442 //
443 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
444 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
445 this.ClientSize = new System.Drawing.Size(624, 442);
446 this.Controls.Add(this.lStatus);
447 this.Controls.Add(this.pProgress);
448 this.Controls.Add(this.tabControl1);
449 this.Name = "CecConfigGUI";
450 this.Text = "Pulse-Eight USB-CEC Adapter";
451 this.tabControl1.ResumeLayout(false);
452 this.Configuration.ResumeLayout(false);
453 this.Configuration.PerformLayout();
454 this.LogOutput.ResumeLayout(false);
455 this.LogOutput.PerformLayout();
456 this.ResumeLayout(false);
457 this.PerformLayout();
458
459 }
460
461 #endregion
462
463 private System.Windows.Forms.TabControl tabControl1;
464 private System.Windows.Forms.TabPage Configuration;
465 private System.Windows.Forms.TabPage LogOutput;
466 private System.Windows.Forms.Label lPortNumber;
467 private System.Windows.Forms.Label lDeviceType;
468 private System.Windows.Forms.Label lPhysicalAddress;
469 private System.Windows.Forms.Label lConnectedDevice;
470 private System.Windows.Forms.ComboBox cbConnectedDevice;
471 private System.Windows.Forms.TextBox tbPhysicalAddress;
472 private System.Windows.Forms.ProgressBar pProgress;
473 private System.Windows.Forms.Label lStatus;
474 private System.Windows.Forms.Label lConnectedPhysicalAddress;
475 private System.Windows.Forms.TextBox tbLog;
476 private System.Windows.Forms.ComboBox cbPortNumber;
477 private System.Windows.Forms.Button bClose;
478 private System.Windows.Forms.Button bSave;
479 private System.Windows.Forms.ComboBox cbDeviceType;
480 private System.Windows.Forms.Label lAdapterConfig;
481 private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
482 private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
483 private System.Windows.Forms.CheckBox cbPowerOffShutdown;
484 private System.Windows.Forms.CheckBox cbPowerOnStartup;
485 private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
486 private System.Windows.Forms.Label lPlayerConfig;
5d5e105d
LOK
487 private System.Windows.Forms.ToolTip helpPortNumber;
488 private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
489 private System.Windows.Forms.ToolTip helpDeviceType;
490 private System.Windows.Forms.ToolTip helpPhysicalAddress;
6b92c1c4
LOK
491 private System.Windows.Forms.TabPage tbButtons;
492 private System.Windows.Forms.CheckBox cbLogDebug;
493 private System.Windows.Forms.CheckBox cbLogTraffic;
494 private System.Windows.Forms.CheckBox cbLogNotice;
495 private System.Windows.Forms.CheckBox cbLogWarning;
496 private System.Windows.Forms.CheckBox cbLogError;
497 private System.Windows.Forms.Button bClearLog;
498 private System.Windows.Forms.Button bSaveLog;
006b76b9
LOK
499 }
500}