Ear cleanup.
1 namespace SharpDisplayManager
6 /// Required designer variable.
8 private System.ComponentModel.IContainer components = null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
18 if (iNotifyIcon != null)
20 iNotifyIcon.Dispose();
24 if (components != null)
29 base.Dispose(disposing);
32 #region Windows Form Designer generated code
35 /// Required method for Designer support - do not modify
36 /// the contents of this method with the code editor.
38 private void InitializeComponent()
40 this.components = new System.ComponentModel.Container();
41 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
42 this.panelDisplay = new System.Windows.Forms.Panel();
43 this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
44 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
45 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
46 this.fontDialog = new System.Windows.Forms.FontDialog();
47 this.timer = new System.Windows.Forms.Timer(this.components);
48 this.statusStrip = new System.Windows.Forms.StatusStrip();
49 this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
50 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
51 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
52 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
53 this.tabPageClients = new System.Windows.Forms.TabPage();
54 this.iCheckBoxStartIdleClient = new System.Windows.Forms.CheckBox();
55 this.iButtonStartIdleClient = new System.Windows.Forms.Button();
56 this.buttonCloseClients = new System.Windows.Forms.Button();
57 this.buttonStartClient = new System.Windows.Forms.Button();
58 this.iTreeViewClients = new System.Windows.Forms.TreeView();
59 this.tabPageDisplay = new System.Windows.Forms.TabPage();
60 this.buttonShowClock = new System.Windows.Forms.Button();
61 this.buttonHideClock = new System.Windows.Forms.Button();
62 this.buttonPowerOff = new System.Windows.Forms.Button();
63 this.buttonPowerOn = new System.Windows.Forms.Button();
64 this.labelTimerInterval = new System.Windows.Forms.Label();
65 this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
66 this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
67 this.buttonSuspend = new System.Windows.Forms.Button();
68 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
69 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
70 this.buttonFill = new System.Windows.Forms.Button();
71 this.buttonClear = new System.Windows.Forms.Button();
72 this.buttonClose = new System.Windows.Forms.Button();
73 this.buttonOpen = new System.Windows.Forms.Button();
74 this.buttonCapture = new System.Windows.Forms.Button();
75 this.labelWarning = new System.Windows.Forms.Label();
76 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
77 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
78 this.buttonFont = new System.Windows.Forms.Button();
79 this.tabControl = new System.Windows.Forms.TabControl();
80 this.tabPageDesign = new System.Windows.Forms.TabPage();
81 this.labelScrollingSpeed = new System.Windows.Forms.Label();
82 this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
83 this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
84 this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
85 this.labelMinFontSize = new System.Windows.Forms.Label();
86 this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
87 this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
88 this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
89 this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
90 this.tabPageAudio = new System.Windows.Forms.TabPage();
91 this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
92 this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
93 this.checkBoxMute = new System.Windows.Forms.CheckBox();
94 this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
95 this.tabPageInput = new System.Windows.Forms.TabPage();
96 this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
97 this.labelOpticalDriveEject = new System.Windows.Forms.Label();
98 this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
99 this.labelStartFileName = new System.Windows.Forms.Label();
100 this.buttonSelectFile = new System.Windows.Forms.Button();
101 this.tabPageCec = new System.Windows.Forms.TabPage();
102 this.groupBoxCecLogOptions = new System.Windows.Forms.GroupBox();
103 this.checkBoxCecLogNoPoll = new System.Windows.Forms.CheckBox();
104 this.checkBoxCecLogTraffic = new System.Windows.Forms.CheckBox();
105 this.checkBoxCecLogDebug = new System.Windows.Forms.CheckBox();
106 this.checkBoxCecLogNotice = new System.Windows.Forms.CheckBox();
107 this.checkBoxCecLogError = new System.Windows.Forms.CheckBox();
108 this.checkBoxCecLogWarning = new System.Windows.Forms.CheckBox();
109 this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
110 this.labelHdmiPort = new System.Windows.Forms.Label();
111 this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
112 this.tabPageHarmony = new System.Windows.Forms.TabPage();
113 this.iCheckBoxHarmonyEnabled = new System.Windows.Forms.CheckBox();
114 this.iTreeViewHarmony = new System.Windows.Forms.TreeView();
115 this.iButtonHarmonyConnect = new System.Windows.Forms.Button();
116 this.label2 = new System.Windows.Forms.Label();
117 this.iTextBoxLogitechPassword = new System.Windows.Forms.TextBox();
118 this.labelLogitechUserName = new System.Windows.Forms.Label();
119 this.iTextBoxLogitechUserName = new System.Windows.Forms.TextBox();
120 this.label1 = new System.Windows.Forms.Label();
121 this.iTextBoxHarmonyHubAddress = new System.Windows.Forms.TextBox();
122 this.tabPageEvent = new System.Windows.Forms.TabPage();
123 this.buttonEventEdit = new System.Windows.Forms.Button();
124 this.buttonEventDelete = new System.Windows.Forms.Button();
125 this.buttonEventAdd = new System.Windows.Forms.Button();
126 this.buttonEventTest = new System.Windows.Forms.Button();
127 this.buttonActionEdit = new System.Windows.Forms.Button();
128 this.buttonActionMoveUp = new System.Windows.Forms.Button();
129 this.buttonActionMoveDown = new System.Windows.Forms.Button();
130 this.buttonActionTest = new System.Windows.Forms.Button();
131 this.buttonActionDelete = new System.Windows.Forms.Button();
132 this.buttonActionAdd = new System.Windows.Forms.Button();
133 this.iTreeViewEvents = new System.Windows.Forms.TreeView();
134 this.tabPageApp = new System.Windows.Forms.TabPage();
135 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
136 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
137 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
138 this.buttonUpdate = new System.Windows.Forms.Button();
139 this.tabPageLogs = new System.Windows.Forms.TabPage();
140 this.buttonClearLogs = new System.Windows.Forms.Button();
141 this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
142 this.labelFontWidth = new System.Windows.Forms.Label();
143 this.labelFontHeight = new System.Windows.Forms.Label();
144 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
145 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
146 this.panelDisplay.SuspendLayout();
147 this.iTableLayoutPanel.SuspendLayout();
148 this.statusStrip.SuspendLayout();
149 this.tabPageClients.SuspendLayout();
150 this.tabPageDisplay.SuspendLayout();
151 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
152 this.tabControl.SuspendLayout();
153 this.tabPageDesign.SuspendLayout();
154 this.tabPageAudio.SuspendLayout();
155 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
156 this.tabPageInput.SuspendLayout();
157 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
158 this.tabPageCec.SuspendLayout();
159 this.groupBoxCecLogOptions.SuspendLayout();
160 this.tabPageHarmony.SuspendLayout();
161 this.tabPageEvent.SuspendLayout();
162 this.tabPageApp.SuspendLayout();
163 this.tabPageLogs.SuspendLayout();
164 this.SuspendLayout();
168 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
169 this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
170 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
171 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
172 this.panelDisplay.Name = "panelDisplay";
173 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
174 this.panelDisplay.TabIndex = 12;
178 this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
179 | System.Windows.Forms.AnchorStyles.Left)
180 | System.Windows.Forms.AnchorStyles.Right)));
181 this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
182 this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
183 this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
184 this.iTableLayoutPanel.ColumnCount = 1;
185 this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
186 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
187 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
188 this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
189 this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
190 this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
191 this.iTableLayoutPanel.Name = "iTableLayoutPanel";
192 this.iTableLayoutPanel.RowCount = 2;
193 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
194 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
195 this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
196 this.iTableLayoutPanel.TabIndex = 5;
197 this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
201 this.marqueeLabelTop.AutoEllipsis = true;
202 this.marqueeLabelTop.AutoSize = true;
203 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
204 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
205 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
206 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
207 this.marqueeLabelTop.MinFontSize = 15F;
208 this.marqueeLabelTop.Name = "marqueeLabelTop";
209 this.marqueeLabelTop.OwnTimer = false;
210 this.marqueeLabelTop.PixelsPerSecond = 64;
211 this.marqueeLabelTop.ScaleToFit = true;
212 this.marqueeLabelTop.Separator = "|";
213 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
214 this.marqueeLabelTop.TabIndex = 2;
215 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
216 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
217 this.marqueeLabelTop.UseCompatibleTextRendering = true;
219 // marqueeLabelBottom
221 this.marqueeLabelBottom.AutoEllipsis = true;
222 this.marqueeLabelBottom.AutoSize = true;
223 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
224 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
225 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
226 this.marqueeLabelBottom.MinFontSize = 15F;
227 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
228 this.marqueeLabelBottom.OwnTimer = false;
229 this.marqueeLabelBottom.PixelsPerSecond = 64;
230 this.marqueeLabelBottom.ScaleToFit = true;
231 this.marqueeLabelBottom.Separator = "|";
232 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
233 this.marqueeLabelBottom.TabIndex = 3;
234 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
235 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
236 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
240 this.timer.Interval = 50;
241 this.timer.Tick += new System.EventHandler(this.timer_Tick);
245 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
246 this.toolStripStatusLabelConnect,
247 this.toolStripStatusLabelSpring,
248 this.toolStripStatusLabelPower,
249 this.toolStripStatusLabelFps});
250 this.statusStrip.Location = new System.Drawing.Point(0, 539);
251 this.statusStrip.Name = "statusStrip";
252 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
253 this.statusStrip.Size = new System.Drawing.Size(784, 22);
254 this.statusStrip.TabIndex = 1;
255 this.statusStrip.Text = "statusStrip";
257 // toolStripStatusLabelConnect
259 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
260 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
261 this.toolStripStatusLabelConnect.Text = "Not connected";
263 // toolStripStatusLabelSpring
265 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
266 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(633, 17);
267 this.toolStripStatusLabelSpring.Spring = true;
269 // toolStripStatusLabelPower
271 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
272 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
273 this.toolStripStatusLabelPower.Text = "NA";
275 // toolStripStatusLabelFps
277 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
278 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
279 this.toolStripStatusLabelFps.Text = "FPS";
283 this.tabPageClients.Controls.Add(this.iCheckBoxStartIdleClient);
284 this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
285 this.tabPageClients.Controls.Add(this.buttonCloseClients);
286 this.tabPageClients.Controls.Add(this.buttonStartClient);
287 this.tabPageClients.Controls.Add(this.iTreeViewClients);
288 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
289 this.tabPageClients.Name = "tabPageClients";
290 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
291 this.tabPageClients.Size = new System.Drawing.Size(752, 385);
292 this.tabPageClients.TabIndex = 2;
293 this.tabPageClients.Text = "Clients";
294 this.tabPageClients.UseVisualStyleBackColor = true;
296 // iCheckBoxStartIdleClient
298 this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
299 this.iCheckBoxStartIdleClient.AutoSize = true;
300 this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
301 this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
302 this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
303 this.iCheckBoxStartIdleClient.TabIndex = 22;
304 this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
305 this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
306 this.iCheckBoxStartIdleClient.CheckedChanged += new System.EventHandler(this.checkBoxStartIdleClient_CheckedChanged);
308 // iButtonStartIdleClient
310 this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
311 this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
312 this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
313 this.iButtonStartIdleClient.TabIndex = 21;
314 this.iButtonStartIdleClient.Text = "Start Idle Client";
315 this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
316 this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
318 // buttonCloseClients
320 this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
321 this.buttonCloseClients.Location = new System.Drawing.Point(6, 336);
322 this.buttonCloseClients.Name = "buttonCloseClients";
323 this.buttonCloseClients.Size = new System.Drawing.Size(96, 23);
324 this.buttonCloseClients.TabIndex = 20;
325 this.buttonCloseClients.Text = "Close Clients";
326 this.buttonCloseClients.UseVisualStyleBackColor = true;
327 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
331 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
332 this.buttonStartClient.Name = "buttonStartClient";
333 this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
334 this.buttonStartClient.TabIndex = 19;
335 this.buttonStartClient.Text = "Start Test Client";
336 this.buttonStartClient.UseVisualStyleBackColor = true;
337 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
341 this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
342 | System.Windows.Forms.AnchorStyles.Left)
343 | System.Windows.Forms.AnchorStyles.Right)));
344 this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
345 this.iTreeViewClients.Name = "iTreeViewClients";
346 this.iTreeViewClients.Size = new System.Drawing.Size(638, 328);
347 this.iTreeViewClients.TabIndex = 0;
348 this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
352 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
353 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
354 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
355 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
356 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
357 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
358 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
359 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
360 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
361 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
362 this.tabPageDisplay.Controls.Add(this.buttonFill);
363 this.tabPageDisplay.Controls.Add(this.buttonClear);
364 this.tabPageDisplay.Controls.Add(this.buttonClose);
365 this.tabPageDisplay.Controls.Add(this.buttonOpen);
366 this.tabPageDisplay.Controls.Add(this.buttonCapture);
367 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
368 this.tabPageDisplay.Name = "tabPageDisplay";
369 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
370 this.tabPageDisplay.Size = new System.Drawing.Size(752, 385);
371 this.tabPageDisplay.TabIndex = 0;
372 this.tabPageDisplay.Text = "Display";
373 this.tabPageDisplay.UseVisualStyleBackColor = true;
377 this.buttonShowClock.Location = new System.Drawing.Point(6, 122);
378 this.buttonShowClock.Name = "buttonShowClock";
379 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
380 this.buttonShowClock.TabIndex = 23;
381 this.buttonShowClock.Text = "Show Clock";
382 this.buttonShowClock.UseVisualStyleBackColor = true;
383 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
387 this.buttonHideClock.Location = new System.Drawing.Point(6, 151);
388 this.buttonHideClock.Name = "buttonHideClock";
389 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
390 this.buttonHideClock.TabIndex = 22;
391 this.buttonHideClock.Text = "Hide Clock";
392 this.buttonHideClock.UseVisualStyleBackColor = true;
393 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
397 this.buttonPowerOff.Location = new System.Drawing.Point(6, 209);
398 this.buttonPowerOff.Name = "buttonPowerOff";
399 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
400 this.buttonPowerOff.TabIndex = 21;
401 this.buttonPowerOff.Text = "OFF";
402 this.buttonPowerOff.UseVisualStyleBackColor = true;
403 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
407 this.buttonPowerOn.Location = new System.Drawing.Point(6, 180);
408 this.buttonPowerOn.Name = "buttonPowerOn";
409 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
410 this.buttonPowerOn.TabIndex = 20;
411 this.buttonPowerOn.Text = "ON";
412 this.buttonPowerOn.UseVisualStyleBackColor = true;
413 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
415 // labelTimerInterval
417 this.labelTimerInterval.AutoSize = true;
418 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
419 this.labelTimerInterval.Name = "labelTimerInterval";
420 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
421 this.labelTimerInterval.TabIndex = 19;
422 this.labelTimerInterval.Text = "Timer interval (ms) :";
424 // maskedTextBoxTimerInterval
426 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
427 this.maskedTextBoxTimerInterval.Mask = "000";
428 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
429 this.maskedTextBoxTimerInterval.PromptChar = ' ';
430 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
431 this.maskedTextBoxTimerInterval.TabIndex = 18;
432 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
434 // comboBoxDisplayType
436 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
437 this.comboBoxDisplayType.FormattingEnabled = true;
438 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
439 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
440 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
441 this.comboBoxDisplayType.TabIndex = 17;
442 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
446 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
447 this.buttonSuspend.Location = new System.Drawing.Point(6, 317);
448 this.buttonSuspend.Name = "buttonSuspend";
449 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
450 this.buttonSuspend.TabIndex = 16;
451 this.buttonSuspend.Text = "Pause";
452 this.buttonSuspend.UseVisualStyleBackColor = true;
453 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
455 // checkBoxConnectOnStartup
457 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
458 this.checkBoxConnectOnStartup.AutoSize = true;
459 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
460 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
461 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
462 this.checkBoxConnectOnStartup.TabIndex = 13;
463 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
464 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
465 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
467 // trackBarBrightness
469 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
470 | System.Windows.Forms.AnchorStyles.Right)));
471 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
472 this.trackBarBrightness.Location = new System.Drawing.Point(704, 9);
473 this.trackBarBrightness.Name = "trackBarBrightness";
474 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
475 this.trackBarBrightness.Size = new System.Drawing.Size(45, 358);
476 this.trackBarBrightness.TabIndex = 10;
477 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
478 this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
479 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
483 this.buttonFill.Location = new System.Drawing.Point(6, 93);
484 this.buttonFill.Name = "buttonFill";
485 this.buttonFill.Size = new System.Drawing.Size(75, 23);
486 this.buttonFill.TabIndex = 9;
487 this.buttonFill.Text = "Fill";
488 this.buttonFill.UseVisualStyleBackColor = true;
489 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
493 this.buttonClear.Location = new System.Drawing.Point(6, 64);
494 this.buttonClear.Name = "buttonClear";
495 this.buttonClear.Size = new System.Drawing.Size(75, 23);
496 this.buttonClear.TabIndex = 8;
497 this.buttonClear.Text = "Clear";
498 this.buttonClear.UseVisualStyleBackColor = true;
499 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
503 this.buttonClose.Location = new System.Drawing.Point(6, 35);
504 this.buttonClose.Name = "buttonClose";
505 this.buttonClose.Size = new System.Drawing.Size(75, 23);
506 this.buttonClose.TabIndex = 7;
507 this.buttonClose.Text = "Close";
508 this.buttonClose.UseVisualStyleBackColor = true;
509 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
513 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
514 this.buttonOpen.Name = "buttonOpen";
515 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
516 this.buttonOpen.TabIndex = 6;
517 this.buttonOpen.Text = "Open";
518 this.buttonOpen.UseVisualStyleBackColor = true;
519 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
523 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
524 this.buttonCapture.Location = new System.Drawing.Point(6, 346);
525 this.buttonCapture.Name = "buttonCapture";
526 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
527 this.buttonCapture.TabIndex = 5;
528 this.buttonCapture.Text = "Capture";
529 this.buttonCapture.UseVisualStyleBackColor = true;
530 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
534 this.labelWarning.AutoSize = true;
535 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
536 this.labelWarning.ForeColor = System.Drawing.Color.Red;
537 this.labelWarning.Location = new System.Drawing.Point(9, 9);
538 this.labelWarning.Name = "labelWarning";
539 this.labelWarning.Size = new System.Drawing.Size(80, 16);
540 this.labelWarning.TabIndex = 18;
541 this.labelWarning.Text = "WARNING";
542 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
543 this.labelWarning.Visible = false;
545 // checkBoxFixedPitchFontOnly
547 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
548 this.checkBoxFixedPitchFontOnly.AutoSize = true;
549 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 362);
550 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
551 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
552 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
553 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
554 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
556 // checkBoxShowBorders
558 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
559 this.checkBoxShowBorders.AutoSize = true;
560 this.checkBoxShowBorders.Location = new System.Drawing.Point(645, 29);
561 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
562 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
563 this.checkBoxShowBorders.TabIndex = 11;
564 this.checkBoxShowBorders.Text = "Show borders";
565 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
566 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
570 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
571 this.buttonFont.Location = new System.Drawing.Point(6, 356);
572 this.buttonFont.Name = "buttonFont";
573 this.buttonFont.Size = new System.Drawing.Size(75, 23);
574 this.buttonFont.TabIndex = 0;
575 this.buttonFont.Text = "Select Font";
576 this.buttonFont.UseVisualStyleBackColor = true;
577 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
581 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
582 | System.Windows.Forms.AnchorStyles.Left)
583 | System.Windows.Forms.AnchorStyles.Right)));
584 this.tabControl.Controls.Add(this.tabPageDisplay);
585 this.tabControl.Controls.Add(this.tabPageClients);
586 this.tabControl.Controls.Add(this.tabPageDesign);
587 this.tabControl.Controls.Add(this.tabPageAudio);
588 this.tabControl.Controls.Add(this.tabPageInput);
589 this.tabControl.Controls.Add(this.tabPageCec);
590 this.tabControl.Controls.Add(this.tabPageHarmony);
591 this.tabControl.Controls.Add(this.tabPageEvent);
592 this.tabControl.Controls.Add(this.tabPageApp);
593 this.tabControl.Controls.Add(this.tabPageLogs);
594 this.tabControl.Location = new System.Drawing.Point(12, 125);
595 this.tabControl.Name = "tabControl";
596 this.tabControl.SelectedIndex = 0;
597 this.tabControl.Size = new System.Drawing.Size(760, 411);
598 this.tabControl.TabIndex = 0;
602 this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
603 this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
604 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
605 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
606 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
607 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
608 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
609 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
610 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
611 this.tabPageDesign.Controls.Add(this.buttonFont);
612 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
613 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
614 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
615 this.tabPageDesign.Name = "tabPageDesign";
616 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
617 this.tabPageDesign.Size = new System.Drawing.Size(752, 385);
618 this.tabPageDesign.TabIndex = 3;
619 this.tabPageDesign.Text = "Design";
620 this.tabPageDesign.UseVisualStyleBackColor = true;
622 // labelScrollingSpeed
624 this.labelScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
625 this.labelScrollingSpeed.AutoSize = true;
626 this.labelScrollingSpeed.Location = new System.Drawing.Point(92, 248);
627 this.labelScrollingSpeed.Name = "labelScrollingSpeed";
628 this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
629 this.labelScrollingSpeed.TabIndex = 28;
630 this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
632 // maskedTextBoxScrollingSpeed
634 this.maskedTextBoxScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
635 this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(213, 245);
636 this.maskedTextBoxScrollingSpeed.Mask = "000";
637 this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
638 this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
639 this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
640 this.maskedTextBoxScrollingSpeed.TabIndex = 27;
641 this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
643 // labelScrollLoopSeparator
645 this.labelScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
646 this.labelScrollLoopSeparator.AutoSize = true;
647 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(98, 274);
648 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
649 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
650 this.labelScrollLoopSeparator.TabIndex = 26;
651 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
653 // textBoxScrollLoopSeparator
655 this.textBoxScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
656 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(213, 271);
657 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
658 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
659 this.textBoxScrollLoopSeparator.TabIndex = 25;
660 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
664 this.labelMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
665 this.labelMinFontSize.AutoSize = true;
666 this.labelMinFontSize.Location = new System.Drawing.Point(88, 323);
667 this.labelMinFontSize.Name = "labelMinFontSize";
668 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
669 this.labelMinFontSize.TabIndex = 24;
670 this.labelMinFontSize.Text = "Minimum font size (pts) :";
672 // maskedTextBoxMinFontSize
674 this.maskedTextBoxMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
675 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(213, 320);
676 this.maskedTextBoxMinFontSize.Mask = "000";
677 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
678 this.maskedTextBoxMinFontSize.PromptChar = ' ';
679 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
680 this.maskedTextBoxMinFontSize.TabIndex = 23;
681 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
683 // checkBoxScaleToFit
685 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
686 this.checkBoxScaleToFit.AutoSize = true;
687 this.checkBoxScaleToFit.Location = new System.Drawing.Point(86, 297);
688 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
689 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
690 this.checkBoxScaleToFit.TabIndex = 22;
691 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
692 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
693 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
695 // checkBoxInverseColors
697 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
698 this.checkBoxInverseColors.AutoSize = true;
699 this.checkBoxInverseColors.Location = new System.Drawing.Point(645, 52);
700 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
701 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
702 this.checkBoxInverseColors.TabIndex = 21;
703 this.checkBoxInverseColors.Text = "Inverse colors";
704 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
705 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
707 // checkBoxReverseScreen
709 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
710 this.checkBoxReverseScreen.AutoSize = true;
711 this.checkBoxReverseScreen.Location = new System.Drawing.Point(645, 6);
712 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
713 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
714 this.checkBoxReverseScreen.TabIndex = 14;
715 this.checkBoxReverseScreen.Text = "Reverse screen";
716 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
717 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
721 this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
722 this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
723 this.tabPageAudio.Controls.Add(this.checkBoxMute);
724 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
725 this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
726 this.tabPageAudio.Name = "tabPageAudio";
727 this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
728 this.tabPageAudio.Size = new System.Drawing.Size(752, 385);
729 this.tabPageAudio.TabIndex = 5;
730 this.tabPageAudio.Text = "Audio";
731 this.tabPageAudio.UseVisualStyleBackColor = true;
733 // labelDefaultAudioDevice
735 this.labelDefaultAudioDevice.AutoSize = true;
736 this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
737 this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
738 this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
739 this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
740 this.labelDefaultAudioDevice.TabIndex = 19;
741 this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
743 // checkBoxShowVolumeLabel
745 this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
746 this.checkBoxShowVolumeLabel.AutoSize = true;
747 this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 329);
748 this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
749 this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
750 this.checkBoxShowVolumeLabel.TabIndex = 18;
751 this.checkBoxShowVolumeLabel.Text = "Show volume label";
752 this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
753 this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
757 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
758 this.checkBoxMute.AutoSize = true;
759 this.checkBoxMute.Location = new System.Drawing.Point(3, 352);
760 this.checkBoxMute.Name = "checkBoxMute";
761 this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
762 this.checkBoxMute.TabIndex = 17;
763 this.checkBoxMute.Text = "Mute";
764 this.checkBoxMute.UseVisualStyleBackColor = true;
765 this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
767 // trackBarMasterVolume
769 this.trackBarMasterVolume.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
770 | System.Windows.Forms.AnchorStyles.Right)));
771 this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
772 this.trackBarMasterVolume.Location = new System.Drawing.Point(701, 6);
773 this.trackBarMasterVolume.Maximum = 100;
774 this.trackBarMasterVolume.Name = "trackBarMasterVolume";
775 this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
776 this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 373);
777 this.trackBarMasterVolume.TabIndex = 0;
778 this.trackBarMasterVolume.TickFrequency = 10;
779 this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
780 this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
781 this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
785 this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
786 this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
787 this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
788 this.tabPageInput.Controls.Add(this.labelStartFileName);
789 this.tabPageInput.Controls.Add(this.buttonSelectFile);
790 this.tabPageInput.Location = new System.Drawing.Point(4, 22);
791 this.tabPageInput.Name = "tabPageInput";
792 this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
793 this.tabPageInput.Size = new System.Drawing.Size(752, 385);
794 this.tabPageInput.TabIndex = 6;
795 this.tabPageInput.Text = "Input";
796 this.tabPageInput.UseVisualStyleBackColor = true;
798 // comboBoxOpticalDrives
800 this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
801 this.comboBoxOpticalDrives.FormattingEnabled = true;
802 this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
803 this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
804 this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
805 this.comboBoxOpticalDrives.TabIndex = 18;
806 this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
808 // labelOpticalDriveEject
810 this.labelOpticalDriveEject.AutoSize = true;
811 this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
812 this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
813 this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
814 this.labelOpticalDriveEject.TabIndex = 3;
815 this.labelOpticalDriveEject.Text = "Optical drive to eject:";
817 // pictureBoxGreenStart
819 this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
820 this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
821 this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
822 this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
823 this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
824 this.pictureBoxGreenStart.TabIndex = 2;
825 this.pictureBoxGreenStart.TabStop = false;
827 // labelStartFileName
829 this.labelStartFileName.AutoSize = true;
830 this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
831 this.labelStartFileName.Name = "labelStartFileName";
832 this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
833 this.labelStartFileName.TabIndex = 1;
834 this.labelStartFileName.Text = "None";
838 this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
839 this.buttonSelectFile.Name = "buttonSelectFile";
840 this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
841 this.buttonSelectFile.TabIndex = 0;
842 this.buttonSelectFile.Text = "...";
843 this.buttonSelectFile.UseVisualStyleBackColor = true;
844 this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
848 this.tabPageCec.Controls.Add(this.groupBoxCecLogOptions);
849 this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
850 this.tabPageCec.Controls.Add(this.labelHdmiPort);
851 this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
852 this.tabPageCec.Location = new System.Drawing.Point(4, 22);
853 this.tabPageCec.Name = "tabPageCec";
854 this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
855 this.tabPageCec.Size = new System.Drawing.Size(752, 385);
856 this.tabPageCec.TabIndex = 7;
857 this.tabPageCec.Text = "CEC";
858 this.tabPageCec.UseVisualStyleBackColor = true;
860 // groupBoxCecLogOptions
862 this.groupBoxCecLogOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
863 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNoPoll);
864 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogTraffic);
865 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogDebug);
866 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNotice);
867 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogError);
868 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogWarning);
869 this.groupBoxCecLogOptions.Location = new System.Drawing.Point(6, 239);
870 this.groupBoxCecLogOptions.Name = "groupBoxCecLogOptions";
871 this.groupBoxCecLogOptions.Size = new System.Drawing.Size(165, 140);
872 this.groupBoxCecLogOptions.TabIndex = 25;
873 this.groupBoxCecLogOptions.TabStop = false;
874 this.groupBoxCecLogOptions.Text = "Log options";
876 // checkBoxCecLogNoPoll
878 this.checkBoxCecLogNoPoll.AutoSize = true;
879 this.checkBoxCecLogNoPoll.Checked = true;
880 this.checkBoxCecLogNoPoll.CheckState = System.Windows.Forms.CheckState.Checked;
881 this.checkBoxCecLogNoPoll.Location = new System.Drawing.Point(76, 24);
882 this.checkBoxCecLogNoPoll.Name = "checkBoxCecLogNoPoll";
883 this.checkBoxCecLogNoPoll.Size = new System.Drawing.Size(59, 17);
884 this.checkBoxCecLogNoPoll.TabIndex = 30;
885 this.checkBoxCecLogNoPoll.Text = "No poll";
886 this.checkBoxCecLogNoPoll.UseVisualStyleBackColor = true;
887 this.checkBoxCecLogNoPoll.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
889 // checkBoxCecLogTraffic
891 this.checkBoxCecLogTraffic.AutoSize = true;
892 this.checkBoxCecLogTraffic.Location = new System.Drawing.Point(6, 93);
893 this.checkBoxCecLogTraffic.Name = "checkBoxCecLogTraffic";
894 this.checkBoxCecLogTraffic.Size = new System.Drawing.Size(56, 17);
895 this.checkBoxCecLogTraffic.TabIndex = 29;
896 this.checkBoxCecLogTraffic.Text = "Traffic";
897 this.checkBoxCecLogTraffic.UseVisualStyleBackColor = true;
898 this.checkBoxCecLogTraffic.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
900 // checkBoxCecLogDebug
902 this.checkBoxCecLogDebug.AutoSize = true;
903 this.checkBoxCecLogDebug.Location = new System.Drawing.Point(6, 116);
904 this.checkBoxCecLogDebug.Name = "checkBoxCecLogDebug";
905 this.checkBoxCecLogDebug.Size = new System.Drawing.Size(58, 17);
906 this.checkBoxCecLogDebug.TabIndex = 28;
907 this.checkBoxCecLogDebug.Text = "Debug";
908 this.checkBoxCecLogDebug.UseVisualStyleBackColor = true;
909 this.checkBoxCecLogDebug.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
911 // checkBoxCecLogNotice
913 this.checkBoxCecLogNotice.AutoSize = true;
914 this.checkBoxCecLogNotice.Checked = true;
915 this.checkBoxCecLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
916 this.checkBoxCecLogNotice.Location = new System.Drawing.Point(6, 70);
917 this.checkBoxCecLogNotice.Name = "checkBoxCecLogNotice";
918 this.checkBoxCecLogNotice.Size = new System.Drawing.Size(57, 17);
919 this.checkBoxCecLogNotice.TabIndex = 27;
920 this.checkBoxCecLogNotice.Text = "Notice";
921 this.checkBoxCecLogNotice.UseVisualStyleBackColor = true;
922 this.checkBoxCecLogNotice.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
924 // checkBoxCecLogError
926 this.checkBoxCecLogError.AutoSize = true;
927 this.checkBoxCecLogError.Checked = true;
928 this.checkBoxCecLogError.CheckState = System.Windows.Forms.CheckState.Checked;
929 this.checkBoxCecLogError.Location = new System.Drawing.Point(6, 24);
930 this.checkBoxCecLogError.Name = "checkBoxCecLogError";
931 this.checkBoxCecLogError.Size = new System.Drawing.Size(48, 17);
932 this.checkBoxCecLogError.TabIndex = 26;
933 this.checkBoxCecLogError.Text = "Error";
934 this.checkBoxCecLogError.UseVisualStyleBackColor = true;
935 this.checkBoxCecLogError.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
937 // checkBoxCecLogWarning
939 this.checkBoxCecLogWarning.AutoSize = true;
940 this.checkBoxCecLogWarning.Checked = true;
941 this.checkBoxCecLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
942 this.checkBoxCecLogWarning.Location = new System.Drawing.Point(6, 47);
943 this.checkBoxCecLogWarning.Name = "checkBoxCecLogWarning";
944 this.checkBoxCecLogWarning.Size = new System.Drawing.Size(66, 17);
945 this.checkBoxCecLogWarning.TabIndex = 25;
946 this.checkBoxCecLogWarning.Text = "Warning";
947 this.checkBoxCecLogWarning.UseVisualStyleBackColor = true;
948 this.checkBoxCecLogWarning.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
950 // checkBoxCecEnabled
952 this.checkBoxCecEnabled.AutoSize = true;
953 this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
954 this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
955 this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
956 this.checkBoxCecEnabled.TabIndex = 21;
957 this.checkBoxCecEnabled.Text = "Enable CEC";
958 this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
959 this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
963 this.labelHdmiPort.AutoSize = true;
964 this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
965 this.labelHdmiPort.Name = "labelHdmiPort";
966 this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
967 this.labelHdmiPort.TabIndex = 20;
968 this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
972 this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
973 this.comboBoxHdmiPort.FormattingEnabled = true;
974 this.comboBoxHdmiPort.Items.AddRange(new object[] {
984 this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
985 this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
986 this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
987 this.comboBoxHdmiPort.TabIndex = 19;
988 this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
992 this.tabPageHarmony.Controls.Add(this.iCheckBoxHarmonyEnabled);
993 this.tabPageHarmony.Controls.Add(this.iTreeViewHarmony);
994 this.tabPageHarmony.Controls.Add(this.iButtonHarmonyConnect);
995 this.tabPageHarmony.Controls.Add(this.label2);
996 this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechPassword);
997 this.tabPageHarmony.Controls.Add(this.labelLogitechUserName);
998 this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechUserName);
999 this.tabPageHarmony.Controls.Add(this.label1);
1000 this.tabPageHarmony.Controls.Add(this.iTextBoxHarmonyHubAddress);
1001 this.tabPageHarmony.Location = new System.Drawing.Point(4, 22);
1002 this.tabPageHarmony.Name = "tabPageHarmony";
1003 this.tabPageHarmony.Padding = new System.Windows.Forms.Padding(3);
1004 this.tabPageHarmony.Size = new System.Drawing.Size(752, 385);
1005 this.tabPageHarmony.TabIndex = 10;
1006 this.tabPageHarmony.Text = "Harmony";
1007 this.tabPageHarmony.UseVisualStyleBackColor = true;
1009 // iCheckBoxHarmonyEnabled
1011 this.iCheckBoxHarmonyEnabled.AutoSize = true;
1012 this.iCheckBoxHarmonyEnabled.Location = new System.Drawing.Point(6, 6);
1013 this.iCheckBoxHarmonyEnabled.Name = "iCheckBoxHarmonyEnabled";
1014 this.iCheckBoxHarmonyEnabled.Size = new System.Drawing.Size(104, 17);
1015 this.iCheckBoxHarmonyEnabled.TabIndex = 22;
1016 this.iCheckBoxHarmonyEnabled.Text = "Enable Harmony";
1017 this.iCheckBoxHarmonyEnabled.UseVisualStyleBackColor = true;
1018 this.iCheckBoxHarmonyEnabled.CheckedChanged += new System.EventHandler(this.iCheckBoxHarmonyEnabled_CheckedChanged);
1022 this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1023 | System.Windows.Forms.AnchorStyles.Left)
1024 | System.Windows.Forms.AnchorStyles.Right)));
1025 this.iTreeViewHarmony.Location = new System.Drawing.Point(84, 49);
1026 this.iTreeViewHarmony.Name = "iTreeViewHarmony";
1027 this.iTreeViewHarmony.Size = new System.Drawing.Size(662, 330);
1028 this.iTreeViewHarmony.TabIndex = 15;
1029 this.iTreeViewHarmony.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.iTreeViewHarmony_NodeMouseDoubleClick);
1031 // iButtonHarmonyConnect
1033 this.iButtonHarmonyConnect.Location = new System.Drawing.Point(3, 49);
1034 this.iButtonHarmonyConnect.Name = "iButtonHarmonyConnect";
1035 this.iButtonHarmonyConnect.Size = new System.Drawing.Size(75, 23);
1036 this.iButtonHarmonyConnect.TabIndex = 14;
1037 this.iButtonHarmonyConnect.Text = "Connect";
1038 this.iButtonHarmonyConnect.UseVisualStyleBackColor = true;
1039 this.iButtonHarmonyConnect.Click += new System.EventHandler(this.iButtonHarmonyConnect_Click);
1043 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1044 this.label2.AutoSize = true;
1045 this.label2.Location = new System.Drawing.Point(597, 7);
1046 this.label2.Name = "label2";
1047 this.label2.Size = new System.Drawing.Size(99, 13);
1048 this.label2.TabIndex = 13;
1049 this.label2.Text = "Logitech password:";
1051 // iTextBoxLogitechPassword
1053 this.iTextBoxLogitechPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1054 this.iTextBoxLogitechPassword.Location = new System.Drawing.Point(600, 23);
1055 this.iTextBoxLogitechPassword.Name = "iTextBoxLogitechPassword";
1056 this.iTextBoxLogitechPassword.PasswordChar = '*';
1057 this.iTextBoxLogitechPassword.Size = new System.Drawing.Size(134, 20);
1058 this.iTextBoxLogitechPassword.TabIndex = 12;
1060 // labelLogitechUserName
1062 this.labelLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1063 this.labelLogitechUserName.AutoSize = true;
1064 this.labelLogitechUserName.Location = new System.Drawing.Point(433, 7);
1065 this.labelLogitechUserName.Name = "labelLogitechUserName";
1066 this.labelLogitechUserName.Size = new System.Drawing.Size(141, 13);
1067 this.labelLogitechUserName.TabIndex = 11;
1068 this.labelLogitechUserName.Text = "Logitech user name / e-mail:";
1070 // iTextBoxLogitechUserName
1072 this.iTextBoxLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1073 this.iTextBoxLogitechUserName.Location = new System.Drawing.Point(436, 23);
1074 this.iTextBoxLogitechUserName.Name = "iTextBoxLogitechUserName";
1075 this.iTextBoxLogitechUserName.Size = new System.Drawing.Size(134, 20);
1076 this.iTextBoxLogitechUserName.TabIndex = 10;
1080 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1081 this.label1.AutoSize = true;
1082 this.label1.Location = new System.Drawing.Point(279, 7);
1083 this.label1.Name = "label1";
1084 this.label1.Size = new System.Drawing.Size(116, 13);
1085 this.label1.TabIndex = 9;
1086 this.label1.Text = "Harmony Hub Address:";
1088 // iTextBoxHarmonyHubAddress
1090 this.iTextBoxHarmonyHubAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1091 this.iTextBoxHarmonyHubAddress.Location = new System.Drawing.Point(282, 23);
1092 this.iTextBoxHarmonyHubAddress.Name = "iTextBoxHarmonyHubAddress";
1093 this.iTextBoxHarmonyHubAddress.Size = new System.Drawing.Size(100, 20);
1094 this.iTextBoxHarmonyHubAddress.TabIndex = 8;
1095 this.iTextBoxHarmonyHubAddress.Text = "HarmonyHub";
1099 this.tabPageEvent.Controls.Add(this.buttonEventEdit);
1100 this.tabPageEvent.Controls.Add(this.buttonEventDelete);
1101 this.tabPageEvent.Controls.Add(this.buttonEventAdd);
1102 this.tabPageEvent.Controls.Add(this.buttonEventTest);
1103 this.tabPageEvent.Controls.Add(this.buttonActionEdit);
1104 this.tabPageEvent.Controls.Add(this.buttonActionMoveUp);
1105 this.tabPageEvent.Controls.Add(this.buttonActionMoveDown);
1106 this.tabPageEvent.Controls.Add(this.buttonActionTest);
1107 this.tabPageEvent.Controls.Add(this.buttonActionDelete);
1108 this.tabPageEvent.Controls.Add(this.buttonActionAdd);
1109 this.tabPageEvent.Controls.Add(this.iTreeViewEvents);
1110 this.tabPageEvent.Location = new System.Drawing.Point(4, 22);
1111 this.tabPageEvent.Name = "tabPageEvent";
1112 this.tabPageEvent.Padding = new System.Windows.Forms.Padding(3);
1113 this.tabPageEvent.Size = new System.Drawing.Size(752, 385);
1114 this.tabPageEvent.TabIndex = 9;
1115 this.tabPageEvent.Text = "Events";
1116 this.tabPageEvent.UseVisualStyleBackColor = true;
1120 this.buttonEventEdit.Enabled = false;
1121 this.buttonEventEdit.Location = new System.Drawing.Point(6, 35);
1122 this.buttonEventEdit.Name = "buttonEventEdit";
1123 this.buttonEventEdit.Size = new System.Drawing.Size(96, 23);
1124 this.buttonEventEdit.TabIndex = 29;
1125 this.buttonEventEdit.Text = "Edit Event";
1126 this.buttonEventEdit.UseVisualStyleBackColor = true;
1127 this.buttonEventEdit.Click += new System.EventHandler(this.buttonEventEdit_Click);
1129 // buttonEventDelete
1131 this.buttonEventDelete.Enabled = false;
1132 this.buttonEventDelete.Location = new System.Drawing.Point(6, 64);
1133 this.buttonEventDelete.Name = "buttonEventDelete";
1134 this.buttonEventDelete.Size = new System.Drawing.Size(96, 23);
1135 this.buttonEventDelete.TabIndex = 28;
1136 this.buttonEventDelete.Text = "Delete Event";
1137 this.buttonEventDelete.UseVisualStyleBackColor = true;
1138 this.buttonEventDelete.Click += new System.EventHandler(this.buttonEventDelete_Click);
1142 this.buttonEventAdd.Location = new System.Drawing.Point(6, 6);
1143 this.buttonEventAdd.Name = "buttonEventAdd";
1144 this.buttonEventAdd.Size = new System.Drawing.Size(96, 23);
1145 this.buttonEventAdd.TabIndex = 27;
1146 this.buttonEventAdd.Text = "Add Event";
1147 this.buttonEventAdd.UseVisualStyleBackColor = true;
1148 this.buttonEventAdd.Click += new System.EventHandler(this.buttonEventAdd_Click);
1152 this.buttonEventTest.Enabled = false;
1153 this.buttonEventTest.Location = new System.Drawing.Point(6, 93);
1154 this.buttonEventTest.Name = "buttonEventTest";
1155 this.buttonEventTest.Size = new System.Drawing.Size(96, 23);
1156 this.buttonEventTest.TabIndex = 26;
1157 this.buttonEventTest.Text = "Test Event";
1158 this.buttonEventTest.UseVisualStyleBackColor = true;
1159 this.buttonEventTest.Click += new System.EventHandler(this.buttonEventTest_Click);
1163 this.buttonActionEdit.Enabled = false;
1164 this.buttonActionEdit.Location = new System.Drawing.Point(6, 190);
1165 this.buttonActionEdit.Name = "buttonActionEdit";
1166 this.buttonActionEdit.Size = new System.Drawing.Size(96, 23);
1167 this.buttonActionEdit.TabIndex = 25;
1168 this.buttonActionEdit.Text = "Edit Action";
1169 this.buttonActionEdit.UseVisualStyleBackColor = true;
1170 this.buttonActionEdit.Click += new System.EventHandler(this.buttonActionEdit_Click);
1172 // buttonActionMoveUp
1174 this.buttonActionMoveUp.Enabled = false;
1175 this.buttonActionMoveUp.Location = new System.Drawing.Point(6, 327);
1176 this.buttonActionMoveUp.Name = "buttonActionMoveUp";
1177 this.buttonActionMoveUp.Size = new System.Drawing.Size(96, 23);
1178 this.buttonActionMoveUp.TabIndex = 24;
1179 this.buttonActionMoveUp.Text = "Move Up";
1180 this.buttonActionMoveUp.UseVisualStyleBackColor = true;
1181 this.buttonActionMoveUp.Click += new System.EventHandler(this.buttonActionMoveUp_Click);
1183 // buttonActionMoveDown
1185 this.buttonActionMoveDown.Enabled = false;
1186 this.buttonActionMoveDown.Location = new System.Drawing.Point(6, 356);
1187 this.buttonActionMoveDown.Name = "buttonActionMoveDown";
1188 this.buttonActionMoveDown.Size = new System.Drawing.Size(96, 23);
1189 this.buttonActionMoveDown.TabIndex = 23;
1190 this.buttonActionMoveDown.Text = "Move Down";
1191 this.buttonActionMoveDown.UseVisualStyleBackColor = true;
1192 this.buttonActionMoveDown.Click += new System.EventHandler(this.buttonActionMoveDown_Click);
1196 this.buttonActionTest.Enabled = false;
1197 this.buttonActionTest.Location = new System.Drawing.Point(6, 248);
1198 this.buttonActionTest.Name = "buttonActionTest";
1199 this.buttonActionTest.Size = new System.Drawing.Size(96, 23);
1200 this.buttonActionTest.TabIndex = 22;
1201 this.buttonActionTest.Text = "Test Action";
1202 this.buttonActionTest.UseVisualStyleBackColor = true;
1203 this.buttonActionTest.Click += new System.EventHandler(this.buttonActionTest_Click);
1205 // buttonActionDelete
1207 this.buttonActionDelete.Enabled = false;
1208 this.buttonActionDelete.Location = new System.Drawing.Point(6, 219);
1209 this.buttonActionDelete.Name = "buttonActionDelete";
1210 this.buttonActionDelete.Size = new System.Drawing.Size(96, 23);
1211 this.buttonActionDelete.TabIndex = 21;
1212 this.buttonActionDelete.Text = "Delete Action";
1213 this.buttonActionDelete.UseVisualStyleBackColor = true;
1214 this.buttonActionDelete.Click += new System.EventHandler(this.buttonActionDelete_Click);
1218 this.buttonActionAdd.Enabled = false;
1219 this.buttonActionAdd.Location = new System.Drawing.Point(6, 157);
1220 this.buttonActionAdd.Name = "buttonActionAdd";
1221 this.buttonActionAdd.Size = new System.Drawing.Size(96, 27);
1222 this.buttonActionAdd.TabIndex = 20;
1223 this.buttonActionAdd.Text = "Add Action";
1224 this.buttonActionAdd.UseVisualStyleBackColor = true;
1225 this.buttonActionAdd.Click += new System.EventHandler(this.buttonActionAdd_Click);
1229 this.iTreeViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1230 | System.Windows.Forms.AnchorStyles.Left)
1231 | System.Windows.Forms.AnchorStyles.Right)));
1232 this.iTreeViewEvents.HideSelection = false;
1233 this.iTreeViewEvents.Location = new System.Drawing.Point(111, 3);
1234 this.iTreeViewEvents.Name = "iTreeViewEvents";
1235 this.iTreeViewEvents.Size = new System.Drawing.Size(638, 376);
1236 this.iTreeViewEvents.TabIndex = 1;
1237 this.iTreeViewEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.iTreeViewEvents_AfterSelect);
1238 this.iTreeViewEvents.Leave += new System.EventHandler(this.iTreeViewEvents_Leave);
1242 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
1243 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
1244 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
1245 this.tabPageApp.Controls.Add(this.buttonUpdate);
1246 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
1247 this.tabPageApp.Name = "tabPageApp";
1248 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
1249 this.tabPageApp.Size = new System.Drawing.Size(752, 385);
1250 this.tabPageApp.TabIndex = 4;
1251 this.tabPageApp.Text = "Application";
1252 this.tabPageApp.UseVisualStyleBackColor = true;
1254 // checkBoxStartMinimized
1256 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1257 this.checkBoxStartMinimized.AutoSize = true;
1258 this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
1259 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
1260 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
1261 this.checkBoxStartMinimized.TabIndex = 16;
1262 this.checkBoxStartMinimized.Text = "Start minimized";
1263 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
1264 this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
1266 // checkBoxMinimizeToTray
1268 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1269 this.checkBoxMinimizeToTray.AutoSize = true;
1270 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
1271 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
1272 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
1273 this.checkBoxMinimizeToTray.TabIndex = 15;
1274 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
1275 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
1276 this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
1278 // checkBoxAutoStart
1280 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1281 this.checkBoxAutoStart.AutoSize = true;
1282 this.checkBoxAutoStart.Location = new System.Drawing.Point(6, 331);
1283 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
1284 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
1285 this.checkBoxAutoStart.TabIndex = 14;
1286 this.checkBoxAutoStart.Text = "Run on Windows startup";
1287 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
1288 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
1292 this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1293 this.buttonUpdate.Location = new System.Drawing.Point(6, 354);
1294 this.buttonUpdate.Name = "buttonUpdate";
1295 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
1296 this.buttonUpdate.TabIndex = 0;
1297 this.buttonUpdate.Text = "Update";
1298 this.buttonUpdate.UseVisualStyleBackColor = true;
1299 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
1303 this.tabPageLogs.Controls.Add(this.buttonClearLogs);
1304 this.tabPageLogs.Controls.Add(this.richTextBoxLogs);
1305 this.tabPageLogs.Location = new System.Drawing.Point(4, 22);
1306 this.tabPageLogs.Name = "tabPageLogs";
1307 this.tabPageLogs.Padding = new System.Windows.Forms.Padding(3);
1308 this.tabPageLogs.Size = new System.Drawing.Size(752, 385);
1309 this.tabPageLogs.TabIndex = 8;
1310 this.tabPageLogs.Text = "Logs";
1311 this.tabPageLogs.UseVisualStyleBackColor = true;
1315 this.buttonClearLogs.Location = new System.Drawing.Point(671, 6);
1316 this.buttonClearLogs.Name = "buttonClearLogs";
1317 this.buttonClearLogs.Size = new System.Drawing.Size(75, 23);
1318 this.buttonClearLogs.TabIndex = 2;
1319 this.buttonClearLogs.Text = "Clear";
1320 this.buttonClearLogs.UseVisualStyleBackColor = true;
1321 this.buttonClearLogs.Click += new System.EventHandler(this.buttonClearLogs_Click);
1325 this.richTextBoxLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1326 | System.Windows.Forms.AnchorStyles.Left)
1327 | System.Windows.Forms.AnchorStyles.Right)));
1328 this.richTextBoxLogs.BorderStyle = System.Windows.Forms.BorderStyle.None;
1329 this.richTextBoxLogs.DetectUrls = false;
1330 this.richTextBoxLogs.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1331 this.richTextBoxLogs.Location = new System.Drawing.Point(6, 6);
1332 this.richTextBoxLogs.Name = "richTextBoxLogs";
1333 this.richTextBoxLogs.ReadOnly = true;
1334 this.richTextBoxLogs.Size = new System.Drawing.Size(740, 373);
1335 this.richTextBoxLogs.TabIndex = 1;
1336 this.richTextBoxLogs.Text = "";
1337 this.richTextBoxLogs.WordWrap = false;
1341 this.labelFontWidth.AutoSize = true;
1342 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
1343 this.labelFontWidth.Name = "labelFontWidth";
1344 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
1345 this.labelFontWidth.TabIndex = 19;
1346 this.labelFontWidth.Text = "Font width";
1350 this.labelFontHeight.AutoSize = true;
1351 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
1352 this.labelFontHeight.Name = "labelFontHeight";
1353 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
1354 this.labelFontHeight.TabIndex = 20;
1355 this.labelFontHeight.Text = "Font height";
1359 this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
1363 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1364 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1365 this.ClientSize = new System.Drawing.Size(784, 561);
1366 this.Controls.Add(this.labelFontHeight);
1367 this.Controls.Add(this.labelFontWidth);
1368 this.Controls.Add(this.labelWarning);
1369 this.Controls.Add(this.statusStrip);
1370 this.Controls.Add(this.tabControl);
1371 this.Controls.Add(this.panelDisplay);
1372 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1373 this.MinimumSize = new System.Drawing.Size(800, 600);
1374 this.Name = "FormMain";
1375 this.Text = "Sharp Display Manager";
1376 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
1377 this.Load += new System.EventHandler(this.MainForm_Load);
1378 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
1379 this.Resize += new System.EventHandler(this.MainForm_Resize);
1380 this.panelDisplay.ResumeLayout(false);
1381 this.iTableLayoutPanel.ResumeLayout(false);
1382 this.iTableLayoutPanel.PerformLayout();
1383 this.statusStrip.ResumeLayout(false);
1384 this.statusStrip.PerformLayout();
1385 this.tabPageClients.ResumeLayout(false);
1386 this.tabPageClients.PerformLayout();
1387 this.tabPageDisplay.ResumeLayout(false);
1388 this.tabPageDisplay.PerformLayout();
1389 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
1390 this.tabControl.ResumeLayout(false);
1391 this.tabPageDesign.ResumeLayout(false);
1392 this.tabPageDesign.PerformLayout();
1393 this.tabPageAudio.ResumeLayout(false);
1394 this.tabPageAudio.PerformLayout();
1395 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
1396 this.tabPageInput.ResumeLayout(false);
1397 this.tabPageInput.PerformLayout();
1398 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
1399 this.tabPageCec.ResumeLayout(false);
1400 this.tabPageCec.PerformLayout();
1401 this.groupBoxCecLogOptions.ResumeLayout(false);
1402 this.groupBoxCecLogOptions.PerformLayout();
1403 this.tabPageHarmony.ResumeLayout(false);
1404 this.tabPageHarmony.PerformLayout();
1405 this.tabPageEvent.ResumeLayout(false);
1406 this.tabPageApp.ResumeLayout(false);
1407 this.tabPageApp.PerformLayout();
1408 this.tabPageLogs.ResumeLayout(false);
1409 this.ResumeLayout(false);
1410 this.PerformLayout();
1416 private System.Windows.Forms.FontDialog fontDialog;
1417 private System.Windows.Forms.Timer timer;
1418 private System.Windows.Forms.StatusStrip statusStrip;
1419 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
1420 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
1421 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
1422 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1423 private System.Windows.Forms.Panel panelDisplay;
1424 private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
1425 private MarqueeLabel marqueeLabelTop;
1426 private MarqueeLabel marqueeLabelBottom;
1427 private System.Windows.Forms.TabPage tabPageClients;
1428 private System.Windows.Forms.TreeView iTreeViewClients;
1429 private System.Windows.Forms.TabPage tabPageDisplay;
1430 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
1431 private System.Windows.Forms.Button buttonSuspend;
1432 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1433 private System.Windows.Forms.CheckBox checkBoxShowBorders;
1434 private System.Windows.Forms.TrackBar trackBarBrightness;
1435 private System.Windows.Forms.Button buttonFill;
1436 private System.Windows.Forms.Button buttonClear;
1437 private System.Windows.Forms.Button buttonClose;
1438 private System.Windows.Forms.Button buttonOpen;
1439 private System.Windows.Forms.Button buttonCapture;
1440 private System.Windows.Forms.Button buttonFont;
1441 private System.Windows.Forms.TabControl tabControl;
1442 private System.Windows.Forms.Button buttonCloseClients;
1443 private System.Windows.Forms.Button buttonStartClient;
1444 private System.Windows.Forms.Label labelWarning;
1445 private System.Windows.Forms.TabPage tabPageDesign;
1446 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1447 private System.Windows.Forms.ComboBox comboBoxDisplayType;
1448 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
1449 private System.Windows.Forms.Label labelTimerInterval;
1450 private System.Windows.Forms.Button buttonPowerOff;
1451 private System.Windows.Forms.Button buttonPowerOn;
1452 private System.Windows.Forms.Button buttonShowClock;
1453 private System.Windows.Forms.Button buttonHideClock;
1454 private System.Windows.Forms.Label labelFontWidth;
1455 private System.Windows.Forms.Label labelFontHeight;
1456 private System.Windows.Forms.CheckBox checkBoxInverseColors;
1457 private System.Windows.Forms.TabPage tabPageApp;
1458 private System.Windows.Forms.Button buttonUpdate;
1459 private System.Windows.Forms.CheckBox checkBoxAutoStart;
1460 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
1461 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
1462 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
1463 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
1464 private System.Windows.Forms.Label labelMinFontSize;
1465 private System.Windows.Forms.Label labelScrollLoopSeparator;
1466 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
1467 private System.Windows.Forms.Label labelScrollingSpeed;
1468 private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
1469 private System.Windows.Forms.ToolTip toolTip;
1470 private System.Windows.Forms.TabPage tabPageAudio;
1471 private System.Windows.Forms.TrackBar trackBarMasterVolume;
1472 private System.Windows.Forms.CheckBox checkBoxMute;
1473 private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
1474 private System.Windows.Forms.Label labelDefaultAudioDevice;
1475 private System.Windows.Forms.TabPage tabPageInput;
1476 private System.Windows.Forms.Button buttonSelectFile;
1477 private System.Windows.Forms.OpenFileDialog openFileDialog;
1478 private System.Windows.Forms.Label labelStartFileName;
1479 private System.Windows.Forms.PictureBox pictureBoxGreenStart;
1480 private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
1481 private System.Windows.Forms.Label labelOpticalDriveEject;
1482 private System.Windows.Forms.TabPage tabPageCec;
1483 private System.Windows.Forms.CheckBox checkBoxCecEnabled;
1484 private System.Windows.Forms.Label labelHdmiPort;
1485 private System.Windows.Forms.ComboBox comboBoxHdmiPort;
1486 private System.Windows.Forms.Button iButtonStartIdleClient;
1487 private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
1488 private System.Windows.Forms.TabPage tabPageLogs;
1489 private System.Windows.Forms.RichTextBox richTextBoxLogs;
1490 private System.Windows.Forms.Button buttonClearLogs;
1491 private System.Windows.Forms.GroupBox groupBoxCecLogOptions;
1492 private System.Windows.Forms.CheckBox checkBoxCecLogWarning;
1493 private System.Windows.Forms.CheckBox checkBoxCecLogError;
1494 private System.Windows.Forms.CheckBox checkBoxCecLogDebug;
1495 private System.Windows.Forms.CheckBox checkBoxCecLogNotice;
1496 private System.Windows.Forms.CheckBox checkBoxCecLogTraffic;
1497 private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;
1498 private System.Windows.Forms.TabPage tabPageEvent;
1499 private System.Windows.Forms.TreeView iTreeViewEvents;
1500 private System.Windows.Forms.Button buttonActionDelete;
1501 private System.Windows.Forms.Button buttonActionAdd;
1502 private System.Windows.Forms.Button buttonActionMoveUp;
1503 private System.Windows.Forms.Button buttonActionMoveDown;
1504 private System.Windows.Forms.Button buttonActionTest;
1505 private System.Windows.Forms.Button buttonActionEdit;
1506 private System.Windows.Forms.Button buttonEventTest;
1507 private System.Windows.Forms.Button buttonEventDelete;
1508 private System.Windows.Forms.Button buttonEventAdd;
1509 private System.Windows.Forms.Button buttonEventEdit;
1510 private System.Windows.Forms.TabPage tabPageHarmony;
1511 private System.Windows.Forms.TreeView iTreeViewHarmony;
1512 private System.Windows.Forms.Button iButtonHarmonyConnect;
1513 private System.Windows.Forms.Label label2;
1514 private System.Windows.Forms.TextBox iTextBoxLogitechPassword;
1515 private System.Windows.Forms.Label labelLogitechUserName;
1516 private System.Windows.Forms.TextBox iTextBoxLogitechUserName;
1517 private System.Windows.Forms.Label label1;
1518 private System.Windows.Forms.TextBox iTextBoxHarmonyHubAddress;
1519 private System.Windows.Forms.CheckBox iCheckBoxHarmonyEnabled;