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