cec-config-gui: added some basic test commands and device information
[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();
8674df6a 53 this.dgButtons = new System.Windows.Forms.DataGridView();
96fa7764
LOK
54 this.CecButtonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
55 this.playerButtonDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
56 this.cecButtonConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
57 this.tbTestCommands = new System.Windows.Forms.TabPage();
58 this.bActivateSource = new System.Windows.Forms.Button();
59 this.bScan = new System.Windows.Forms.Button();
60 this.bStandby = new System.Windows.Forms.Button();
61 this.bSendImageViewOn = new System.Windows.Forms.Button();
62 this.lDestination = new System.Windows.Forms.Label();
63 this.cbCommandDestination = new System.Windows.Forms.ComboBox();
006b76b9 64 this.LogOutput = new System.Windows.Forms.TabPage();
8674df6a 65 this.bSaveLog = new System.Windows.Forms.Button();
6b92c1c4
LOK
66 this.bClearLog = new System.Windows.Forms.Button();
67 this.cbLogDebug = new System.Windows.Forms.CheckBox();
68 this.cbLogTraffic = new System.Windows.Forms.CheckBox();
69 this.cbLogNotice = new System.Windows.Forms.CheckBox();
70 this.cbLogWarning = new System.Windows.Forms.CheckBox();
71 this.cbLogError = new System.Windows.Forms.CheckBox();
006b76b9
LOK
72 this.tbLog = new System.Windows.Forms.TextBox();
73 this.pProgress = new System.Windows.Forms.ProgressBar();
74 this.lStatus = new System.Windows.Forms.Label();
5d5e105d
LOK
75 this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
76 this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
77 this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
78 this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
006b76b9
LOK
79 this.tabControl1.SuspendLayout();
80 this.Configuration.SuspendLayout();
8674df6a
LOK
81 this.tbButtons.SuspendLayout();
82 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).BeginInit();
8674df6a 83 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).BeginInit();
96fa7764
LOK
84 this.tbTestCommands.SuspendLayout();
85 this.LogOutput.SuspendLayout();
006b76b9
LOK
86 this.SuspendLayout();
87 //
88 // tabControl1
89 //
90 this.tabControl1.Controls.Add(this.Configuration);
6b92c1c4 91 this.tabControl1.Controls.Add(this.tbButtons);
96fa7764 92 this.tabControl1.Controls.Add(this.tbTestCommands);
006b76b9
LOK
93 this.tabControl1.Controls.Add(this.LogOutput);
94 this.tabControl1.Location = new System.Drawing.Point(12, 12);
95 this.tabControl1.Name = "tabControl1";
96 this.tabControl1.SelectedIndex = 0;
97 this.tabControl1.Size = new System.Drawing.Size(600, 385);
98 this.tabControl1.TabIndex = 0;
99 //
100 // Configuration
101 //
102 this.Configuration.Controls.Add(this.cbPowerOffOnStandby);
103 this.Configuration.Controls.Add(this.cbPowerOffScreensaver);
104 this.Configuration.Controls.Add(this.cbPowerOffShutdown);
105 this.Configuration.Controls.Add(this.cbPowerOnStartup);
106 this.Configuration.Controls.Add(this.cbUseTVMenuLanguage);
107 this.Configuration.Controls.Add(this.lPlayerConfig);
108 this.Configuration.Controls.Add(this.lAdapterConfig);
109 this.Configuration.Controls.Add(this.cbDeviceType);
110 this.Configuration.Controls.Add(this.bClose);
111 this.Configuration.Controls.Add(this.bSave);
112 this.Configuration.Controls.Add(this.cbPortNumber);
113 this.Configuration.Controls.Add(this.lConnectedPhysicalAddress);
114 this.Configuration.Controls.Add(this.tbPhysicalAddress);
115 this.Configuration.Controls.Add(this.cbConnectedDevice);
116 this.Configuration.Controls.Add(this.lDeviceType);
117 this.Configuration.Controls.Add(this.lPhysicalAddress);
118 this.Configuration.Controls.Add(this.lConnectedDevice);
119 this.Configuration.Controls.Add(this.lPortNumber);
120 this.Configuration.Location = new System.Drawing.Point(4, 22);
121 this.Configuration.Name = "Configuration";
122 this.Configuration.Padding = new System.Windows.Forms.Padding(3);
123 this.Configuration.Size = new System.Drawing.Size(592, 359);
124 this.Configuration.TabIndex = 0;
125 this.Configuration.Text = "Configuration";
126 this.Configuration.UseVisualStyleBackColor = true;
127 //
128 // cbPowerOffOnStandby
129 //
130 this.cbPowerOffOnStandby.AutoSize = true;
131 this.cbPowerOffOnStandby.Enabled = false;
132 this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
133 this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
134 this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
135 this.cbPowerOffOnStandby.TabIndex = 22;
136 this.cbPowerOffOnStandby.Text = "Put this PC in standby mode when the TV is switched off";
137 this.cbPowerOffOnStandby.UseVisualStyleBackColor = true;
138 //
139 // cbPowerOffScreensaver
140 //
141 this.cbPowerOffScreensaver.AutoSize = true;
142 this.cbPowerOffScreensaver.Enabled = false;
143 this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
144 this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
145 this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
146 this.cbPowerOffScreensaver.TabIndex = 21;
147 this.cbPowerOffScreensaver.Text = "Put devices in standby mode when activating screensaver";
148 this.cbPowerOffScreensaver.UseVisualStyleBackColor = true;
149 //
150 // cbPowerOffShutdown
151 //
152 this.cbPowerOffShutdown.AutoSize = true;
153 this.cbPowerOffShutdown.Enabled = false;
154 this.cbPowerOffShutdown.Location = new System.Drawing.Point(10, 249);
155 this.cbPowerOffShutdown.Name = "cbPowerOffShutdown";
156 this.cbPowerOffShutdown.Size = new System.Drawing.Size(317, 17);
157 this.cbPowerOffShutdown.TabIndex = 20;
158 this.cbPowerOffShutdown.Text = "Power off devices when stopping the media player application";
159 this.cbPowerOffShutdown.UseVisualStyleBackColor = true;
160 //
161 // cbPowerOnStartup
162 //
163 this.cbPowerOnStartup.AutoSize = true;
164 this.cbPowerOnStartup.Enabled = false;
165 this.cbPowerOnStartup.Location = new System.Drawing.Point(10, 225);
166 this.cbPowerOnStartup.Name = "cbPowerOnStartup";
167 this.cbPowerOnStartup.Size = new System.Drawing.Size(306, 17);
168 this.cbPowerOnStartup.TabIndex = 19;
169 this.cbPowerOnStartup.Text = "Power on the TV when starting the media player application";
170 this.cbPowerOnStartup.UseVisualStyleBackColor = true;
171 //
172 // cbUseTVMenuLanguage
173 //
174 this.cbUseTVMenuLanguage.AutoSize = true;
175 this.cbUseTVMenuLanguage.Enabled = false;
176 this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 201);
177 this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
178 this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
179 this.cbUseTVMenuLanguage.TabIndex = 18;
180 this.cbUseTVMenuLanguage.Text = "Use the TV\'s language setting";
181 this.cbUseTVMenuLanguage.UseVisualStyleBackColor = true;
182 //
183 // lPlayerConfig
184 //
185 this.lPlayerConfig.AutoSize = true;
186 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
187 this.lPlayerConfig.Location = new System.Drawing.Point(6, 165);
188 this.lPlayerConfig.Name = "lPlayerConfig";
189 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
190 this.lPlayerConfig.TabIndex = 16;
191 this.lPlayerConfig.Text = "Player Configuration";
192 //
193 // lAdapterConfig
194 //
195 this.lAdapterConfig.AutoSize = true;
196 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
198 this.lAdapterConfig.Name = "lAdapterConfig";
199 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
200 this.lAdapterConfig.TabIndex = 15;
201 this.lAdapterConfig.Text = "Adapter Configuration";
202 //
203 // cbDeviceType
204 //
205 this.cbDeviceType.Enabled = false;
206 this.cbDeviceType.FormattingEnabled = true;
207 this.cbDeviceType.Items.AddRange(new object[] {
208 "Recorder",
209 "Player",
210 "Tuner"});
211 this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
212 this.cbDeviceType.Name = "cbDeviceType";
213 this.cbDeviceType.Size = new System.Drawing.Size(121, 21);
214 this.cbDeviceType.TabIndex = 14;
215 this.cbDeviceType.Text = "Recorder";
5d5e105d 216 this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
006b76b9
LOK
217 //
218 // bClose
219 //
220 this.bClose.Enabled = false;
221 this.bClose.Location = new System.Drawing.Point(189, 330);
222 this.bClose.Name = "bClose";
223 this.bClose.Size = new System.Drawing.Size(75, 23);
224 this.bClose.TabIndex = 13;
225 this.bClose.Text = "Close";
226 this.bClose.UseVisualStyleBackColor = true;
227 this.bClose.Click += new System.EventHandler(this.bCancel_Click);
228 //
229 // bSave
230 //
231 this.bSave.Enabled = false;
232 this.bSave.Location = new System.Drawing.Point(298, 330);
233 this.bSave.Name = "bSave";
234 this.bSave.Size = new System.Drawing.Size(125, 23);
235 this.bSave.TabIndex = 12;
236 this.bSave.Text = "Save configuration";
237 this.bSave.UseVisualStyleBackColor = true;
238 this.bSave.Click += new System.EventHandler(this.bSave_Click);
239 //
240 // cbPortNumber
241 //
242 this.cbPortNumber.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
243 this.cbPortNumber.Enabled = false;
244 this.cbPortNumber.FormattingEnabled = true;
245 this.cbPortNumber.Items.AddRange(new object[] {
246 "1",
247 "2",
248 "3",
249 "4"});
250 this.cbPortNumber.Location = new System.Drawing.Point(174, 40);
251 this.cbPortNumber.Name = "cbPortNumber";
252 this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
253 this.cbPortNumber.TabIndex = 11;
254 this.cbPortNumber.Text = "1";
5d5e105d 255 this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter.");
006b76b9
LOK
256 this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
257 //
258 // lConnectedPhysicalAddress
259 //
260 this.lConnectedPhysicalAddress.AutoSize = true;
261 this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(310, 70);
262 this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
263 this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
264 this.lConnectedPhysicalAddress.TabIndex = 10;
265 this.lConnectedPhysicalAddress.Text = "Address: 0000";
266 //
267 // tbPhysicalAddress
268 //
269 this.tbPhysicalAddress.Enabled = false;
270 this.tbPhysicalAddress.Location = new System.Drawing.Point(174, 95);
271 this.tbPhysicalAddress.MaxLength = 4;
272 this.tbPhysicalAddress.Name = "tbPhysicalAddress";
273 this.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
274 this.tbPhysicalAddress.TabIndex = 6;
275 this.tbPhysicalAddress.Text = "1000";
5d5e105d
LOK
276 this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
277 "ct this value.");
006b76b9
LOK
278 this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
279 //
280 // cbConnectedDevice
281 //
282 this.cbConnectedDevice.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
283 this.cbConnectedDevice.Enabled = false;
284 this.cbConnectedDevice.FormattingEnabled = true;
285 this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
286 this.cbConnectedDevice.Name = "cbConnectedDevice";
287 this.cbConnectedDevice.Size = new System.Drawing.Size(121, 21);
288 this.cbConnectedDevice.TabIndex = 5;
5d5e105d 289 this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
006b76b9
LOK
290 this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
291 //
292 // lDeviceType
293 //
294 this.lDeviceType.AutoSize = true;
295 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
296 this.lDeviceType.Name = "lDeviceType";
297 this.lDeviceType.Size = new System.Drawing.Size(64, 13);
298 this.lDeviceType.TabIndex = 3;
299 this.lDeviceType.Text = "Device type";
300 //
301 // lPhysicalAddress
302 //
303 this.lPhysicalAddress.AutoSize = true;
304 this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
305 this.lPhysicalAddress.Name = "lPhysicalAddress";
306 this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
307 this.lPhysicalAddress.TabIndex = 2;
308 this.lPhysicalAddress.Text = "Physical address";
309 //
310 // lConnectedDevice
311 //
312 this.lConnectedDevice.AutoSize = true;
313 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
314 this.lConnectedDevice.Name = "lConnectedDevice";
315 this.lConnectedDevice.Size = new System.Drawing.Size(137, 13);
316 this.lConnectedDevice.TabIndex = 1;
317 this.lConnectedDevice.Text = "Connected to HDMI device";
318 //
319 // lPortNumber
320 //
321 this.lPortNumber.AutoSize = true;
322 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
323 this.lPortNumber.Name = "lPortNumber";
324 this.lPortNumber.Size = new System.Drawing.Size(95, 13);
325 this.lPortNumber.TabIndex = 0;
326 this.lPortNumber.Text = "HDMI Port number";
327 //
6b92c1c4
LOK
328 // tbButtons
329 //
8674df6a 330 this.tbButtons.Controls.Add(this.dgButtons);
6b92c1c4
LOK
331 this.tbButtons.Location = new System.Drawing.Point(4, 22);
332 this.tbButtons.Name = "tbButtons";
333 this.tbButtons.Padding = new System.Windows.Forms.Padding(3);
334 this.tbButtons.Size = new System.Drawing.Size(592, 359);
335 this.tbButtons.TabIndex = 2;
336 this.tbButtons.Text = "Button Configuration";
337 this.tbButtons.UseVisualStyleBackColor = true;
338 //
8674df6a
LOK
339 // dgButtons
340 //
341 this.dgButtons.AllowUserToAddRows = false;
342 this.dgButtons.AllowUserToDeleteRows = false;
343 this.dgButtons.AllowUserToResizeColumns = false;
344 this.dgButtons.AllowUserToResizeRows = false;
345 this.dgButtons.AutoGenerateColumns = false;
346 this.dgButtons.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
347 this.dgButtons.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
348 this.CecButtonName,
349 this.playerButtonDataGridViewTextBoxColumn});
350 this.dgButtons.DataSource = this.cecButtonConfigBindingSource;
351 this.dgButtons.Location = new System.Drawing.Point(7, 7);
352 this.dgButtons.Name = "dgButtons";
353 this.dgButtons.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
354 this.dgButtons.Size = new System.Drawing.Size(579, 346);
355 this.dgButtons.TabIndex = 0;
356 this.dgButtons.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
357 //
96fa7764
LOK
358 // CecButtonName
359 //
360 this.CecButtonName.DataPropertyName = "CecButtonName";
361 this.CecButtonName.FillWeight = 260F;
362 this.CecButtonName.HeaderText = "Button";
363 this.CecButtonName.Name = "CecButtonName";
364 this.CecButtonName.ReadOnly = true;
365 this.CecButtonName.Width = 260;
366 //
367 // playerButtonDataGridViewTextBoxColumn
368 //
369 this.playerButtonDataGridViewTextBoxColumn.DataPropertyName = "PlayerButton";
370 this.playerButtonDataGridViewTextBoxColumn.FillWeight = 260F;
371 this.playerButtonDataGridViewTextBoxColumn.HeaderText = "Mapped to";
372 this.playerButtonDataGridViewTextBoxColumn.Name = "playerButtonDataGridViewTextBoxColumn";
373 this.playerButtonDataGridViewTextBoxColumn.Width = 260;
374 //
375 // cecButtonConfigBindingSource
376 //
377 this.cecButtonConfigBindingSource.DataSource = typeof(CecConfigGui.CecButtonConfig);
378 //
379 // tbTestCommands
380 //
381 this.tbTestCommands.Controls.Add(this.bActivateSource);
382 this.tbTestCommands.Controls.Add(this.bScan);
383 this.tbTestCommands.Controls.Add(this.bStandby);
384 this.tbTestCommands.Controls.Add(this.bSendImageViewOn);
385 this.tbTestCommands.Controls.Add(this.lDestination);
386 this.tbTestCommands.Controls.Add(this.cbCommandDestination);
387 this.tbTestCommands.Location = new System.Drawing.Point(4, 22);
388 this.tbTestCommands.Name = "tbTestCommands";
389 this.tbTestCommands.Padding = new System.Windows.Forms.Padding(3);
390 this.tbTestCommands.Size = new System.Drawing.Size(592, 359);
391 this.tbTestCommands.TabIndex = 3;
392 this.tbTestCommands.Text = "CEC tester";
393 this.tbTestCommands.UseVisualStyleBackColor = true;
394 //
395 // bActivateSource
396 //
397 this.bActivateSource.Location = new System.Drawing.Point(7, 90);
398 this.bActivateSource.Name = "bActivateSource";
399 this.bActivateSource.Size = new System.Drawing.Size(150, 23);
400 this.bActivateSource.TabIndex = 5;
401 this.bActivateSource.Text = "Activate source";
402 this.bActivateSource.UseVisualStyleBackColor = true;
403 this.bActivateSource.Click += new System.EventHandler(this.bActivateSource_Click);
404 //
405 // bScan
406 //
407 this.bScan.Location = new System.Drawing.Point(7, 61);
408 this.bScan.Name = "bScan";
409 this.bScan.Size = new System.Drawing.Size(150, 23);
410 this.bScan.TabIndex = 4;
411 this.bScan.Text = "Device information";
412 this.bScan.UseVisualStyleBackColor = true;
413 this.bScan.Click += new System.EventHandler(this.bScan_Click);
414 //
415 // bStandby
416 //
417 this.bStandby.Location = new System.Drawing.Point(7, 32);
418 this.bStandby.Name = "bStandby";
419 this.bStandby.Size = new System.Drawing.Size(150, 23);
420 this.bStandby.TabIndex = 3;
421 this.bStandby.Text = "Standby";
422 this.bStandby.UseVisualStyleBackColor = true;
423 this.bStandby.Click += new System.EventHandler(this.bStandby_Click);
424 //
425 // bSendImageViewOn
426 //
427 this.bSendImageViewOn.Location = new System.Drawing.Point(7, 3);
428 this.bSendImageViewOn.Name = "bSendImageViewOn";
429 this.bSendImageViewOn.Size = new System.Drawing.Size(150, 23);
430 this.bSendImageViewOn.TabIndex = 2;
431 this.bSendImageViewOn.Text = "Image view on";
432 this.bSendImageViewOn.UseVisualStyleBackColor = true;
433 this.bSendImageViewOn.Click += new System.EventHandler(this.bSendImageViewOn_Click);
434 //
435 // lDestination
436 //
437 this.lDestination.AutoSize = true;
438 this.lDestination.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
439 this.lDestination.Location = new System.Drawing.Point(420, 3);
440 this.lDestination.Name = "lDestination";
441 this.lDestination.Size = new System.Drawing.Size(138, 24);
442 this.lDestination.TabIndex = 1;
443 this.lDestination.Text = "Target device";
444 //
445 // cbCommandDestination
446 //
447 this.cbCommandDestination.FormattingEnabled = true;
448 this.cbCommandDestination.Items.AddRange(new object[] {
449 "0: TV",
450 "1: Recorder 1",
451 "2: Recorder 2",
452 "3: Tuner 1",
453 "4: Playback 1",
454 "5: Audio system",
455 "6: Tuner 2",
456 "7: Tuner 3",
457 "8: Playback 2",
458 "9: Recorder 3",
459 "A: Tuner 4",
460 "B: Playback 3",
461 "C: Reserved 1",
462 "D: Reserved 2",
463 "E: Free use",
464 "F: Broadcast"});
465 this.cbCommandDestination.Location = new System.Drawing.Point(437, 30);
466 this.cbCommandDestination.Name = "cbCommandDestination";
467 this.cbCommandDestination.Size = new System.Drawing.Size(121, 21);
468 this.cbCommandDestination.TabIndex = 0;
469 this.cbCommandDestination.Text = "0: TV";
470 //
006b76b9
LOK
471 // LogOutput
472 //
6b92c1c4
LOK
473 this.LogOutput.Controls.Add(this.bSaveLog);
474 this.LogOutput.Controls.Add(this.bClearLog);
475 this.LogOutput.Controls.Add(this.cbLogDebug);
476 this.LogOutput.Controls.Add(this.cbLogTraffic);
477 this.LogOutput.Controls.Add(this.cbLogNotice);
478 this.LogOutput.Controls.Add(this.cbLogWarning);
479 this.LogOutput.Controls.Add(this.cbLogError);
006b76b9
LOK
480 this.LogOutput.Controls.Add(this.tbLog);
481 this.LogOutput.Location = new System.Drawing.Point(4, 22);
482 this.LogOutput.Name = "LogOutput";
483 this.LogOutput.Padding = new System.Windows.Forms.Padding(3);
484 this.LogOutput.Size = new System.Drawing.Size(592, 359);
485 this.LogOutput.TabIndex = 1;
486 this.LogOutput.Text = "Log Output";
487 this.LogOutput.UseVisualStyleBackColor = true;
488 //
8674df6a
LOK
489 // bSaveLog
490 //
491 this.bSaveLog.Location = new System.Drawing.Point(430, 330);
492 this.bSaveLog.Name = "bSaveLog";
493 this.bSaveLog.Size = new System.Drawing.Size(75, 23);
494 this.bSaveLog.TabIndex = 7;
495 this.bSaveLog.Text = "Save";
496 this.bSaveLog.UseVisualStyleBackColor = true;
497 this.bSaveLog.Click += new System.EventHandler(this.bSaveLog_Click);
498 //
6b92c1c4
LOK
499 // bClearLog
500 //
501 this.bClearLog.Location = new System.Drawing.Point(511, 330);
502 this.bClearLog.Name = "bClearLog";
503 this.bClearLog.Size = new System.Drawing.Size(75, 23);
504 this.bClearLog.TabIndex = 6;
505 this.bClearLog.Text = "Clear";
506 this.bClearLog.UseVisualStyleBackColor = true;
507 this.bClearLog.Click += new System.EventHandler(this.bClearLog_Click);
508 //
509 // cbLogDebug
510 //
511 this.cbLogDebug.AutoSize = true;
512 this.cbLogDebug.Location = new System.Drawing.Point(269, 336);
513 this.cbLogDebug.Name = "cbLogDebug";
514 this.cbLogDebug.Size = new System.Drawing.Size(58, 17);
515 this.cbLogDebug.TabIndex = 5;
516 this.cbLogDebug.Text = "Debug";
517 this.cbLogDebug.UseVisualStyleBackColor = true;
518 //
519 // cbLogTraffic
520 //
521 this.cbLogTraffic.AutoSize = true;
522 this.cbLogTraffic.Location = new System.Drawing.Point(207, 336);
523 this.cbLogTraffic.Name = "cbLogTraffic";
524 this.cbLogTraffic.Size = new System.Drawing.Size(56, 17);
525 this.cbLogTraffic.TabIndex = 4;
526 this.cbLogTraffic.Text = "Traffic";
527 this.cbLogTraffic.UseVisualStyleBackColor = true;
528 //
529 // cbLogNotice
530 //
531 this.cbLogNotice.AutoSize = true;
532 this.cbLogNotice.Checked = true;
533 this.cbLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
534 this.cbLogNotice.Location = new System.Drawing.Point(138, 336);
535 this.cbLogNotice.Name = "cbLogNotice";
536 this.cbLogNotice.Size = new System.Drawing.Size(62, 17);
537 this.cbLogNotice.TabIndex = 3;
538 this.cbLogNotice.Text = "Notices";
539 this.cbLogNotice.UseVisualStyleBackColor = true;
540 //
541 // cbLogWarning
542 //
543 this.cbLogWarning.AutoSize = true;
544 this.cbLogWarning.Checked = true;
545 this.cbLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
546 this.cbLogWarning.Location = new System.Drawing.Point(66, 336);
547 this.cbLogWarning.Name = "cbLogWarning";
548 this.cbLogWarning.Size = new System.Drawing.Size(66, 17);
549 this.cbLogWarning.TabIndex = 2;
550 this.cbLogWarning.Text = "Warning";
551 this.cbLogWarning.UseVisualStyleBackColor = true;
552 //
553 // cbLogError
554 //
555 this.cbLogError.AutoSize = true;
556 this.cbLogError.Checked = true;
557 this.cbLogError.CheckState = System.Windows.Forms.CheckState.Checked;
558 this.cbLogError.Location = new System.Drawing.Point(7, 336);
559 this.cbLogError.Name = "cbLogError";
560 this.cbLogError.Size = new System.Drawing.Size(53, 17);
561 this.cbLogError.TabIndex = 1;
562 this.cbLogError.Text = "Errors";
563 this.cbLogError.UseVisualStyleBackColor = true;
564 //
006b76b9
LOK
565 // tbLog
566 //
567 this.tbLog.Location = new System.Drawing.Point(6, 6);
568 this.tbLog.Multiline = true;
569 this.tbLog.Name = "tbLog";
570 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
6b92c1c4 571 this.tbLog.Size = new System.Drawing.Size(580, 318);
006b76b9
LOK
572 this.tbLog.TabIndex = 0;
573 //
574 // pProgress
575 //
576 this.pProgress.Location = new System.Drawing.Point(314, 407);
577 this.pProgress.Name = "pProgress";
578 this.pProgress.Size = new System.Drawing.Size(298, 23);
579 this.pProgress.TabIndex = 1;
580 //
581 // lStatus
582 //
583 this.lStatus.AutoSize = true;
584 this.lStatus.Location = new System.Drawing.Point(12, 416);
585 this.lStatus.Name = "lStatus";
586 this.lStatus.Size = new System.Drawing.Size(61, 13);
587 this.lStatus.TabIndex = 2;
588 this.lStatus.Text = "Initialising...";
589 //
590 // CecConfigGUI
591 //
592 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
593 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
594 this.ClientSize = new System.Drawing.Size(624, 442);
595 this.Controls.Add(this.lStatus);
596 this.Controls.Add(this.pProgress);
597 this.Controls.Add(this.tabControl1);
598 this.Name = "CecConfigGUI";
599 this.Text = "Pulse-Eight USB-CEC Adapter";
600 this.tabControl1.ResumeLayout(false);
601 this.Configuration.ResumeLayout(false);
602 this.Configuration.PerformLayout();
8674df6a
LOK
603 this.tbButtons.ResumeLayout(false);
604 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).EndInit();
96fa7764
LOK
605 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).EndInit();
606 this.tbTestCommands.ResumeLayout(false);
607 this.tbTestCommands.PerformLayout();
006b76b9
LOK
608 this.LogOutput.ResumeLayout(false);
609 this.LogOutput.PerformLayout();
610 this.ResumeLayout(false);
611 this.PerformLayout();
612
613 }
614
615 #endregion
616
617 private System.Windows.Forms.TabControl tabControl1;
618 private System.Windows.Forms.TabPage Configuration;
619 private System.Windows.Forms.TabPage LogOutput;
620 private System.Windows.Forms.Label lPortNumber;
621 private System.Windows.Forms.Label lDeviceType;
622 private System.Windows.Forms.Label lPhysicalAddress;
623 private System.Windows.Forms.Label lConnectedDevice;
624 private System.Windows.Forms.ComboBox cbConnectedDevice;
625 private System.Windows.Forms.TextBox tbPhysicalAddress;
626 private System.Windows.Forms.ProgressBar pProgress;
627 private System.Windows.Forms.Label lStatus;
628 private System.Windows.Forms.Label lConnectedPhysicalAddress;
629 private System.Windows.Forms.TextBox tbLog;
630 private System.Windows.Forms.ComboBox cbPortNumber;
631 private System.Windows.Forms.Button bClose;
632 private System.Windows.Forms.Button bSave;
633 private System.Windows.Forms.ComboBox cbDeviceType;
634 private System.Windows.Forms.Label lAdapterConfig;
635 private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
636 private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
637 private System.Windows.Forms.CheckBox cbPowerOffShutdown;
638 private System.Windows.Forms.CheckBox cbPowerOnStartup;
639 private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
640 private System.Windows.Forms.Label lPlayerConfig;
5d5e105d
LOK
641 private System.Windows.Forms.ToolTip helpPortNumber;
642 private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
643 private System.Windows.Forms.ToolTip helpDeviceType;
644 private System.Windows.Forms.ToolTip helpPhysicalAddress;
6b92c1c4
LOK
645 private System.Windows.Forms.TabPage tbButtons;
646 private System.Windows.Forms.CheckBox cbLogDebug;
647 private System.Windows.Forms.CheckBox cbLogTraffic;
648 private System.Windows.Forms.CheckBox cbLogNotice;
649 private System.Windows.Forms.CheckBox cbLogWarning;
650 private System.Windows.Forms.CheckBox cbLogError;
651 private System.Windows.Forms.Button bClearLog;
652 private System.Windows.Forms.Button bSaveLog;
8674df6a
LOK
653 private System.Windows.Forms.DataGridView dgButtons;
654 private System.Windows.Forms.BindingSource cecButtonConfigBindingSource;
655 private System.Windows.Forms.DataGridViewTextBoxColumn CecButtonName;
656 private System.Windows.Forms.DataGridViewTextBoxColumn playerButtonDataGridViewTextBoxColumn;
96fa7764
LOK
657 private System.Windows.Forms.TabPage tbTestCommands;
658 private System.Windows.Forms.ComboBox cbCommandDestination;
659 private System.Windows.Forms.Button bStandby;
660 private System.Windows.Forms.Button bSendImageViewOn;
661 private System.Windows.Forms.Label lDestination;
662 private System.Windows.Forms.Button bActivateSource;
663 private System.Windows.Forms.Button bScan;
006b76b9
LOK
664 }
665}