1 namespace CecConfigGui
3 partial class CecConfigGUI
6 /// Required designer variable.
8 private System.ComponentModel.IContainer components = null;
10 #region Windows Form Designer generated code
13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor.
16 private void InitializeComponent()
18 this.components = new System.ComponentModel.Container();
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CecConfigGUI));
20 this.tabControl1 = new System.Windows.Forms.TabControl();
21 this.Configuration = new System.Windows.Forms.TabPage();
22 this.bReloadConfig = new System.Windows.Forms.Button();
23 this.cbVendorOverride = new System.Windows.Forms.CheckBox();
24 this.cbVendorId = new System.Windows.Forms.ComboBox();
25 this.lPowerOff = new System.Windows.Forms.Label();
26 this.cbPowerOffDevices = new System.Windows.Forms.CheckedListBox();
27 this.lWakeDevices = new System.Windows.Forms.Label();
28 this.cbWakeDevices = new System.Windows.Forms.CheckedListBox();
29 this.cbPowerOffOnStandby = new System.Windows.Forms.CheckBox();
30 this.cbPowerOffScreensaver = new System.Windows.Forms.CheckBox();
31 this.cbActivateSource = new System.Windows.Forms.CheckBox();
32 this.cbUseTVMenuLanguage = new System.Windows.Forms.CheckBox();
33 this.lPlayerConfig = new System.Windows.Forms.Label();
34 this.cbDeviceType = new System.Windows.Forms.ComboBox();
35 this.bClose = new System.Windows.Forms.Button();
36 this.bSaveConfig = new System.Windows.Forms.Button();
37 this.cbPortNumber = new System.Windows.Forms.ComboBox();
38 this.tbPhysicalAddress = new System.Windows.Forms.TextBox();
39 this.cbConnectedDevice = new System.Windows.Forms.ComboBox();
40 this.lDeviceType = new System.Windows.Forms.Label();
41 this.lPhysicalAddress = new System.Windows.Forms.Label();
42 this.lConnectedDevice = new System.Windows.Forms.Label();
43 this.lPortNumber = new System.Windows.Forms.Label();
44 this.tbButtons = new System.Windows.Forms.TabPage();
45 this.label1 = new System.Windows.Forms.Label();
46 this.dgButtons = new System.Windows.Forms.DataGridView();
47 this.CecButtonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
48 this.playerButtonDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
49 this.cecButtonConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
50 this.tbTestCommands = new System.Windows.Forms.TabPage();
51 this.bRescanDevices = new System.Windows.Forms.Button();
52 this.bMute = new System.Windows.Forms.Button();
53 this.bVolDown = new System.Windows.Forms.Button();
54 this.bVolUp = new System.Windows.Forms.Button();
55 this.bActivateSource = new System.Windows.Forms.Button();
56 this.bScan = new System.Windows.Forms.Button();
57 this.bStandby = new System.Windows.Forms.Button();
58 this.bSendImageViewOn = new System.Windows.Forms.Button();
59 this.lDestination = new System.Windows.Forms.Label();
60 this.cbCommandDestination = new System.Windows.Forms.ComboBox();
61 this.LogOutput = new System.Windows.Forms.TabPage();
62 this.bSaveLog = new System.Windows.Forms.Button();
63 this.bClearLog = new System.Windows.Forms.Button();
64 this.cbLogDebug = new System.Windows.Forms.CheckBox();
65 this.cbLogTraffic = new System.Windows.Forms.CheckBox();
66 this.cbLogNotice = new System.Windows.Forms.CheckBox();
67 this.cbLogWarning = new System.Windows.Forms.CheckBox();
68 this.cbLogError = new System.Windows.Forms.CheckBox();
69 this.tbLog = new System.Windows.Forms.TextBox();
70 this.pProgress = new System.Windows.Forms.ProgressBar();
71 this.lStatus = new System.Windows.Forms.Label();
72 this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
73 this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
74 this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
75 this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
76 this.lConnectedPhysicalAddress = new System.Windows.Forms.Label();
77 this.lAdapterConfig = new System.Windows.Forms.Label();
78 this.tabControl1.SuspendLayout();
79 this.Configuration.SuspendLayout();
80 this.tbButtons.SuspendLayout();
81 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).BeginInit();
82 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).BeginInit();
83 this.tbTestCommands.SuspendLayout();
84 this.LogOutput.SuspendLayout();
89 this.tabControl1.Controls.Add(this.Configuration);
90 this.tabControl1.Controls.Add(this.tbButtons);
91 this.tabControl1.Controls.Add(this.tbTestCommands);
92 this.tabControl1.Controls.Add(this.LogOutput);
93 this.tabControl1.Location = new System.Drawing.Point(12, 12);
94 this.tabControl1.Name = "tabControl1";
95 this.tabControl1.SelectedIndex = 0;
96 this.tabControl1.Size = new System.Drawing.Size(600, 385);
97 this.tabControl1.TabIndex = 0;
98 this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
102 this.Configuration.Controls.Add(this.bReloadConfig);
103 this.Configuration.Controls.Add(this.cbVendorOverride);
104 this.Configuration.Controls.Add(this.cbVendorId);
105 this.Configuration.Controls.Add(this.lPowerOff);
106 this.Configuration.Controls.Add(this.cbPowerOffDevices);
107 this.Configuration.Controls.Add(this.lWakeDevices);
108 this.Configuration.Controls.Add(this.cbWakeDevices);
109 this.Configuration.Controls.Add(this.cbPowerOffOnStandby);
110 this.Configuration.Controls.Add(this.cbPowerOffScreensaver);
111 this.Configuration.Controls.Add(this.cbActivateSource);
112 this.Configuration.Controls.Add(this.cbUseTVMenuLanguage);
113 this.Configuration.Controls.Add(this.lPlayerConfig);
114 this.Configuration.Controls.Add(this.lAdapterConfig);
115 this.Configuration.Controls.Add(this.cbDeviceType);
116 this.Configuration.Controls.Add(this.bClose);
117 this.Configuration.Controls.Add(this.bSaveConfig);
118 this.Configuration.Controls.Add(this.cbPortNumber);
119 this.Configuration.Controls.Add(this.lConnectedPhysicalAddress);
120 this.Configuration.Controls.Add(this.tbPhysicalAddress);
121 this.Configuration.Controls.Add(this.cbConnectedDevice);
122 this.Configuration.Controls.Add(this.lDeviceType);
123 this.Configuration.Controls.Add(this.lPhysicalAddress);
124 this.Configuration.Controls.Add(this.lConnectedDevice);
125 this.Configuration.Controls.Add(this.lPortNumber);
126 this.Configuration.Location = new System.Drawing.Point(4, 22);
127 this.Configuration.Name = "Configuration";
128 this.Configuration.Padding = new System.Windows.Forms.Padding(3);
129 this.Configuration.Size = new System.Drawing.Size(592, 359);
130 this.Configuration.TabIndex = 0;
131 this.Configuration.Text = "Configuration";
132 this.Configuration.UseVisualStyleBackColor = true;
136 this.bReloadConfig.Enabled = false;
137 this.bReloadConfig.Location = new System.Drawing.Point(358, 330);
138 this.bReloadConfig.Name = "bReloadConfig";
139 this.bReloadConfig.Size = new System.Drawing.Size(125, 23);
140 this.bReloadConfig.TabIndex = 30;
141 this.bReloadConfig.Text = "Reload configuration";
142 this.bReloadConfig.UseVisualStyleBackColor = true;
143 this.bReloadConfig.Click += new System.EventHandler(this.bReloadConfig_Click);
147 this.cbVendorOverride.AutoSize = true;
148 this.cbVendorOverride.Enabled = false;
149 this.cbVendorOverride.Location = new System.Drawing.Point(10, 156);
150 this.cbVendorOverride.Name = "cbVendorOverride";
151 this.cbVendorOverride.Size = new System.Drawing.Size(130, 17);
152 this.cbVendorOverride.TabIndex = 29;
153 this.cbVendorOverride.Text = "Override TV vendor id";
154 this.cbVendorOverride.UseVisualStyleBackColor = true;
155 this.cbVendorOverride.CheckedChanged += new System.EventHandler(this.cbVendorOverride_CheckedChanged);
159 this.cbVendorId.Enabled = false;
160 this.cbVendorId.FormattingEnabled = true;
161 this.cbVendorId.Items.AddRange(new object[] {
171 this.cbVendorId.Location = new System.Drawing.Point(174, 153);
172 this.cbVendorId.Name = "cbVendorId";
173 this.cbVendorId.Size = new System.Drawing.Size(157, 21);
174 this.cbVendorId.TabIndex = 28;
175 this.cbVendorId.Text = "- autodetect -";
176 this.helpDeviceType.SetToolTip(this.cbVendorId, "Only set this value when autodetection isn\'t working");
180 this.lPowerOff.AutoSize = true;
181 this.lPowerOff.Location = new System.Drawing.Point(465, 203);
182 this.lPowerOff.Name = "lPowerOff";
183 this.lPowerOff.Size = new System.Drawing.Size(124, 13);
184 this.lPowerOff.TabIndex = 26;
185 this.lPowerOff.Text = "Power off when stopping";
189 this.cbPowerOffDevices.Enabled = false;
190 this.cbPowerOffDevices.FormattingEnabled = true;
191 this.cbPowerOffDevices.Items.AddRange(new object[] {
208 this.cbPowerOffDevices.Location = new System.Drawing.Point(467, 220);
209 this.cbPowerOffDevices.Name = "cbPowerOffDevices";
210 this.cbPowerOffDevices.Size = new System.Drawing.Size(118, 94);
211 this.cbPowerOffDevices.TabIndex = 25;
215 this.lWakeDevices.AutoSize = true;
216 this.lWakeDevices.Location = new System.Drawing.Point(345, 203);
217 this.lWakeDevices.Name = "lWakeDevices";
218 this.lWakeDevices.Size = new System.Drawing.Size(102, 13);
219 this.lWakeDevices.TabIndex = 24;
220 this.lWakeDevices.Text = "Wake when starting";
224 this.cbWakeDevices.Enabled = false;
225 this.cbWakeDevices.FormattingEnabled = true;
226 this.cbWakeDevices.Items.AddRange(new object[] {
243 this.cbWakeDevices.Location = new System.Drawing.Point(337, 220);
244 this.cbWakeDevices.Name = "cbWakeDevices";
245 this.cbWakeDevices.Size = new System.Drawing.Size(118, 94);
246 this.cbWakeDevices.TabIndex = 23;
248 // cbPowerOffOnStandby
250 this.cbPowerOffOnStandby.AutoSize = true;
251 this.cbPowerOffOnStandby.Enabled = false;
252 this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
253 this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
254 this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
255 this.cbPowerOffOnStandby.TabIndex = 22;
256 this.cbPowerOffOnStandby.Text = "Put this PC in standby mode when the TV is switched off";
257 this.cbPowerOffOnStandby.UseVisualStyleBackColor = true;
259 // cbPowerOffScreensaver
261 this.cbPowerOffScreensaver.AutoSize = true;
262 this.cbPowerOffScreensaver.Enabled = false;
263 this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
264 this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
265 this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
266 this.cbPowerOffScreensaver.TabIndex = 21;
267 this.cbPowerOffScreensaver.Text = "Put devices in standby mode when activating screensaver";
268 this.cbPowerOffScreensaver.UseVisualStyleBackColor = true;
272 this.cbActivateSource.AutoSize = true;
273 this.cbActivateSource.Enabled = false;
274 this.cbActivateSource.Location = new System.Drawing.Point(10, 249);
275 this.cbActivateSource.Name = "cbActivateSource";
276 this.cbActivateSource.Size = new System.Drawing.Size(284, 17);
277 this.cbActivateSource.TabIndex = 19;
278 this.cbActivateSource.Text = "Make the media player the active source when starting";
279 this.cbActivateSource.UseVisualStyleBackColor = true;
281 // cbUseTVMenuLanguage
283 this.cbUseTVMenuLanguage.AutoSize = true;
284 this.cbUseTVMenuLanguage.Enabled = false;
285 this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 225);
286 this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
287 this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
288 this.cbUseTVMenuLanguage.TabIndex = 18;
289 this.cbUseTVMenuLanguage.Text = "Use the TV\'s language setting";
290 this.cbUseTVMenuLanguage.UseVisualStyleBackColor = true;
294 this.lPlayerConfig.AutoSize = true;
295 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
296 this.lPlayerConfig.Location = new System.Drawing.Point(6, 188);
297 this.lPlayerConfig.Name = "lPlayerConfig";
298 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
299 this.lPlayerConfig.TabIndex = 16;
300 this.lPlayerConfig.Text = "Player Configuration";
304 this.cbDeviceType.Enabled = false;
305 this.cbDeviceType.FormattingEnabled = true;
306 this.cbDeviceType.Items.AddRange(new object[] {
310 this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
311 this.cbDeviceType.Name = "cbDeviceType";
312 this.cbDeviceType.Size = new System.Drawing.Size(157, 21);
313 this.cbDeviceType.TabIndex = 14;
314 this.cbDeviceType.Text = "Recorder";
315 this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
316 this.cbDeviceType.SelectedIndexChanged += new System.EventHandler(this.cbDeviceType_SelectedIndexChanged);
320 this.bClose.Enabled = false;
321 this.bClose.Location = new System.Drawing.Point(96, 330);
322 this.bClose.Name = "bClose";
323 this.bClose.Size = new System.Drawing.Size(125, 23);
324 this.bClose.TabIndex = 13;
325 this.bClose.Text = "Close";
326 this.bClose.UseVisualStyleBackColor = true;
327 this.bClose.Click += new System.EventHandler(this.bCancel_Click);
331 this.bSaveConfig.Enabled = false;
332 this.bSaveConfig.Location = new System.Drawing.Point(227, 330);
333 this.bSaveConfig.Name = "bSaveConfig";
334 this.bSaveConfig.Size = new System.Drawing.Size(125, 23);
335 this.bSaveConfig.TabIndex = 12;
336 this.bSaveConfig.Text = "Save configuration";
337 this.bSaveConfig.UseVisualStyleBackColor = true;
338 this.bSaveConfig.Click += new System.EventHandler(this.bSave_Click);
342 this.cbPortNumber.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
343 this.cbPortNumber.Enabled = false;
344 this.cbPortNumber.FormattingEnabled = true;
345 this.cbPortNumber.Items.AddRange(new object[] {
350 this.cbPortNumber.Location = new System.Drawing.Point(174, 40);
351 this.cbPortNumber.Name = "cbPortNumber";
352 this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
353 this.cbPortNumber.TabIndex = 11;
354 this.cbPortNumber.Text = "1";
355 this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter.");
356 this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
360 this.tbPhysicalAddress.Enabled = false;
361 this.tbPhysicalAddress.Location = new System.Drawing.Point(174, 95);
362 this.tbPhysicalAddress.MaxLength = 4;
363 this.tbPhysicalAddress.Name = "tbPhysicalAddress";
364 this.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
365 this.tbPhysicalAddress.TabIndex = 6;
366 this.tbPhysicalAddress.Text = "1000";
367 this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
369 this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
373 this.cbConnectedDevice.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
374 this.cbConnectedDevice.Enabled = false;
375 this.cbConnectedDevice.FormattingEnabled = true;
376 this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
377 this.cbConnectedDevice.Name = "cbConnectedDevice";
378 this.cbConnectedDevice.Size = new System.Drawing.Size(157, 21);
379 this.cbConnectedDevice.TabIndex = 5;
380 this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
381 this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
385 this.lDeviceType.AutoSize = true;
386 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
387 this.lDeviceType.Name = "lDeviceType";
388 this.lDeviceType.Size = new System.Drawing.Size(64, 13);
389 this.lDeviceType.TabIndex = 3;
390 this.lDeviceType.Text = "Device type";
394 this.lPhysicalAddress.AutoSize = true;
395 this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
396 this.lPhysicalAddress.Name = "lPhysicalAddress";
397 this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
398 this.lPhysicalAddress.TabIndex = 2;
399 this.lPhysicalAddress.Text = "Physical address";
403 this.lConnectedDevice.AutoSize = true;
404 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
405 this.lConnectedDevice.Name = "lConnectedDevice";
406 this.lConnectedDevice.Size = new System.Drawing.Size(137, 13);
407 this.lConnectedDevice.TabIndex = 1;
408 this.lConnectedDevice.Text = "Connected to HDMI device";
412 this.lPortNumber.AutoSize = true;
413 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
414 this.lPortNumber.Name = "lPortNumber";
415 this.lPortNumber.Size = new System.Drawing.Size(95, 13);
416 this.lPortNumber.TabIndex = 0;
417 this.lPortNumber.Text = "HDMI Port number";
421 this.tbButtons.Controls.Add(this.label1);
422 this.tbButtons.Controls.Add(this.dgButtons);
423 this.tbButtons.Location = new System.Drawing.Point(4, 22);
424 this.tbButtons.Name = "tbButtons";
425 this.tbButtons.Padding = new System.Windows.Forms.Padding(3);
426 this.tbButtons.Size = new System.Drawing.Size(592, 359);
427 this.tbButtons.TabIndex = 2;
428 this.tbButtons.Text = "Button Configuration";
429 this.tbButtons.UseVisualStyleBackColor = true;
433 this.label1.AutoSize = true;
434 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
435 this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
436 this.label1.Location = new System.Drawing.Point(118, 252);
437 this.label1.Name = "label1";
438 this.label1.Size = new System.Drawing.Size(354, 31);
439 this.label1.TabIndex = 1;
440 this.label1.Text = "NOT IMPLEMENTED YET";
444 this.dgButtons.AllowUserToAddRows = false;
445 this.dgButtons.AllowUserToDeleteRows = false;
446 this.dgButtons.AllowUserToResizeColumns = false;
447 this.dgButtons.AllowUserToResizeRows = false;
448 this.dgButtons.AutoGenerateColumns = false;
449 this.dgButtons.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
450 this.dgButtons.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
452 this.playerButtonDataGridViewTextBoxColumn});
453 this.dgButtons.DataSource = this.cecButtonConfigBindingSource;
454 this.dgButtons.Location = new System.Drawing.Point(7, 7);
455 this.dgButtons.Name = "dgButtons";
456 this.dgButtons.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
457 this.dgButtons.Size = new System.Drawing.Size(579, 346);
458 this.dgButtons.TabIndex = 0;
459 this.dgButtons.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
463 this.CecButtonName.DataPropertyName = "CecButtonName";
464 this.CecButtonName.FillWeight = 260F;
465 this.CecButtonName.HeaderText = "Button";
466 this.CecButtonName.Name = "CecButtonName";
467 this.CecButtonName.ReadOnly = true;
468 this.CecButtonName.Width = 260;
470 // playerButtonDataGridViewTextBoxColumn
472 this.playerButtonDataGridViewTextBoxColumn.DataPropertyName = "PlayerButton";
473 this.playerButtonDataGridViewTextBoxColumn.FillWeight = 260F;
474 this.playerButtonDataGridViewTextBoxColumn.HeaderText = "Mapped to";
475 this.playerButtonDataGridViewTextBoxColumn.Name = "playerButtonDataGridViewTextBoxColumn";
476 this.playerButtonDataGridViewTextBoxColumn.Width = 260;
478 // cecButtonConfigBindingSource
480 this.cecButtonConfigBindingSource.DataSource = typeof(CecConfigGui.CecButtonConfig);
484 this.tbTestCommands.Controls.Add(this.bRescanDevices);
485 this.tbTestCommands.Controls.Add(this.bMute);
486 this.tbTestCommands.Controls.Add(this.bVolDown);
487 this.tbTestCommands.Controls.Add(this.bVolUp);
488 this.tbTestCommands.Controls.Add(this.bActivateSource);
489 this.tbTestCommands.Controls.Add(this.bScan);
490 this.tbTestCommands.Controls.Add(this.bStandby);
491 this.tbTestCommands.Controls.Add(this.bSendImageViewOn);
492 this.tbTestCommands.Controls.Add(this.lDestination);
493 this.tbTestCommands.Controls.Add(this.cbCommandDestination);
494 this.tbTestCommands.Location = new System.Drawing.Point(4, 22);
495 this.tbTestCommands.Name = "tbTestCommands";
496 this.tbTestCommands.Padding = new System.Windows.Forms.Padding(3);
497 this.tbTestCommands.Size = new System.Drawing.Size(592, 359);
498 this.tbTestCommands.TabIndex = 3;
499 this.tbTestCommands.Text = "CEC tester";
500 this.tbTestCommands.UseVisualStyleBackColor = true;
504 this.bRescanDevices.Enabled = false;
505 this.bRescanDevices.Location = new System.Drawing.Point(424, 65);
506 this.bRescanDevices.Name = "bRescanDevices";
507 this.bRescanDevices.Size = new System.Drawing.Size(150, 23);
508 this.bRescanDevices.TabIndex = 9;
509 this.bRescanDevices.Text = "Re-scan devices";
510 this.bRescanDevices.UseVisualStyleBackColor = true;
511 this.bRescanDevices.Click += new System.EventHandler(this.bRescanDevices_Click);
515 this.bMute.Enabled = false;
516 this.bMute.Location = new System.Drawing.Point(164, 65);
517 this.bMute.Name = "bMute";
518 this.bMute.Size = new System.Drawing.Size(150, 23);
519 this.bMute.TabIndex = 8;
520 this.bMute.Text = "Mute";
521 this.bMute.UseVisualStyleBackColor = true;
522 this.bMute.Click += new System.EventHandler(this.bMute_Click);
526 this.bVolDown.Enabled = false;
527 this.bVolDown.Location = new System.Drawing.Point(164, 36);
528 this.bVolDown.Name = "bVolDown";
529 this.bVolDown.Size = new System.Drawing.Size(150, 23);
530 this.bVolDown.TabIndex = 7;
531 this.bVolDown.Text = "Volume down";
532 this.bVolDown.UseVisualStyleBackColor = true;
533 this.bVolDown.Click += new System.EventHandler(this.bVolDown_Click);
537 this.bVolUp.Enabled = false;
538 this.bVolUp.Location = new System.Drawing.Point(164, 7);
539 this.bVolUp.Name = "bVolUp";
540 this.bVolUp.Size = new System.Drawing.Size(150, 23);
541 this.bVolUp.TabIndex = 6;
542 this.bVolUp.Text = "Volume up";
543 this.bVolUp.UseVisualStyleBackColor = true;
544 this.bVolUp.Click += new System.EventHandler(this.bVolUp_Click);
548 this.bActivateSource.Enabled = false;
549 this.bActivateSource.Location = new System.Drawing.Point(8, 65);
550 this.bActivateSource.Name = "bActivateSource";
551 this.bActivateSource.Size = new System.Drawing.Size(150, 23);
552 this.bActivateSource.TabIndex = 5;
553 this.bActivateSource.Text = "Make device active";
554 this.bActivateSource.UseVisualStyleBackColor = true;
555 this.bActivateSource.Click += new System.EventHandler(this.bActivateSource_Click);
559 this.bScan.Enabled = false;
560 this.bScan.Location = new System.Drawing.Point(8, 94);
561 this.bScan.Name = "bScan";
562 this.bScan.Size = new System.Drawing.Size(150, 23);
563 this.bScan.TabIndex = 4;
564 this.bScan.Text = "Device information";
565 this.bScan.UseVisualStyleBackColor = true;
566 this.bScan.Click += new System.EventHandler(this.bScan_Click);
570 this.bStandby.Enabled = false;
571 this.bStandby.Location = new System.Drawing.Point(8, 36);
572 this.bStandby.Name = "bStandby";
573 this.bStandby.Size = new System.Drawing.Size(150, 23);
574 this.bStandby.TabIndex = 3;
575 this.bStandby.Text = "Put device in standby";
576 this.bStandby.UseVisualStyleBackColor = true;
577 this.bStandby.Click += new System.EventHandler(this.bStandby_Click);
581 this.bSendImageViewOn.Enabled = false;
582 this.bSendImageViewOn.Location = new System.Drawing.Point(8, 7);
583 this.bSendImageViewOn.Name = "bSendImageViewOn";
584 this.bSendImageViewOn.Size = new System.Drawing.Size(150, 23);
585 this.bSendImageViewOn.TabIndex = 2;
586 this.bSendImageViewOn.Text = "Power on device";
587 this.bSendImageViewOn.UseVisualStyleBackColor = true;
588 this.bSendImageViewOn.Click += new System.EventHandler(this.bSendImageViewOn_Click);
592 this.lDestination.AutoSize = true;
593 this.lDestination.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
594 this.lDestination.Location = new System.Drawing.Point(420, 3);
595 this.lDestination.Name = "lDestination";
596 this.lDestination.Size = new System.Drawing.Size(138, 24);
597 this.lDestination.TabIndex = 1;
598 this.lDestination.Text = "Target device";
600 // cbCommandDestination
602 this.cbCommandDestination.FormattingEnabled = true;
603 this.cbCommandDestination.Items.AddRange(new object[] {
606 this.cbCommandDestination.Location = new System.Drawing.Point(437, 30);
607 this.cbCommandDestination.Name = "cbCommandDestination";
608 this.cbCommandDestination.Size = new System.Drawing.Size(121, 21);
609 this.cbCommandDestination.TabIndex = 0;
610 this.cbCommandDestination.Text = "0: TV";
611 this.cbCommandDestination.SelectedIndexChanged += new System.EventHandler(this.cbCommandDestination_SelectedIndexChanged);
615 this.LogOutput.Controls.Add(this.bSaveLog);
616 this.LogOutput.Controls.Add(this.bClearLog);
617 this.LogOutput.Controls.Add(this.cbLogDebug);
618 this.LogOutput.Controls.Add(this.cbLogTraffic);
619 this.LogOutput.Controls.Add(this.cbLogNotice);
620 this.LogOutput.Controls.Add(this.cbLogWarning);
621 this.LogOutput.Controls.Add(this.cbLogError);
622 this.LogOutput.Controls.Add(this.tbLog);
623 this.LogOutput.Location = new System.Drawing.Point(4, 22);
624 this.LogOutput.Name = "LogOutput";
625 this.LogOutput.Padding = new System.Windows.Forms.Padding(3);
626 this.LogOutput.Size = new System.Drawing.Size(592, 359);
627 this.LogOutput.TabIndex = 1;
628 this.LogOutput.Text = "Log Output";
629 this.LogOutput.UseVisualStyleBackColor = true;
633 this.bSaveLog.Location = new System.Drawing.Point(430, 330);
634 this.bSaveLog.Name = "bSaveLog";
635 this.bSaveLog.Size = new System.Drawing.Size(75, 23);
636 this.bSaveLog.TabIndex = 7;
637 this.bSaveLog.Text = "Save";
638 this.bSaveLog.UseVisualStyleBackColor = true;
639 this.bSaveLog.Click += new System.EventHandler(this.bSaveLog_Click);
643 this.bClearLog.Location = new System.Drawing.Point(511, 330);
644 this.bClearLog.Name = "bClearLog";
645 this.bClearLog.Size = new System.Drawing.Size(75, 23);
646 this.bClearLog.TabIndex = 6;
647 this.bClearLog.Text = "Clear";
648 this.bClearLog.UseVisualStyleBackColor = true;
649 this.bClearLog.Click += new System.EventHandler(this.bClearLog_Click);
653 this.cbLogDebug.AutoSize = true;
654 this.cbLogDebug.Checked = true;
655 this.cbLogDebug.CheckState = System.Windows.Forms.CheckState.Checked;
656 this.cbLogDebug.Location = new System.Drawing.Point(269, 336);
657 this.cbLogDebug.Name = "cbLogDebug";
658 this.cbLogDebug.Size = new System.Drawing.Size(58, 17);
659 this.cbLogDebug.TabIndex = 5;
660 this.cbLogDebug.Text = "Debug";
661 this.cbLogDebug.UseVisualStyleBackColor = true;
665 this.cbLogTraffic.AutoSize = true;
666 this.cbLogTraffic.Checked = true;
667 this.cbLogTraffic.CheckState = System.Windows.Forms.CheckState.Checked;
668 this.cbLogTraffic.Location = new System.Drawing.Point(207, 336);
669 this.cbLogTraffic.Name = "cbLogTraffic";
670 this.cbLogTraffic.Size = new System.Drawing.Size(56, 17);
671 this.cbLogTraffic.TabIndex = 4;
672 this.cbLogTraffic.Text = "Traffic";
673 this.cbLogTraffic.UseVisualStyleBackColor = true;
677 this.cbLogNotice.AutoSize = true;
678 this.cbLogNotice.Checked = true;
679 this.cbLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
680 this.cbLogNotice.Location = new System.Drawing.Point(138, 336);
681 this.cbLogNotice.Name = "cbLogNotice";
682 this.cbLogNotice.Size = new System.Drawing.Size(62, 17);
683 this.cbLogNotice.TabIndex = 3;
684 this.cbLogNotice.Text = "Notices";
685 this.cbLogNotice.UseVisualStyleBackColor = true;
689 this.cbLogWarning.AutoSize = true;
690 this.cbLogWarning.Checked = true;
691 this.cbLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
692 this.cbLogWarning.Location = new System.Drawing.Point(66, 336);
693 this.cbLogWarning.Name = "cbLogWarning";
694 this.cbLogWarning.Size = new System.Drawing.Size(66, 17);
695 this.cbLogWarning.TabIndex = 2;
696 this.cbLogWarning.Text = "Warning";
697 this.cbLogWarning.UseVisualStyleBackColor = true;
701 this.cbLogError.AutoSize = true;
702 this.cbLogError.Checked = true;
703 this.cbLogError.CheckState = System.Windows.Forms.CheckState.Checked;
704 this.cbLogError.Location = new System.Drawing.Point(7, 336);
705 this.cbLogError.Name = "cbLogError";
706 this.cbLogError.Size = new System.Drawing.Size(53, 17);
707 this.cbLogError.TabIndex = 1;
708 this.cbLogError.Text = "Errors";
709 this.cbLogError.UseVisualStyleBackColor = true;
713 this.tbLog.Location = new System.Drawing.Point(6, 6);
714 this.tbLog.Multiline = true;
715 this.tbLog.Name = "tbLog";
716 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
717 this.tbLog.Size = new System.Drawing.Size(580, 318);
718 this.tbLog.TabIndex = 0;
722 this.pProgress.Location = new System.Drawing.Point(314, 407);
723 this.pProgress.Name = "pProgress";
724 this.pProgress.Size = new System.Drawing.Size(298, 23);
725 this.pProgress.TabIndex = 1;
729 this.lStatus.AutoSize = true;
730 this.lStatus.Location = new System.Drawing.Point(12, 416);
731 this.lStatus.Name = "lStatus";
732 this.lStatus.Size = new System.Drawing.Size(61, 13);
733 this.lStatus.TabIndex = 2;
734 this.lStatus.Text = "Initialising...";
736 // lConnectedPhysicalAddress
738 this.lConnectedPhysicalAddress.AutoSize = true;
739 this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(340, 71);
740 this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
741 this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
742 this.lConnectedPhysicalAddress.TabIndex = 10;
743 this.lConnectedPhysicalAddress.Text = "Address: 0000";
747 this.lAdapterConfig.AutoSize = true;
748 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
749 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
750 this.lAdapterConfig.Name = "lAdapterConfig";
751 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
752 this.lAdapterConfig.TabIndex = 15;
753 this.lAdapterConfig.Text = "Adapter Configuration";
757 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
758 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
759 this.ClientSize = new System.Drawing.Size(624, 442);
760 this.Controls.Add(this.lStatus);
761 this.Controls.Add(this.pProgress);
762 this.Controls.Add(this.tabControl1);
763 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
764 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
765 this.MaximizeBox = false;
766 this.Name = "CecConfigGUI";
767 this.Text = "Pulse-Eight USB-CEC Adapter";
768 this.tabControl1.ResumeLayout(false);
769 this.Configuration.ResumeLayout(false);
770 this.Configuration.PerformLayout();
771 this.tbButtons.ResumeLayout(false);
772 this.tbButtons.PerformLayout();
773 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).EndInit();
774 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).EndInit();
775 this.tbTestCommands.ResumeLayout(false);
776 this.tbTestCommands.PerformLayout();
777 this.LogOutput.ResumeLayout(false);
778 this.LogOutput.PerformLayout();
779 this.ResumeLayout(false);
780 this.PerformLayout();
786 private System.Windows.Forms.TabControl tabControl1;
787 private System.Windows.Forms.TabPage Configuration;
788 private System.Windows.Forms.TabPage LogOutput;
789 private System.Windows.Forms.Label lPortNumber;
790 private System.Windows.Forms.Label lDeviceType;
791 private System.Windows.Forms.Label lPhysicalAddress;
792 private System.Windows.Forms.Label lConnectedDevice;
793 private System.Windows.Forms.ComboBox cbConnectedDevice;
794 private System.Windows.Forms.TextBox tbPhysicalAddress;
795 private System.Windows.Forms.ProgressBar pProgress;
796 private System.Windows.Forms.Label lStatus;
797 private System.Windows.Forms.TextBox tbLog;
798 private System.Windows.Forms.ComboBox cbPortNumber;
799 private System.Windows.Forms.Button bClose;
800 private System.Windows.Forms.Button bSaveConfig;
801 private System.Windows.Forms.ComboBox cbDeviceType;
802 private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
803 private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
804 private System.Windows.Forms.CheckBox cbActivateSource;
805 private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
806 private System.Windows.Forms.Label lPlayerConfig;
807 private System.Windows.Forms.ToolTip helpPortNumber;
808 private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
809 private System.Windows.Forms.ToolTip helpDeviceType;
810 private System.Windows.Forms.ToolTip helpPhysicalAddress;
811 private System.Windows.Forms.TabPage tbButtons;
812 private System.Windows.Forms.CheckBox cbLogDebug;
813 private System.Windows.Forms.CheckBox cbLogTraffic;
814 private System.Windows.Forms.CheckBox cbLogNotice;
815 private System.Windows.Forms.CheckBox cbLogWarning;
816 private System.Windows.Forms.CheckBox cbLogError;
817 private System.Windows.Forms.Button bClearLog;
818 private System.Windows.Forms.Button bSaveLog;
819 private System.Windows.Forms.DataGridView dgButtons;
820 private System.Windows.Forms.BindingSource cecButtonConfigBindingSource;
821 private System.Windows.Forms.DataGridViewTextBoxColumn CecButtonName;
822 private System.Windows.Forms.DataGridViewTextBoxColumn playerButtonDataGridViewTextBoxColumn;
823 private System.Windows.Forms.TabPage tbTestCommands;
824 private System.Windows.Forms.ComboBox cbCommandDestination;
825 private System.Windows.Forms.Button bStandby;
826 private System.Windows.Forms.Button bSendImageViewOn;
827 private System.Windows.Forms.Label lDestination;
828 private System.Windows.Forms.Button bActivateSource;
829 private System.Windows.Forms.Button bScan;
830 private System.Windows.Forms.Button bMute;
831 private System.Windows.Forms.Button bVolDown;
832 private System.Windows.Forms.Button bVolUp;
833 private System.Windows.Forms.Label label1;
834 private System.Windows.Forms.Label lWakeDevices;
835 private System.Windows.Forms.CheckedListBox cbWakeDevices;
836 private System.Windows.Forms.Label lPowerOff;
837 private System.Windows.Forms.CheckedListBox cbPowerOffDevices;
838 private System.Windows.Forms.CheckBox cbVendorOverride;
839 private System.Windows.Forms.ComboBox cbVendorId;
840 private System.Windows.Forms.Button bReloadConfig;
841 private System.Windows.Forms.Button bRescanDevices;
842 private System.Windows.Forms.Label lConnectedPhysicalAddress;
843 private System.Windows.Forms.Label lAdapterConfig;