c3d45e1470d969370356227c28827e66eb7ec758
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.Designer.cs
1 namespace 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 {
31 this.components = new System.ComponentModel.Container();
32 this.tabControl1 = new System.Windows.Forms.TabControl();
33 this.Configuration = new System.Windows.Forms.TabPage();
34 this.lPowerOff = new System.Windows.Forms.Label();
35 this.cbPowerOffDevices = new System.Windows.Forms.CheckedListBox();
36 this.lWakeDevices = new System.Windows.Forms.Label();
37 this.cbWakeDevices = new System.Windows.Forms.CheckedListBox();
38 this.cbPowerOffOnStandby = new System.Windows.Forms.CheckBox();
39 this.cbPowerOffScreensaver = new System.Windows.Forms.CheckBox();
40 this.cbActivateSource = new System.Windows.Forms.CheckBox();
41 this.cbUseTVMenuLanguage = new System.Windows.Forms.CheckBox();
42 this.lPlayerConfig = new System.Windows.Forms.Label();
43 this.lAdapterConfig = new System.Windows.Forms.Label();
44 this.cbDeviceType = new System.Windows.Forms.ComboBox();
45 this.bClose = new System.Windows.Forms.Button();
46 this.bSave = new System.Windows.Forms.Button();
47 this.cbPortNumber = new System.Windows.Forms.ComboBox();
48 this.lConnectedPhysicalAddress = new System.Windows.Forms.Label();
49 this.tbPhysicalAddress = new System.Windows.Forms.TextBox();
50 this.cbConnectedDevice = new System.Windows.Forms.ComboBox();
51 this.lDeviceType = new System.Windows.Forms.Label();
52 this.lPhysicalAddress = new System.Windows.Forms.Label();
53 this.lConnectedDevice = new System.Windows.Forms.Label();
54 this.lPortNumber = new System.Windows.Forms.Label();
55 this.tbButtons = new System.Windows.Forms.TabPage();
56 this.label1 = new System.Windows.Forms.Label();
57 this.dgButtons = new System.Windows.Forms.DataGridView();
58 this.CecButtonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
59 this.playerButtonDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
60 this.cecButtonConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
61 this.tbTestCommands = new System.Windows.Forms.TabPage();
62 this.bMute = new System.Windows.Forms.Button();
63 this.bVolDown = new System.Windows.Forms.Button();
64 this.bVolUp = new System.Windows.Forms.Button();
65 this.bActivateSource = new System.Windows.Forms.Button();
66 this.bScan = new System.Windows.Forms.Button();
67 this.bStandby = new System.Windows.Forms.Button();
68 this.bSendImageViewOn = new System.Windows.Forms.Button();
69 this.lDestination = new System.Windows.Forms.Label();
70 this.cbCommandDestination = new System.Windows.Forms.ComboBox();
71 this.LogOutput = new System.Windows.Forms.TabPage();
72 this.bSaveLog = new System.Windows.Forms.Button();
73 this.bClearLog = new System.Windows.Forms.Button();
74 this.cbLogDebug = new System.Windows.Forms.CheckBox();
75 this.cbLogTraffic = new System.Windows.Forms.CheckBox();
76 this.cbLogNotice = new System.Windows.Forms.CheckBox();
77 this.cbLogWarning = new System.Windows.Forms.CheckBox();
78 this.cbLogError = new System.Windows.Forms.CheckBox();
79 this.tbLog = new System.Windows.Forms.TextBox();
80 this.pProgress = new System.Windows.Forms.ProgressBar();
81 this.lStatus = new System.Windows.Forms.Label();
82 this.helpPortNumber = new System.Windows.Forms.ToolTip(this.components);
83 this.helpConnectedHDMIDevice = new System.Windows.Forms.ToolTip(this.components);
84 this.helpPhysicalAddress = new System.Windows.Forms.ToolTip(this.components);
85 this.helpDeviceType = new System.Windows.Forms.ToolTip(this.components);
86 this.cbVendorId = new System.Windows.Forms.ComboBox();
87 this.cbVendorOverride = new System.Windows.Forms.CheckBox();
88 this.tabControl1.SuspendLayout();
89 this.Configuration.SuspendLayout();
90 this.tbButtons.SuspendLayout();
91 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).BeginInit();
92 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).BeginInit();
93 this.tbTestCommands.SuspendLayout();
94 this.LogOutput.SuspendLayout();
95 this.SuspendLayout();
96 //
97 // tabControl1
98 //
99 this.tabControl1.Controls.Add(this.Configuration);
100 this.tabControl1.Controls.Add(this.tbButtons);
101 this.tabControl1.Controls.Add(this.tbTestCommands);
102 this.tabControl1.Controls.Add(this.LogOutput);
103 this.tabControl1.Location = new System.Drawing.Point(12, 12);
104 this.tabControl1.Name = "tabControl1";
105 this.tabControl1.SelectedIndex = 0;
106 this.tabControl1.Size = new System.Drawing.Size(600, 385);
107 this.tabControl1.TabIndex = 0;
108 //
109 // Configuration
110 //
111 this.Configuration.Controls.Add(this.cbVendorOverride);
112 this.Configuration.Controls.Add(this.cbVendorId);
113 this.Configuration.Controls.Add(this.lPowerOff);
114 this.Configuration.Controls.Add(this.cbPowerOffDevices);
115 this.Configuration.Controls.Add(this.lWakeDevices);
116 this.Configuration.Controls.Add(this.cbWakeDevices);
117 this.Configuration.Controls.Add(this.cbPowerOffOnStandby);
118 this.Configuration.Controls.Add(this.cbPowerOffScreensaver);
119 this.Configuration.Controls.Add(this.cbActivateSource);
120 this.Configuration.Controls.Add(this.cbUseTVMenuLanguage);
121 this.Configuration.Controls.Add(this.lPlayerConfig);
122 this.Configuration.Controls.Add(this.lAdapterConfig);
123 this.Configuration.Controls.Add(this.cbDeviceType);
124 this.Configuration.Controls.Add(this.bClose);
125 this.Configuration.Controls.Add(this.bSave);
126 this.Configuration.Controls.Add(this.cbPortNumber);
127 this.Configuration.Controls.Add(this.lConnectedPhysicalAddress);
128 this.Configuration.Controls.Add(this.tbPhysicalAddress);
129 this.Configuration.Controls.Add(this.cbConnectedDevice);
130 this.Configuration.Controls.Add(this.lDeviceType);
131 this.Configuration.Controls.Add(this.lPhysicalAddress);
132 this.Configuration.Controls.Add(this.lConnectedDevice);
133 this.Configuration.Controls.Add(this.lPortNumber);
134 this.Configuration.Location = new System.Drawing.Point(4, 22);
135 this.Configuration.Name = "Configuration";
136 this.Configuration.Padding = new System.Windows.Forms.Padding(3);
137 this.Configuration.Size = new System.Drawing.Size(592, 359);
138 this.Configuration.TabIndex = 0;
139 this.Configuration.Text = "Configuration";
140 this.Configuration.UseVisualStyleBackColor = true;
141 //
142 // lPowerOff
143 //
144 this.lPowerOff.AutoSize = true;
145 this.lPowerOff.Location = new System.Drawing.Point(465, 203);
146 this.lPowerOff.Name = "lPowerOff";
147 this.lPowerOff.Size = new System.Drawing.Size(124, 13);
148 this.lPowerOff.TabIndex = 26;
149 this.lPowerOff.Text = "Power off when stopping";
150 //
151 // cbPowerOffDevices
152 //
153 this.cbPowerOffDevices.FormattingEnabled = true;
154 this.cbPowerOffDevices.Items.AddRange(new object[] {
155 "0: TV",
156 "1: Recorder 1",
157 "2: Recorder 2",
158 "3: Tuner 1",
159 "4: Playback 1",
160 "5: Audio system",
161 "6: Tuner 2",
162 "7: Tuner 3",
163 "8: Playback 2",
164 "9: Recorder 3",
165 "A: Tuner 4",
166 "B: Playback 3",
167 "C: Reserved 1",
168 "D: Reserved 2",
169 "E: Free use",
170 "F: Broadcast"});
171 this.cbPowerOffDevices.Location = new System.Drawing.Point(467, 220);
172 this.cbPowerOffDevices.Name = "cbPowerOffDevices";
173 this.cbPowerOffDevices.Size = new System.Drawing.Size(118, 94);
174 this.cbPowerOffDevices.TabIndex = 25;
175 //
176 // lWakeDevices
177 //
178 this.lWakeDevices.AutoSize = true;
179 this.lWakeDevices.Location = new System.Drawing.Point(345, 203);
180 this.lWakeDevices.Name = "lWakeDevices";
181 this.lWakeDevices.Size = new System.Drawing.Size(102, 13);
182 this.lWakeDevices.TabIndex = 24;
183 this.lWakeDevices.Text = "Wake when starting";
184 //
185 // cbWakeDevices
186 //
187 this.cbWakeDevices.FormattingEnabled = true;
188 this.cbWakeDevices.Items.AddRange(new object[] {
189 "0: TV",
190 "1: Recorder 1",
191 "2: Recorder 2",
192 "3: Tuner 1",
193 "4: Playback 1",
194 "5: Audio system",
195 "6: Tuner 2",
196 "7: Tuner 3",
197 "8: Playback 2",
198 "9: Recorder 3",
199 "A: Tuner 4",
200 "B: Playback 3",
201 "C: Reserved 1",
202 "D: Reserved 2",
203 "E: Free use",
204 "F: Broadcast"});
205 this.cbWakeDevices.Location = new System.Drawing.Point(337, 220);
206 this.cbWakeDevices.Name = "cbWakeDevices";
207 this.cbWakeDevices.Size = new System.Drawing.Size(118, 94);
208 this.cbWakeDevices.TabIndex = 23;
209 //
210 // cbPowerOffOnStandby
211 //
212 this.cbPowerOffOnStandby.AutoSize = true;
213 this.cbPowerOffOnStandby.Enabled = false;
214 this.cbPowerOffOnStandby.Location = new System.Drawing.Point(10, 297);
215 this.cbPowerOffOnStandby.Name = "cbPowerOffOnStandby";
216 this.cbPowerOffOnStandby.Size = new System.Drawing.Size(292, 17);
217 this.cbPowerOffOnStandby.TabIndex = 22;
218 this.cbPowerOffOnStandby.Text = "Put this PC in standby mode when the TV is switched off";
219 this.cbPowerOffOnStandby.UseVisualStyleBackColor = true;
220 //
221 // cbPowerOffScreensaver
222 //
223 this.cbPowerOffScreensaver.AutoSize = true;
224 this.cbPowerOffScreensaver.Enabled = false;
225 this.cbPowerOffScreensaver.Location = new System.Drawing.Point(10, 273);
226 this.cbPowerOffScreensaver.Name = "cbPowerOffScreensaver";
227 this.cbPowerOffScreensaver.Size = new System.Drawing.Size(301, 17);
228 this.cbPowerOffScreensaver.TabIndex = 21;
229 this.cbPowerOffScreensaver.Text = "Put devices in standby mode when activating screensaver";
230 this.cbPowerOffScreensaver.UseVisualStyleBackColor = true;
231 //
232 // cbActivateSource
233 //
234 this.cbActivateSource.AutoSize = true;
235 this.cbActivateSource.Enabled = false;
236 this.cbActivateSource.Location = new System.Drawing.Point(10, 249);
237 this.cbActivateSource.Name = "cbActivateSource";
238 this.cbActivateSource.Size = new System.Drawing.Size(284, 17);
239 this.cbActivateSource.TabIndex = 19;
240 this.cbActivateSource.Text = "Make the media player the active source when starting";
241 this.cbActivateSource.UseVisualStyleBackColor = true;
242 //
243 // cbUseTVMenuLanguage
244 //
245 this.cbUseTVMenuLanguage.AutoSize = true;
246 this.cbUseTVMenuLanguage.Enabled = false;
247 this.cbUseTVMenuLanguage.Location = new System.Drawing.Point(10, 225);
248 this.cbUseTVMenuLanguage.Name = "cbUseTVMenuLanguage";
249 this.cbUseTVMenuLanguage.Size = new System.Drawing.Size(168, 17);
250 this.cbUseTVMenuLanguage.TabIndex = 18;
251 this.cbUseTVMenuLanguage.Text = "Use the TV\'s language setting";
252 this.cbUseTVMenuLanguage.UseVisualStyleBackColor = true;
253 //
254 // lPlayerConfig
255 //
256 this.lPlayerConfig.AutoSize = true;
257 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
258 this.lPlayerConfig.Location = new System.Drawing.Point(6, 188);
259 this.lPlayerConfig.Name = "lPlayerConfig";
260 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
261 this.lPlayerConfig.TabIndex = 16;
262 this.lPlayerConfig.Text = "Player Configuration";
263 //
264 // lAdapterConfig
265 //
266 this.lAdapterConfig.AutoSize = true;
267 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
268 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
269 this.lAdapterConfig.Name = "lAdapterConfig";
270 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
271 this.lAdapterConfig.TabIndex = 15;
272 this.lAdapterConfig.Text = "Adapter Configuration";
273 //
274 // cbDeviceType
275 //
276 this.cbDeviceType.Enabled = false;
277 this.cbDeviceType.FormattingEnabled = true;
278 this.cbDeviceType.Items.AddRange(new object[] {
279 "Recorder",
280 "Player",
281 "Tuner"});
282 this.cbDeviceType.Location = new System.Drawing.Point(174, 123);
283 this.cbDeviceType.Name = "cbDeviceType";
284 this.cbDeviceType.Size = new System.Drawing.Size(121, 21);
285 this.cbDeviceType.TabIndex = 14;
286 this.cbDeviceType.Text = "Recorder";
287 this.helpDeviceType.SetToolTip(this.cbDeviceType, "Set this to \'Player\' when your TV is having problems with \'Recorder\'");
288 //
289 // bClose
290 //
291 this.bClose.Enabled = false;
292 this.bClose.Location = new System.Drawing.Point(189, 330);
293 this.bClose.Name = "bClose";
294 this.bClose.Size = new System.Drawing.Size(75, 23);
295 this.bClose.TabIndex = 13;
296 this.bClose.Text = "Close";
297 this.bClose.UseVisualStyleBackColor = true;
298 this.bClose.Click += new System.EventHandler(this.bCancel_Click);
299 //
300 // bSave
301 //
302 this.bSave.Enabled = false;
303 this.bSave.Location = new System.Drawing.Point(298, 330);
304 this.bSave.Name = "bSave";
305 this.bSave.Size = new System.Drawing.Size(125, 23);
306 this.bSave.TabIndex = 12;
307 this.bSave.Text = "Save configuration";
308 this.bSave.UseVisualStyleBackColor = true;
309 this.bSave.Click += new System.EventHandler(this.bSave_Click);
310 //
311 // cbPortNumber
312 //
313 this.cbPortNumber.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
314 this.cbPortNumber.Enabled = false;
315 this.cbPortNumber.FormattingEnabled = true;
316 this.cbPortNumber.Items.AddRange(new object[] {
317 "1",
318 "2",
319 "3",
320 "4"});
321 this.cbPortNumber.Location = new System.Drawing.Point(174, 40);
322 this.cbPortNumber.Name = "cbPortNumber";
323 this.cbPortNumber.Size = new System.Drawing.Size(38, 21);
324 this.cbPortNumber.TabIndex = 11;
325 this.cbPortNumber.Text = "1";
326 this.helpPortNumber.SetToolTip(this.cbPortNumber, "The HDMI port number, to which you connected your USB-CEC adapter.");
327 this.cbPortNumber.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
328 //
329 // lConnectedPhysicalAddress
330 //
331 this.lConnectedPhysicalAddress.AutoSize = true;
332 this.lConnectedPhysicalAddress.Location = new System.Drawing.Point(310, 70);
333 this.lConnectedPhysicalAddress.Name = "lConnectedPhysicalAddress";
334 this.lConnectedPhysicalAddress.Size = new System.Drawing.Size(75, 13);
335 this.lConnectedPhysicalAddress.TabIndex = 10;
336 this.lConnectedPhysicalAddress.Text = "Address: 0000";
337 //
338 // tbPhysicalAddress
339 //
340 this.tbPhysicalAddress.Enabled = false;
341 this.tbPhysicalAddress.Location = new System.Drawing.Point(174, 95);
342 this.tbPhysicalAddress.MaxLength = 4;
343 this.tbPhysicalAddress.Name = "tbPhysicalAddress";
344 this.tbPhysicalAddress.Size = new System.Drawing.Size(38, 20);
345 this.tbPhysicalAddress.TabIndex = 6;
346 this.tbPhysicalAddress.Text = "1000";
347 this.helpPhysicalAddress.SetToolTip(this.tbPhysicalAddress, "The physical address of the adapter. Leave this untouched if you want to autodete" +
348 "ct this value.");
349 this.tbPhysicalAddress.TextChanged += new System.EventHandler(this.tbPhysicalAddress_TextChanged);
350 //
351 // cbConnectedDevice
352 //
353 this.cbConnectedDevice.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
354 this.cbConnectedDevice.Enabled = false;
355 this.cbConnectedDevice.FormattingEnabled = true;
356 this.cbConnectedDevice.Location = new System.Drawing.Point(174, 67);
357 this.cbConnectedDevice.Name = "cbConnectedDevice";
358 this.cbConnectedDevice.Size = new System.Drawing.Size(121, 21);
359 this.cbConnectedDevice.TabIndex = 5;
360 this.helpConnectedHDMIDevice.SetToolTip(this.cbConnectedDevice, "The HDMI device to which the USB-CEC adapter is connected");
361 this.cbConnectedDevice.SelectedIndexChanged += new System.EventHandler(this.connectedDevice_SelectedIndexChanged);
362 //
363 // lDeviceType
364 //
365 this.lDeviceType.AutoSize = true;
366 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
367 this.lDeviceType.Name = "lDeviceType";
368 this.lDeviceType.Size = new System.Drawing.Size(64, 13);
369 this.lDeviceType.TabIndex = 3;
370 this.lDeviceType.Text = "Device type";
371 //
372 // lPhysicalAddress
373 //
374 this.lPhysicalAddress.AutoSize = true;
375 this.lPhysicalAddress.Location = new System.Drawing.Point(6, 98);
376 this.lPhysicalAddress.Name = "lPhysicalAddress";
377 this.lPhysicalAddress.Size = new System.Drawing.Size(86, 13);
378 this.lPhysicalAddress.TabIndex = 2;
379 this.lPhysicalAddress.Text = "Physical address";
380 //
381 // lConnectedDevice
382 //
383 this.lConnectedDevice.AutoSize = true;
384 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
385 this.lConnectedDevice.Name = "lConnectedDevice";
386 this.lConnectedDevice.Size = new System.Drawing.Size(137, 13);
387 this.lConnectedDevice.TabIndex = 1;
388 this.lConnectedDevice.Text = "Connected to HDMI device";
389 //
390 // lPortNumber
391 //
392 this.lPortNumber.AutoSize = true;
393 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
394 this.lPortNumber.Name = "lPortNumber";
395 this.lPortNumber.Size = new System.Drawing.Size(95, 13);
396 this.lPortNumber.TabIndex = 0;
397 this.lPortNumber.Text = "HDMI Port number";
398 //
399 // tbButtons
400 //
401 this.tbButtons.Controls.Add(this.label1);
402 this.tbButtons.Controls.Add(this.dgButtons);
403 this.tbButtons.Location = new System.Drawing.Point(4, 22);
404 this.tbButtons.Name = "tbButtons";
405 this.tbButtons.Padding = new System.Windows.Forms.Padding(3);
406 this.tbButtons.Size = new System.Drawing.Size(592, 359);
407 this.tbButtons.TabIndex = 2;
408 this.tbButtons.Text = "Button Configuration";
409 this.tbButtons.UseVisualStyleBackColor = true;
410 //
411 // label1
412 //
413 this.label1.AutoSize = true;
414 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)));
415 this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
416 this.label1.Location = new System.Drawing.Point(118, 252);
417 this.label1.Name = "label1";
418 this.label1.Size = new System.Drawing.Size(354, 31);
419 this.label1.TabIndex = 1;
420 this.label1.Text = "NOT IMPLEMENTED YET";
421 //
422 // dgButtons
423 //
424 this.dgButtons.AllowUserToAddRows = false;
425 this.dgButtons.AllowUserToDeleteRows = false;
426 this.dgButtons.AllowUserToResizeColumns = false;
427 this.dgButtons.AllowUserToResizeRows = false;
428 this.dgButtons.AutoGenerateColumns = false;
429 this.dgButtons.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
430 this.dgButtons.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
431 this.CecButtonName,
432 this.playerButtonDataGridViewTextBoxColumn});
433 this.dgButtons.DataSource = this.cecButtonConfigBindingSource;
434 this.dgButtons.Location = new System.Drawing.Point(7, 7);
435 this.dgButtons.Name = "dgButtons";
436 this.dgButtons.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
437 this.dgButtons.Size = new System.Drawing.Size(579, 346);
438 this.dgButtons.TabIndex = 0;
439 this.dgButtons.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
440 //
441 // CecButtonName
442 //
443 this.CecButtonName.DataPropertyName = "CecButtonName";
444 this.CecButtonName.FillWeight = 260F;
445 this.CecButtonName.HeaderText = "Button";
446 this.CecButtonName.Name = "CecButtonName";
447 this.CecButtonName.ReadOnly = true;
448 this.CecButtonName.Width = 260;
449 //
450 // playerButtonDataGridViewTextBoxColumn
451 //
452 this.playerButtonDataGridViewTextBoxColumn.DataPropertyName = "PlayerButton";
453 this.playerButtonDataGridViewTextBoxColumn.FillWeight = 260F;
454 this.playerButtonDataGridViewTextBoxColumn.HeaderText = "Mapped to";
455 this.playerButtonDataGridViewTextBoxColumn.Name = "playerButtonDataGridViewTextBoxColumn";
456 this.playerButtonDataGridViewTextBoxColumn.Width = 260;
457 //
458 // cecButtonConfigBindingSource
459 //
460 this.cecButtonConfigBindingSource.DataSource = typeof(CecConfigGui.CecButtonConfig);
461 //
462 // tbTestCommands
463 //
464 this.tbTestCommands.Controls.Add(this.bMute);
465 this.tbTestCommands.Controls.Add(this.bVolDown);
466 this.tbTestCommands.Controls.Add(this.bVolUp);
467 this.tbTestCommands.Controls.Add(this.bActivateSource);
468 this.tbTestCommands.Controls.Add(this.bScan);
469 this.tbTestCommands.Controls.Add(this.bStandby);
470 this.tbTestCommands.Controls.Add(this.bSendImageViewOn);
471 this.tbTestCommands.Controls.Add(this.lDestination);
472 this.tbTestCommands.Controls.Add(this.cbCommandDestination);
473 this.tbTestCommands.Location = new System.Drawing.Point(4, 22);
474 this.tbTestCommands.Name = "tbTestCommands";
475 this.tbTestCommands.Padding = new System.Windows.Forms.Padding(3);
476 this.tbTestCommands.Size = new System.Drawing.Size(592, 359);
477 this.tbTestCommands.TabIndex = 3;
478 this.tbTestCommands.Text = "CEC tester";
479 this.tbTestCommands.UseVisualStyleBackColor = true;
480 //
481 // bMute
482 //
483 this.bMute.Enabled = false;
484 this.bMute.Location = new System.Drawing.Point(164, 65);
485 this.bMute.Name = "bMute";
486 this.bMute.Size = new System.Drawing.Size(150, 23);
487 this.bMute.TabIndex = 8;
488 this.bMute.Text = "Mute";
489 this.bMute.UseVisualStyleBackColor = true;
490 this.bMute.Click += new System.EventHandler(this.bMute_Click);
491 //
492 // bVolDown
493 //
494 this.bVolDown.Enabled = false;
495 this.bVolDown.Location = new System.Drawing.Point(164, 36);
496 this.bVolDown.Name = "bVolDown";
497 this.bVolDown.Size = new System.Drawing.Size(150, 23);
498 this.bVolDown.TabIndex = 7;
499 this.bVolDown.Text = "Volume down";
500 this.bVolDown.UseVisualStyleBackColor = true;
501 this.bVolDown.Click += new System.EventHandler(this.bVolDown_Click);
502 //
503 // bVolUp
504 //
505 this.bVolUp.Enabled = false;
506 this.bVolUp.Location = new System.Drawing.Point(164, 7);
507 this.bVolUp.Name = "bVolUp";
508 this.bVolUp.Size = new System.Drawing.Size(150, 23);
509 this.bVolUp.TabIndex = 6;
510 this.bVolUp.Text = "Volume up";
511 this.bVolUp.UseVisualStyleBackColor = true;
512 this.bVolUp.Click += new System.EventHandler(this.bVolUp_Click);
513 //
514 // bActivateSource
515 //
516 this.bActivateSource.Location = new System.Drawing.Point(8, 65);
517 this.bActivateSource.Name = "bActivateSource";
518 this.bActivateSource.Size = new System.Drawing.Size(150, 23);
519 this.bActivateSource.TabIndex = 5;
520 this.bActivateSource.Text = "Make device active";
521 this.bActivateSource.UseVisualStyleBackColor = true;
522 this.bActivateSource.Click += new System.EventHandler(this.bActivateSource_Click);
523 //
524 // bScan
525 //
526 this.bScan.Location = new System.Drawing.Point(8, 94);
527 this.bScan.Name = "bScan";
528 this.bScan.Size = new System.Drawing.Size(150, 23);
529 this.bScan.TabIndex = 4;
530 this.bScan.Text = "Device information";
531 this.bScan.UseVisualStyleBackColor = true;
532 this.bScan.Click += new System.EventHandler(this.bScan_Click);
533 //
534 // bStandby
535 //
536 this.bStandby.Location = new System.Drawing.Point(8, 36);
537 this.bStandby.Name = "bStandby";
538 this.bStandby.Size = new System.Drawing.Size(150, 23);
539 this.bStandby.TabIndex = 3;
540 this.bStandby.Text = "Put device in standby";
541 this.bStandby.UseVisualStyleBackColor = true;
542 this.bStandby.Click += new System.EventHandler(this.bStandby_Click);
543 //
544 // bSendImageViewOn
545 //
546 this.bSendImageViewOn.Location = new System.Drawing.Point(8, 7);
547 this.bSendImageViewOn.Name = "bSendImageViewOn";
548 this.bSendImageViewOn.Size = new System.Drawing.Size(150, 23);
549 this.bSendImageViewOn.TabIndex = 2;
550 this.bSendImageViewOn.Text = "Power on device";
551 this.bSendImageViewOn.UseVisualStyleBackColor = true;
552 this.bSendImageViewOn.Click += new System.EventHandler(this.bSendImageViewOn_Click);
553 //
554 // lDestination
555 //
556 this.lDestination.AutoSize = true;
557 this.lDestination.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
558 this.lDestination.Location = new System.Drawing.Point(420, 3);
559 this.lDestination.Name = "lDestination";
560 this.lDestination.Size = new System.Drawing.Size(138, 24);
561 this.lDestination.TabIndex = 1;
562 this.lDestination.Text = "Target device";
563 //
564 // cbCommandDestination
565 //
566 this.cbCommandDestination.FormattingEnabled = true;
567 this.cbCommandDestination.Items.AddRange(new object[] {
568 "0: TV",
569 "1: Recorder 1",
570 "2: Recorder 2",
571 "3: Tuner 1",
572 "4: Playback 1",
573 "5: Audio system",
574 "6: Tuner 2",
575 "7: Tuner 3",
576 "8: Playback 2",
577 "9: Recorder 3",
578 "A: Tuner 4",
579 "B: Playback 3",
580 "C: Reserved 1",
581 "D: Reserved 2",
582 "E: Free use",
583 "F: Broadcast"});
584 this.cbCommandDestination.Location = new System.Drawing.Point(437, 30);
585 this.cbCommandDestination.Name = "cbCommandDestination";
586 this.cbCommandDestination.Size = new System.Drawing.Size(121, 21);
587 this.cbCommandDestination.TabIndex = 0;
588 this.cbCommandDestination.Text = "0: TV";
589 this.cbCommandDestination.SelectedIndexChanged += new System.EventHandler(this.cbCommandDestination_SelectedIndexChanged);
590 //
591 // LogOutput
592 //
593 this.LogOutput.Controls.Add(this.bSaveLog);
594 this.LogOutput.Controls.Add(this.bClearLog);
595 this.LogOutput.Controls.Add(this.cbLogDebug);
596 this.LogOutput.Controls.Add(this.cbLogTraffic);
597 this.LogOutput.Controls.Add(this.cbLogNotice);
598 this.LogOutput.Controls.Add(this.cbLogWarning);
599 this.LogOutput.Controls.Add(this.cbLogError);
600 this.LogOutput.Controls.Add(this.tbLog);
601 this.LogOutput.Location = new System.Drawing.Point(4, 22);
602 this.LogOutput.Name = "LogOutput";
603 this.LogOutput.Padding = new System.Windows.Forms.Padding(3);
604 this.LogOutput.Size = new System.Drawing.Size(592, 359);
605 this.LogOutput.TabIndex = 1;
606 this.LogOutput.Text = "Log Output";
607 this.LogOutput.UseVisualStyleBackColor = true;
608 //
609 // bSaveLog
610 //
611 this.bSaveLog.Location = new System.Drawing.Point(430, 330);
612 this.bSaveLog.Name = "bSaveLog";
613 this.bSaveLog.Size = new System.Drawing.Size(75, 23);
614 this.bSaveLog.TabIndex = 7;
615 this.bSaveLog.Text = "Save";
616 this.bSaveLog.UseVisualStyleBackColor = true;
617 this.bSaveLog.Click += new System.EventHandler(this.bSaveLog_Click);
618 //
619 // bClearLog
620 //
621 this.bClearLog.Location = new System.Drawing.Point(511, 330);
622 this.bClearLog.Name = "bClearLog";
623 this.bClearLog.Size = new System.Drawing.Size(75, 23);
624 this.bClearLog.TabIndex = 6;
625 this.bClearLog.Text = "Clear";
626 this.bClearLog.UseVisualStyleBackColor = true;
627 this.bClearLog.Click += new System.EventHandler(this.bClearLog_Click);
628 //
629 // cbLogDebug
630 //
631 this.cbLogDebug.AutoSize = true;
632 this.cbLogDebug.Location = new System.Drawing.Point(269, 336);
633 this.cbLogDebug.Name = "cbLogDebug";
634 this.cbLogDebug.Size = new System.Drawing.Size(58, 17);
635 this.cbLogDebug.TabIndex = 5;
636 this.cbLogDebug.Text = "Debug";
637 this.cbLogDebug.UseVisualStyleBackColor = true;
638 //
639 // cbLogTraffic
640 //
641 this.cbLogTraffic.AutoSize = true;
642 this.cbLogTraffic.Location = new System.Drawing.Point(207, 336);
643 this.cbLogTraffic.Name = "cbLogTraffic";
644 this.cbLogTraffic.Size = new System.Drawing.Size(56, 17);
645 this.cbLogTraffic.TabIndex = 4;
646 this.cbLogTraffic.Text = "Traffic";
647 this.cbLogTraffic.UseVisualStyleBackColor = true;
648 //
649 // cbLogNotice
650 //
651 this.cbLogNotice.AutoSize = true;
652 this.cbLogNotice.Checked = true;
653 this.cbLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
654 this.cbLogNotice.Location = new System.Drawing.Point(138, 336);
655 this.cbLogNotice.Name = "cbLogNotice";
656 this.cbLogNotice.Size = new System.Drawing.Size(62, 17);
657 this.cbLogNotice.TabIndex = 3;
658 this.cbLogNotice.Text = "Notices";
659 this.cbLogNotice.UseVisualStyleBackColor = true;
660 //
661 // cbLogWarning
662 //
663 this.cbLogWarning.AutoSize = true;
664 this.cbLogWarning.Checked = true;
665 this.cbLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
666 this.cbLogWarning.Location = new System.Drawing.Point(66, 336);
667 this.cbLogWarning.Name = "cbLogWarning";
668 this.cbLogWarning.Size = new System.Drawing.Size(66, 17);
669 this.cbLogWarning.TabIndex = 2;
670 this.cbLogWarning.Text = "Warning";
671 this.cbLogWarning.UseVisualStyleBackColor = true;
672 //
673 // cbLogError
674 //
675 this.cbLogError.AutoSize = true;
676 this.cbLogError.Checked = true;
677 this.cbLogError.CheckState = System.Windows.Forms.CheckState.Checked;
678 this.cbLogError.Location = new System.Drawing.Point(7, 336);
679 this.cbLogError.Name = "cbLogError";
680 this.cbLogError.Size = new System.Drawing.Size(53, 17);
681 this.cbLogError.TabIndex = 1;
682 this.cbLogError.Text = "Errors";
683 this.cbLogError.UseVisualStyleBackColor = true;
684 //
685 // tbLog
686 //
687 this.tbLog.Location = new System.Drawing.Point(6, 6);
688 this.tbLog.Multiline = true;
689 this.tbLog.Name = "tbLog";
690 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
691 this.tbLog.Size = new System.Drawing.Size(580, 318);
692 this.tbLog.TabIndex = 0;
693 //
694 // pProgress
695 //
696 this.pProgress.Location = new System.Drawing.Point(314, 407);
697 this.pProgress.Name = "pProgress";
698 this.pProgress.Size = new System.Drawing.Size(298, 23);
699 this.pProgress.TabIndex = 1;
700 //
701 // lStatus
702 //
703 this.lStatus.AutoSize = true;
704 this.lStatus.Location = new System.Drawing.Point(12, 416);
705 this.lStatus.Name = "lStatus";
706 this.lStatus.Size = new System.Drawing.Size(61, 13);
707 this.lStatus.TabIndex = 2;
708 this.lStatus.Text = "Initialising...";
709 //
710 // cbVendorId
711 //
712 this.cbVendorId.Enabled = false;
713 this.cbVendorId.FormattingEnabled = true;
714 this.cbVendorId.Items.AddRange(new object[] {
715 "- autodetect -",
716 "LG",
717 "Onkyo",
718 "Panasonic",
719 "Philips",
720 "Pioneer",
721 "Samsung",
722 "Sony",
723 "Yamaha"});
724 this.cbVendorId.Location = new System.Drawing.Point(174, 153);
725 this.cbVendorId.Name = "cbVendorId";
726 this.cbVendorId.Size = new System.Drawing.Size(121, 21);
727 this.cbVendorId.TabIndex = 28;
728 this.cbVendorId.Text = "- autodetect -";
729 this.helpDeviceType.SetToolTip(this.cbVendorId, "Only set this value when autodetection isn\'t working");
730 //
731 // cbVendorOverride
732 //
733 this.cbVendorOverride.AutoSize = true;
734 this.cbVendorOverride.Location = new System.Drawing.Point(10, 156);
735 this.cbVendorOverride.Name = "cbVendorOverride";
736 this.cbVendorOverride.Size = new System.Drawing.Size(130, 17);
737 this.cbVendorOverride.TabIndex = 29;
738 this.cbVendorOverride.Text = "Override TV vendor id";
739 this.cbVendorOverride.UseVisualStyleBackColor = true;
740 //
741 // CecConfigGUI
742 //
743 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
744 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
745 this.ClientSize = new System.Drawing.Size(624, 442);
746 this.Controls.Add(this.lStatus);
747 this.Controls.Add(this.pProgress);
748 this.Controls.Add(this.tabControl1);
749 this.Name = "CecConfigGUI";
750 this.Text = "Pulse-Eight USB-CEC Adapter";
751 this.tabControl1.ResumeLayout(false);
752 this.Configuration.ResumeLayout(false);
753 this.Configuration.PerformLayout();
754 this.tbButtons.ResumeLayout(false);
755 this.tbButtons.PerformLayout();
756 ((System.ComponentModel.ISupportInitialize)(this.dgButtons)).EndInit();
757 ((System.ComponentModel.ISupportInitialize)(this.cecButtonConfigBindingSource)).EndInit();
758 this.tbTestCommands.ResumeLayout(false);
759 this.tbTestCommands.PerformLayout();
760 this.LogOutput.ResumeLayout(false);
761 this.LogOutput.PerformLayout();
762 this.ResumeLayout(false);
763 this.PerformLayout();
764
765 }
766
767 #endregion
768
769 private System.Windows.Forms.TabControl tabControl1;
770 private System.Windows.Forms.TabPage Configuration;
771 private System.Windows.Forms.TabPage LogOutput;
772 private System.Windows.Forms.Label lPortNumber;
773 private System.Windows.Forms.Label lDeviceType;
774 private System.Windows.Forms.Label lPhysicalAddress;
775 private System.Windows.Forms.Label lConnectedDevice;
776 private System.Windows.Forms.ComboBox cbConnectedDevice;
777 private System.Windows.Forms.TextBox tbPhysicalAddress;
778 private System.Windows.Forms.ProgressBar pProgress;
779 private System.Windows.Forms.Label lStatus;
780 private System.Windows.Forms.Label lConnectedPhysicalAddress;
781 private System.Windows.Forms.TextBox tbLog;
782 private System.Windows.Forms.ComboBox cbPortNumber;
783 private System.Windows.Forms.Button bClose;
784 private System.Windows.Forms.Button bSave;
785 private System.Windows.Forms.ComboBox cbDeviceType;
786 private System.Windows.Forms.Label lAdapterConfig;
787 private System.Windows.Forms.CheckBox cbPowerOffOnStandby;
788 private System.Windows.Forms.CheckBox cbPowerOffScreensaver;
789 private System.Windows.Forms.CheckBox cbActivateSource;
790 private System.Windows.Forms.CheckBox cbUseTVMenuLanguage;
791 private System.Windows.Forms.Label lPlayerConfig;
792 private System.Windows.Forms.ToolTip helpPortNumber;
793 private System.Windows.Forms.ToolTip helpConnectedHDMIDevice;
794 private System.Windows.Forms.ToolTip helpDeviceType;
795 private System.Windows.Forms.ToolTip helpPhysicalAddress;
796 private System.Windows.Forms.TabPage tbButtons;
797 private System.Windows.Forms.CheckBox cbLogDebug;
798 private System.Windows.Forms.CheckBox cbLogTraffic;
799 private System.Windows.Forms.CheckBox cbLogNotice;
800 private System.Windows.Forms.CheckBox cbLogWarning;
801 private System.Windows.Forms.CheckBox cbLogError;
802 private System.Windows.Forms.Button bClearLog;
803 private System.Windows.Forms.Button bSaveLog;
804 private System.Windows.Forms.DataGridView dgButtons;
805 private System.Windows.Forms.BindingSource cecButtonConfigBindingSource;
806 private System.Windows.Forms.DataGridViewTextBoxColumn CecButtonName;
807 private System.Windows.Forms.DataGridViewTextBoxColumn playerButtonDataGridViewTextBoxColumn;
808 private System.Windows.Forms.TabPage tbTestCommands;
809 private System.Windows.Forms.ComboBox cbCommandDestination;
810 private System.Windows.Forms.Button bStandby;
811 private System.Windows.Forms.Button bSendImageViewOn;
812 private System.Windows.Forms.Label lDestination;
813 private System.Windows.Forms.Button bActivateSource;
814 private System.Windows.Forms.Button bScan;
815 private System.Windows.Forms.Button bMute;
816 private System.Windows.Forms.Button bVolDown;
817 private System.Windows.Forms.Button bVolUp;
818 private System.Windows.Forms.Label label1;
819 private System.Windows.Forms.Label lWakeDevices;
820 private System.Windows.Forms.CheckedListBox cbWakeDevices;
821 private System.Windows.Forms.Label lPowerOff;
822 private System.Windows.Forms.CheckedListBox cbPowerOffDevices;
823 private System.Windows.Forms.CheckBox cbVendorOverride;
824 private System.Windows.Forms.ComboBox cbVendorId;
825 }
826 }