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