Adding label "scale to fit" functionality.
Adding scroll separator to config.
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)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
33 this.panelDisplay = new System.Windows.Forms.Panel();
34 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
35 this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
36 this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
37 this.fontDialog = new System.Windows.Forms.FontDialog();
38 this.timer = new System.Windows.Forms.Timer(this.components);
39 this.statusStrip = new System.Windows.Forms.StatusStrip();
40 this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
41 this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
42 this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
43 this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
44 this.tabPageClients = new System.Windows.Forms.TabPage();
45 this.buttonCloseClients = new System.Windows.Forms.Button();
46 this.buttonStartClient = new System.Windows.Forms.Button();
47 this.treeViewClients = new System.Windows.Forms.TreeView();
48 this.tabPageDisplay = new System.Windows.Forms.TabPage();
49 this.buttonShowClock = new System.Windows.Forms.Button();
50 this.buttonHideClock = new System.Windows.Forms.Button();
51 this.buttonPowerOff = new System.Windows.Forms.Button();
52 this.buttonPowerOn = new System.Windows.Forms.Button();
53 this.labelTimerInterval = new System.Windows.Forms.Label();
54 this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
55 this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
56 this.buttonSuspend = new System.Windows.Forms.Button();
57 this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
58 this.trackBarBrightness = new System.Windows.Forms.TrackBar();
59 this.buttonFill = new System.Windows.Forms.Button();
60 this.buttonClear = new System.Windows.Forms.Button();
61 this.buttonClose = new System.Windows.Forms.Button();
62 this.buttonOpen = new System.Windows.Forms.Button();
63 this.buttonCapture = new System.Windows.Forms.Button();
64 this.labelWarning = new System.Windows.Forms.Label();
65 this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
66 this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
67 this.buttonFont = new System.Windows.Forms.Button();
68 this.tabControl = new System.Windows.Forms.TabControl();
69 this.tabPageDesign = new System.Windows.Forms.TabPage();
70 this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
71 this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
72 this.labelMinFontSize = new System.Windows.Forms.Label();
73 this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
74 this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
75 this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
76 this.buttonAlignRight = new System.Windows.Forms.Button();
77 this.buttonAlignCenter = new System.Windows.Forms.Button();
78 this.buttonAlignLeft = new System.Windows.Forms.Button();
79 this.buttonRemoveColumn = new System.Windows.Forms.Button();
80 this.buttonAddColumn = new System.Windows.Forms.Button();
81 this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
82 this.buttonRemoveRow = new System.Windows.Forms.Button();
83 this.buttonAddRow = new System.Windows.Forms.Button();
84 this.tabPageApp = new System.Windows.Forms.TabPage();
85 this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
86 this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
87 this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
88 this.buttonUpdate = new System.Windows.Forms.Button();
89 this.labelFontWidth = new System.Windows.Forms.Label();
90 this.labelFontHeight = new System.Windows.Forms.Label();
91 this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
92 this.panelDisplay.SuspendLayout();
93 this.tableLayoutPanel.SuspendLayout();
94 this.statusStrip.SuspendLayout();
95 this.tabPageClients.SuspendLayout();
96 this.tabPageDisplay.SuspendLayout();
97 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
98 this.tabControl.SuspendLayout();
99 this.tabPageDesign.SuspendLayout();
100 this.tabPageApp.SuspendLayout();
101 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
102 this.SuspendLayout();
106 this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
107 this.panelDisplay.Controls.Add(this.tableLayoutPanel);
108 this.panelDisplay.Location = new System.Drawing.Point(173, 40);
109 this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
110 this.panelDisplay.Name = "panelDisplay";
111 this.panelDisplay.Size = new System.Drawing.Size(258, 66);
112 this.panelDisplay.TabIndex = 12;
116 this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
117 | System.Windows.Forms.AnchorStyles.Left)
118 | System.Windows.Forms.AnchorStyles.Right)));
119 this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
120 this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
121 this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
122 this.tableLayoutPanel.ColumnCount = 1;
123 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
124 this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
125 this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
126 this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
127 this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
128 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
129 this.tableLayoutPanel.Name = "tableLayoutPanel";
130 this.tableLayoutPanel.RowCount = 2;
131 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
132 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
133 this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
134 this.tableLayoutPanel.TabIndex = 5;
138 this.marqueeLabelTop.AutoEllipsis = true;
139 this.marqueeLabelTop.AutoSize = true;
140 this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
141 this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
142 this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
143 this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
144 this.marqueeLabelTop.MinFontSize = 15F;
145 this.marqueeLabelTop.Name = "marqueeLabelTop";
146 this.marqueeLabelTop.OwnTimer = false;
147 this.marqueeLabelTop.PixelsPerSecond = 64;
148 this.marqueeLabelTop.ScaleToFit = true;
149 this.marqueeLabelTop.Separator = "|";
150 this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
151 this.marqueeLabelTop.TabIndex = 2;
152 this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
153 this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
154 this.marqueeLabelTop.UseCompatibleTextRendering = true;
156 // marqueeLabelBottom
158 this.marqueeLabelBottom.AutoEllipsis = true;
159 this.marqueeLabelBottom.AutoSize = true;
160 this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
161 this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
162 this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
163 this.marqueeLabelBottom.MinFontSize = 15F;
164 this.marqueeLabelBottom.Name = "marqueeLabelBottom";
165 this.marqueeLabelBottom.OwnTimer = false;
166 this.marqueeLabelBottom.PixelsPerSecond = 64;
167 this.marqueeLabelBottom.ScaleToFit = true;
168 this.marqueeLabelBottom.Separator = "|";
169 this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
170 this.marqueeLabelBottom.TabIndex = 3;
171 this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
172 this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
173 this.marqueeLabelBottom.UseCompatibleTextRendering = true;
177 this.timer.Enabled = true;
178 this.timer.Interval = 50;
179 this.timer.Tick += new System.EventHandler(this.timer_Tick);
183 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
184 this.toolStripStatusLabelConnect,
185 this.toolStripStatusLabelSpring,
186 this.toolStripStatusLabelPower,
187 this.toolStripStatusLabelFps});
188 this.statusStrip.Location = new System.Drawing.Point(0, 420);
189 this.statusStrip.Name = "statusStrip";
190 this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
191 this.statusStrip.Size = new System.Drawing.Size(624, 22);
192 this.statusStrip.TabIndex = 1;
193 this.statusStrip.Text = "statusStrip";
195 // toolStripStatusLabelConnect
197 this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
198 this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
199 this.toolStripStatusLabelConnect.Text = "Not connected";
201 // toolStripStatusLabelSpring
203 this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
204 this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
205 this.toolStripStatusLabelSpring.Spring = true;
207 // toolStripStatusLabelPower
209 this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
210 this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
211 this.toolStripStatusLabelPower.Text = "NA";
213 // toolStripStatusLabelFps
215 this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
216 this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
217 this.toolStripStatusLabelFps.Text = "FPS";
221 this.tabPageClients.Controls.Add(this.buttonCloseClients);
222 this.tabPageClients.Controls.Add(this.buttonStartClient);
223 this.tabPageClients.Controls.Add(this.treeViewClients);
224 this.tabPageClients.Location = new System.Drawing.Point(4, 22);
225 this.tabPageClients.Name = "tabPageClients";
226 this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
227 this.tabPageClients.Size = new System.Drawing.Size(592, 242);
228 this.tabPageClients.TabIndex = 2;
229 this.tabPageClients.Text = "Clients";
230 this.tabPageClients.UseVisualStyleBackColor = true;
232 // buttonCloseClients
234 this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
235 this.buttonCloseClients.Name = "buttonCloseClients";
236 this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
237 this.buttonCloseClients.TabIndex = 20;
238 this.buttonCloseClients.Text = "Close Clients";
239 this.buttonCloseClients.UseVisualStyleBackColor = true;
240 this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
244 this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
245 this.buttonStartClient.Name = "buttonStartClient";
246 this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
247 this.buttonStartClient.TabIndex = 19;
248 this.buttonStartClient.Text = "Start Client";
249 this.buttonStartClient.UseVisualStyleBackColor = true;
250 this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
254 this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
255 | System.Windows.Forms.AnchorStyles.Left)
256 | System.Windows.Forms.AnchorStyles.Right)));
257 this.treeViewClients.Location = new System.Drawing.Point(87, 6);
258 this.treeViewClients.Name = "treeViewClients";
259 this.treeViewClients.Size = new System.Drawing.Size(499, 233);
260 this.treeViewClients.TabIndex = 0;
261 this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
265 this.tabPageDisplay.Controls.Add(this.buttonShowClock);
266 this.tabPageDisplay.Controls.Add(this.buttonHideClock);
267 this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
268 this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
269 this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
270 this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
271 this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
272 this.tabPageDisplay.Controls.Add(this.buttonSuspend);
273 this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
274 this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
275 this.tabPageDisplay.Controls.Add(this.buttonFill);
276 this.tabPageDisplay.Controls.Add(this.buttonClear);
277 this.tabPageDisplay.Controls.Add(this.buttonClose);
278 this.tabPageDisplay.Controls.Add(this.buttonOpen);
279 this.tabPageDisplay.Controls.Add(this.buttonCapture);
280 this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
281 this.tabPageDisplay.Name = "tabPageDisplay";
282 this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
283 this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
284 this.tabPageDisplay.TabIndex = 0;
285 this.tabPageDisplay.Text = "Display";
286 this.tabPageDisplay.UseVisualStyleBackColor = true;
290 this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
291 this.buttonShowClock.Name = "buttonShowClock";
292 this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
293 this.buttonShowClock.TabIndex = 23;
294 this.buttonShowClock.Text = "Show Clock";
295 this.buttonShowClock.UseVisualStyleBackColor = true;
296 this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
300 this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
301 this.buttonHideClock.Name = "buttonHideClock";
302 this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
303 this.buttonHideClock.TabIndex = 22;
304 this.buttonHideClock.Text = "Hide Clock";
305 this.buttonHideClock.UseVisualStyleBackColor = true;
306 this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
310 this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
311 this.buttonPowerOff.Name = "buttonPowerOff";
312 this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
313 this.buttonPowerOff.TabIndex = 21;
314 this.buttonPowerOff.Text = "OFF";
315 this.buttonPowerOff.UseVisualStyleBackColor = true;
316 this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
320 this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
321 this.buttonPowerOn.Name = "buttonPowerOn";
322 this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
323 this.buttonPowerOn.TabIndex = 20;
324 this.buttonPowerOn.Text = "ON";
325 this.buttonPowerOn.UseVisualStyleBackColor = true;
326 this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
328 // labelTimerInterval
330 this.labelTimerInterval.AutoSize = true;
331 this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
332 this.labelTimerInterval.Name = "labelTimerInterval";
333 this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
334 this.labelTimerInterval.TabIndex = 19;
335 this.labelTimerInterval.Text = "Timer interval (ms) :";
337 // maskedTextBoxTimerInterval
339 this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
340 this.maskedTextBoxTimerInterval.Mask = "000";
341 this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
342 this.maskedTextBoxTimerInterval.PromptChar = ' ';
343 this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
344 this.maskedTextBoxTimerInterval.TabIndex = 18;
345 this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
347 // comboBoxDisplayType
349 this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
350 this.comboBoxDisplayType.FormattingEnabled = true;
351 this.comboBoxDisplayType.Items.AddRange(new object[] {
354 "Futaba GP1212A02A"});
355 this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
356 this.comboBoxDisplayType.Name = "comboBoxDisplayType";
357 this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
358 this.comboBoxDisplayType.TabIndex = 17;
359 this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
363 this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
364 this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
365 this.buttonSuspend.Name = "buttonSuspend";
366 this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
367 this.buttonSuspend.TabIndex = 16;
368 this.buttonSuspend.Text = "Pause";
369 this.buttonSuspend.UseVisualStyleBackColor = true;
370 this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
372 // checkBoxConnectOnStartup
374 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
375 this.checkBoxConnectOnStartup.AutoSize = true;
376 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
377 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
378 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
379 this.checkBoxConnectOnStartup.TabIndex = 13;
380 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
381 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
382 this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
384 // trackBarBrightness
386 this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
387 | System.Windows.Forms.AnchorStyles.Right)));
388 this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
389 this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
390 this.trackBarBrightness.Name = "trackBarBrightness";
391 this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
392 this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
393 this.trackBarBrightness.TabIndex = 10;
394 this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
395 this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
399 this.buttonFill.Location = new System.Drawing.Point(6, 93);
400 this.buttonFill.Name = "buttonFill";
401 this.buttonFill.Size = new System.Drawing.Size(75, 23);
402 this.buttonFill.TabIndex = 9;
403 this.buttonFill.Text = "Fill";
404 this.buttonFill.UseVisualStyleBackColor = true;
405 this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
409 this.buttonClear.Location = new System.Drawing.Point(6, 64);
410 this.buttonClear.Name = "buttonClear";
411 this.buttonClear.Size = new System.Drawing.Size(75, 23);
412 this.buttonClear.TabIndex = 8;
413 this.buttonClear.Text = "Clear";
414 this.buttonClear.UseVisualStyleBackColor = true;
415 this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
419 this.buttonClose.Location = new System.Drawing.Point(6, 35);
420 this.buttonClose.Name = "buttonClose";
421 this.buttonClose.Size = new System.Drawing.Size(75, 23);
422 this.buttonClose.TabIndex = 7;
423 this.buttonClose.Text = "Close";
424 this.buttonClose.UseVisualStyleBackColor = true;
425 this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
429 this.buttonOpen.Location = new System.Drawing.Point(6, 6);
430 this.buttonOpen.Name = "buttonOpen";
431 this.buttonOpen.Size = new System.Drawing.Size(75, 23);
432 this.buttonOpen.TabIndex = 6;
433 this.buttonOpen.Text = "Open";
434 this.buttonOpen.UseVisualStyleBackColor = true;
435 this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
439 this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
440 this.buttonCapture.Location = new System.Drawing.Point(6, 213);
441 this.buttonCapture.Name = "buttonCapture";
442 this.buttonCapture.Size = new System.Drawing.Size(75, 23);
443 this.buttonCapture.TabIndex = 5;
444 this.buttonCapture.Text = "Capture";
445 this.buttonCapture.UseVisualStyleBackColor = true;
446 this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
450 this.labelWarning.AutoSize = true;
451 this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
452 this.labelWarning.ForeColor = System.Drawing.Color.Red;
453 this.labelWarning.Location = new System.Drawing.Point(9, 9);
454 this.labelWarning.Name = "labelWarning";
455 this.labelWarning.Size = new System.Drawing.Size(80, 16);
456 this.labelWarning.TabIndex = 18;
457 this.labelWarning.Text = "WARNING";
458 this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
459 this.labelWarning.Visible = false;
461 // checkBoxFixedPitchFontOnly
463 this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
464 this.checkBoxFixedPitchFontOnly.AutoSize = true;
465 this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
466 this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
467 this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
468 this.checkBoxFixedPitchFontOnly.TabIndex = 17;
469 this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
470 this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
472 // checkBoxShowBorders
474 this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
475 this.checkBoxShowBorders.AutoSize = true;
476 this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
477 this.checkBoxShowBorders.Name = "checkBoxShowBorders";
478 this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
479 this.checkBoxShowBorders.TabIndex = 11;
480 this.checkBoxShowBorders.Text = "Show borders";
481 this.checkBoxShowBorders.UseVisualStyleBackColor = true;
482 this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
486 this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
487 this.buttonFont.Location = new System.Drawing.Point(6, 213);
488 this.buttonFont.Name = "buttonFont";
489 this.buttonFont.Size = new System.Drawing.Size(75, 23);
490 this.buttonFont.TabIndex = 0;
491 this.buttonFont.Text = "Select Font";
492 this.buttonFont.UseVisualStyleBackColor = true;
493 this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
497 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
498 | System.Windows.Forms.AnchorStyles.Left)
499 | System.Windows.Forms.AnchorStyles.Right)));
500 this.tabControl.Controls.Add(this.tabPageDisplay);
501 this.tabControl.Controls.Add(this.tabPageClients);
502 this.tabControl.Controls.Add(this.tabPageDesign);
503 this.tabControl.Controls.Add(this.tabPageApp);
504 this.tabControl.Location = new System.Drawing.Point(12, 139);
505 this.tabControl.Name = "tabControl";
506 this.tabControl.SelectedIndex = 0;
507 this.tabControl.Size = new System.Drawing.Size(600, 268);
508 this.tabControl.TabIndex = 0;
512 this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
513 this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
514 this.tabPageDesign.Controls.Add(this.labelMinFontSize);
515 this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
516 this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
517 this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
518 this.tabPageDesign.Controls.Add(this.buttonAlignRight);
519 this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
520 this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
521 this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
522 this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
523 this.tabPageDesign.Controls.Add(this.buttonAddColumn);
524 this.tabPageDesign.Controls.Add(this.buttonFont);
525 this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
526 this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
527 this.tabPageDesign.Controls.Add(this.buttonAddRow);
528 this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
529 this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
530 this.tabPageDesign.Name = "tabPageDesign";
531 this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
532 this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
533 this.tabPageDesign.TabIndex = 3;
534 this.tabPageDesign.Text = "Design";
535 this.tabPageDesign.UseVisualStyleBackColor = true;
537 // labelScrollLoopSeparator
539 this.labelScrollLoopSeparator.AutoSize = true;
540 this.labelScrollLoopSeparator.Location = new System.Drawing.Point(84, 145);
541 this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
542 this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
543 this.labelScrollLoopSeparator.TabIndex = 26;
544 this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
546 // textBoxScrollLoopSeparator
548 this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
549 this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
550 this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
551 this.textBoxScrollLoopSeparator.TabIndex = 25;
552 this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
556 this.labelMinFontSize.AutoSize = true;
557 this.labelMinFontSize.Location = new System.Drawing.Point(84, 194);
558 this.labelMinFontSize.Name = "labelMinFontSize";
559 this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
560 this.labelMinFontSize.TabIndex = 24;
561 this.labelMinFontSize.Text = "Minimum font size (pts) :";
563 // maskedTextBoxMinFontSize
565 this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
566 this.maskedTextBoxMinFontSize.Mask = "000";
567 this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
568 this.maskedTextBoxMinFontSize.PromptChar = ' ';
569 this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
570 this.maskedTextBoxMinFontSize.TabIndex = 23;
571 this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
573 // checkBoxScaleToFit
575 this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
576 this.checkBoxScaleToFit.AutoSize = true;
577 this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
578 this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
579 this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
580 this.checkBoxScaleToFit.TabIndex = 22;
581 this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
582 this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
583 this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
585 // checkBoxInverseColors
587 this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
588 this.checkBoxInverseColors.AutoSize = true;
589 this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
590 this.checkBoxInverseColors.Name = "checkBoxInverseColors";
591 this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
592 this.checkBoxInverseColors.TabIndex = 21;
593 this.checkBoxInverseColors.Text = "Inverse colors";
594 this.checkBoxInverseColors.UseVisualStyleBackColor = true;
595 this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
599 this.buttonAlignRight.Location = new System.Drawing.Point(170, 81);
600 this.buttonAlignRight.Name = "buttonAlignRight";
601 this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
602 this.buttonAlignRight.TabIndex = 20;
603 this.buttonAlignRight.Text = "Align Right";
604 this.buttonAlignRight.UseVisualStyleBackColor = true;
605 this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
609 this.buttonAlignCenter.Location = new System.Drawing.Point(89, 81);
610 this.buttonAlignCenter.Name = "buttonAlignCenter";
611 this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
612 this.buttonAlignCenter.TabIndex = 19;
613 this.buttonAlignCenter.Text = "Align Center";
614 this.buttonAlignCenter.UseVisualStyleBackColor = true;
615 this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
619 this.buttonAlignLeft.Location = new System.Drawing.Point(7, 81);
620 this.buttonAlignLeft.Name = "buttonAlignLeft";
621 this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
622 this.buttonAlignLeft.TabIndex = 18;
623 this.buttonAlignLeft.Text = "Align Left";
624 this.buttonAlignLeft.UseVisualStyleBackColor = true;
625 this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
627 // buttonRemoveColumn
629 this.buttonRemoveColumn.Location = new System.Drawing.Point(88, 37);
630 this.buttonRemoveColumn.Name = "buttonRemoveColumn";
631 this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
632 this.buttonRemoveColumn.TabIndex = 3;
633 this.buttonRemoveColumn.Text = "Remove col.";
634 this.buttonRemoveColumn.UseVisualStyleBackColor = true;
635 this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
639 this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
640 this.buttonAddColumn.Name = "buttonAddColumn";
641 this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
642 this.buttonAddColumn.TabIndex = 2;
643 this.buttonAddColumn.Text = "Add column";
644 this.buttonAddColumn.UseVisualStyleBackColor = true;
645 this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
647 // checkBoxReverseScreen
649 this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
650 this.checkBoxReverseScreen.AutoSize = true;
651 this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
652 this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
653 this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
654 this.checkBoxReverseScreen.TabIndex = 14;
655 this.checkBoxReverseScreen.Text = "Reverse screen";
656 this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
657 this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
661 this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
662 this.buttonRemoveRow.Name = "buttonRemoveRow";
663 this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
664 this.buttonRemoveRow.TabIndex = 1;
665 this.buttonRemoveRow.Text = "Remove row";
666 this.buttonRemoveRow.UseVisualStyleBackColor = true;
667 this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
671 this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
672 this.buttonAddRow.Name = "buttonAddRow";
673 this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
674 this.buttonAddRow.TabIndex = 0;
675 this.buttonAddRow.Text = "Add row";
676 this.buttonAddRow.UseVisualStyleBackColor = true;
677 this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
681 this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
682 this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
683 this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
684 this.tabPageApp.Controls.Add(this.buttonUpdate);
685 this.tabPageApp.Location = new System.Drawing.Point(4, 22);
686 this.tabPageApp.Name = "tabPageApp";
687 this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
688 this.tabPageApp.Size = new System.Drawing.Size(592, 242);
689 this.tabPageApp.TabIndex = 4;
690 this.tabPageApp.Text = "Application";
691 this.tabPageApp.UseVisualStyleBackColor = true;
693 // checkBoxStartMinimized
695 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
696 this.checkBoxStartMinimized.AutoSize = true;
697 this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
698 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
699 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
700 this.checkBoxStartMinimized.TabIndex = 16;
701 this.checkBoxStartMinimized.Text = "Start minimized";
702 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
703 this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
705 // checkBoxMinimizeToTray
707 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
708 this.checkBoxMinimizeToTray.AutoSize = true;
709 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
710 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
711 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
712 this.checkBoxMinimizeToTray.TabIndex = 15;
713 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
714 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
715 this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
719 this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
720 this.checkBoxAutoStart.AutoSize = true;
721 this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
722 this.checkBoxAutoStart.Name = "checkBoxAutoStart";
723 this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
724 this.checkBoxAutoStart.TabIndex = 14;
725 this.checkBoxAutoStart.Text = "Run on Windows startup";
726 this.checkBoxAutoStart.UseVisualStyleBackColor = true;
727 this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
731 this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
732 this.buttonUpdate.Name = "buttonUpdate";
733 this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
734 this.buttonUpdate.TabIndex = 0;
735 this.buttonUpdate.Text = "Update";
736 this.buttonUpdate.UseVisualStyleBackColor = true;
737 this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
741 this.labelFontWidth.AutoSize = true;
742 this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
743 this.labelFontWidth.Name = "labelFontWidth";
744 this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
745 this.labelFontWidth.TabIndex = 19;
746 this.labelFontWidth.Text = "Font width";
750 this.labelFontHeight.AutoSize = true;
751 this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
752 this.labelFontHeight.Name = "labelFontHeight";
753 this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
754 this.labelFontHeight.TabIndex = 20;
755 this.labelFontHeight.Text = "Font height";
759 this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
760 this.pictureBoxDemo.Name = "pictureBoxDemo";
761 this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
762 this.pictureBoxDemo.TabIndex = 21;
763 this.pictureBoxDemo.TabStop = false;
767 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
768 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
769 this.ClientSize = new System.Drawing.Size(624, 442);
770 this.Controls.Add(this.pictureBoxDemo);
771 this.Controls.Add(this.labelFontHeight);
772 this.Controls.Add(this.labelFontWidth);
773 this.Controls.Add(this.labelWarning);
774 this.Controls.Add(this.statusStrip);
775 this.Controls.Add(this.tabControl);
776 this.Controls.Add(this.panelDisplay);
777 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
778 this.MinimumSize = new System.Drawing.Size(640, 480);
779 this.Name = "MainForm";
780 this.Text = "Sharp Display Manager";
781 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
782 this.Load += new System.EventHandler(this.MainForm_Load);
783 this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
784 this.Resize += new System.EventHandler(this.MainForm_Resize);
785 this.panelDisplay.ResumeLayout(false);
786 this.tableLayoutPanel.ResumeLayout(false);
787 this.tableLayoutPanel.PerformLayout();
788 this.statusStrip.ResumeLayout(false);
789 this.statusStrip.PerformLayout();
790 this.tabPageClients.ResumeLayout(false);
791 this.tabPageDisplay.ResumeLayout(false);
792 this.tabPageDisplay.PerformLayout();
793 ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
794 this.tabControl.ResumeLayout(false);
795 this.tabPageDesign.ResumeLayout(false);
796 this.tabPageDesign.PerformLayout();
797 this.tabPageApp.ResumeLayout(false);
798 this.tabPageApp.PerformLayout();
799 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
800 this.ResumeLayout(false);
801 this.PerformLayout();
807 private System.Windows.Forms.FontDialog fontDialog;
808 private System.Windows.Forms.Timer timer;
809 private System.Windows.Forms.StatusStrip statusStrip;
810 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
811 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
812 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
813 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
814 private System.Windows.Forms.Panel panelDisplay;
815 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
816 private MarqueeLabel marqueeLabelTop;
817 private MarqueeLabel marqueeLabelBottom;
818 private System.Windows.Forms.TabPage tabPageClients;
819 private System.Windows.Forms.TreeView treeViewClients;
820 private System.Windows.Forms.TabPage tabPageDisplay;
821 private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
822 private System.Windows.Forms.Button buttonSuspend;
823 private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
824 private System.Windows.Forms.CheckBox checkBoxShowBorders;
825 private System.Windows.Forms.TrackBar trackBarBrightness;
826 private System.Windows.Forms.Button buttonFill;
827 private System.Windows.Forms.Button buttonClear;
828 private System.Windows.Forms.Button buttonClose;
829 private System.Windows.Forms.Button buttonOpen;
830 private System.Windows.Forms.Button buttonCapture;
831 private System.Windows.Forms.Button buttonFont;
832 private System.Windows.Forms.TabControl tabControl;
833 private System.Windows.Forms.Button buttonCloseClients;
834 private System.Windows.Forms.Button buttonStartClient;
835 private System.Windows.Forms.Label labelWarning;
836 private System.Windows.Forms.TabPage tabPageDesign;
837 private System.Windows.Forms.Button buttonRemoveColumn;
838 private System.Windows.Forms.Button buttonAddColumn;
839 private System.Windows.Forms.Button buttonRemoveRow;
840 private System.Windows.Forms.Button buttonAddRow;
841 private System.Windows.Forms.CheckBox checkBoxReverseScreen;
842 private System.Windows.Forms.Button buttonAlignRight;
843 private System.Windows.Forms.Button buttonAlignCenter;
844 private System.Windows.Forms.Button buttonAlignLeft;
845 private System.Windows.Forms.ComboBox comboBoxDisplayType;
846 private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
847 private System.Windows.Forms.Label labelTimerInterval;
848 private System.Windows.Forms.Button buttonPowerOff;
849 private System.Windows.Forms.Button buttonPowerOn;
850 private System.Windows.Forms.Button buttonShowClock;
851 private System.Windows.Forms.Button buttonHideClock;
852 private System.Windows.Forms.Label labelFontWidth;
853 private System.Windows.Forms.Label labelFontHeight;
854 private System.Windows.Forms.CheckBox checkBoxInverseColors;
855 private System.Windows.Forms.PictureBox pictureBoxDemo;
856 private System.Windows.Forms.TabPage tabPageApp;
857 private System.Windows.Forms.Button buttonUpdate;
858 private System.Windows.Forms.CheckBox checkBoxAutoStart;
859 private System.Windows.Forms.CheckBox checkBoxStartMinimized;
860 private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
861 private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
862 private System.Windows.Forms.CheckBox checkBoxScaleToFit;
863 private System.Windows.Forms.Label labelMinFontSize;
864 private System.Windows.Forms.Label labelScrollLoopSeparator;
865 private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;