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