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