CecTray: don't use lazy loading for the main controller, but pass the instance. bugzi...
[deb_libcec.git] / src / LibCecTray / ui / CECTray.Designer.cs
CommitLineData
f017f3c4 1namespace LibCECTray.ui
006b76b9 2{
f017f3c4 3 partial class CECTray
006b76b9
LOK
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();
f017f3c4
LOK
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();
006b76b9 57 this.Configuration = new System.Windows.Forms.TabPage();
ee7748a3 58 this.cbOverrideAddress = new System.Windows.Forms.CheckBox();
5de1dde4 59 this.bReloadConfig = new System.Windows.Forms.Button();
de90f347 60 this.cbVendorOverride = new System.Windows.Forms.CheckBox();
75af24f1
LOK
61 this.lPowerOff = new System.Windows.Forms.Label();
62 this.cbPowerOffDevices = new System.Windows.Forms.CheckedListBox();
63 this.lWakeDevices = new System.Windows.Forms.Label();
64 this.cbWakeDevices = new System.Windows.Forms.CheckedListBox();
75af24f1 65 this.cbActivateSource = new System.Windows.Forms.CheckBox();
006b76b9 66 this.lPlayerConfig = new System.Windows.Forms.Label();
66609663 67 this.lAdapterConfig = new System.Windows.Forms.Label();
006b76b9 68 this.bClose = new System.Windows.Forms.Button();
5de1dde4 69 this.bSaveConfig = new System.Windows.Forms.Button();
006b76b9 70 this.lDeviceType = new System.Windows.Forms.Label();
006b76b9
LOK
71 this.lConnectedDevice = new System.Windows.Forms.Label();
72 this.lPortNumber = new System.Windows.Forms.Label();
f017f3c4
LOK
73 this.tabPanel = new System.Windows.Forms.TabControl();
74 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
75 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
76 this.hideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
77 this.advancedModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
78 this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
79 this.applicationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
80 this.addNewApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
81 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
82 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
83 this.cbStartMinimised = new System.Windows.Forms.CheckBox();
84 this.trayIconMenu.SuspendLayout();
96fa7764 85 this.LogOutput.SuspendLayout();
f017f3c4
LOK
86 this.tbTestCommands.SuspendLayout();
87 this.Configuration.SuspendLayout();
88 this.tabPanel.SuspendLayout();
89 this.menuStrip1.SuspendLayout();
006b76b9
LOK
90 this.SuspendLayout();
91 //
f017f3c4 92 // pProgress
006b76b9 93 //
f017f3c4
LOK
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;
006b76b9 98 //
f017f3c4 99 // lStatus
006b76b9 100 //
f017f3c4
LOK
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...";
006b76b9 107 //
f017f3c4 108 // cbPortNumber
ee7748a3 109 //
f017f3c4
LOK
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.");
ee7748a3 119 //
f017f3c4 120 // cbConnectedDevice
5de1dde4 121 //
f017f3c4
LOK
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");
5de1dde4 131 //
f017f3c4 132 // tbPhysicalAddress
de90f347 133 //
f017f3c4
LOK
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\'");
de90f347
LOK
154 //
155 // cbVendorId
156 //
157 this.cbVendorId.Enabled = false;
158 this.cbVendorId.FormattingEnabled = true;
de90f347
LOK
159 this.cbVendorId.Location = new System.Drawing.Point(174, 153);
160 this.cbVendorId.Name = "cbVendorId";
f017f3c4 161 this.cbVendorId.Size = new System.Drawing.Size(133, 21);
de90f347 162 this.cbVendorId.TabIndex = 28;
f017f3c4 163 this.cbVendorId.Text = "global_override_tv_vendor";
de90f347
LOK
164 this.helpDeviceType.SetToolTip(this.cbVendorId, "Only set this value when autodetection isn\'t working");
165 //
f017f3c4 166 // trayIcon
75af24f1 167 //
f017f3c4
LOK
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);
75af24f1 173 //
f017f3c4 174 // trayIconMenu
75af24f1 175 //
f017f3c4
LOK
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(162, 76);
75af24f1 183 //
f017f3c4 184 // tsAdvanced
75af24f1 185 //
f017f3c4
LOK
186 this.tsAdvanced.Name = "tsAdvanced";
187 this.tsAdvanced.Size = new System.Drawing.Size(161, 22);
188 this.tsAdvanced.Text = "Advanced mode";
189 this.tsAdvanced.Click += new System.EventHandler(this.TsAdvancedClick);
75af24f1 190 //
f017f3c4 191 // tsMenuShowHide
75af24f1 192 //
f017f3c4
LOK
193 this.tsMenuShowHide.Name = "tsMenuShowHide";
194 this.tsMenuShowHide.Size = new System.Drawing.Size(161, 22);
195 this.tsMenuShowHide.Text = "Hide";
196 this.tsMenuShowHide.Click += new System.EventHandler(this.TsMenuShowHideClick);
75af24f1 197 //
f017f3c4 198 // toolStripSeparator1
006b76b9 199 //
f017f3c4
LOK
200 this.toolStripSeparator1.Name = "toolStripSeparator1";
201 this.toolStripSeparator1.Size = new System.Drawing.Size(158, 6);
006b76b9 202 //
f017f3c4 203 // tsMenuClose
006b76b9 204 //
f017f3c4
LOK
205 this.tsMenuClose.Name = "tsMenuClose";
206 this.tsMenuClose.Size = new System.Drawing.Size(161, 22);
207 this.tsMenuClose.Text = "Exit";
208 this.tsMenuClose.Click += new System.EventHandler(this.TsMenuCloseClick);
006b76b9 209 //
f017f3c4 210 // LogOutput
006b76b9 211 //
f017f3c4
LOK
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;
006b76b9 227 //
f017f3c4 228 // bSaveLog
006b76b9 229 //
f017f3c4
LOK
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 = "Persist";
235 this.bSaveLog.UseVisualStyleBackColor = true;
236 this.bSaveLog.Click += new System.EventHandler(this.BSaveLogClick);
006b76b9 237 //
f017f3c4 238 // bClearLog
006b76b9 239 //
f017f3c4
LOK
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);
006b76b9 247 //
f017f3c4 248 // cbLogDebug
66609663 249 //
f017f3c4
LOK
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;
66609663 259 //
f017f3c4 260 // cbLogTraffic
006b76b9 261 //
f017f3c4
LOK
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;
006b76b9 271 //
f017f3c4 272 // cbLogNotice
006b76b9 273 //
f017f3c4
LOK
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;
006b76b9 283 //
f017f3c4 284 // cbLogWarning
006b76b9 285 //
f017f3c4
LOK
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;
006b76b9 295 //
f017f3c4 296 // cbLogError
006b76b9 297 //
f017f3c4
LOK
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;
006b76b9 307 //
f017f3c4 308 // tbLog
006b76b9 309 //
f017f3c4
LOK
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;
75af24f1 316 //
96fa7764
LOK
317 // tbTestCommands
318 //
6d866874 319 this.tbTestCommands.Controls.Add(this.bRescanDevices);
ece1582e
LOK
320 this.tbTestCommands.Controls.Add(this.bMute);
321 this.tbTestCommands.Controls.Add(this.bVolDown);
322 this.tbTestCommands.Controls.Add(this.bVolUp);
96fa7764
LOK
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);
f017f3c4 332 this.tbTestCommands.Size = new System.Drawing.Size(592, 344);
96fa7764
LOK
333 this.tbTestCommands.TabIndex = 3;
334 this.tbTestCommands.Text = "CEC tester";
335 this.tbTestCommands.UseVisualStyleBackColor = true;
336 //
6d866874
LOK
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;
f017f3c4 346 this.bRescanDevices.Click += new System.EventHandler(this.BRescanDevicesClick);
6d866874 347 //
ece1582e
LOK
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;
f017f3c4 357 this.bMute.Click += new System.EventHandler(this.BMuteClick);
ece1582e
LOK
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;
f017f3c4 368 this.bVolDown.Click += new System.EventHandler(this.BVolDownClick);
ece1582e
LOK
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;
f017f3c4 379 this.bVolUp.Click += new System.EventHandler(this.BVolUpClick);
ece1582e 380 //
96fa7764
LOK
381 // bActivateSource
382 //
6d866874 383 this.bActivateSource.Enabled = false;
ece1582e 384 this.bActivateSource.Location = new System.Drawing.Point(8, 65);
96fa7764
LOK
385 this.bActivateSource.Name = "bActivateSource";
386 this.bActivateSource.Size = new System.Drawing.Size(150, 23);
387 this.bActivateSource.TabIndex = 5;
ece1582e 388 this.bActivateSource.Text = "Make device active";
96fa7764 389 this.bActivateSource.UseVisualStyleBackColor = true;
f017f3c4 390 this.bActivateSource.Click += new System.EventHandler(this.BActivateSourceClick);
96fa7764
LOK
391 //
392 // bScan
393 //
6d866874 394 this.bScan.Enabled = false;
ece1582e 395 this.bScan.Location = new System.Drawing.Point(8, 94);
96fa7764
LOK
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;
f017f3c4 401 this.bScan.Click += new System.EventHandler(this.BScanClick);
96fa7764
LOK
402 //
403 // bStandby
404 //
6d866874 405 this.bStandby.Enabled = false;
ece1582e 406 this.bStandby.Location = new System.Drawing.Point(8, 36);
96fa7764
LOK
407 this.bStandby.Name = "bStandby";
408 this.bStandby.Size = new System.Drawing.Size(150, 23);
409 this.bStandby.TabIndex = 3;
ece1582e 410 this.bStandby.Text = "Put device in standby";
96fa7764 411 this.bStandby.UseVisualStyleBackColor = true;
f017f3c4 412 this.bStandby.Click += new System.EventHandler(this.BStandbyClick);
96fa7764
LOK
413 //
414 // bSendImageViewOn
415 //
6d866874 416 this.bSendImageViewOn.Enabled = false;
ece1582e 417 this.bSendImageViewOn.Location = new System.Drawing.Point(8, 7);
96fa7764
LOK
418 this.bSendImageViewOn.Name = "bSendImageViewOn";
419 this.bSendImageViewOn.Size = new System.Drawing.Size(150, 23);
420 this.bSendImageViewOn.TabIndex = 2;
ece1582e 421 this.bSendImageViewOn.Text = "Power on device";
96fa7764 422 this.bSendImageViewOn.UseVisualStyleBackColor = true;
f017f3c4 423 this.bSendImageViewOn.Click += new System.EventHandler(this.BSendImageViewOnClick);
96fa7764
LOK
424 //
425 // lDestination
426 //
f017f3c4
LOK
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 // cbOverrideAddress
480 //
481 this.cbOverrideAddress.AutoSize = true;
482 this.cbOverrideAddress.Enabled = false;
483 this.cbOverrideAddress.Location = new System.Drawing.Point(10, 97);
484 this.cbOverrideAddress.Name = "cbOverrideAddress";
485 this.cbOverrideAddress.Size = new System.Drawing.Size(151, 17);
486 this.cbOverrideAddress.TabIndex = 31;
487 this.cbOverrideAddress.Text = "override_physical_address";
488 this.cbOverrideAddress.UseVisualStyleBackColor = true;
489 //
490 // bReloadConfig
96fa7764 491 //
f017f3c4
LOK
492 this.bReloadConfig.Enabled = false;
493 this.bReloadConfig.Location = new System.Drawing.Point(357, 315);
494 this.bReloadConfig.Name = "bReloadConfig";
495 this.bReloadConfig.Size = new System.Drawing.Size(125, 23);
496 this.bReloadConfig.TabIndex = 30;
497 this.bReloadConfig.Text = "Reset configuration";
498 this.bReloadConfig.UseVisualStyleBackColor = true;
499 this.bReloadConfig.Click += new System.EventHandler(this.BReloadConfigClick);
96fa7764 500 //
f017f3c4 501 // cbVendorOverride
96fa7764 502 //
f017f3c4
LOK
503 this.cbVendorOverride.AutoSize = true;
504 this.cbVendorOverride.Enabled = false;
505 this.cbVendorOverride.Location = new System.Drawing.Point(10, 156);
506 this.cbVendorOverride.Name = "cbVendorOverride";
507 this.cbVendorOverride.Size = new System.Drawing.Size(118, 17);
508 this.cbVendorOverride.TabIndex = 29;
509 this.cbVendorOverride.Text = "override_tv_vendor";
510 this.cbVendorOverride.UseVisualStyleBackColor = true;
006b76b9 511 //
f017f3c4 512 // lPowerOff
006b76b9 513 //
f017f3c4
LOK
514 this.lPowerOff.AutoSize = true;
515 this.lPowerOff.Location = new System.Drawing.Point(448, 35);
516 this.lPowerOff.Name = "lPowerOff";
517 this.lPowerOff.Size = new System.Drawing.Size(87, 13);
518 this.lPowerOff.TabIndex = 26;
519 this.lPowerOff.Text = "standby_devices";
8674df6a 520 //
f017f3c4 521 // cbPowerOffDevices
8674df6a 522 //
f017f3c4
LOK
523 this.cbPowerOffDevices.Enabled = false;
524 this.cbPowerOffDevices.FormattingEnabled = true;
525 this.cbPowerOffDevices.Items.AddRange(new object[] {
526 "global_standby_devices"});
527 this.cbPowerOffDevices.Location = new System.Drawing.Point(450, 52);
528 this.cbPowerOffDevices.Name = "cbPowerOffDevices";
529 this.cbPowerOffDevices.Size = new System.Drawing.Size(118, 94);
530 this.cbPowerOffDevices.TabIndex = 25;
6b92c1c4 531 //
f017f3c4 532 // lWakeDevices
6b92c1c4 533 //
f017f3c4
LOK
534 this.lWakeDevices.AutoSize = true;
535 this.lWakeDevices.Location = new System.Drawing.Point(328, 35);
536 this.lWakeDevices.Name = "lWakeDevices";
537 this.lWakeDevices.Size = new System.Drawing.Size(76, 13);
538 this.lWakeDevices.TabIndex = 24;
539 this.lWakeDevices.Text = "wake_devices";
6b92c1c4 540 //
f017f3c4 541 // cbWakeDevices
6b92c1c4 542 //
f017f3c4
LOK
543 this.cbWakeDevices.Enabled = false;
544 this.cbWakeDevices.FormattingEnabled = true;
545 this.cbWakeDevices.Items.AddRange(new object[] {
546 "global_wake_devices"});
547 this.cbWakeDevices.Location = new System.Drawing.Point(320, 52);
548 this.cbWakeDevices.Name = "cbWakeDevices";
549 this.cbWakeDevices.Size = new System.Drawing.Size(118, 94);
550 this.cbWakeDevices.TabIndex = 23;
6b92c1c4 551 //
f017f3c4 552 // cbActivateSource
6b92c1c4 553 //
f017f3c4
LOK
554 this.cbActivateSource.AutoSize = true;
555 this.cbActivateSource.Enabled = false;
556 this.cbActivateSource.Location = new System.Drawing.Point(9, 209);
557 this.cbActivateSource.Name = "cbActivateSource";
558 this.cbActivateSource.Size = new System.Drawing.Size(136, 17);
559 this.cbActivateSource.TabIndex = 19;
560 this.cbActivateSource.Text = "global_activate_source";
561 this.cbActivateSource.UseVisualStyleBackColor = true;
6b92c1c4 562 //
f017f3c4 563 // lPlayerConfig
6b92c1c4 564 //
f017f3c4
LOK
565 this.lPlayerConfig.AutoSize = true;
566 this.lPlayerConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
567 this.lPlayerConfig.Location = new System.Drawing.Point(6, 182);
568 this.lPlayerConfig.Name = "lPlayerConfig";
569 this.lPlayerConfig.Size = new System.Drawing.Size(198, 24);
570 this.lPlayerConfig.TabIndex = 16;
571 this.lPlayerConfig.Text = "Player Configuration";
6b92c1c4 572 //
f017f3c4 573 // lAdapterConfig
6b92c1c4 574 //
f017f3c4
LOK
575 this.lAdapterConfig.AutoSize = true;
576 this.lAdapterConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
577 this.lAdapterConfig.Location = new System.Drawing.Point(6, 3);
578 this.lAdapterConfig.Name = "lAdapterConfig";
579 this.lAdapterConfig.Size = new System.Drawing.Size(213, 24);
580 this.lAdapterConfig.TabIndex = 15;
581 this.lAdapterConfig.Text = "Adapter Configuration";
6b92c1c4 582 //
f017f3c4 583 // bClose
6b92c1c4 584 //
f017f3c4
LOK
585 this.bClose.Enabled = false;
586 this.bClose.Location = new System.Drawing.Point(95, 315);
587 this.bClose.Name = "bClose";
588 this.bClose.Size = new System.Drawing.Size(125, 23);
589 this.bClose.TabIndex = 13;
590 this.bClose.Text = "Close";
591 this.bClose.UseVisualStyleBackColor = true;
592 this.bClose.Click += new System.EventHandler(this.BCancelClick);
006b76b9 593 //
f017f3c4 594 // bSaveConfig
006b76b9 595 //
f017f3c4
LOK
596 this.bSaveConfig.Enabled = false;
597 this.bSaveConfig.Location = new System.Drawing.Point(226, 315);
598 this.bSaveConfig.Name = "bSaveConfig";
599 this.bSaveConfig.Size = new System.Drawing.Size(125, 23);
600 this.bSaveConfig.TabIndex = 12;
601 this.bSaveConfig.Text = "Persist configuration";
602 this.bSaveConfig.UseVisualStyleBackColor = true;
603 this.bSaveConfig.Click += new System.EventHandler(this.BSaveClick);
006b76b9 604 //
f017f3c4 605 // lDeviceType
006b76b9 606 //
f017f3c4
LOK
607 this.lDeviceType.AutoSize = true;
608 this.lDeviceType.Location = new System.Drawing.Point(6, 126);
609 this.lDeviceType.Name = "lDeviceType";
610 this.lDeviceType.Size = new System.Drawing.Size(65, 13);
611 this.lDeviceType.TabIndex = 3;
612 this.lDeviceType.Text = "device_type";
006b76b9 613 //
f017f3c4 614 // lConnectedDevice
006b76b9 615 //
f017f3c4
LOK
616 this.lConnectedDevice.AutoSize = true;
617 this.lConnectedDevice.Location = new System.Drawing.Point(6, 70);
618 this.lConnectedDevice.Name = "lConnectedDevice";
619 this.lConnectedDevice.Size = new System.Drawing.Size(139, 13);
620 this.lConnectedDevice.TabIndex = 1;
621 this.lConnectedDevice.Text = "connected_to_hdmi_device";
68b94c34 622 //
f017f3c4 623 // lPortNumber
68b94c34 624 //
f017f3c4
LOK
625 this.lPortNumber.AutoSize = true;
626 this.lPortNumber.Location = new System.Drawing.Point(6, 43);
627 this.lPortNumber.Name = "lPortNumber";
628 this.lPortNumber.Size = new System.Drawing.Size(53, 13);
629 this.lPortNumber.TabIndex = 0;
630 this.lPortNumber.Text = "hdmi_port";
631 //
632 // tabPanel
633 //
634 this.tabPanel.Controls.Add(this.Configuration);
635 this.tabPanel.Controls.Add(this.tbTestCommands);
636 this.tabPanel.Controls.Add(this.LogOutput);
637 this.tabPanel.Location = new System.Drawing.Point(12, 27);
638 this.tabPanel.Name = "tabPanel";
639 this.tabPanel.SelectedIndex = 0;
640 this.tabPanel.Size = new System.Drawing.Size(600, 370);
641 this.tabPanel.TabIndex = 0;
642 this.tabPanel.SelectedIndexChanged += new System.EventHandler(this.TabControl1SelectedIndexChanged);
643 //
644 // menuStrip1
645 //
646 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
647 this.fileToolStripMenuItem,
648 this.applicationsToolStripMenuItem,
649 this.helpToolStripMenuItem});
650 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
651 this.menuStrip1.Name = "menuStrip1";
652 this.menuStrip1.Size = new System.Drawing.Size(624, 24);
653 this.menuStrip1.TabIndex = 3;
654 this.menuStrip1.Text = "menuStrip1";
655 //
656 // fileToolStripMenuItem
657 //
658 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
659 this.hideToolStripMenuItem,
660 this.advancedModeToolStripMenuItem,
661 this.closeToolStripMenuItem});
662 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
663 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
664 this.fileToolStripMenuItem.Text = "File";
665 //
666 // hideToolStripMenuItem
667 //
668 this.hideToolStripMenuItem.Name = "hideToolStripMenuItem";
669 this.hideToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
670 this.hideToolStripMenuItem.Text = "Hide";
671 this.hideToolStripMenuItem.Click += new System.EventHandler(this.HideToolStripMenuItemClick);
672 //
673 // advancedModeToolStripMenuItem
674 //
675 this.advancedModeToolStripMenuItem.Name = "advancedModeToolStripMenuItem";
676 this.advancedModeToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
677 this.advancedModeToolStripMenuItem.Text = "Advanced mode";
678 this.advancedModeToolStripMenuItem.Click += new System.EventHandler(this.AdvancedModeToolStripMenuItemClick);
679 //
680 // closeToolStripMenuItem
681 //
682 this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
683 this.closeToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
684 this.closeToolStripMenuItem.Text = "Close";
685 this.closeToolStripMenuItem.Click += new System.EventHandler(this.CloseToolStripMenuItemClick);
686 //
687 // applicationsToolStripMenuItem
688 //
689 this.applicationsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
690 this.addNewApplicationToolStripMenuItem});
691 this.applicationsToolStripMenuItem.Enabled = false;
692 this.applicationsToolStripMenuItem.Name = "applicationsToolStripMenuItem";
693 this.applicationsToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
694 this.applicationsToolStripMenuItem.Text = "Applications";
695 //
696 // addNewApplicationToolStripMenuItem
697 //
698 this.addNewApplicationToolStripMenuItem.Enabled = false;
699 this.addNewApplicationToolStripMenuItem.Name = "addNewApplicationToolStripMenuItem";
700 this.addNewApplicationToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
701 this.addNewApplicationToolStripMenuItem.Text = "Add new application";
702 this.addNewApplicationToolStripMenuItem.Click += new System.EventHandler(this.AddNewApplicationToolStripMenuItemClick);
703 //
704 // helpToolStripMenuItem
705 //
706 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
707 this.aboutToolStripMenuItem});
708 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
709 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
710 this.helpToolStripMenuItem.Text = "Help";
711 //
712 // aboutToolStripMenuItem
713 //
714 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
715 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
716 this.aboutToolStripMenuItem.Text = "About";
717 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
718 //
719 // cbStartMinimised
720 //
721 this.cbStartMinimised.AutoSize = true;
722 this.cbStartMinimised.Enabled = false;
723 this.cbStartMinimised.Location = new System.Drawing.Point(9, 232);
724 this.cbStartMinimised.Name = "cbStartMinimised";
725 this.cbStartMinimised.Size = new System.Drawing.Size(118, 17);
726 this.cbStartMinimised.TabIndex = 32;
727 this.cbStartMinimised.Text = "global_start_hidden";
728 this.cbStartMinimised.UseVisualStyleBackColor = true;
729 //
730 // CECTray
006b76b9
LOK
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);
f017f3c4 735 this.Controls.Add(this.menuStrip1);
006b76b9
LOK
736 this.Controls.Add(this.lStatus);
737 this.Controls.Add(this.pProgress);
f017f3c4 738 this.Controls.Add(this.tabPanel);
522f9a20
LOK
739 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
740 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
f017f3c4 741 this.MainMenuStrip = this.menuStrip1;
522f9a20 742 this.MaximizeBox = false;
f017f3c4
LOK
743 this.Name = "CECTray";
744 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
f017f3c4
LOK
745 this.Resize += new System.EventHandler(this.CECTrayResize);
746 this.trayIconMenu.ResumeLayout(false);
006b76b9
LOK
747 this.LogOutput.ResumeLayout(false);
748 this.LogOutput.PerformLayout();
f017f3c4
LOK
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();
006b76b9
LOK
756 this.ResumeLayout(false);
757 this.PerformLayout();
758
759 }
760
761 #endregion
762
006b76b9 763 private System.Windows.Forms.ProgressBar pProgress;
f017f3c4 764 public System.Windows.Forms.Label lStatus;
5d5e105d
LOK
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;
f017f3c4
LOK
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;
6b92c1c4
LOK
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;
f017f3c4 783 private System.Windows.Forms.TextBox tbLog;
96fa7764 784 private System.Windows.Forms.TabPage tbTestCommands;
f017f3c4 785 private System.Windows.Forms.Button bRescanDevices;
ece1582e
LOK
786 private System.Windows.Forms.Button bMute;
787 private System.Windows.Forms.Button bVolDown;
788 private System.Windows.Forms.Button bVolUp;
f017f3c4
LOK
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;
75af24f1
LOK
798 private System.Windows.Forms.CheckBox cbVendorOverride;
799 private System.Windows.Forms.ComboBox cbVendorId;
f017f3c4
LOK
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;
68b94c34 806 private System.Windows.Forms.Label lAdapterConfig;
f017f3c4
LOK
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;
006b76b9
LOK
827 }
828}