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