Published V.1.0.5.
Providing Harmony Hub reconnect.
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.tabPageCec = new System.Windows.Forms.TabPage();
96 this.groupBoxCecLogOptions = new System.Windows.Forms.GroupBox();
97 this.checkBoxCecLogNoPoll = new System.Windows.Forms.CheckBox();
98 this.checkBoxCecLogTraffic = new System.Windows.Forms.CheckBox();
99 this.checkBoxCecLogDebug = new System.Windows.Forms.CheckBox();
100 this.checkBoxCecLogNotice = new System.Windows.Forms.CheckBox();
101 this.checkBoxCecLogError = new System.Windows.Forms.CheckBox();
102 this.checkBoxCecLogWarning = new System.Windows.Forms.CheckBox();
103 this.labelHdmiPort = new System.Windows.Forms.Label();
104 this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
105 this.iCheckBoxCecEnabled = new System.Windows.Forms.CheckBox();
106 this.tabPageHarmony = new System.Windows.Forms.TabPage();
107 this.iButtonHarmonyConnect = new System.Windows.Forms.Button();
108 this.iCheckBoxHarmonyEnabled = new System.Windows.Forms.CheckBox();
109 this.iTreeViewHarmony = new System.Windows.Forms.TreeView();
110 this.label2 = new System.Windows.Forms.Label();
111 this.iTextBoxLogitechPassword = new System.Windows.Forms.TextBox();
112 this.labelLogitechUserName = new System.Windows.Forms.Label();
113 this.iTextBoxLogitechUserName = new System.Windows.Forms.TextBox();
114 this.label1 = new System.Windows.Forms.Label();
115 this.iTextBoxHarmonyHubAddress = new System.Windows.Forms.TextBox();
116 this.tabPageEvent = new System.Windows.Forms.TabPage();
117 this.buttonEventEdit = new System.Windows.Forms.Button();
118 this.buttonEventDelete = new System.Windows.Forms.Button();
119 this.buttonEventAdd = new System.Windows.Forms.Button();
120 this.buttonEventTest = new System.Windows.Forms.Button();
121 this.buttonActionEdit = new System.Windows.Forms.Button();
122 this.buttonActionMoveUp = new System.Windows.Forms.Button();
123 this.buttonActionMoveDown = new System.Windows.Forms.Button();
124 this.buttonActionTest = new System.Windows.Forms.Button();
125 this.buttonActionDelete = new System.Windows.Forms.Button();
126 this.buttonActionAdd = new System.Windows.Forms.Button();
127 this.iTreeViewEvents = new System.Windows.Forms.TreeView();
128 this.tabPageApp = new System.Windows.Forms.TabPage();
129 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
130 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
131 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
132 this.buttonUpdate = new System.Windows.Forms.Button();
133 this.tabPageLogs = new System.Windows.Forms.TabPage();
134 this.buttonClearLogs = new System.Windows.Forms.Button();
135 this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
136 this.labelFontWidth = new System.Windows.Forms.Label();
137 this.labelFontHeight = new System.Windows.Forms.Label();
138 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
139 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
140 this.panelDisplay.SuspendLayout();
141 this.iTableLayoutPanel.SuspendLayout();
142 this.statusStrip.SuspendLayout();
143 this.tabPageClients.SuspendLayout();
144 this.tabPageDisplay.SuspendLayout();
145 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
146 this.tabControl.SuspendLayout();
147 this.tabPageDesign.SuspendLayout();
148 this.tabPageAudio.SuspendLayout();
149 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
150 this.tabPageCec.SuspendLayout();
151 this.groupBoxCecLogOptions.SuspendLayout();
152 this.tabPageHarmony.SuspendLayout();
153 this.tabPageEvent.SuspendLayout();
154 this.tabPageApp.SuspendLayout();
155 this.tabPageLogs.SuspendLayout();
156 this.SuspendLayout();
160 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
161 this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
162 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
163 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
164 this.panelDisplay.Name = "panelDisplay";
165 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
166 this.panelDisplay.TabIndex = 12;
170 this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
171 | System.Windows.Forms.AnchorStyles.Left)
172 | System.Windows.Forms.AnchorStyles.Right)));
173 this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
174 this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
175 this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
176 this.iTableLayoutPanel.ColumnCount = 1;
177 this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
178 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
179 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
180 this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
181 this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
182 this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
183 this.iTableLayoutPanel.Name = "iTableLayoutPanel";
184 this.iTableLayoutPanel.RowCount = 2;
185 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
186 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
187 this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
188 this.iTableLayoutPanel.TabIndex = 5;
189 this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
193 this.marqueeLabelTop.AutoEllipsis = true;
194 this.marqueeLabelTop.AutoSize = true;
195 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
196 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
197 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
198 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
199 this.marqueeLabelTop.MinFontSize = 15F;
200 this.marqueeLabelTop.Name = "marqueeLabelTop";
201 this.marqueeLabelTop.OwnTimer = false;
202 this.marqueeLabelTop.PixelsPerSecond = 64;
203 this.marqueeLabelTop.ScaleToFit = true;
204 this.marqueeLabelTop.Separator = "|";
205 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
206 this.marqueeLabelTop.TabIndex = 2;
207 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
208 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
209 this.marqueeLabelTop.UseCompatibleTextRendering = true;
211 // marqueeLabelBottom
213 this.marqueeLabelBottom.AutoEllipsis = true;
214 this.marqueeLabelBottom.AutoSize = true;
215 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
216 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
217 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
218 this.marqueeLabelBottom.MinFontSize = 15F;
219 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
220 this.marqueeLabelBottom.OwnTimer = false;
221 this.marqueeLabelBottom.PixelsPerSecond = 64;
222 this.marqueeLabelBottom.ScaleToFit = true;
223 this.marqueeLabelBottom.Separator = "|";
224 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
225 this.marqueeLabelBottom.TabIndex = 3;
226 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
227 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
228 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
232 this.timer.Interval = 50;
233 this.timer.Tick += new System.EventHandler(this.timer_Tick);
237 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
238 this.toolStripStatusLabelConnect,
239 this.toolStripStatusLabelSpring,
240 this.toolStripStatusLabelPower,
241 this.toolStripStatusLabelFps});
242 this.statusStrip.Location = new System.Drawing.Point(0, 540);
243 this.statusStrip.Name = "statusStrip";
244 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
245 this.statusStrip.Size = new System.Drawing.Size(784, 22);
246 this.statusStrip.TabIndex = 1;
247 this.statusStrip.Text = "statusStrip";
249 // toolStripStatusLabelConnect
251 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
252 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
253 this.toolStripStatusLabelConnect.Text = "Not connected";
255 // toolStripStatusLabelSpring
257 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
258 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(633, 17);
259 this.toolStripStatusLabelSpring.Spring = true;
261 // toolStripStatusLabelPower
263 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
264 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
265 this.toolStripStatusLabelPower.Text = "NA";
267 // toolStripStatusLabelFps
269 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
270 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
271 this.toolStripStatusLabelFps.Text = "FPS";
275 this.tabPageClients.Controls.Add(this.iCheckBoxStartIdleClient);
276 this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
277 this.tabPageClients.Controls.Add(this.buttonCloseClients);
278 this.tabPageClients.Controls.Add(this.buttonStartClient);
279 this.tabPageClients.Controls.Add(this.iTreeViewClients);
280 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
281 this.tabPageClients.Name = "tabPageClients";
282 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
283 this.tabPageClients.Size = new System.Drawing.Size(752, 385);
284 this.tabPageClients.TabIndex = 2;
285 this.tabPageClients.Text = "Clients";
286 this.tabPageClients.UseVisualStyleBackColor = true;
288 // iCheckBoxStartIdleClient
290 this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
291 this.iCheckBoxStartIdleClient.AutoSize = true;
292 this.iCheckBoxStartIdleClient.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartIdleClient;
293 this.iCheckBoxStartIdleClient.CheckState = System.Windows.Forms.CheckState.Checked;
294 this.iCheckBoxStartIdleClient.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartIdleClient", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
295 this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
296 this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
297 this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
298 this.iCheckBoxStartIdleClient.TabIndex = 22;
299 this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
300 this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
302 // iButtonStartIdleClient
304 this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
305 this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
306 this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
307 this.iButtonStartIdleClient.TabIndex = 21;
308 this.iButtonStartIdleClient.Text = "Start Idle Client";
309 this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
310 this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
312 // buttonCloseClients
314 this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
315 this.buttonCloseClients.Location = new System.Drawing.Point(6, 336);
316 this.buttonCloseClients.Name = "buttonCloseClients";
317 this.buttonCloseClients.Size = new System.Drawing.Size(96, 23);
318 this.buttonCloseClients.TabIndex = 20;
319 this.buttonCloseClients.Text = "Close Clients";
320 this.buttonCloseClients.UseVisualStyleBackColor = true;
321 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
325 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
326 this.buttonStartClient.Name = "buttonStartClient";
327 this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
328 this.buttonStartClient.TabIndex = 19;
329 this.buttonStartClient.Text = "Start Test Client";
330 this.buttonStartClient.UseVisualStyleBackColor = true;
331 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
335 this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
336 | System.Windows.Forms.AnchorStyles.Left)
337 | System.Windows.Forms.AnchorStyles.Right)));
338 this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
339 this.iTreeViewClients.Name = "iTreeViewClients";
340 this.iTreeViewClients.Size = new System.Drawing.Size(638, 328);
341 this.iTreeViewClients.TabIndex = 0;
342 this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
346 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
347 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
348 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
349 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
350 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
351 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
352 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
353 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
354 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
355 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
356 this.tabPageDisplay.Controls.Add(this.buttonFill);
357 this.tabPageDisplay.Controls.Add(this.buttonClear);
358 this.tabPageDisplay.Controls.Add(this.buttonClose);
359 this.tabPageDisplay.Controls.Add(this.buttonOpen);
360 this.tabPageDisplay.Controls.Add(this.buttonCapture);
361 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
362 this.tabPageDisplay.Name = "tabPageDisplay";
363 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
364 this.tabPageDisplay.Size = new System.Drawing.Size(752, 385);
365 this.tabPageDisplay.TabIndex = 0;
366 this.tabPageDisplay.Text = "Display";
367 this.tabPageDisplay.UseVisualStyleBackColor = true;
371 this.buttonShowClock.Location = new System.Drawing.Point(6, 122);
372 this.buttonShowClock.Name = "buttonShowClock";
373 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
374 this.buttonShowClock.TabIndex = 23;
375 this.buttonShowClock.Text = "Show Clock";
376 this.buttonShowClock.UseVisualStyleBackColor = true;
377 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
381 this.buttonHideClock.Location = new System.Drawing.Point(6, 151);
382 this.buttonHideClock.Name = "buttonHideClock";
383 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
384 this.buttonHideClock.TabIndex = 22;
385 this.buttonHideClock.Text = "Hide Clock";
386 this.buttonHideClock.UseVisualStyleBackColor = true;
387 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
391 this.buttonPowerOff.Location = new System.Drawing.Point(6, 209);
392 this.buttonPowerOff.Name = "buttonPowerOff";
393 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
394 this.buttonPowerOff.TabIndex = 21;
395 this.buttonPowerOff.Text = "OFF";
396 this.buttonPowerOff.UseVisualStyleBackColor = true;
397 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
401 this.buttonPowerOn.Location = new System.Drawing.Point(6, 180);
402 this.buttonPowerOn.Name = "buttonPowerOn";
403 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
404 this.buttonPowerOn.TabIndex = 20;
405 this.buttonPowerOn.Text = "ON";
406 this.buttonPowerOn.UseVisualStyleBackColor = true;
407 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
409 // labelTimerInterval
411 this.labelTimerInterval.AutoSize = true;
412 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
413 this.labelTimerInterval.Name = "labelTimerInterval";
414 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
415 this.labelTimerInterval.TabIndex = 19;
416 this.labelTimerInterval.Text = "Timer interval (ms) :";
418 // maskedTextBoxTimerInterval
420 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
421 this.maskedTextBoxTimerInterval.Mask = "000";
422 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
423 this.maskedTextBoxTimerInterval.PromptChar = ' ';
424 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
425 this.maskedTextBoxTimerInterval.TabIndex = 18;
426 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
428 // comboBoxDisplayType
430 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
431 this.comboBoxDisplayType.FormattingEnabled = true;
432 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
433 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
434 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
435 this.comboBoxDisplayType.TabIndex = 17;
436 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
440 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
441 this.buttonSuspend.Location = new System.Drawing.Point(6, 317);
442 this.buttonSuspend.Name = "buttonSuspend";
443 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
444 this.buttonSuspend.TabIndex = 16;
445 this.buttonSuspend.Text = "Pause";
446 this.buttonSuspend.UseVisualStyleBackColor = true;
447 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
449 // checkBoxConnectOnStartup
451 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
452 this.checkBoxConnectOnStartup.AutoSize = true;
453 this.checkBoxConnectOnStartup.Checked = global::SharpDisplayManager.Properties.Settings.Default.DisplayConnectOnStartup;
454 this.checkBoxConnectOnStartup.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "DisplayConnectOnStartup", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
455 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
456 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
457 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
458 this.checkBoxConnectOnStartup.TabIndex = 13;
459 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
460 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
462 // trackBarBrightness
464 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
465 | System.Windows.Forms.AnchorStyles.Right)));
466 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
467 this.trackBarBrightness.Location = new System.Drawing.Point(704, 9);
468 this.trackBarBrightness.Name = "trackBarBrightness";
469 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
470 this.trackBarBrightness.Size = new System.Drawing.Size(45, 358);
471 this.trackBarBrightness.TabIndex = 10;
472 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
473 this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
474 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
478 this.buttonFill.Location = new System.Drawing.Point(6, 93);
479 this.buttonFill.Name = "buttonFill";
480 this.buttonFill.Size = new System.Drawing.Size(75, 23);
481 this.buttonFill.TabIndex = 9;
482 this.buttonFill.Text = "Fill";
483 this.buttonFill.UseVisualStyleBackColor = true;
484 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
488 this.buttonClear.Location = new System.Drawing.Point(6, 64);
489 this.buttonClear.Name = "buttonClear";
490 this.buttonClear.Size = new System.Drawing.Size(75, 23);
491 this.buttonClear.TabIndex = 8;
492 this.buttonClear.Text = "Clear";
493 this.buttonClear.UseVisualStyleBackColor = true;
494 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
498 this.buttonClose.Location = new System.Drawing.Point(6, 35);
499 this.buttonClose.Name = "buttonClose";
500 this.buttonClose.Size = new System.Drawing.Size(75, 23);
501 this.buttonClose.TabIndex = 7;
502 this.buttonClose.Text = "Close";
503 this.buttonClose.UseVisualStyleBackColor = true;
504 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
508 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
509 this.buttonOpen.Name = "buttonOpen";
510 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
511 this.buttonOpen.TabIndex = 6;
512 this.buttonOpen.Text = "Open";
513 this.buttonOpen.UseVisualStyleBackColor = true;
514 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
518 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
519 this.buttonCapture.Location = new System.Drawing.Point(6, 346);
520 this.buttonCapture.Name = "buttonCapture";
521 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
522 this.buttonCapture.TabIndex = 5;
523 this.buttonCapture.Text = "Capture";
524 this.buttonCapture.UseVisualStyleBackColor = true;
525 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
529 this.labelWarning.AutoSize = true;
530 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
531 this.labelWarning.ForeColor = System.Drawing.Color.Red;
532 this.labelWarning.Location = new System.Drawing.Point(9, 9);
533 this.labelWarning.Name = "labelWarning";
534 this.labelWarning.Size = new System.Drawing.Size(80, 16);
535 this.labelWarning.TabIndex = 18;
536 this.labelWarning.Text = "WARNING";
537 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
538 this.labelWarning.Visible = false;
540 // checkBoxFixedPitchFontOnly
542 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
543 this.checkBoxFixedPitchFontOnly.AutoSize = true;
544 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 362);
545 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
546 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
547 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
548 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
549 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
551 // checkBoxShowBorders
553 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
554 this.checkBoxShowBorders.AutoSize = true;
555 this.checkBoxShowBorders.Location = new System.Drawing.Point(645, 29);
556 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
557 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
558 this.checkBoxShowBorders.TabIndex = 11;
559 this.checkBoxShowBorders.Text = "Show borders";
560 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
561 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
565 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
566 this.buttonFont.Location = new System.Drawing.Point(6, 356);
567 this.buttonFont.Name = "buttonFont";
568 this.buttonFont.Size = new System.Drawing.Size(75, 23);
569 this.buttonFont.TabIndex = 0;
570 this.buttonFont.Text = "Select Font";
571 this.buttonFont.UseVisualStyleBackColor = true;
572 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
576 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
577 | System.Windows.Forms.AnchorStyles.Left)
578 | System.Windows.Forms.AnchorStyles.Right)));
579 this.tabControl.Controls.Add(this.tabPageDisplay);
580 this.tabControl.Controls.Add(this.tabPageClients);
581 this.tabControl.Controls.Add(this.tabPageDesign);
582 this.tabControl.Controls.Add(this.tabPageAudio);
583 this.tabControl.Controls.Add(this.tabPageCec);
584 this.tabControl.Controls.Add(this.tabPageHarmony);
585 this.tabControl.Controls.Add(this.tabPageEvent);
586 this.tabControl.Controls.Add(this.tabPageApp);
587 this.tabControl.Controls.Add(this.tabPageLogs);
588 this.tabControl.Location = new System.Drawing.Point(12, 125);
589 this.tabControl.Name = "tabControl";
590 this.tabControl.SelectedIndex = 0;
591 this.tabControl.Size = new System.Drawing.Size(760, 411);
592 this.tabControl.TabIndex = 0;
596 this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
597 this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
598 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
599 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
600 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
601 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
602 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
603 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
604 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
605 this.tabPageDesign.Controls.Add(this.buttonFont);
606 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
607 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
608 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
609 this.tabPageDesign.Name = "tabPageDesign";
610 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
611 this.tabPageDesign.Size = new System.Drawing.Size(752, 385);
612 this.tabPageDesign.TabIndex = 3;
613 this.tabPageDesign.Text = "Design";
614 this.tabPageDesign.UseVisualStyleBackColor = true;
616 // labelScrollingSpeed
618 this.labelScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
619 this.labelScrollingSpeed.AutoSize = true;
620 this.labelScrollingSpeed.Location = new System.Drawing.Point(92, 248);
621 this.labelScrollingSpeed.Name = "labelScrollingSpeed";
622 this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
623 this.labelScrollingSpeed.TabIndex = 28;
624 this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
626 // maskedTextBoxScrollingSpeed
628 this.maskedTextBoxScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
629 this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(213, 245);
630 this.maskedTextBoxScrollingSpeed.Mask = "000";
631 this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
632 this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
633 this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
634 this.maskedTextBoxScrollingSpeed.TabIndex = 27;
635 this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
637 // labelScrollLoopSeparator
639 this.labelScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
640 this.labelScrollLoopSeparator.AutoSize = true;
641 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(98, 274);
642 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
643 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
644 this.labelScrollLoopSeparator.TabIndex = 26;
645 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
647 // textBoxScrollLoopSeparator
649 this.textBoxScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
650 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(213, 271);
651 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
652 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
653 this.textBoxScrollLoopSeparator.TabIndex = 25;
654 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
658 this.labelMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
659 this.labelMinFontSize.AutoSize = true;
660 this.labelMinFontSize.Location = new System.Drawing.Point(88, 323);
661 this.labelMinFontSize.Name = "labelMinFontSize";
662 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
663 this.labelMinFontSize.TabIndex = 24;
664 this.labelMinFontSize.Text = "Minimum font size (pts) :";
666 // maskedTextBoxMinFontSize
668 this.maskedTextBoxMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
669 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(213, 320);
670 this.maskedTextBoxMinFontSize.Mask = "000";
671 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
672 this.maskedTextBoxMinFontSize.PromptChar = ' ';
673 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
674 this.maskedTextBoxMinFontSize.TabIndex = 23;
675 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
677 // checkBoxScaleToFit
679 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
680 this.checkBoxScaleToFit.AutoSize = true;
681 this.checkBoxScaleToFit.Location = new System.Drawing.Point(86, 297);
682 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
683 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
684 this.checkBoxScaleToFit.TabIndex = 22;
685 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
686 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
687 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
689 // checkBoxInverseColors
691 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
692 this.checkBoxInverseColors.AutoSize = true;
693 this.checkBoxInverseColors.Location = new System.Drawing.Point(645, 52);
694 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
695 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
696 this.checkBoxInverseColors.TabIndex = 21;
697 this.checkBoxInverseColors.Text = "Inverse colors";
698 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
699 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
701 // checkBoxReverseScreen
703 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
704 this.checkBoxReverseScreen.AutoSize = true;
705 this.checkBoxReverseScreen.Location = new System.Drawing.Point(645, 6);
706 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
707 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
708 this.checkBoxReverseScreen.TabIndex = 14;
709 this.checkBoxReverseScreen.Text = "Reverse screen";
710 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
711 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
715 this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
716 this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
717 this.tabPageAudio.Controls.Add(this.checkBoxMute);
718 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
719 this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
720 this.tabPageAudio.Name = "tabPageAudio";
721 this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
722 this.tabPageAudio.Size = new System.Drawing.Size(752, 385);
723 this.tabPageAudio.TabIndex = 5;
724 this.tabPageAudio.Text = "Audio";
725 this.tabPageAudio.UseVisualStyleBackColor = true;
727 // labelDefaultAudioDevice
729 this.labelDefaultAudioDevice.AutoSize = true;
730 this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
731 this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
732 this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
733 this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
734 this.labelDefaultAudioDevice.TabIndex = 19;
735 this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
737 // checkBoxShowVolumeLabel
739 this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
740 this.checkBoxShowVolumeLabel.AutoSize = true;
741 this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 329);
742 this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
743 this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
744 this.checkBoxShowVolumeLabel.TabIndex = 18;
745 this.checkBoxShowVolumeLabel.Text = "Show volume label";
746 this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
747 this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
751 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
752 this.checkBoxMute.AutoSize = true;
753 this.checkBoxMute.Location = new System.Drawing.Point(3, 352);
754 this.checkBoxMute.Name = "checkBoxMute";
755 this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
756 this.checkBoxMute.TabIndex = 17;
757 this.checkBoxMute.Text = "Mute";
758 this.checkBoxMute.UseVisualStyleBackColor = true;
759 this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
761 // trackBarMasterVolume
763 this.trackBarMasterVolume.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
764 | System.Windows.Forms.AnchorStyles.Right)));
765 this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
766 this.trackBarMasterVolume.Location = new System.Drawing.Point(701, 6);
767 this.trackBarMasterVolume.Maximum = 100;
768 this.trackBarMasterVolume.Name = "trackBarMasterVolume";
769 this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
770 this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 373);
771 this.trackBarMasterVolume.TabIndex = 0;
772 this.trackBarMasterVolume.TickFrequency = 10;
773 this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
774 this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
775 this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
779 this.tabPageCec.Controls.Add(this.groupBoxCecLogOptions);
780 this.tabPageCec.Controls.Add(this.labelHdmiPort);
781 this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
782 this.tabPageCec.Controls.Add(this.iCheckBoxCecEnabled);
783 this.tabPageCec.Location = new System.Drawing.Point(4, 22);
784 this.tabPageCec.Name = "tabPageCec";
785 this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
786 this.tabPageCec.Size = new System.Drawing.Size(752, 385);
787 this.tabPageCec.TabIndex = 7;
788 this.tabPageCec.Text = "CEC";
789 this.tabPageCec.UseVisualStyleBackColor = true;
791 // groupBoxCecLogOptions
793 this.groupBoxCecLogOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
794 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNoPoll);
795 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogTraffic);
796 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogDebug);
797 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNotice);
798 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogError);
799 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogWarning);
800 this.groupBoxCecLogOptions.Location = new System.Drawing.Point(6, 239);
801 this.groupBoxCecLogOptions.Name = "groupBoxCecLogOptions";
802 this.groupBoxCecLogOptions.Size = new System.Drawing.Size(165, 140);
803 this.groupBoxCecLogOptions.TabIndex = 25;
804 this.groupBoxCecLogOptions.TabStop = false;
805 this.groupBoxCecLogOptions.Text = "Log options";
807 // checkBoxCecLogNoPoll
809 this.checkBoxCecLogNoPoll.AutoSize = true;
810 this.checkBoxCecLogNoPoll.Checked = true;
811 this.checkBoxCecLogNoPoll.CheckState = System.Windows.Forms.CheckState.Checked;
812 this.checkBoxCecLogNoPoll.Location = new System.Drawing.Point(76, 24);
813 this.checkBoxCecLogNoPoll.Name = "checkBoxCecLogNoPoll";
814 this.checkBoxCecLogNoPoll.Size = new System.Drawing.Size(59, 17);
815 this.checkBoxCecLogNoPoll.TabIndex = 30;
816 this.checkBoxCecLogNoPoll.Text = "No poll";
817 this.checkBoxCecLogNoPoll.UseVisualStyleBackColor = true;
818 this.checkBoxCecLogNoPoll.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
820 // checkBoxCecLogTraffic
822 this.checkBoxCecLogTraffic.AutoSize = true;
823 this.checkBoxCecLogTraffic.Location = new System.Drawing.Point(6, 93);
824 this.checkBoxCecLogTraffic.Name = "checkBoxCecLogTraffic";
825 this.checkBoxCecLogTraffic.Size = new System.Drawing.Size(56, 17);
826 this.checkBoxCecLogTraffic.TabIndex = 29;
827 this.checkBoxCecLogTraffic.Text = "Traffic";
828 this.checkBoxCecLogTraffic.UseVisualStyleBackColor = true;
829 this.checkBoxCecLogTraffic.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
831 // checkBoxCecLogDebug
833 this.checkBoxCecLogDebug.AutoSize = true;
834 this.checkBoxCecLogDebug.Location = new System.Drawing.Point(6, 116);
835 this.checkBoxCecLogDebug.Name = "checkBoxCecLogDebug";
836 this.checkBoxCecLogDebug.Size = new System.Drawing.Size(58, 17);
837 this.checkBoxCecLogDebug.TabIndex = 28;
838 this.checkBoxCecLogDebug.Text = "Debug";
839 this.checkBoxCecLogDebug.UseVisualStyleBackColor = true;
840 this.checkBoxCecLogDebug.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
842 // checkBoxCecLogNotice
844 this.checkBoxCecLogNotice.AutoSize = true;
845 this.checkBoxCecLogNotice.Checked = true;
846 this.checkBoxCecLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
847 this.checkBoxCecLogNotice.Location = new System.Drawing.Point(6, 70);
848 this.checkBoxCecLogNotice.Name = "checkBoxCecLogNotice";
849 this.checkBoxCecLogNotice.Size = new System.Drawing.Size(57, 17);
850 this.checkBoxCecLogNotice.TabIndex = 27;
851 this.checkBoxCecLogNotice.Text = "Notice";
852 this.checkBoxCecLogNotice.UseVisualStyleBackColor = true;
853 this.checkBoxCecLogNotice.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
855 // checkBoxCecLogError
857 this.checkBoxCecLogError.AutoSize = true;
858 this.checkBoxCecLogError.Checked = true;
859 this.checkBoxCecLogError.CheckState = System.Windows.Forms.CheckState.Checked;
860 this.checkBoxCecLogError.Location = new System.Drawing.Point(6, 24);
861 this.checkBoxCecLogError.Name = "checkBoxCecLogError";
862 this.checkBoxCecLogError.Size = new System.Drawing.Size(48, 17);
863 this.checkBoxCecLogError.TabIndex = 26;
864 this.checkBoxCecLogError.Text = "Error";
865 this.checkBoxCecLogError.UseVisualStyleBackColor = true;
866 this.checkBoxCecLogError.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
868 // checkBoxCecLogWarning
870 this.checkBoxCecLogWarning.AutoSize = true;
871 this.checkBoxCecLogWarning.Checked = true;
872 this.checkBoxCecLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
873 this.checkBoxCecLogWarning.Location = new System.Drawing.Point(6, 47);
874 this.checkBoxCecLogWarning.Name = "checkBoxCecLogWarning";
875 this.checkBoxCecLogWarning.Size = new System.Drawing.Size(66, 17);
876 this.checkBoxCecLogWarning.TabIndex = 25;
877 this.checkBoxCecLogWarning.Text = "Warning";
878 this.checkBoxCecLogWarning.UseVisualStyleBackColor = true;
879 this.checkBoxCecLogWarning.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
883 this.labelHdmiPort.AutoSize = true;
884 this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
885 this.labelHdmiPort.Name = "labelHdmiPort";
886 this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
887 this.labelHdmiPort.TabIndex = 20;
888 this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
892 this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
893 this.comboBoxHdmiPort.FormattingEnabled = true;
894 this.comboBoxHdmiPort.Items.AddRange(new object[] {
904 this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
905 this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
906 this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
907 this.comboBoxHdmiPort.TabIndex = 19;
908 this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
910 // iCheckBoxCecEnabled
912 this.iCheckBoxCecEnabled.AutoSize = true;
913 this.iCheckBoxCecEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.CecEnabled;
914 this.iCheckBoxCecEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "CecEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
915 this.iCheckBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
916 this.iCheckBoxCecEnabled.Name = "iCheckBoxCecEnabled";
917 this.iCheckBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
918 this.iCheckBoxCecEnabled.TabIndex = 21;
919 this.iCheckBoxCecEnabled.Text = "Enable CEC";
920 this.iCheckBoxCecEnabled.UseVisualStyleBackColor = true;
921 this.iCheckBoxCecEnabled.CheckedChanged += new System.EventHandler(this.iCheckBoxCecEnabled_CheckedChanged);
925 this.tabPageHarmony.Controls.Add(this.iButtonHarmonyConnect);
926 this.tabPageHarmony.Controls.Add(this.iCheckBoxHarmonyEnabled);
927 this.tabPageHarmony.Controls.Add(this.iTreeViewHarmony);
928 this.tabPageHarmony.Controls.Add(this.label2);
929 this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechPassword);
930 this.tabPageHarmony.Controls.Add(this.labelLogitechUserName);
931 this.tabPageHarmony.Controls.Add(this.iTextBoxLogitechUserName);
932 this.tabPageHarmony.Controls.Add(this.label1);
933 this.tabPageHarmony.Controls.Add(this.iTextBoxHarmonyHubAddress);
934 this.tabPageHarmony.Location = new System.Drawing.Point(4, 22);
935 this.tabPageHarmony.Name = "tabPageHarmony";
936 this.tabPageHarmony.Padding = new System.Windows.Forms.Padding(3);
937 this.tabPageHarmony.Size = new System.Drawing.Size(752, 385);
938 this.tabPageHarmony.TabIndex = 10;
939 this.tabPageHarmony.Text = "Harmony";
940 this.tabPageHarmony.UseVisualStyleBackColor = true;
942 // iButtonHarmonyConnect
944 this.iButtonHarmonyConnect.Location = new System.Drawing.Point(6, 49);
945 this.iButtonHarmonyConnect.Name = "iButtonHarmonyConnect";
946 this.iButtonHarmonyConnect.Size = new System.Drawing.Size(75, 23);
947 this.iButtonHarmonyConnect.TabIndex = 23;
948 this.iButtonHarmonyConnect.Text = "Open";
949 this.iButtonHarmonyConnect.UseVisualStyleBackColor = true;
950 this.iButtonHarmonyConnect.Click += new System.EventHandler(this.iButtonHarmonyConnect_Click);
952 // iCheckBoxHarmonyEnabled
954 this.iCheckBoxHarmonyEnabled.AutoSize = true;
955 this.iCheckBoxHarmonyEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.HarmonyEnabled;
956 this.iCheckBoxHarmonyEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "HarmonyEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
957 this.iCheckBoxHarmonyEnabled.Location = new System.Drawing.Point(6, 6);
958 this.iCheckBoxHarmonyEnabled.Name = "iCheckBoxHarmonyEnabled";
959 this.iCheckBoxHarmonyEnabled.Size = new System.Drawing.Size(104, 17);
960 this.iCheckBoxHarmonyEnabled.TabIndex = 22;
961 this.iCheckBoxHarmonyEnabled.Text = "Enable Harmony";
962 this.iCheckBoxHarmonyEnabled.UseVisualStyleBackColor = true;
963 this.iCheckBoxHarmonyEnabled.CheckedChanged += new System.EventHandler(this.iCheckBoxHarmonyEnabled_CheckedChanged);
967 this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
968 | System.Windows.Forms.AnchorStyles.Left)
969 | System.Windows.Forms.AnchorStyles.Right)));
970 this.iTreeViewHarmony.Location = new System.Drawing.Point(87, 49);
971 this.iTreeViewHarmony.Name = "iTreeViewHarmony";
972 this.iTreeViewHarmony.Size = new System.Drawing.Size(659, 330);
973 this.iTreeViewHarmony.TabIndex = 15;
974 this.iTreeViewHarmony.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.iTreeViewHarmony_NodeMouseDoubleClick);
978 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
979 this.label2.AutoSize = true;
980 this.label2.Location = new System.Drawing.Point(597, 7);
981 this.label2.Name = "label2";
982 this.label2.Size = new System.Drawing.Size(99, 13);
983 this.label2.TabIndex = 13;
984 this.label2.Text = "Logitech password:";
986 // iTextBoxLogitechPassword
988 this.iTextBoxLogitechPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
989 this.iTextBoxLogitechPassword.Location = new System.Drawing.Point(600, 23);
990 this.iTextBoxLogitechPassword.Name = "iTextBoxLogitechPassword";
991 this.iTextBoxLogitechPassword.PasswordChar = '*';
992 this.iTextBoxLogitechPassword.Size = new System.Drawing.Size(134, 20);
993 this.iTextBoxLogitechPassword.TabIndex = 12;
995 // labelLogitechUserName
997 this.labelLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
998 this.labelLogitechUserName.AutoSize = true;
999 this.labelLogitechUserName.Location = new System.Drawing.Point(433, 7);
1000 this.labelLogitechUserName.Name = "labelLogitechUserName";
1001 this.labelLogitechUserName.Size = new System.Drawing.Size(141, 13);
1002 this.labelLogitechUserName.TabIndex = 11;
1003 this.labelLogitechUserName.Text = "Logitech user name / e-mail:";
1005 // iTextBoxLogitechUserName
1007 this.iTextBoxLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1008 this.iTextBoxLogitechUserName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::SharpDisplayManager.Properties.Settings.Default, "LogitechUserName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1009 this.iTextBoxLogitechUserName.Location = new System.Drawing.Point(436, 23);
1010 this.iTextBoxLogitechUserName.Name = "iTextBoxLogitechUserName";
1011 this.iTextBoxLogitechUserName.Size = new System.Drawing.Size(134, 20);
1012 this.iTextBoxLogitechUserName.TabIndex = 10;
1013 this.iTextBoxLogitechUserName.Text = global::SharpDisplayManager.Properties.Settings.Default.LogitechUserName;
1017 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1018 this.label1.AutoSize = true;
1019 this.label1.Location = new System.Drawing.Point(279, 7);
1020 this.label1.Name = "label1";
1021 this.label1.Size = new System.Drawing.Size(116, 13);
1022 this.label1.TabIndex = 9;
1023 this.label1.Text = "Harmony Hub Address:";
1025 // iTextBoxHarmonyHubAddress
1027 this.iTextBoxHarmonyHubAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1028 this.iTextBoxHarmonyHubAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::SharpDisplayManager.Properties.Settings.Default, "HarmonyHubAddress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1029 this.iTextBoxHarmonyHubAddress.Location = new System.Drawing.Point(282, 23);
1030 this.iTextBoxHarmonyHubAddress.Name = "iTextBoxHarmonyHubAddress";
1031 this.iTextBoxHarmonyHubAddress.Size = new System.Drawing.Size(100, 20);
1032 this.iTextBoxHarmonyHubAddress.TabIndex = 8;
1033 this.iTextBoxHarmonyHubAddress.Text = global::SharpDisplayManager.Properties.Settings.Default.HarmonyHubAddress;
1037 this.tabPageEvent.Controls.Add(this.buttonEventEdit);
1038 this.tabPageEvent.Controls.Add(this.buttonEventDelete);
1039 this.tabPageEvent.Controls.Add(this.buttonEventAdd);
1040 this.tabPageEvent.Controls.Add(this.buttonEventTest);
1041 this.tabPageEvent.Controls.Add(this.buttonActionEdit);
1042 this.tabPageEvent.Controls.Add(this.buttonActionMoveUp);
1043 this.tabPageEvent.Controls.Add(this.buttonActionMoveDown);
1044 this.tabPageEvent.Controls.Add(this.buttonActionTest);
1045 this.tabPageEvent.Controls.Add(this.buttonActionDelete);
1046 this.tabPageEvent.Controls.Add(this.buttonActionAdd);
1047 this.tabPageEvent.Controls.Add(this.iTreeViewEvents);
1048 this.tabPageEvent.Location = new System.Drawing.Point(4, 22);
1049 this.tabPageEvent.Name = "tabPageEvent";
1050 this.tabPageEvent.Padding = new System.Windows.Forms.Padding(3);
1051 this.tabPageEvent.Size = new System.Drawing.Size(752, 385);
1052 this.tabPageEvent.TabIndex = 9;
1053 this.tabPageEvent.Text = "Events";
1054 this.tabPageEvent.UseVisualStyleBackColor = true;
1058 this.buttonEventEdit.Enabled = false;
1059 this.buttonEventEdit.Location = new System.Drawing.Point(6, 187);
1060 this.buttonEventEdit.Name = "buttonEventEdit";
1061 this.buttonEventEdit.Size = new System.Drawing.Size(96, 23);
1062 this.buttonEventEdit.TabIndex = 29;
1063 this.buttonEventEdit.Text = "Edit Event";
1064 this.buttonEventEdit.UseVisualStyleBackColor = true;
1065 this.buttonEventEdit.Click += new System.EventHandler(this.buttonEventEdit_Click);
1067 // buttonEventDelete
1069 this.buttonEventDelete.Enabled = false;
1070 this.buttonEventDelete.Location = new System.Drawing.Point(6, 216);
1071 this.buttonEventDelete.Name = "buttonEventDelete";
1072 this.buttonEventDelete.Size = new System.Drawing.Size(96, 23);
1073 this.buttonEventDelete.TabIndex = 28;
1074 this.buttonEventDelete.Text = "Delete Event";
1075 this.buttonEventDelete.UseVisualStyleBackColor = true;
1076 this.buttonEventDelete.Click += new System.EventHandler(this.buttonEventDelete_Click);
1080 this.buttonEventAdd.Location = new System.Drawing.Point(6, 158);
1081 this.buttonEventAdd.Name = "buttonEventAdd";
1082 this.buttonEventAdd.Size = new System.Drawing.Size(96, 23);
1083 this.buttonEventAdd.TabIndex = 27;
1084 this.buttonEventAdd.Text = "Add Event";
1085 this.buttonEventAdd.UseVisualStyleBackColor = true;
1086 this.buttonEventAdd.Click += new System.EventHandler(this.buttonEventAdd_Click);
1090 this.buttonEventTest.Enabled = false;
1091 this.buttonEventTest.Location = new System.Drawing.Point(6, 245);
1092 this.buttonEventTest.Name = "buttonEventTest";
1093 this.buttonEventTest.Size = new System.Drawing.Size(96, 23);
1094 this.buttonEventTest.TabIndex = 26;
1095 this.buttonEventTest.Text = "Test Event";
1096 this.buttonEventTest.UseVisualStyleBackColor = true;
1097 this.buttonEventTest.Click += new System.EventHandler(this.buttonEventTest_Click);
1101 this.buttonActionEdit.Enabled = false;
1102 this.buttonActionEdit.Location = new System.Drawing.Point(6, 35);
1103 this.buttonActionEdit.Name = "buttonActionEdit";
1104 this.buttonActionEdit.Size = new System.Drawing.Size(96, 23);
1105 this.buttonActionEdit.TabIndex = 25;
1106 this.buttonActionEdit.Text = "Edit Action";
1107 this.buttonActionEdit.UseVisualStyleBackColor = true;
1108 this.buttonActionEdit.Click += new System.EventHandler(this.buttonActionEdit_Click);
1110 // buttonActionMoveUp
1112 this.buttonActionMoveUp.Enabled = false;
1113 this.buttonActionMoveUp.Location = new System.Drawing.Point(6, 327);
1114 this.buttonActionMoveUp.Name = "buttonActionMoveUp";
1115 this.buttonActionMoveUp.Size = new System.Drawing.Size(96, 23);
1116 this.buttonActionMoveUp.TabIndex = 24;
1117 this.buttonActionMoveUp.Text = "Move Up";
1118 this.buttonActionMoveUp.UseVisualStyleBackColor = true;
1119 this.buttonActionMoveUp.Click += new System.EventHandler(this.buttonActionMoveUp_Click);
1121 // buttonActionMoveDown
1123 this.buttonActionMoveDown.Enabled = false;
1124 this.buttonActionMoveDown.Location = new System.Drawing.Point(6, 356);
1125 this.buttonActionMoveDown.Name = "buttonActionMoveDown";
1126 this.buttonActionMoveDown.Size = new System.Drawing.Size(96, 23);
1127 this.buttonActionMoveDown.TabIndex = 23;
1128 this.buttonActionMoveDown.Text = "Move Down";
1129 this.buttonActionMoveDown.UseVisualStyleBackColor = true;
1130 this.buttonActionMoveDown.Click += new System.EventHandler(this.buttonActionMoveDown_Click);
1134 this.buttonActionTest.Enabled = false;
1135 this.buttonActionTest.Location = new System.Drawing.Point(6, 93);
1136 this.buttonActionTest.Name = "buttonActionTest";
1137 this.buttonActionTest.Size = new System.Drawing.Size(96, 23);
1138 this.buttonActionTest.TabIndex = 22;
1139 this.buttonActionTest.Text = "Test Action";
1140 this.buttonActionTest.UseVisualStyleBackColor = true;
1141 this.buttonActionTest.Click += new System.EventHandler(this.buttonActionTest_Click);
1143 // buttonActionDelete
1145 this.buttonActionDelete.Enabled = false;
1146 this.buttonActionDelete.Location = new System.Drawing.Point(6, 64);
1147 this.buttonActionDelete.Name = "buttonActionDelete";
1148 this.buttonActionDelete.Size = new System.Drawing.Size(96, 23);
1149 this.buttonActionDelete.TabIndex = 21;
1150 this.buttonActionDelete.Text = "Delete Action";
1151 this.buttonActionDelete.UseVisualStyleBackColor = true;
1152 this.buttonActionDelete.Click += new System.EventHandler(this.buttonActionDelete_Click);
1156 this.buttonActionAdd.Enabled = false;
1157 this.buttonActionAdd.Location = new System.Drawing.Point(6, 6);
1158 this.buttonActionAdd.Name = "buttonActionAdd";
1159 this.buttonActionAdd.Size = new System.Drawing.Size(96, 23);
1160 this.buttonActionAdd.TabIndex = 20;
1161 this.buttonActionAdd.Text = "Add Action";
1162 this.buttonActionAdd.UseVisualStyleBackColor = true;
1163 this.buttonActionAdd.Click += new System.EventHandler(this.buttonActionAdd_Click);
1167 this.iTreeViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1168 | System.Windows.Forms.AnchorStyles.Left)
1169 | System.Windows.Forms.AnchorStyles.Right)));
1170 this.iTreeViewEvents.HideSelection = false;
1171 this.iTreeViewEvents.Location = new System.Drawing.Point(111, 3);
1172 this.iTreeViewEvents.Name = "iTreeViewEvents";
1173 this.iTreeViewEvents.Size = new System.Drawing.Size(638, 376);
1174 this.iTreeViewEvents.TabIndex = 1;
1175 this.iTreeViewEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.iTreeViewEvents_AfterSelect);
1176 this.iTreeViewEvents.Leave += new System.EventHandler(this.iTreeViewEvents_Leave);
1180 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
1181 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
1182 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
1183 this.tabPageApp.Controls.Add(this.buttonUpdate);
1184 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
1185 this.tabPageApp.Name = "tabPageApp";
1186 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
1187 this.tabPageApp.Size = new System.Drawing.Size(752, 385);
1188 this.tabPageApp.TabIndex = 4;
1189 this.tabPageApp.Text = "Application";
1190 this.tabPageApp.UseVisualStyleBackColor = true;
1192 // checkBoxStartMinimized
1194 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1195 this.checkBoxStartMinimized.AutoSize = true;
1196 this.checkBoxStartMinimized.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartMinimized;
1197 this.checkBoxStartMinimized.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartMinimized", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1198 this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
1199 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
1200 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
1201 this.checkBoxStartMinimized.TabIndex = 16;
1202 this.checkBoxStartMinimized.Text = "Start minimized";
1203 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
1205 // checkBoxMinimizeToTray
1207 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1208 this.checkBoxMinimizeToTray.AutoSize = true;
1209 this.checkBoxMinimizeToTray.Checked = global::SharpDisplayManager.Properties.Settings.Default.MinimizeToTray;
1210 this.checkBoxMinimizeToTray.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "MinimizeToTray", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1211 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
1212 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
1213 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
1214 this.checkBoxMinimizeToTray.TabIndex = 15;
1215 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
1216 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
1218 // checkBoxAutoStart
1220 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1221 this.checkBoxAutoStart.AutoSize = true;
1222 this.checkBoxAutoStart.Location = new System.Drawing.Point(6, 331);
1223 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
1224 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
1225 this.checkBoxAutoStart.TabIndex = 14;
1226 this.checkBoxAutoStart.Text = "Run on Windows startup";
1227 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
1228 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
1232 this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1233 this.buttonUpdate.Location = new System.Drawing.Point(6, 354);
1234 this.buttonUpdate.Name = "buttonUpdate";
1235 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
1236 this.buttonUpdate.TabIndex = 0;
1237 this.buttonUpdate.Text = "Update";
1238 this.buttonUpdate.UseVisualStyleBackColor = true;
1239 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
1243 this.tabPageLogs.Controls.Add(this.buttonClearLogs);
1244 this.tabPageLogs.Controls.Add(this.richTextBoxLogs);
1245 this.tabPageLogs.Location = new System.Drawing.Point(4, 22);
1246 this.tabPageLogs.Name = "tabPageLogs";
1247 this.tabPageLogs.Padding = new System.Windows.Forms.Padding(3);
1248 this.tabPageLogs.Size = new System.Drawing.Size(752, 385);
1249 this.tabPageLogs.TabIndex = 8;
1250 this.tabPageLogs.Text = "Logs";
1251 this.tabPageLogs.UseVisualStyleBackColor = true;
1255 this.buttonClearLogs.Location = new System.Drawing.Point(671, 6);
1256 this.buttonClearLogs.Name = "buttonClearLogs";
1257 this.buttonClearLogs.Size = new System.Drawing.Size(75, 23);
1258 this.buttonClearLogs.TabIndex = 2;
1259 this.buttonClearLogs.Text = "Clear";
1260 this.buttonClearLogs.UseVisualStyleBackColor = true;
1261 this.buttonClearLogs.Click += new System.EventHandler(this.buttonClearLogs_Click);
1265 this.richTextBoxLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1266 | System.Windows.Forms.AnchorStyles.Left)
1267 | System.Windows.Forms.AnchorStyles.Right)));
1268 this.richTextBoxLogs.BorderStyle = System.Windows.Forms.BorderStyle.None;
1269 this.richTextBoxLogs.DetectUrls = false;
1270 this.richTextBoxLogs.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1271 this.richTextBoxLogs.Location = new System.Drawing.Point(6, 6);
1272 this.richTextBoxLogs.Name = "richTextBoxLogs";
1273 this.richTextBoxLogs.ReadOnly = true;
1274 this.richTextBoxLogs.Size = new System.Drawing.Size(740, 373);
1275 this.richTextBoxLogs.TabIndex = 1;
1276 this.richTextBoxLogs.Text = "";
1277 this.richTextBoxLogs.WordWrap = false;
1281 this.labelFontWidth.AutoSize = true;
1282 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
1283 this.labelFontWidth.Name = "labelFontWidth";
1284 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
1285 this.labelFontWidth.TabIndex = 19;
1286 this.labelFontWidth.Text = "Font width";
1290 this.labelFontHeight.AutoSize = true;
1291 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
1292 this.labelFontHeight.Name = "labelFontHeight";
1293 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
1294 this.labelFontHeight.TabIndex = 20;
1295 this.labelFontHeight.Text = "Font height";
1299 this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
1303 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1304 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1305 this.ClientSize = new System.Drawing.Size(784, 562);
1306 this.Controls.Add(this.labelFontHeight);
1307 this.Controls.Add(this.labelFontWidth);
1308 this.Controls.Add(this.labelWarning);
1309 this.Controls.Add(this.statusStrip);
1310 this.Controls.Add(this.tabControl);
1311 this.Controls.Add(this.panelDisplay);
1312 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1313 this.MinimumSize = new System.Drawing.Size(800, 600);
1314 this.Name = "FormMain";
1315 this.Text = "Sharp Display Manager";
1316 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
1317 this.Load += new System.EventHandler(this.MainForm_Load);
1318 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
1319 this.Resize += new System.EventHandler(this.MainForm_Resize);
1320 this.panelDisplay.ResumeLayout(false);
1321 this.iTableLayoutPanel.ResumeLayout(false);
1322 this.iTableLayoutPanel.PerformLayout();
1323 this.statusStrip.ResumeLayout(false);
1324 this.statusStrip.PerformLayout();
1325 this.tabPageClients.ResumeLayout(false);
1326 this.tabPageClients.PerformLayout();
1327 this.tabPageDisplay.ResumeLayout(false);
1328 this.tabPageDisplay.PerformLayout();
1329 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
1330 this.tabControl.ResumeLayout(false);
1331 this.tabPageDesign.ResumeLayout(false);
1332 this.tabPageDesign.PerformLayout();
1333 this.tabPageAudio.ResumeLayout(false);
1334 this.tabPageAudio.PerformLayout();
1335 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
1336 this.tabPageCec.ResumeLayout(false);
1337 this.tabPageCec.PerformLayout();
1338 this.groupBoxCecLogOptions.ResumeLayout(false);
1339 this.groupBoxCecLogOptions.PerformLayout();
1340 this.tabPageHarmony.ResumeLayout(false);
1341 this.tabPageHarmony.PerformLayout();
1342 this.tabPageEvent.ResumeLayout(false);
1343 this.tabPageApp.ResumeLayout(false);
1344 this.tabPageApp.PerformLayout();
1345 this.tabPageLogs.ResumeLayout(false);
1346 this.ResumeLayout(false);
1347 this.PerformLayout();
1353 private System.Windows.Forms.FontDialog fontDialog;
1354 private System.Windows.Forms.Timer timer;
1355 private System.Windows.Forms.StatusStrip statusStrip;
1356 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
1357 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
1358 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
1359 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1360 private System.Windows.Forms.Panel panelDisplay;
1361 private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
1362 private MarqueeLabel marqueeLabelTop;
1363 private MarqueeLabel marqueeLabelBottom;
1364 private System.Windows.Forms.TabPage tabPageClients;
1365 private System.Windows.Forms.TreeView iTreeViewClients;
1366 private System.Windows.Forms.TabPage tabPageDisplay;
1367 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
1368 private System.Windows.Forms.Button buttonSuspend;
1369 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1370 private System.Windows.Forms.CheckBox checkBoxShowBorders;
1371 private System.Windows.Forms.TrackBar trackBarBrightness;
1372 private System.Windows.Forms.Button buttonFill;
1373 private System.Windows.Forms.Button buttonClear;
1374 private System.Windows.Forms.Button buttonClose;
1375 private System.Windows.Forms.Button buttonOpen;
1376 private System.Windows.Forms.Button buttonCapture;
1377 private System.Windows.Forms.Button buttonFont;
1378 private System.Windows.Forms.TabControl tabControl;
1379 private System.Windows.Forms.Button buttonCloseClients;
1380 private System.Windows.Forms.Button buttonStartClient;
1381 private System.Windows.Forms.Label labelWarning;
1382 private System.Windows.Forms.TabPage tabPageDesign;
1383 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1384 private System.Windows.Forms.ComboBox comboBoxDisplayType;
1385 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
1386 private System.Windows.Forms.Label labelTimerInterval;
1387 private System.Windows.Forms.Button buttonPowerOff;
1388 private System.Windows.Forms.Button buttonPowerOn;
1389 private System.Windows.Forms.Button buttonShowClock;
1390 private System.Windows.Forms.Button buttonHideClock;
1391 private System.Windows.Forms.Label labelFontWidth;
1392 private System.Windows.Forms.Label labelFontHeight;
1393 private System.Windows.Forms.CheckBox checkBoxInverseColors;
1394 private System.Windows.Forms.TabPage tabPageApp;
1395 private System.Windows.Forms.Button buttonUpdate;
1396 private System.Windows.Forms.CheckBox checkBoxAutoStart;
1397 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
1398 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
1399 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
1400 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
1401 private System.Windows.Forms.Label labelMinFontSize;
1402 private System.Windows.Forms.Label labelScrollLoopSeparator;
1403 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
1404 private System.Windows.Forms.Label labelScrollingSpeed;
1405 private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
1406 private System.Windows.Forms.ToolTip toolTip;
1407 private System.Windows.Forms.TabPage tabPageAudio;
1408 private System.Windows.Forms.TrackBar trackBarMasterVolume;
1409 private System.Windows.Forms.CheckBox checkBoxMute;
1410 private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
1411 private System.Windows.Forms.Label labelDefaultAudioDevice;
1412 private System.Windows.Forms.OpenFileDialog openFileDialog;
1413 private System.Windows.Forms.TabPage tabPageCec;
1414 private System.Windows.Forms.CheckBox iCheckBoxCecEnabled;
1415 private System.Windows.Forms.Label labelHdmiPort;
1416 private System.Windows.Forms.ComboBox comboBoxHdmiPort;
1417 private System.Windows.Forms.Button iButtonStartIdleClient;
1418 private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
1419 private System.Windows.Forms.TabPage tabPageLogs;
1420 private System.Windows.Forms.RichTextBox richTextBoxLogs;
1421 private System.Windows.Forms.Button buttonClearLogs;
1422 private System.Windows.Forms.GroupBox groupBoxCecLogOptions;
1423 private System.Windows.Forms.CheckBox checkBoxCecLogWarning;
1424 private System.Windows.Forms.CheckBox checkBoxCecLogError;
1425 private System.Windows.Forms.CheckBox checkBoxCecLogDebug;
1426 private System.Windows.Forms.CheckBox checkBoxCecLogNotice;
1427 private System.Windows.Forms.CheckBox checkBoxCecLogTraffic;
1428 private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;
1429 private System.Windows.Forms.TabPage tabPageEvent;
1430 private System.Windows.Forms.TreeView iTreeViewEvents;
1431 private System.Windows.Forms.Button buttonActionDelete;
1432 private System.Windows.Forms.Button buttonActionAdd;
1433 private System.Windows.Forms.Button buttonActionMoveUp;
1434 private System.Windows.Forms.Button buttonActionMoveDown;
1435 private System.Windows.Forms.Button buttonActionTest;
1436 private System.Windows.Forms.Button buttonActionEdit;
1437 private System.Windows.Forms.Button buttonEventTest;
1438 private System.Windows.Forms.Button buttonEventDelete;
1439 private System.Windows.Forms.Button buttonEventAdd;
1440 private System.Windows.Forms.Button buttonEventEdit;
1441 private System.Windows.Forms.TabPage tabPageHarmony;
1442 private System.Windows.Forms.TreeView iTreeViewHarmony;
1443 private System.Windows.Forms.Label label2;
1444 private System.Windows.Forms.TextBox iTextBoxLogitechPassword;
1445 private System.Windows.Forms.Label labelLogitechUserName;
1446 private System.Windows.Forms.TextBox iTextBoxLogitechUserName;
1447 private System.Windows.Forms.Label label1;
1448 private System.Windows.Forms.TextBox iTextBoxHarmonyHubAddress;
1449 private System.Windows.Forms.CheckBox iCheckBoxHarmonyEnabled;
1450 private System.Windows.Forms.Button iButtonHarmonyConnect;