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