Audio: adding support for mute status.
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.tableLayoutPanel = 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.buttonCloseClients = new System.Windows.Forms.Button();
55 this.buttonStartClient = new System.Windows.Forms.Button();
56 this.treeViewClients = new System.Windows.Forms.TreeView();
57 this.tabPageDisplay = new System.Windows.Forms.TabPage();
58 this.buttonShowClock = new System.Windows.Forms.Button();
59 this.buttonHideClock = new System.Windows.Forms.Button();
60 this.buttonPowerOff = new System.Windows.Forms.Button();
61 this.buttonPowerOn = new System.Windows.Forms.Button();
62 this.labelTimerInterval = new System.Windows.Forms.Label();
63 this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
64 this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
65 this.buttonSuspend = new System.Windows.Forms.Button();
66 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
67 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
68 this.buttonFill = new System.Windows.Forms.Button();
69 this.buttonClear = new System.Windows.Forms.Button();
70 this.buttonClose = new System.Windows.Forms.Button();
71 this.buttonOpen = new System.Windows.Forms.Button();
72 this.buttonCapture = new System.Windows.Forms.Button();
73 this.labelWarning = new System.Windows.Forms.Label();
74 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
75 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
76 this.buttonFont = new System.Windows.Forms.Button();
77 this.tabControl = new System.Windows.Forms.TabControl();
78 this.tabPageDesign = new System.Windows.Forms.TabPage();
79 this.labelScrollingSpeed = new System.Windows.Forms.Label();
80 this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
81 this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
82 this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
83 this.labelMinFontSize = new System.Windows.Forms.Label();
84 this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
85 this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
86 this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
87 this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
88 this.tabPageApp = new System.Windows.Forms.TabPage();
89 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
90 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
91 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
92 this.buttonUpdate = new System.Windows.Forms.Button();
93 this.tabPageAudio = new System.Windows.Forms.TabPage();
94 this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
95 this.labelFontWidth = new System.Windows.Forms.Label();
96 this.labelFontHeight = new System.Windows.Forms.Label();
97 this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
98 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
99 this.checkBoxMute = new System.Windows.Forms.CheckBox();
100 this.panelDisplay.SuspendLayout();
101 this.tableLayoutPanel.SuspendLayout();
102 this.statusStrip.SuspendLayout();
103 this.tabPageClients.SuspendLayout();
104 this.tabPageDisplay.SuspendLayout();
105 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
106 this.tabControl.SuspendLayout();
107 this.tabPageDesign.SuspendLayout();
108 this.tabPageApp.SuspendLayout();
109 this.tabPageAudio.SuspendLayout();
110 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
111 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
112 this.SuspendLayout();
116 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
117 this.panelDisplay.Controls.Add(this.tableLayoutPanel);
118 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
119 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
120 this.panelDisplay.Name = "panelDisplay";
121 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
122 this.panelDisplay.TabIndex = 12;
126 this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
127 | System.Windows.Forms.AnchorStyles.Left)
128 | System.Windows.Forms.AnchorStyles.Right)));
129 this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
130 this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
131 this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
132 this.tableLayoutPanel.ColumnCount = 1;
133 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
134 this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
135 this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
136 this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
137 this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
138 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
139 this.tableLayoutPanel.Name = "tableLayoutPanel";
140 this.tableLayoutPanel.RowCount = 2;
141 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
142 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
143 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
144 this.tableLayoutPanel.TabIndex = 5;
145 this.tableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
149 this.marqueeLabelTop.AutoEllipsis = true;
150 this.marqueeLabelTop.AutoSize = true;
151 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
152 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
153 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
154 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
155 this.marqueeLabelTop.MinFontSize = 15F;
156 this.marqueeLabelTop.Name = "marqueeLabelTop";
157 this.marqueeLabelTop.OwnTimer = false;
158 this.marqueeLabelTop.PixelsPerSecond = 64;
159 this.marqueeLabelTop.ScaleToFit = true;
160 this.marqueeLabelTop.Separator = "|";
161 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
162 this.marqueeLabelTop.TabIndex = 2;
163 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
164 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
165 this.marqueeLabelTop.UseCompatibleTextRendering = true;
167 // marqueeLabelBottom
169 this.marqueeLabelBottom.AutoEllipsis = true;
170 this.marqueeLabelBottom.AutoSize = true;
171 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
172 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
173 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
174 this.marqueeLabelBottom.MinFontSize = 15F;
175 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
176 this.marqueeLabelBottom.OwnTimer = false;
177 this.marqueeLabelBottom.PixelsPerSecond = 64;
178 this.marqueeLabelBottom.ScaleToFit = true;
179 this.marqueeLabelBottom.Separator = "|";
180 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
181 this.marqueeLabelBottom.TabIndex = 3;
182 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
183 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
184 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
188 this.timer.Enabled = true;
189 this.timer.Interval = 50;
190 this.timer.Tick += new System.EventHandler(this.timer_Tick);
194 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
195 this.toolStripStatusLabelConnect,
196 this.toolStripStatusLabelSpring,
197 this.toolStripStatusLabelPower,
198 this.toolStripStatusLabelFps});
199 this.statusStrip.Location = new System.Drawing.Point(0, 420);
200 this.statusStrip.Name = "statusStrip";
201 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
202 this.statusStrip.Size = new System.Drawing.Size(624, 22);
203 this.statusStrip.TabIndex = 1;
204 this.statusStrip.Text = "statusStrip";
206 // toolStripStatusLabelConnect
208 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
209 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
210 this.toolStripStatusLabelConnect.Text = "Not connected";
212 // toolStripStatusLabelSpring
214 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
215 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
216 this.toolStripStatusLabelSpring.Spring = true;
218 // toolStripStatusLabelPower
220 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
221 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
222 this.toolStripStatusLabelPower.Text = "NA";
224 // toolStripStatusLabelFps
226 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
227 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
228 this.toolStripStatusLabelFps.Text = "FPS";
232 this.tabPageClients.Controls.Add(this.buttonCloseClients);
233 this.tabPageClients.Controls.Add(this.buttonStartClient);
234 this.tabPageClients.Controls.Add(this.treeViewClients);
235 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
236 this.tabPageClients.Name = "tabPageClients";
237 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
238 this.tabPageClients.Size = new System.Drawing.Size(592, 242);
239 this.tabPageClients.TabIndex = 2;
240 this.tabPageClients.Text = "Clients";
241 this.tabPageClients.UseVisualStyleBackColor = true;
243 // buttonCloseClients
245 this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
246 this.buttonCloseClients.Name = "buttonCloseClients";
247 this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
248 this.buttonCloseClients.TabIndex = 20;
249 this.buttonCloseClients.Text = "Close Clients";
250 this.buttonCloseClients.UseVisualStyleBackColor = true;
251 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
255 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
256 this.buttonStartClient.Name = "buttonStartClient";
257 this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
258 this.buttonStartClient.TabIndex = 19;
259 this.buttonStartClient.Text = "Start Client";
260 this.buttonStartClient.UseVisualStyleBackColor = true;
261 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
265 this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
266 | System.Windows.Forms.AnchorStyles.Left)
267 | System.Windows.Forms.AnchorStyles.Right)));
268 this.treeViewClients.Location = new System.Drawing.Point(87, 6);
269 this.treeViewClients.Name = "treeViewClients";
270 this.treeViewClients.Size = new System.Drawing.Size(499, 233);
271 this.treeViewClients.TabIndex = 0;
272 this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
276 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
277 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
278 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
279 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
280 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
281 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
282 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
283 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
284 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
285 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
286 this.tabPageDisplay.Controls.Add(this.buttonFill);
287 this.tabPageDisplay.Controls.Add(this.buttonClear);
288 this.tabPageDisplay.Controls.Add(this.buttonClose);
289 this.tabPageDisplay.Controls.Add(this.buttonOpen);
290 this.tabPageDisplay.Controls.Add(this.buttonCapture);
291 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
292 this.tabPageDisplay.Name = "tabPageDisplay";
293 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
294 this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
295 this.tabPageDisplay.TabIndex = 0;
296 this.tabPageDisplay.Text = "Display";
297 this.tabPageDisplay.UseVisualStyleBackColor = true;
301 this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
302 this.buttonShowClock.Name = "buttonShowClock";
303 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
304 this.buttonShowClock.TabIndex = 23;
305 this.buttonShowClock.Text = "Show Clock";
306 this.buttonShowClock.UseVisualStyleBackColor = true;
307 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
311 this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
312 this.buttonHideClock.Name = "buttonHideClock";
313 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
314 this.buttonHideClock.TabIndex = 22;
315 this.buttonHideClock.Text = "Hide Clock";
316 this.buttonHideClock.UseVisualStyleBackColor = true;
317 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
321 this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
322 this.buttonPowerOff.Name = "buttonPowerOff";
323 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
324 this.buttonPowerOff.TabIndex = 21;
325 this.buttonPowerOff.Text = "OFF";
326 this.buttonPowerOff.UseVisualStyleBackColor = true;
327 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
331 this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
332 this.buttonPowerOn.Name = "buttonPowerOn";
333 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
334 this.buttonPowerOn.TabIndex = 20;
335 this.buttonPowerOn.Text = "ON";
336 this.buttonPowerOn.UseVisualStyleBackColor = true;
337 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
339 // labelTimerInterval
341 this.labelTimerInterval.AutoSize = true;
342 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
343 this.labelTimerInterval.Name = "labelTimerInterval";
344 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
345 this.labelTimerInterval.TabIndex = 19;
346 this.labelTimerInterval.Text = "Timer interval (ms) :";
348 // maskedTextBoxTimerInterval
350 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
351 this.maskedTextBoxTimerInterval.Mask = "000";
352 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
353 this.maskedTextBoxTimerInterval.PromptChar = ' ';
354 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
355 this.maskedTextBoxTimerInterval.TabIndex = 18;
356 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
358 // comboBoxDisplayType
360 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
361 this.comboBoxDisplayType.FormattingEnabled = true;
362 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
363 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
364 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
365 this.comboBoxDisplayType.TabIndex = 17;
366 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
370 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
371 this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
372 this.buttonSuspend.Name = "buttonSuspend";
373 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
374 this.buttonSuspend.TabIndex = 16;
375 this.buttonSuspend.Text = "Pause";
376 this.buttonSuspend.UseVisualStyleBackColor = true;
377 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
379 // checkBoxConnectOnStartup
381 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
382 this.checkBoxConnectOnStartup.AutoSize = true;
383 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
384 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
385 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
386 this.checkBoxConnectOnStartup.TabIndex = 13;
387 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
388 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
389 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
391 // trackBarBrightness
393 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
394 | System.Windows.Forms.AnchorStyles.Right)));
395 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
396 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
397 this.trackBarBrightness.Name = "trackBarBrightness";
398 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
399 this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
400 this.trackBarBrightness.TabIndex = 10;
401 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
402 this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
403 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
407 this.buttonFill.Location = new System.Drawing.Point(6, 93);
408 this.buttonFill.Name = "buttonFill";
409 this.buttonFill.Size = new System.Drawing.Size(75, 23);
410 this.buttonFill.TabIndex = 9;
411 this.buttonFill.Text = "Fill";
412 this.buttonFill.UseVisualStyleBackColor = true;
413 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
417 this.buttonClear.Location = new System.Drawing.Point(6, 64);
418 this.buttonClear.Name = "buttonClear";
419 this.buttonClear.Size = new System.Drawing.Size(75, 23);
420 this.buttonClear.TabIndex = 8;
421 this.buttonClear.Text = "Clear";
422 this.buttonClear.UseVisualStyleBackColor = true;
423 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
427 this.buttonClose.Location = new System.Drawing.Point(6, 35);
428 this.buttonClose.Name = "buttonClose";
429 this.buttonClose.Size = new System.Drawing.Size(75, 23);
430 this.buttonClose.TabIndex = 7;
431 this.buttonClose.Text = "Close";
432 this.buttonClose.UseVisualStyleBackColor = true;
433 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
437 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
438 this.buttonOpen.Name = "buttonOpen";
439 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
440 this.buttonOpen.TabIndex = 6;
441 this.buttonOpen.Text = "Open";
442 this.buttonOpen.UseVisualStyleBackColor = true;
443 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
447 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
448 this.buttonCapture.Location = new System.Drawing.Point(6, 213);
449 this.buttonCapture.Name = "buttonCapture";
450 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
451 this.buttonCapture.TabIndex = 5;
452 this.buttonCapture.Text = "Capture";
453 this.buttonCapture.UseVisualStyleBackColor = true;
454 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
458 this.labelWarning.AutoSize = true;
459 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
460 this.labelWarning.ForeColor = System.Drawing.Color.Red;
461 this.labelWarning.Location = new System.Drawing.Point(9, 9);
462 this.labelWarning.Name = "labelWarning";
463 this.labelWarning.Size = new System.Drawing.Size(80, 16);
464 this.labelWarning.TabIndex = 18;
465 this.labelWarning.Text = "WARNING";
466 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
467 this.labelWarning.Visible = false;
469 // checkBoxFixedPitchFontOnly
471 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
472 this.checkBoxFixedPitchFontOnly.AutoSize = true;
473 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
474 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
475 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
476 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
477 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
478 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
480 // checkBoxShowBorders
482 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
483 this.checkBoxShowBorders.AutoSize = true;
484 this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
485 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
486 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
487 this.checkBoxShowBorders.TabIndex = 11;
488 this.checkBoxShowBorders.Text = "Show borders";
489 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
490 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
494 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
495 this.buttonFont.Location = new System.Drawing.Point(6, 213);
496 this.buttonFont.Name = "buttonFont";
497 this.buttonFont.Size = new System.Drawing.Size(75, 23);
498 this.buttonFont.TabIndex = 0;
499 this.buttonFont.Text = "Select Font";
500 this.buttonFont.UseVisualStyleBackColor = true;
501 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
505 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
506 | System.Windows.Forms.AnchorStyles.Left)
507 | System.Windows.Forms.AnchorStyles.Right)));
508 this.tabControl.Controls.Add(this.tabPageDisplay);
509 this.tabControl.Controls.Add(this.tabPageClients);
510 this.tabControl.Controls.Add(this.tabPageDesign);
511 this.tabControl.Controls.Add(this.tabPageApp);
512 this.tabControl.Controls.Add(this.tabPageAudio);
513 this.tabControl.Location = new System.Drawing.Point(12, 139);
514 this.tabControl.Name = "tabControl";
515 this.tabControl.SelectedIndex = 0;
516 this.tabControl.Size = new System.Drawing.Size(600, 268);
517 this.tabControl.TabIndex = 0;
521 this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
522 this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
523 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
524 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
525 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
526 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
527 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
528 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
529 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
530 this.tabPageDesign.Controls.Add(this.buttonFont);
531 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
532 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
533 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
534 this.tabPageDesign.Name = "tabPageDesign";
535 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
536 this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
537 this.tabPageDesign.TabIndex = 3;
538 this.tabPageDesign.Text = "Design";
539 this.tabPageDesign.UseVisualStyleBackColor = true;
541 // labelScrollingSpeed
543 this.labelScrollingSpeed.AutoSize = true;
544 this.labelScrollingSpeed.Location = new System.Drawing.Point(84, 119);
545 this.labelScrollingSpeed.Name = "labelScrollingSpeed";
546 this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
547 this.labelScrollingSpeed.TabIndex = 28;
548 this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
550 // maskedTextBoxScrollingSpeed
552 this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(205, 116);
553 this.maskedTextBoxScrollingSpeed.Mask = "000";
554 this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
555 this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
556 this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
557 this.maskedTextBoxScrollingSpeed.TabIndex = 27;
558 this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
560 // labelScrollLoopSeparator
562 this.labelScrollLoopSeparator.AutoSize = true;
563 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(90, 145);
564 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
565 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
566 this.labelScrollLoopSeparator.TabIndex = 26;
567 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
569 // textBoxScrollLoopSeparator
571 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
572 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
573 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
574 this.textBoxScrollLoopSeparator.TabIndex = 25;
575 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
579 this.labelMinFontSize.AutoSize = true;
580 this.labelMinFontSize.Location = new System.Drawing.Point(80, 194);
581 this.labelMinFontSize.Name = "labelMinFontSize";
582 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
583 this.labelMinFontSize.TabIndex = 24;
584 this.labelMinFontSize.Text = "Minimum font size (pts) :";
586 // maskedTextBoxMinFontSize
588 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
589 this.maskedTextBoxMinFontSize.Mask = "000";
590 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
591 this.maskedTextBoxMinFontSize.PromptChar = ' ';
592 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
593 this.maskedTextBoxMinFontSize.TabIndex = 23;
594 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
596 // checkBoxScaleToFit
598 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
599 this.checkBoxScaleToFit.AutoSize = true;
600 this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
601 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
602 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
603 this.checkBoxScaleToFit.TabIndex = 22;
604 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
605 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
606 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
608 // checkBoxInverseColors
610 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
611 this.checkBoxInverseColors.AutoSize = true;
612 this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
613 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
614 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
615 this.checkBoxInverseColors.TabIndex = 21;
616 this.checkBoxInverseColors.Text = "Inverse colors";
617 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
618 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
620 // checkBoxReverseScreen
622 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
623 this.checkBoxReverseScreen.AutoSize = true;
624 this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
625 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
626 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
627 this.checkBoxReverseScreen.TabIndex = 14;
628 this.checkBoxReverseScreen.Text = "Reverse screen";
629 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
630 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
634 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
635 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
636 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
637 this.tabPageApp.Controls.Add(this.buttonUpdate);
638 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
639 this.tabPageApp.Name = "tabPageApp";
640 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
641 this.tabPageApp.Size = new System.Drawing.Size(592, 242);
642 this.tabPageApp.TabIndex = 4;
643 this.tabPageApp.Text = "Application";
644 this.tabPageApp.UseVisualStyleBackColor = true;
646 // checkBoxStartMinimized
648 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
649 this.checkBoxStartMinimized.AutoSize = true;
650 this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
651 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
652 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
653 this.checkBoxStartMinimized.TabIndex = 16;
654 this.checkBoxStartMinimized.Text = "Start minimized";
655 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
656 this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
658 // checkBoxMinimizeToTray
660 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
661 this.checkBoxMinimizeToTray.AutoSize = true;
662 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
663 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
664 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
665 this.checkBoxMinimizeToTray.TabIndex = 15;
666 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
667 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
668 this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
672 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
673 this.checkBoxAutoStart.AutoSize = true;
674 this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
675 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
676 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
677 this.checkBoxAutoStart.TabIndex = 14;
678 this.checkBoxAutoStart.Text = "Run on Windows startup";
679 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
680 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
684 this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
685 this.buttonUpdate.Name = "buttonUpdate";
686 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
687 this.buttonUpdate.TabIndex = 0;
688 this.buttonUpdate.Text = "Update";
689 this.buttonUpdate.UseVisualStyleBackColor = true;
690 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
694 this.tabPageAudio.Controls.Add(this.checkBoxMute);
695 this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
696 this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
697 this.tabPageAudio.Name = "tabPageAudio";
698 this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
699 this.tabPageAudio.Size = new System.Drawing.Size(592, 242);
700 this.tabPageAudio.TabIndex = 5;
701 this.tabPageAudio.Text = "Audio";
702 this.tabPageAudio.UseVisualStyleBackColor = true;
704 // trackBarMasterVolume
706 this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
707 this.trackBarMasterVolume.Location = new System.Drawing.Point(541, 6);
708 this.trackBarMasterVolume.Maximum = 100;
709 this.trackBarMasterVolume.Name = "trackBarMasterVolume";
710 this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
711 this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 230);
712 this.trackBarMasterVolume.TabIndex = 0;
713 this.trackBarMasterVolume.TickFrequency = 10;
714 this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
715 this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
716 this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
720 this.labelFontWidth.AutoSize = true;
721 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
722 this.labelFontWidth.Name = "labelFontWidth";
723 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
724 this.labelFontWidth.TabIndex = 19;
725 this.labelFontWidth.Text = "Font width";
729 this.labelFontHeight.AutoSize = true;
730 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
731 this.labelFontHeight.Name = "labelFontHeight";
732 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
733 this.labelFontHeight.TabIndex = 20;
734 this.labelFontHeight.Text = "Font height";
738 this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
739 this.pictureBoxDemo.Name = "pictureBoxDemo";
740 this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
741 this.pictureBoxDemo.TabIndex = 21;
742 this.pictureBoxDemo.TabStop = false;
746 this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
747 this.checkBoxMute.AutoSize = true;
748 this.checkBoxMute.Location = new System.Drawing.Point(462, 219);
749 this.checkBoxMute.Name = "checkBoxMute";
750 this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
751 this.checkBoxMute.TabIndex = 17;
752 this.checkBoxMute.Text = "Mute";
753 this.checkBoxMute.UseVisualStyleBackColor = true;
754 this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
758 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
759 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
760 this.ClientSize = new System.Drawing.Size(624, 442);
761 this.Controls.Add(this.pictureBoxDemo);
762 this.Controls.Add(this.labelFontHeight);
763 this.Controls.Add(this.labelFontWidth);
764 this.Controls.Add(this.labelWarning);
765 this.Controls.Add(this.statusStrip);
766 this.Controls.Add(this.tabControl);
767 this.Controls.Add(this.panelDisplay);
768 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
769 this.MinimumSize = new System.Drawing.Size(640, 480);
770 this.Name = "MainForm";
771 this.Text = "Sharp Display Manager";
772 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
773 this.Load += new System.EventHandler(this.MainForm_Load);
774 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
775 this.Resize += new System.EventHandler(this.MainForm_Resize);
776 this.panelDisplay.ResumeLayout(false);
777 this.tableLayoutPanel.ResumeLayout(false);
778 this.tableLayoutPanel.PerformLayout();
779 this.statusStrip.ResumeLayout(false);
780 this.statusStrip.PerformLayout();
781 this.tabPageClients.ResumeLayout(false);
782 this.tabPageDisplay.ResumeLayout(false);
783 this.tabPageDisplay.PerformLayout();
784 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
785 this.tabControl.ResumeLayout(false);
786 this.tabPageDesign.ResumeLayout(false);
787 this.tabPageDesign.PerformLayout();
788 this.tabPageApp.ResumeLayout(false);
789 this.tabPageApp.PerformLayout();
790 this.tabPageAudio.ResumeLayout(false);
791 this.tabPageAudio.PerformLayout();
792 ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
793 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
794 this.ResumeLayout(false);
795 this.PerformLayout();
801 private System.Windows.Forms.FontDialog fontDialog;
802 private System.Windows.Forms.Timer timer;
803 private System.Windows.Forms.StatusStrip statusStrip;
804 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
805 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
806 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
807 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
808 private System.Windows.Forms.Panel panelDisplay;
809 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
810 private MarqueeLabel marqueeLabelTop;
811 private MarqueeLabel marqueeLabelBottom;
812 private System.Windows.Forms.TabPage tabPageClients;
813 private System.Windows.Forms.TreeView treeViewClients;
814 private System.Windows.Forms.TabPage tabPageDisplay;
815 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
816 private System.Windows.Forms.Button buttonSuspend;
817 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
818 private System.Windows.Forms.CheckBox checkBoxShowBorders;
819 private System.Windows.Forms.TrackBar trackBarBrightness;
820 private System.Windows.Forms.Button buttonFill;
821 private System.Windows.Forms.Button buttonClear;
822 private System.Windows.Forms.Button buttonClose;
823 private System.Windows.Forms.Button buttonOpen;
824 private System.Windows.Forms.Button buttonCapture;
825 private System.Windows.Forms.Button buttonFont;
826 private System.Windows.Forms.TabControl tabControl;
827 private System.Windows.Forms.Button buttonCloseClients;
828 private System.Windows.Forms.Button buttonStartClient;
829 private System.Windows.Forms.Label labelWarning;
830 private System.Windows.Forms.TabPage tabPageDesign;
831 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
832 private System.Windows.Forms.ComboBox comboBoxDisplayType;
833 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
834 private System.Windows.Forms.Label labelTimerInterval;
835 private System.Windows.Forms.Button buttonPowerOff;
836 private System.Windows.Forms.Button buttonPowerOn;
837 private System.Windows.Forms.Button buttonShowClock;
838 private System.Windows.Forms.Button buttonHideClock;
839 private System.Windows.Forms.Label labelFontWidth;
840 private System.Windows.Forms.Label labelFontHeight;
841 private System.Windows.Forms.CheckBox checkBoxInverseColors;
842 private System.Windows.Forms.PictureBox pictureBoxDemo;
843 private System.Windows.Forms.TabPage tabPageApp;
844 private System.Windows.Forms.Button buttonUpdate;
845 private System.Windows.Forms.CheckBox checkBoxAutoStart;
846 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
847 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
848 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
849 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
850 private System.Windows.Forms.Label labelMinFontSize;
851 private System.Windows.Forms.Label labelScrollLoopSeparator;
852 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
853 private System.Windows.Forms.Label labelScrollingSpeed;
854 private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
855 private System.Windows.Forms.ToolTip toolTip;
856 private System.Windows.Forms.TabPage tabPageAudio;
857 private System.Windows.Forms.TrackBar trackBarMasterVolume;
858 private System.Windows.Forms.CheckBox checkBoxMute;