Prototype for event and action framework.
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(MainForm));
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.checkBoxCecReconnectToPowerTv = new System.Windows.Forms.CheckBox();
110 this.checkBoxCecMonitorOn = new System.Windows.Forms.CheckBox();
111 this.checkBoxCecMonitorOff = new System.Windows.Forms.CheckBox();
112 this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
113 this.labelHdmiPort = new System.Windows.Forms.Label();
114 this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
115 this.tabPageApp = new System.Windows.Forms.TabPage();
116 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
117 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
118 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
119 this.buttonUpdate = new System.Windows.Forms.Button();
120 this.tabPageLogs = new System.Windows.Forms.TabPage();
121 this.buttonClearLogs = new System.Windows.Forms.Button();
122 this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
123 this.labelFontWidth = new System.Windows.Forms.Label();
124 this.labelFontHeight = new System.Windows.Forms.Label();
125 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
126 this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
127 this.panelDisplay.SuspendLayout();
128 this.iTableLayoutPanel.SuspendLayout();
129 this.statusStrip.SuspendLayout();
130 this.tabPageClients.SuspendLayout();
131 this.tabPageDisplay.SuspendLayout();
132 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
133 this.tabControl.SuspendLayout();
134 this.tabPageDesign.SuspendLayout();
135 this.tabPageAudio.SuspendLayout();
136 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
137 this.tabPageInput.SuspendLayout();
138 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
139 this.tabPageCec.SuspendLayout();
140 this.groupBoxCecLogOptions.SuspendLayout();
141 this.tabPageApp.SuspendLayout();
142 this.tabPageLogs.SuspendLayout();
143 this.SuspendLayout();
147 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
148 this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
149 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
150 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
151 this.panelDisplay.Name = "panelDisplay";
152 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
153 this.panelDisplay.TabIndex = 12;
157 this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
158 | System.Windows.Forms.AnchorStyles.Left)
159 | System.Windows.Forms.AnchorStyles.Right)));
160 this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
161 this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
162 this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
163 this.iTableLayoutPanel.ColumnCount = 1;
164 this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
165 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
166 this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
167 this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
168 this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
169 this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
170 this.iTableLayoutPanel.Name = "iTableLayoutPanel";
171 this.iTableLayoutPanel.RowCount = 2;
172 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
173 this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
174 this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
175 this.iTableLayoutPanel.TabIndex = 5;
176 this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
180 this.marqueeLabelTop.AutoEllipsis = true;
181 this.marqueeLabelTop.AutoSize = true;
182 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
183 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
184 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
185 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
186 this.marqueeLabelTop.MinFontSize = 15F;
187 this.marqueeLabelTop.Name = "marqueeLabelTop";
188 this.marqueeLabelTop.OwnTimer = false;
189 this.marqueeLabelTop.PixelsPerSecond = 64;
190 this.marqueeLabelTop.ScaleToFit = true;
191 this.marqueeLabelTop.Separator = "|";
192 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
193 this.marqueeLabelTop.TabIndex = 2;
194 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
195 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
196 this.marqueeLabelTop.UseCompatibleTextRendering = true;
198 // marqueeLabelBottom
200 this.marqueeLabelBottom.AutoEllipsis = true;
201 this.marqueeLabelBottom.AutoSize = true;
202 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
203 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
204 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
205 this.marqueeLabelBottom.MinFontSize = 15F;
206 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
207 this.marqueeLabelBottom.OwnTimer = false;
208 this.marqueeLabelBottom.PixelsPerSecond = 64;
209 this.marqueeLabelBottom.ScaleToFit = true;
210 this.marqueeLabelBottom.Separator = "|";
211 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
212 this.marqueeLabelBottom.TabIndex = 3;
213 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
214 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
215 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
219 this.timer.Interval = 50;
220 this.timer.Tick += new System.EventHandler(this.timer_Tick);
224 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
225 this.toolStripStatusLabelConnect,
226 this.toolStripStatusLabelSpring,
227 this.toolStripStatusLabelPower,
228 this.toolStripStatusLabelFps});
229 this.statusStrip.Location = new System.Drawing.Point(0, 539);
230 this.statusStrip.Name = "statusStrip";
231 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
232 this.statusStrip.Size = new System.Drawing.Size(784, 22);
233 this.statusStrip.TabIndex = 1;
234 this.statusStrip.Text = "statusStrip";
236 // toolStripStatusLabelConnect
238 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
239 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
240 this.toolStripStatusLabelConnect.Text = "Not connected";
242 // toolStripStatusLabelSpring
244 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
245 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(633, 17);
246 this.toolStripStatusLabelSpring.Spring = true;
248 // toolStripStatusLabelPower
250 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
251 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
252 this.toolStripStatusLabelPower.Text = "NA";
254 // toolStripStatusLabelFps
256 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
257 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
258 this.toolStripStatusLabelFps.Text = "FPS";
262 this.tabPageClients.Controls.Add(this.iCheckBoxStartIdleClient);
263 this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
264 this.tabPageClients.Controls.Add(this.buttonCloseClients);
265 this.tabPageClients.Controls.Add(this.buttonStartClient);
266 this.tabPageClients.Controls.Add(this.iTreeViewClients);
267 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
268 this.tabPageClients.Name = "tabPageClients";
269 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
270 this.tabPageClients.Size = new System.Drawing.Size(752, 385);
271 this.tabPageClients.TabIndex = 2;
272 this.tabPageClients.Text = "Clients";
273 this.tabPageClients.UseVisualStyleBackColor = true;
275 // iCheckBoxStartIdleClient
277 this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
278 this.iCheckBoxStartIdleClient.AutoSize = true;
279 this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
280 this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
281 this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
282 this.iCheckBoxStartIdleClient.TabIndex = 22;
283 this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
284 this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
285 this.iCheckBoxStartIdleClient.CheckedChanged += new System.EventHandler(this.checkBoxStartIdleClient_CheckedChanged);
287 // iButtonStartIdleClient
289 this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
290 this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
291 this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
292 this.iButtonStartIdleClient.TabIndex = 21;
293 this.iButtonStartIdleClient.Text = "Start Idle Client";
294 this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
295 this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
297 // buttonCloseClients
299 this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
300 this.buttonCloseClients.Location = new System.Drawing.Point(6, 336);
301 this.buttonCloseClients.Name = "buttonCloseClients";
302 this.buttonCloseClients.Size = new System.Drawing.Size(96, 23);
303 this.buttonCloseClients.TabIndex = 20;
304 this.buttonCloseClients.Text = "Close Clients";
305 this.buttonCloseClients.UseVisualStyleBackColor = true;
306 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
310 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
311 this.buttonStartClient.Name = "buttonStartClient";
312 this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
313 this.buttonStartClient.TabIndex = 19;
314 this.buttonStartClient.Text = "Start Test Client";
315 this.buttonStartClient.UseVisualStyleBackColor = true;
316 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
320 this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
321 | System.Windows.Forms.AnchorStyles.Left)
322 | System.Windows.Forms.AnchorStyles.Right)));
323 this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
324 this.iTreeViewClients.Name = "iTreeViewClients";
325 this.iTreeViewClients.Size = new System.Drawing.Size(638, 328);
326 this.iTreeViewClients.TabIndex = 0;
327 this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
331 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
332 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
333 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
334 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
335 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
336 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
337 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
338 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
339 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
340 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
341 this.tabPageDisplay.Controls.Add(this.buttonFill);
342 this.tabPageDisplay.Controls.Add(this.buttonClear);
343 this.tabPageDisplay.Controls.Add(this.buttonClose);
344 this.tabPageDisplay.Controls.Add(this.buttonOpen);
345 this.tabPageDisplay.Controls.Add(this.buttonCapture);
346 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
347 this.tabPageDisplay.Name = "tabPageDisplay";
348 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
349 this.tabPageDisplay.Size = new System.Drawing.Size(752, 385);
350 this.tabPageDisplay.TabIndex = 0;
351 this.tabPageDisplay.Text = "Display";
352 this.tabPageDisplay.UseVisualStyleBackColor = true;
356 this.buttonShowClock.Location = new System.Drawing.Point(6, 122);
357 this.buttonShowClock.Name = "buttonShowClock";
358 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
359 this.buttonShowClock.TabIndex = 23;
360 this.buttonShowClock.Text = "Show Clock";
361 this.buttonShowClock.UseVisualStyleBackColor = true;
362 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
366 this.buttonHideClock.Location = new System.Drawing.Point(6, 151);
367 this.buttonHideClock.Name = "buttonHideClock";
368 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
369 this.buttonHideClock.TabIndex = 22;
370 this.buttonHideClock.Text = "Hide Clock";
371 this.buttonHideClock.UseVisualStyleBackColor = true;
372 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
376 this.buttonPowerOff.Location = new System.Drawing.Point(6, 209);
377 this.buttonPowerOff.Name = "buttonPowerOff";
378 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
379 this.buttonPowerOff.TabIndex = 21;
380 this.buttonPowerOff.Text = "OFF";
381 this.buttonPowerOff.UseVisualStyleBackColor = true;
382 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
386 this.buttonPowerOn.Location = new System.Drawing.Point(6, 180);
387 this.buttonPowerOn.Name = "buttonPowerOn";
388 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
389 this.buttonPowerOn.TabIndex = 20;
390 this.buttonPowerOn.Text = "ON";
391 this.buttonPowerOn.UseVisualStyleBackColor = true;
392 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
394 // labelTimerInterval
396 this.labelTimerInterval.AutoSize = true;
397 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
398 this.labelTimerInterval.Name = "labelTimerInterval";
399 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
400 this.labelTimerInterval.TabIndex = 19;
401 this.labelTimerInterval.Text = "Timer interval (ms) :";
403 // maskedTextBoxTimerInterval
405 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
406 this.maskedTextBoxTimerInterval.Mask = "000";
407 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
408 this.maskedTextBoxTimerInterval.PromptChar = ' ';
409 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
410 this.maskedTextBoxTimerInterval.TabIndex = 18;
411 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
413 // comboBoxDisplayType
415 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
416 this.comboBoxDisplayType.FormattingEnabled = true;
417 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
418 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
419 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
420 this.comboBoxDisplayType.TabIndex = 17;
421 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
425 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
426 this.buttonSuspend.Location = new System.Drawing.Point(6, 317);
427 this.buttonSuspend.Name = "buttonSuspend";
428 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
429 this.buttonSuspend.TabIndex = 16;
430 this.buttonSuspend.Text = "Pause";
431 this.buttonSuspend.UseVisualStyleBackColor = true;
432 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
434 // checkBoxConnectOnStartup
436 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
437 this.checkBoxConnectOnStartup.AutoSize = true;
438 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
439 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
440 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
441 this.checkBoxConnectOnStartup.TabIndex = 13;
442 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
443 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
444 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
446 // trackBarBrightness
448 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
449 | System.Windows.Forms.AnchorStyles.Right)));
450 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
451 this.trackBarBrightness.Location = new System.Drawing.Point(704, 9);
452 this.trackBarBrightness.Name = "trackBarBrightness";
453 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
454 this.trackBarBrightness.Size = new System.Drawing.Size(45, 358);
455 this.trackBarBrightness.TabIndex = 10;
456 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
457 this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
458 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
462 this.buttonFill.Location = new System.Drawing.Point(6, 93);
463 this.buttonFill.Name = "buttonFill";
464 this.buttonFill.Size = new System.Drawing.Size(75, 23);
465 this.buttonFill.TabIndex = 9;
466 this.buttonFill.Text = "Fill";
467 this.buttonFill.UseVisualStyleBackColor = true;
468 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
472 this.buttonClear.Location = new System.Drawing.Point(6, 64);
473 this.buttonClear.Name = "buttonClear";
474 this.buttonClear.Size = new System.Drawing.Size(75, 23);
475 this.buttonClear.TabIndex = 8;
476 this.buttonClear.Text = "Clear";
477 this.buttonClear.UseVisualStyleBackColor = true;
478 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
482 this.buttonClose.Location = new System.Drawing.Point(6, 35);
483 this.buttonClose.Name = "buttonClose";
484 this.buttonClose.Size = new System.Drawing.Size(75, 23);
485 this.buttonClose.TabIndex = 7;
486 this.buttonClose.Text = "Close";
487 this.buttonClose.UseVisualStyleBackColor = true;
488 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
492 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
493 this.buttonOpen.Name = "buttonOpen";
494 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
495 this.buttonOpen.TabIndex = 6;
496 this.buttonOpen.Text = "Open";
497 this.buttonOpen.UseVisualStyleBackColor = true;
498 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
502 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
503 this.buttonCapture.Location = new System.Drawing.Point(6, 346);
504 this.buttonCapture.Name = "buttonCapture";
505 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
506 this.buttonCapture.TabIndex = 5;
507 this.buttonCapture.Text = "Capture";
508 this.buttonCapture.UseVisualStyleBackColor = true;
509 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
513 this.labelWarning.AutoSize = true;
514 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
515 this.labelWarning.ForeColor = System.Drawing.Color.Red;
516 this.labelWarning.Location = new System.Drawing.Point(9, 9);
517 this.labelWarning.Name = "labelWarning";
518 this.labelWarning.Size = new System.Drawing.Size(80, 16);
519 this.labelWarning.TabIndex = 18;
520 this.labelWarning.Text = "WARNING";
521 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
522 this.labelWarning.Visible = false;
524 // checkBoxFixedPitchFontOnly
526 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
527 this.checkBoxFixedPitchFontOnly.AutoSize = true;
528 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 362);
529 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
530 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
531 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
532 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
533 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
535 // checkBoxShowBorders
537 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
538 this.checkBoxShowBorders.AutoSize = true;
539 this.checkBoxShowBorders.Location = new System.Drawing.Point(645, 29);
540 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
541 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
542 this.checkBoxShowBorders.TabIndex = 11;
543 this.checkBoxShowBorders.Text = "Show borders";
544 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
545 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
549 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
550 this.buttonFont.Location = new System.Drawing.Point(6, 356);
551 this.buttonFont.Name = "buttonFont";
552 this.buttonFont.Size = new System.Drawing.Size(75, 23);
553 this.buttonFont.TabIndex = 0;
554 this.buttonFont.Text = "Select Font";
555 this.buttonFont.UseVisualStyleBackColor = true;
556 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
560 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
561 | System.Windows.Forms.AnchorStyles.Left)
562 | System.Windows.Forms.AnchorStyles.Right)));
563 this.tabControl.Controls.Add(this.tabPageDisplay);
564 this.tabControl.Controls.Add(this.tabPageClients);
565 this.tabControl.Controls.Add(this.tabPageDesign);
566 this.tabControl.Controls.Add(this.tabPageAudio);
567 this.tabControl.Controls.Add(this.tabPageInput);
568 this.tabControl.Controls.Add(this.tabPageCec);
569 this.tabControl.Controls.Add(this.tabPageApp);
570 this.tabControl.Controls.Add(this.tabPageLogs);
571 this.tabControl.Location = new System.Drawing.Point(12, 125);
572 this.tabControl.Name = "tabControl";
573 this.tabControl.SelectedIndex = 0;
574 this.tabControl.Size = new System.Drawing.Size(760, 411);
575 this.tabControl.TabIndex = 0;
579 this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
580 this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
581 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
582 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
583 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
584 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
585 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
586 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
587 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
588 this.tabPageDesign.Controls.Add(this.buttonFont);
589 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
590 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
591 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
592 this.tabPageDesign.Name = "tabPageDesign";
593 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
594 this.tabPageDesign.Size = new System.Drawing.Size(752, 385);
595 this.tabPageDesign.TabIndex = 3;
596 this.tabPageDesign.Text = "Design";
597 this.tabPageDesign.UseVisualStyleBackColor = true;
599 // labelScrollingSpeed
601 this.labelScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
602 this.labelScrollingSpeed.AutoSize = true;
603 this.labelScrollingSpeed.Location = new System.Drawing.Point(92, 248);
604 this.labelScrollingSpeed.Name = "labelScrollingSpeed";
605 this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
606 this.labelScrollingSpeed.TabIndex = 28;
607 this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
609 // maskedTextBoxScrollingSpeed
611 this.maskedTextBoxScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
612 this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(213, 245);
613 this.maskedTextBoxScrollingSpeed.Mask = "000";
614 this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
615 this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
616 this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
617 this.maskedTextBoxScrollingSpeed.TabIndex = 27;
618 this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
620 // labelScrollLoopSeparator
622 this.labelScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
623 this.labelScrollLoopSeparator.AutoSize = true;
624 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(98, 274);
625 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
626 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
627 this.labelScrollLoopSeparator.TabIndex = 26;
628 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
630 // textBoxScrollLoopSeparator
632 this.textBoxScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
633 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(213, 271);
634 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
635 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
636 this.textBoxScrollLoopSeparator.TabIndex = 25;
637 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
641 this.labelMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
642 this.labelMinFontSize.AutoSize = true;
643 this.labelMinFontSize.Location = new System.Drawing.Point(88, 323);
644 this.labelMinFontSize.Name = "labelMinFontSize";
645 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
646 this.labelMinFontSize.TabIndex = 24;
647 this.labelMinFontSize.Text = "Minimum font size (pts) :";
649 // maskedTextBoxMinFontSize
651 this.maskedTextBoxMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
652 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(213, 320);
653 this.maskedTextBoxMinFontSize.Mask = "000";
654 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
655 this.maskedTextBoxMinFontSize.PromptChar = ' ';
656 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
657 this.maskedTextBoxMinFontSize.TabIndex = 23;
658 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
660 // checkBoxScaleToFit
662 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
663 this.checkBoxScaleToFit.AutoSize = true;
664 this.checkBoxScaleToFit.Location = new System.Drawing.Point(86, 297);
665 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
666 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
667 this.checkBoxScaleToFit.TabIndex = 22;
668 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
669 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
670 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
672 // checkBoxInverseColors
674 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
675 this.checkBoxInverseColors.AutoSize = true;
676 this.checkBoxInverseColors.Location = new System.Drawing.Point(645, 52);
677 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
678 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
679 this.checkBoxInverseColors.TabIndex = 21;
680 this.checkBoxInverseColors.Text = "Inverse colors";
681 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
682 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
684 // checkBoxReverseScreen
686 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
687 this.checkBoxReverseScreen.AutoSize = true;
688 this.checkBoxReverseScreen.Location = new System.Drawing.Point(645, 6);
689 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
690 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
691 this.checkBoxReverseScreen.TabIndex = 14;
692 this.checkBoxReverseScreen.Text = "Reverse screen";
693 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
694 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
698 this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
699 this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
700 this.tabPageAudio.Controls.Add(this.checkBoxMute);
701 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
702 this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
703 this.tabPageAudio.Name = "tabPageAudio";
704 this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
705 this.tabPageAudio.Size = new System.Drawing.Size(752, 385);
706 this.tabPageAudio.TabIndex = 5;
707 this.tabPageAudio.Text = "Audio";
708 this.tabPageAudio.UseVisualStyleBackColor = true;
710 // labelDefaultAudioDevice
712 this.labelDefaultAudioDevice.AutoSize = true;
713 this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
714 this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
715 this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
716 this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
717 this.labelDefaultAudioDevice.TabIndex = 19;
718 this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
720 // checkBoxShowVolumeLabel
722 this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
723 this.checkBoxShowVolumeLabel.AutoSize = true;
724 this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 329);
725 this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
726 this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
727 this.checkBoxShowVolumeLabel.TabIndex = 18;
728 this.checkBoxShowVolumeLabel.Text = "Show volume label";
729 this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
730 this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
734 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
735 this.checkBoxMute.AutoSize = true;
736 this.checkBoxMute.Location = new System.Drawing.Point(3, 352);
737 this.checkBoxMute.Name = "checkBoxMute";
738 this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
739 this.checkBoxMute.TabIndex = 17;
740 this.checkBoxMute.Text = "Mute";
741 this.checkBoxMute.UseVisualStyleBackColor = true;
742 this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
744 // trackBarMasterVolume
746 this.trackBarMasterVolume.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
747 | System.Windows.Forms.AnchorStyles.Right)));
748 this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
749 this.trackBarMasterVolume.Location = new System.Drawing.Point(701, 6);
750 this.trackBarMasterVolume.Maximum = 100;
751 this.trackBarMasterVolume.Name = "trackBarMasterVolume";
752 this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
753 this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 373);
754 this.trackBarMasterVolume.TabIndex = 0;
755 this.trackBarMasterVolume.TickFrequency = 10;
756 this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
757 this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
758 this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
762 this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
763 this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
764 this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
765 this.tabPageInput.Controls.Add(this.labelStartFileName);
766 this.tabPageInput.Controls.Add(this.buttonSelectFile);
767 this.tabPageInput.Location = new System.Drawing.Point(4, 22);
768 this.tabPageInput.Name = "tabPageInput";
769 this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
770 this.tabPageInput.Size = new System.Drawing.Size(752, 385);
771 this.tabPageInput.TabIndex = 6;
772 this.tabPageInput.Text = "Input";
773 this.tabPageInput.UseVisualStyleBackColor = true;
775 // comboBoxOpticalDrives
777 this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
778 this.comboBoxOpticalDrives.FormattingEnabled = true;
779 this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
780 this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
781 this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
782 this.comboBoxOpticalDrives.TabIndex = 18;
783 this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
785 // labelOpticalDriveEject
787 this.labelOpticalDriveEject.AutoSize = true;
788 this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
789 this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
790 this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
791 this.labelOpticalDriveEject.TabIndex = 3;
792 this.labelOpticalDriveEject.Text = "Optical drive to eject:";
794 // pictureBoxGreenStart
796 this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
797 this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
798 this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
799 this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
800 this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
801 this.pictureBoxGreenStart.TabIndex = 2;
802 this.pictureBoxGreenStart.TabStop = false;
804 // labelStartFileName
806 this.labelStartFileName.AutoSize = true;
807 this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
808 this.labelStartFileName.Name = "labelStartFileName";
809 this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
810 this.labelStartFileName.TabIndex = 1;
811 this.labelStartFileName.Text = "None";
815 this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
816 this.buttonSelectFile.Name = "buttonSelectFile";
817 this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
818 this.buttonSelectFile.TabIndex = 0;
819 this.buttonSelectFile.Text = "...";
820 this.buttonSelectFile.UseVisualStyleBackColor = true;
821 this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
825 this.tabPageCec.Controls.Add(this.groupBoxCecLogOptions);
826 this.tabPageCec.Controls.Add(this.checkBoxCecReconnectToPowerTv);
827 this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOn);
828 this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOff);
829 this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
830 this.tabPageCec.Controls.Add(this.labelHdmiPort);
831 this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
832 this.tabPageCec.Location = new System.Drawing.Point(4, 22);
833 this.tabPageCec.Name = "tabPageCec";
834 this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
835 this.tabPageCec.Size = new System.Drawing.Size(752, 385);
836 this.tabPageCec.TabIndex = 7;
837 this.tabPageCec.Text = "CEC";
838 this.tabPageCec.UseVisualStyleBackColor = true;
840 // groupBoxCecLogOptions
842 this.groupBoxCecLogOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
843 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNoPoll);
844 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogTraffic);
845 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogDebug);
846 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNotice);
847 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogError);
848 this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogWarning);
849 this.groupBoxCecLogOptions.Location = new System.Drawing.Point(6, 239);
850 this.groupBoxCecLogOptions.Name = "groupBoxCecLogOptions";
851 this.groupBoxCecLogOptions.Size = new System.Drawing.Size(165, 140);
852 this.groupBoxCecLogOptions.TabIndex = 25;
853 this.groupBoxCecLogOptions.TabStop = false;
854 this.groupBoxCecLogOptions.Text = "Log options";
856 // checkBoxCecLogNoPoll
858 this.checkBoxCecLogNoPoll.AutoSize = true;
859 this.checkBoxCecLogNoPoll.Checked = true;
860 this.checkBoxCecLogNoPoll.CheckState = System.Windows.Forms.CheckState.Checked;
861 this.checkBoxCecLogNoPoll.Location = new System.Drawing.Point(76, 24);
862 this.checkBoxCecLogNoPoll.Name = "checkBoxCecLogNoPoll";
863 this.checkBoxCecLogNoPoll.Size = new System.Drawing.Size(59, 17);
864 this.checkBoxCecLogNoPoll.TabIndex = 30;
865 this.checkBoxCecLogNoPoll.Text = "No poll";
866 this.checkBoxCecLogNoPoll.UseVisualStyleBackColor = true;
867 this.checkBoxCecLogNoPoll.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
869 // checkBoxCecLogTraffic
871 this.checkBoxCecLogTraffic.AutoSize = true;
872 this.checkBoxCecLogTraffic.Location = new System.Drawing.Point(6, 93);
873 this.checkBoxCecLogTraffic.Name = "checkBoxCecLogTraffic";
874 this.checkBoxCecLogTraffic.Size = new System.Drawing.Size(56, 17);
875 this.checkBoxCecLogTraffic.TabIndex = 29;
876 this.checkBoxCecLogTraffic.Text = "Traffic";
877 this.checkBoxCecLogTraffic.UseVisualStyleBackColor = true;
878 this.checkBoxCecLogTraffic.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
880 // checkBoxCecLogDebug
882 this.checkBoxCecLogDebug.AutoSize = true;
883 this.checkBoxCecLogDebug.Location = new System.Drawing.Point(6, 116);
884 this.checkBoxCecLogDebug.Name = "checkBoxCecLogDebug";
885 this.checkBoxCecLogDebug.Size = new System.Drawing.Size(58, 17);
886 this.checkBoxCecLogDebug.TabIndex = 28;
887 this.checkBoxCecLogDebug.Text = "Debug";
888 this.checkBoxCecLogDebug.UseVisualStyleBackColor = true;
889 this.checkBoxCecLogDebug.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
891 // checkBoxCecLogNotice
893 this.checkBoxCecLogNotice.AutoSize = true;
894 this.checkBoxCecLogNotice.Checked = true;
895 this.checkBoxCecLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
896 this.checkBoxCecLogNotice.Location = new System.Drawing.Point(6, 70);
897 this.checkBoxCecLogNotice.Name = "checkBoxCecLogNotice";
898 this.checkBoxCecLogNotice.Size = new System.Drawing.Size(57, 17);
899 this.checkBoxCecLogNotice.TabIndex = 27;
900 this.checkBoxCecLogNotice.Text = "Notice";
901 this.checkBoxCecLogNotice.UseVisualStyleBackColor = true;
902 this.checkBoxCecLogNotice.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
904 // checkBoxCecLogError
906 this.checkBoxCecLogError.AutoSize = true;
907 this.checkBoxCecLogError.Checked = true;
908 this.checkBoxCecLogError.CheckState = System.Windows.Forms.CheckState.Checked;
909 this.checkBoxCecLogError.Location = new System.Drawing.Point(6, 24);
910 this.checkBoxCecLogError.Name = "checkBoxCecLogError";
911 this.checkBoxCecLogError.Size = new System.Drawing.Size(48, 17);
912 this.checkBoxCecLogError.TabIndex = 26;
913 this.checkBoxCecLogError.Text = "Error";
914 this.checkBoxCecLogError.UseVisualStyleBackColor = true;
915 this.checkBoxCecLogError.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
917 // checkBoxCecLogWarning
919 this.checkBoxCecLogWarning.AutoSize = true;
920 this.checkBoxCecLogWarning.Checked = true;
921 this.checkBoxCecLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
922 this.checkBoxCecLogWarning.Location = new System.Drawing.Point(6, 47);
923 this.checkBoxCecLogWarning.Name = "checkBoxCecLogWarning";
924 this.checkBoxCecLogWarning.Size = new System.Drawing.Size(66, 17);
925 this.checkBoxCecLogWarning.TabIndex = 25;
926 this.checkBoxCecLogWarning.Text = "Warning";
927 this.checkBoxCecLogWarning.UseVisualStyleBackColor = true;
928 this.checkBoxCecLogWarning.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
930 // checkBoxCecReconnectToPowerTv
932 this.checkBoxCecReconnectToPowerTv.AutoSize = true;
933 this.checkBoxCecReconnectToPowerTv.Location = new System.Drawing.Point(6, 115);
934 this.checkBoxCecReconnectToPowerTv.Name = "checkBoxCecReconnectToPowerTv";
935 this.checkBoxCecReconnectToPowerTv.Size = new System.Drawing.Size(194, 17);
936 this.checkBoxCecReconnectToPowerTv.TabIndex = 24;
937 this.checkBoxCecReconnectToPowerTv.Text = "Reconnect before TV power switch";
938 this.checkBoxCecReconnectToPowerTv.UseVisualStyleBackColor = true;
939 this.checkBoxCecReconnectToPowerTv.CheckedChanged += new System.EventHandler(this.checkBoxCecReconnectToPowerTv_CheckedChanged);
941 // checkBoxCecMonitorOn
943 this.checkBoxCecMonitorOn.AutoSize = true;
944 this.checkBoxCecMonitorOn.Location = new System.Drawing.Point(6, 92);
945 this.checkBoxCecMonitorOn.Name = "checkBoxCecMonitorOn";
946 this.checkBoxCecMonitorOn.Size = new System.Drawing.Size(192, 17);
947 this.checkBoxCecMonitorOn.TabIndex = 23;
948 this.checkBoxCecMonitorOn.Text = "Wake up TV when screen turns on";
949 this.checkBoxCecMonitorOn.UseVisualStyleBackColor = true;
950 this.checkBoxCecMonitorOn.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOn_CheckedChanged);
952 // checkBoxCecMonitorOff
954 this.checkBoxCecMonitorOff.AutoSize = true;
955 this.checkBoxCecMonitorOff.Location = new System.Drawing.Point(6, 69);
956 this.checkBoxCecMonitorOff.Name = "checkBoxCecMonitorOff";
957 this.checkBoxCecMonitorOff.Size = new System.Drawing.Size(219, 17);
958 this.checkBoxCecMonitorOff.TabIndex = 22;
959 this.checkBoxCecMonitorOff.Text = "Set TV on standby when screen turns off";
960 this.checkBoxCecMonitorOff.UseVisualStyleBackColor = true;
961 this.checkBoxCecMonitorOff.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOff_CheckedChanged);
963 // checkBoxCecEnabled
965 this.checkBoxCecEnabled.AutoSize = true;
966 this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
967 this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
968 this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
969 this.checkBoxCecEnabled.TabIndex = 21;
970 this.checkBoxCecEnabled.Text = "Enable CEC";
971 this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
972 this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
976 this.labelHdmiPort.AutoSize = true;
977 this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
978 this.labelHdmiPort.Name = "labelHdmiPort";
979 this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
980 this.labelHdmiPort.TabIndex = 20;
981 this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
985 this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
986 this.comboBoxHdmiPort.FormattingEnabled = true;
987 this.comboBoxHdmiPort.Items.AddRange(new object[] {
997 this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
998 this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
999 this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
1000 this.comboBoxHdmiPort.TabIndex = 19;
1001 this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
1005 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
1006 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
1007 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
1008 this.tabPageApp.Controls.Add(this.buttonUpdate);
1009 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
1010 this.tabPageApp.Name = "tabPageApp";
1011 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
1012 this.tabPageApp.Size = new System.Drawing.Size(752, 385);
1013 this.tabPageApp.TabIndex = 4;
1014 this.tabPageApp.Text = "Application";
1015 this.tabPageApp.UseVisualStyleBackColor = true;
1017 // checkBoxStartMinimized
1019 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1020 this.checkBoxStartMinimized.AutoSize = true;
1021 this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
1022 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
1023 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
1024 this.checkBoxStartMinimized.TabIndex = 16;
1025 this.checkBoxStartMinimized.Text = "Start minimized";
1026 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
1027 this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
1029 // checkBoxMinimizeToTray
1031 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1032 this.checkBoxMinimizeToTray.AutoSize = true;
1033 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
1034 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
1035 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
1036 this.checkBoxMinimizeToTray.TabIndex = 15;
1037 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
1038 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
1039 this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
1041 // checkBoxAutoStart
1043 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1044 this.checkBoxAutoStart.AutoSize = true;
1045 this.checkBoxAutoStart.Location = new System.Drawing.Point(6, 331);
1046 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
1047 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
1048 this.checkBoxAutoStart.TabIndex = 14;
1049 this.checkBoxAutoStart.Text = "Run on Windows startup";
1050 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
1051 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
1055 this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1056 this.buttonUpdate.Location = new System.Drawing.Point(6, 354);
1057 this.buttonUpdate.Name = "buttonUpdate";
1058 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
1059 this.buttonUpdate.TabIndex = 0;
1060 this.buttonUpdate.Text = "Update";
1061 this.buttonUpdate.UseVisualStyleBackColor = true;
1062 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
1066 this.tabPageLogs.Controls.Add(this.buttonClearLogs);
1067 this.tabPageLogs.Controls.Add(this.richTextBoxLogs);
1068 this.tabPageLogs.Location = new System.Drawing.Point(4, 22);
1069 this.tabPageLogs.Name = "tabPageLogs";
1070 this.tabPageLogs.Padding = new System.Windows.Forms.Padding(3);
1071 this.tabPageLogs.Size = new System.Drawing.Size(752, 385);
1072 this.tabPageLogs.TabIndex = 8;
1073 this.tabPageLogs.Text = "Logs";
1074 this.tabPageLogs.UseVisualStyleBackColor = true;
1078 this.buttonClearLogs.Location = new System.Drawing.Point(671, 6);
1079 this.buttonClearLogs.Name = "buttonClearLogs";
1080 this.buttonClearLogs.Size = new System.Drawing.Size(75, 23);
1081 this.buttonClearLogs.TabIndex = 2;
1082 this.buttonClearLogs.Text = "Clear";
1083 this.buttonClearLogs.UseVisualStyleBackColor = true;
1084 this.buttonClearLogs.Click += new System.EventHandler(this.buttonClearLogs_Click);
1088 this.richTextBoxLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1089 | System.Windows.Forms.AnchorStyles.Left)
1090 | System.Windows.Forms.AnchorStyles.Right)));
1091 this.richTextBoxLogs.BorderStyle = System.Windows.Forms.BorderStyle.None;
1092 this.richTextBoxLogs.DetectUrls = false;
1093 this.richTextBoxLogs.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1094 this.richTextBoxLogs.Location = new System.Drawing.Point(6, 6);
1095 this.richTextBoxLogs.Name = "richTextBoxLogs";
1096 this.richTextBoxLogs.ReadOnly = true;
1097 this.richTextBoxLogs.Size = new System.Drawing.Size(740, 373);
1098 this.richTextBoxLogs.TabIndex = 1;
1099 this.richTextBoxLogs.Text = "";
1100 this.richTextBoxLogs.WordWrap = false;
1104 this.labelFontWidth.AutoSize = true;
1105 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
1106 this.labelFontWidth.Name = "labelFontWidth";
1107 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
1108 this.labelFontWidth.TabIndex = 19;
1109 this.labelFontWidth.Text = "Font width";
1113 this.labelFontHeight.AutoSize = true;
1114 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
1115 this.labelFontHeight.Name = "labelFontHeight";
1116 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
1117 this.labelFontHeight.TabIndex = 20;
1118 this.labelFontHeight.Text = "Font height";
1122 this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
1126 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1127 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1128 this.ClientSize = new System.Drawing.Size(784, 561);
1129 this.Controls.Add(this.labelFontHeight);
1130 this.Controls.Add(this.labelFontWidth);
1131 this.Controls.Add(this.labelWarning);
1132 this.Controls.Add(this.statusStrip);
1133 this.Controls.Add(this.tabControl);
1134 this.Controls.Add(this.panelDisplay);
1135 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1136 this.MinimumSize = new System.Drawing.Size(800, 600);
1137 this.Name = "MainForm";
1138 this.Text = "Sharp Display Manager";
1139 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
1140 this.Load += new System.EventHandler(this.MainForm_Load);
1141 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
1142 this.Resize += new System.EventHandler(this.MainForm_Resize);
1143 this.panelDisplay.ResumeLayout(false);
1144 this.iTableLayoutPanel.ResumeLayout(false);
1145 this.iTableLayoutPanel.PerformLayout();
1146 this.statusStrip.ResumeLayout(false);
1147 this.statusStrip.PerformLayout();
1148 this.tabPageClients.ResumeLayout(false);
1149 this.tabPageClients.PerformLayout();
1150 this.tabPageDisplay.ResumeLayout(false);
1151 this.tabPageDisplay.PerformLayout();
1152 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
1153 this.tabControl.ResumeLayout(false);
1154 this.tabPageDesign.ResumeLayout(false);
1155 this.tabPageDesign.PerformLayout();
1156 this.tabPageAudio.ResumeLayout(false);
1157 this.tabPageAudio.PerformLayout();
1158 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
1159 this.tabPageInput.ResumeLayout(false);
1160 this.tabPageInput.PerformLayout();
1161 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
1162 this.tabPageCec.ResumeLayout(false);
1163 this.tabPageCec.PerformLayout();
1164 this.groupBoxCecLogOptions.ResumeLayout(false);
1165 this.groupBoxCecLogOptions.PerformLayout();
1166 this.tabPageApp.ResumeLayout(false);
1167 this.tabPageApp.PerformLayout();
1168 this.tabPageLogs.ResumeLayout(false);
1169 this.ResumeLayout(false);
1170 this.PerformLayout();
1176 private System.Windows.Forms.FontDialog fontDialog;
1177 private System.Windows.Forms.Timer timer;
1178 private System.Windows.Forms.StatusStrip statusStrip;
1179 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
1180 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
1181 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
1182 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
1183 private System.Windows.Forms.Panel panelDisplay;
1184 private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
1185 private MarqueeLabel marqueeLabelTop;
1186 private MarqueeLabel marqueeLabelBottom;
1187 private System.Windows.Forms.TabPage tabPageClients;
1188 private System.Windows.Forms.TreeView iTreeViewClients;
1189 private System.Windows.Forms.TabPage tabPageDisplay;
1190 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
1191 private System.Windows.Forms.Button buttonSuspend;
1192 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
1193 private System.Windows.Forms.CheckBox checkBoxShowBorders;
1194 private System.Windows.Forms.TrackBar trackBarBrightness;
1195 private System.Windows.Forms.Button buttonFill;
1196 private System.Windows.Forms.Button buttonClear;
1197 private System.Windows.Forms.Button buttonClose;
1198 private System.Windows.Forms.Button buttonOpen;
1199 private System.Windows.Forms.Button buttonCapture;
1200 private System.Windows.Forms.Button buttonFont;
1201 private System.Windows.Forms.TabControl tabControl;
1202 private System.Windows.Forms.Button buttonCloseClients;
1203 private System.Windows.Forms.Button buttonStartClient;
1204 private System.Windows.Forms.Label labelWarning;
1205 private System.Windows.Forms.TabPage tabPageDesign;
1206 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
1207 private System.Windows.Forms.ComboBox comboBoxDisplayType;
1208 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
1209 private System.Windows.Forms.Label labelTimerInterval;
1210 private System.Windows.Forms.Button buttonPowerOff;
1211 private System.Windows.Forms.Button buttonPowerOn;
1212 private System.Windows.Forms.Button buttonShowClock;
1213 private System.Windows.Forms.Button buttonHideClock;
1214 private System.Windows.Forms.Label labelFontWidth;
1215 private System.Windows.Forms.Label labelFontHeight;
1216 private System.Windows.Forms.CheckBox checkBoxInverseColors;
1217 private System.Windows.Forms.TabPage tabPageApp;
1218 private System.Windows.Forms.Button buttonUpdate;
1219 private System.Windows.Forms.CheckBox checkBoxAutoStart;
1220 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
1221 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
1222 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
1223 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
1224 private System.Windows.Forms.Label labelMinFontSize;
1225 private System.Windows.Forms.Label labelScrollLoopSeparator;
1226 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
1227 private System.Windows.Forms.Label labelScrollingSpeed;
1228 private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
1229 private System.Windows.Forms.ToolTip toolTip;
1230 private System.Windows.Forms.TabPage tabPageAudio;
1231 private System.Windows.Forms.TrackBar trackBarMasterVolume;
1232 private System.Windows.Forms.CheckBox checkBoxMute;
1233 private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
1234 private System.Windows.Forms.Label labelDefaultAudioDevice;
1235 private System.Windows.Forms.TabPage tabPageInput;
1236 private System.Windows.Forms.Button buttonSelectFile;
1237 private System.Windows.Forms.OpenFileDialog openFileDialog;
1238 private System.Windows.Forms.Label labelStartFileName;
1239 private System.Windows.Forms.PictureBox pictureBoxGreenStart;
1240 private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
1241 private System.Windows.Forms.Label labelOpticalDriveEject;
1242 private System.Windows.Forms.TabPage tabPageCec;
1243 private System.Windows.Forms.CheckBox checkBoxCecEnabled;
1244 private System.Windows.Forms.Label labelHdmiPort;
1245 private System.Windows.Forms.ComboBox comboBoxHdmiPort;
1246 private System.Windows.Forms.CheckBox checkBoxCecMonitorOn;
1247 private System.Windows.Forms.CheckBox checkBoxCecMonitorOff;
1248 private System.Windows.Forms.Button iButtonStartIdleClient;
1249 private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
1250 private System.Windows.Forms.TabPage tabPageLogs;
1251 private System.Windows.Forms.RichTextBox richTextBoxLogs;
1252 private System.Windows.Forms.CheckBox checkBoxCecReconnectToPowerTv;
1253 private System.Windows.Forms.Button buttonClearLogs;
1254 private System.Windows.Forms.GroupBox groupBoxCecLogOptions;
1255 private System.Windows.Forms.CheckBox checkBoxCecLogWarning;
1256 private System.Windows.Forms.CheckBox checkBoxCecLogError;
1257 private System.Windows.Forms.CheckBox checkBoxCecLogDebug;
1258 private System.Windows.Forms.CheckBox checkBoxCecLogNotice;
1259 private System.Windows.Forms.CheckBox checkBoxCecLogTraffic;
1260 private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;