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