Server/MainForm.Designer.cs
author StephaneLenclud
Sat, 07 Feb 2015 14:39:03 +0100
changeset 110 31e63bd07dfa
parent 106 32270ff62819
child 112 57b1c6507bd7
permissions -rw-r--r--
Cleaning up design tab by removing layout debug buttons.
Separator changes now reflected instantly.
     1 namespace SharpDisplayManager
     2 {
     3     partial class MainForm
     4     {
     5         /// <summary>
     6         /// Required designer variable.
     7         /// </summary>
     8         private System.ComponentModel.IContainer components = null;
     9 
    10         /// <summary>
    11         /// Clean up any resources being used.
    12         /// </summary>
    13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    14         protected override void Dispose(bool disposing)
    15         {
    16             if (disposing)
    17             {
    18                 if (iNotifyIcon != null)
    19                 {
    20                     iNotifyIcon.Dispose();
    21                     iNotifyIcon = null;
    22                 }
    23                 
    24                 if (components != null)
    25                 {
    26                     components.Dispose();
    27                 }
    28             }
    29             base.Dispose(disposing);
    30         }
    31 
    32         #region Windows Form Designer generated code
    33 
    34         /// <summary>
    35         /// Required method for Designer support - do not modify
    36         /// the contents of this method with the code editor.
    37         /// </summary>
    38         private void InitializeComponent()
    39         {
    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.labelFontWidth = new System.Windows.Forms.Label();
    94 			this.labelFontHeight = new System.Windows.Forms.Label();
    95 			this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
    96 			this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    97 			this.panelDisplay.SuspendLayout();
    98 			this.tableLayoutPanel.SuspendLayout();
    99 			this.statusStrip.SuspendLayout();
   100 			this.tabPageClients.SuspendLayout();
   101 			this.tabPageDisplay.SuspendLayout();
   102 			((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
   103 			this.tabControl.SuspendLayout();
   104 			this.tabPageDesign.SuspendLayout();
   105 			this.tabPageApp.SuspendLayout();
   106 			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
   107 			this.SuspendLayout();
   108 			// 
   109 			// panelDisplay
   110 			// 
   111 			this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   112 			this.panelDisplay.Controls.Add(this.tableLayoutPanel);
   113 			this.panelDisplay.Location = new System.Drawing.Point(173, 40);
   114 			this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
   115 			this.panelDisplay.Name = "panelDisplay";
   116 			this.panelDisplay.Size = new System.Drawing.Size(258, 66);
   117 			this.panelDisplay.TabIndex = 12;
   118 			// 
   119 			// tableLayoutPanel
   120 			// 
   121 			this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   122             | System.Windows.Forms.AnchorStyles.Left) 
   123             | System.Windows.Forms.AnchorStyles.Right)));
   124 			this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   125 			this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
   126 			this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
   127 			this.tableLayoutPanel.ColumnCount = 1;
   128 			this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
   129 			this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   130 			this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   131 			this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
   132 			this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   133 			this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   134 			this.tableLayoutPanel.Name = "tableLayoutPanel";
   135 			this.tableLayoutPanel.RowCount = 2;
   136 			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   137 			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   138 			this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   139 			this.tableLayoutPanel.TabIndex = 5;
   140 			this.tableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
   141 			// 
   142 			// marqueeLabelTop
   143 			// 
   144 			this.marqueeLabelTop.AutoEllipsis = true;
   145 			this.marqueeLabelTop.AutoSize = true;
   146 			this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   147 			this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   148 			this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   149 			this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   150 			this.marqueeLabelTop.MinFontSize = 15F;
   151 			this.marqueeLabelTop.Name = "marqueeLabelTop";
   152 			this.marqueeLabelTop.OwnTimer = false;
   153 			this.marqueeLabelTop.PixelsPerSecond = 64;
   154 			this.marqueeLabelTop.ScaleToFit = true;
   155 			this.marqueeLabelTop.Separator = "|";
   156 			this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
   157 			this.marqueeLabelTop.TabIndex = 2;
   158 			this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   159 			this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   160 			this.marqueeLabelTop.UseCompatibleTextRendering = true;
   161 			// 
   162 			// marqueeLabelBottom
   163 			// 
   164 			this.marqueeLabelBottom.AutoEllipsis = true;
   165 			this.marqueeLabelBottom.AutoSize = true;
   166 			this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   167 			this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
   168 			this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   169 			this.marqueeLabelBottom.MinFontSize = 15F;
   170 			this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   171 			this.marqueeLabelBottom.OwnTimer = false;
   172 			this.marqueeLabelBottom.PixelsPerSecond = 64;
   173 			this.marqueeLabelBottom.ScaleToFit = true;
   174 			this.marqueeLabelBottom.Separator = "|";
   175 			this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
   176 			this.marqueeLabelBottom.TabIndex = 3;
   177 			this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   178 			this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   179 			this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   180 			// 
   181 			// timer
   182 			// 
   183 			this.timer.Enabled = true;
   184 			this.timer.Interval = 50;
   185 			this.timer.Tick += new System.EventHandler(this.timer_Tick);
   186 			// 
   187 			// statusStrip
   188 			// 
   189 			this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   190             this.toolStripStatusLabelConnect,
   191             this.toolStripStatusLabelSpring,
   192             this.toolStripStatusLabelPower,
   193             this.toolStripStatusLabelFps});
   194 			this.statusStrip.Location = new System.Drawing.Point(0, 420);
   195 			this.statusStrip.Name = "statusStrip";
   196 			this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   197 			this.statusStrip.Size = new System.Drawing.Size(624, 22);
   198 			this.statusStrip.TabIndex = 1;
   199 			this.statusStrip.Text = "statusStrip";
   200 			// 
   201 			// toolStripStatusLabelConnect
   202 			// 
   203 			this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   204 			this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   205 			this.toolStripStatusLabelConnect.Text = "Not connected";
   206 			// 
   207 			// toolStripStatusLabelSpring
   208 			// 
   209 			this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   210 			this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   211 			this.toolStripStatusLabelSpring.Spring = true;
   212 			// 
   213 			// toolStripStatusLabelPower
   214 			// 
   215 			this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   216 			this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   217 			this.toolStripStatusLabelPower.Text = "NA";
   218 			// 
   219 			// toolStripStatusLabelFps
   220 			// 
   221 			this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   222 			this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   223 			this.toolStripStatusLabelFps.Text = "FPS";
   224 			// 
   225 			// tabPageClients
   226 			// 
   227 			this.tabPageClients.Controls.Add(this.buttonCloseClients);
   228 			this.tabPageClients.Controls.Add(this.buttonStartClient);
   229 			this.tabPageClients.Controls.Add(this.treeViewClients);
   230 			this.tabPageClients.Location = new System.Drawing.Point(4, 22);
   231 			this.tabPageClients.Name = "tabPageClients";
   232 			this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
   233 			this.tabPageClients.Size = new System.Drawing.Size(592, 242);
   234 			this.tabPageClients.TabIndex = 2;
   235 			this.tabPageClients.Text = "Clients";
   236 			this.tabPageClients.UseVisualStyleBackColor = true;
   237 			// 
   238 			// buttonCloseClients
   239 			// 
   240 			this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
   241 			this.buttonCloseClients.Name = "buttonCloseClients";
   242 			this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
   243 			this.buttonCloseClients.TabIndex = 20;
   244 			this.buttonCloseClients.Text = "Close Clients";
   245 			this.buttonCloseClients.UseVisualStyleBackColor = true;
   246 			this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
   247 			// 
   248 			// buttonStartClient
   249 			// 
   250 			this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
   251 			this.buttonStartClient.Name = "buttonStartClient";
   252 			this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   253 			this.buttonStartClient.TabIndex = 19;
   254 			this.buttonStartClient.Text = "Start Client";
   255 			this.buttonStartClient.UseVisualStyleBackColor = true;
   256 			this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   257 			// 
   258 			// treeViewClients
   259 			// 
   260 			this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   261             | System.Windows.Forms.AnchorStyles.Left) 
   262             | System.Windows.Forms.AnchorStyles.Right)));
   263 			this.treeViewClients.Location = new System.Drawing.Point(87, 6);
   264 			this.treeViewClients.Name = "treeViewClients";
   265 			this.treeViewClients.Size = new System.Drawing.Size(499, 233);
   266 			this.treeViewClients.TabIndex = 0;
   267 			this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   268 			// 
   269 			// tabPageDisplay
   270 			// 
   271 			this.tabPageDisplay.Controls.Add(this.buttonShowClock);
   272 			this.tabPageDisplay.Controls.Add(this.buttonHideClock);
   273 			this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
   274 			this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
   275 			this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
   276 			this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
   277 			this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
   278 			this.tabPageDisplay.Controls.Add(this.buttonSuspend);
   279 			this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
   280 			this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
   281 			this.tabPageDisplay.Controls.Add(this.buttonFill);
   282 			this.tabPageDisplay.Controls.Add(this.buttonClear);
   283 			this.tabPageDisplay.Controls.Add(this.buttonClose);
   284 			this.tabPageDisplay.Controls.Add(this.buttonOpen);
   285 			this.tabPageDisplay.Controls.Add(this.buttonCapture);
   286 			this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
   287 			this.tabPageDisplay.Name = "tabPageDisplay";
   288 			this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
   289 			this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
   290 			this.tabPageDisplay.TabIndex = 0;
   291 			this.tabPageDisplay.Text = "Display";
   292 			this.tabPageDisplay.UseVisualStyleBackColor = true;
   293 			// 
   294 			// buttonShowClock
   295 			// 
   296 			this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
   297 			this.buttonShowClock.Name = "buttonShowClock";
   298 			this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
   299 			this.buttonShowClock.TabIndex = 23;
   300 			this.buttonShowClock.Text = "Show Clock";
   301 			this.buttonShowClock.UseVisualStyleBackColor = true;
   302 			this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
   303 			// 
   304 			// buttonHideClock
   305 			// 
   306 			this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
   307 			this.buttonHideClock.Name = "buttonHideClock";
   308 			this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
   309 			this.buttonHideClock.TabIndex = 22;
   310 			this.buttonHideClock.Text = "Hide Clock";
   311 			this.buttonHideClock.UseVisualStyleBackColor = true;
   312 			this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
   313 			// 
   314 			// buttonPowerOff
   315 			// 
   316 			this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
   317 			this.buttonPowerOff.Name = "buttonPowerOff";
   318 			this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
   319 			this.buttonPowerOff.TabIndex = 21;
   320 			this.buttonPowerOff.Text = "OFF";
   321 			this.buttonPowerOff.UseVisualStyleBackColor = true;
   322 			this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
   323 			// 
   324 			// buttonPowerOn
   325 			// 
   326 			this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
   327 			this.buttonPowerOn.Name = "buttonPowerOn";
   328 			this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
   329 			this.buttonPowerOn.TabIndex = 20;
   330 			this.buttonPowerOn.Text = "ON";
   331 			this.buttonPowerOn.UseVisualStyleBackColor = true;
   332 			this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
   333 			// 
   334 			// labelTimerInterval
   335 			// 
   336 			this.labelTimerInterval.AutoSize = true;
   337 			this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
   338 			this.labelTimerInterval.Name = "labelTimerInterval";
   339 			this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
   340 			this.labelTimerInterval.TabIndex = 19;
   341 			this.labelTimerInterval.Text = "Timer interval (ms) :";
   342 			// 
   343 			// maskedTextBoxTimerInterval
   344 			// 
   345 			this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
   346 			this.maskedTextBoxTimerInterval.Mask = "000";
   347 			this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
   348 			this.maskedTextBoxTimerInterval.PromptChar = ' ';
   349 			this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
   350 			this.maskedTextBoxTimerInterval.TabIndex = 18;
   351 			this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
   352 			// 
   353 			// comboBoxDisplayType
   354 			// 
   355 			this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   356 			this.comboBoxDisplayType.FormattingEnabled = true;
   357 			this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
   358 			this.comboBoxDisplayType.Name = "comboBoxDisplayType";
   359 			this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
   360 			this.comboBoxDisplayType.TabIndex = 17;
   361 			this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
   362 			// 
   363 			// buttonSuspend
   364 			// 
   365 			this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   366 			this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
   367 			this.buttonSuspend.Name = "buttonSuspend";
   368 			this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
   369 			this.buttonSuspend.TabIndex = 16;
   370 			this.buttonSuspend.Text = "Pause";
   371 			this.buttonSuspend.UseVisualStyleBackColor = true;
   372 			this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
   373 			// 
   374 			// checkBoxConnectOnStartup
   375 			// 
   376 			this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   377 			this.checkBoxConnectOnStartup.AutoSize = true;
   378 			this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
   379 			this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   380 			this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   381 			this.checkBoxConnectOnStartup.TabIndex = 13;
   382 			this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   383 			this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   384 			this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   385 			// 
   386 			// trackBarBrightness
   387 			// 
   388 			this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   389             | System.Windows.Forms.AnchorStyles.Right)));
   390 			this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   391 			this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   392 			this.trackBarBrightness.Name = "trackBarBrightness";
   393 			this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   394 			this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
   395 			this.trackBarBrightness.TabIndex = 10;
   396 			this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   397 			this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
   398 			this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   399 			// 
   400 			// buttonFill
   401 			// 
   402 			this.buttonFill.Location = new System.Drawing.Point(6, 93);
   403 			this.buttonFill.Name = "buttonFill";
   404 			this.buttonFill.Size = new System.Drawing.Size(75, 23);
   405 			this.buttonFill.TabIndex = 9;
   406 			this.buttonFill.Text = "Fill";
   407 			this.buttonFill.UseVisualStyleBackColor = true;
   408 			this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   409 			// 
   410 			// buttonClear
   411 			// 
   412 			this.buttonClear.Location = new System.Drawing.Point(6, 64);
   413 			this.buttonClear.Name = "buttonClear";
   414 			this.buttonClear.Size = new System.Drawing.Size(75, 23);
   415 			this.buttonClear.TabIndex = 8;
   416 			this.buttonClear.Text = "Clear";
   417 			this.buttonClear.UseVisualStyleBackColor = true;
   418 			this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   419 			// 
   420 			// buttonClose
   421 			// 
   422 			this.buttonClose.Location = new System.Drawing.Point(6, 35);
   423 			this.buttonClose.Name = "buttonClose";
   424 			this.buttonClose.Size = new System.Drawing.Size(75, 23);
   425 			this.buttonClose.TabIndex = 7;
   426 			this.buttonClose.Text = "Close";
   427 			this.buttonClose.UseVisualStyleBackColor = true;
   428 			this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   429 			// 
   430 			// buttonOpen
   431 			// 
   432 			this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   433 			this.buttonOpen.Name = "buttonOpen";
   434 			this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   435 			this.buttonOpen.TabIndex = 6;
   436 			this.buttonOpen.Text = "Open";
   437 			this.buttonOpen.UseVisualStyleBackColor = true;
   438 			this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   439 			// 
   440 			// buttonCapture
   441 			// 
   442 			this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   443 			this.buttonCapture.Location = new System.Drawing.Point(6, 213);
   444 			this.buttonCapture.Name = "buttonCapture";
   445 			this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   446 			this.buttonCapture.TabIndex = 5;
   447 			this.buttonCapture.Text = "Capture";
   448 			this.buttonCapture.UseVisualStyleBackColor = true;
   449 			this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   450 			// 
   451 			// labelWarning
   452 			// 
   453 			this.labelWarning.AutoSize = true;
   454 			this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   455 			this.labelWarning.ForeColor = System.Drawing.Color.Red;
   456 			this.labelWarning.Location = new System.Drawing.Point(9, 9);
   457 			this.labelWarning.Name = "labelWarning";
   458 			this.labelWarning.Size = new System.Drawing.Size(80, 16);
   459 			this.labelWarning.TabIndex = 18;
   460 			this.labelWarning.Text = "WARNING";
   461 			this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   462 			this.labelWarning.Visible = false;
   463 			// 
   464 			// checkBoxFixedPitchFontOnly
   465 			// 
   466 			this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   467 			this.checkBoxFixedPitchFontOnly.AutoSize = true;
   468 			this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
   469 			this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
   470 			this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
   471 			this.checkBoxFixedPitchFontOnly.TabIndex = 17;
   472 			this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
   473 			this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
   474 			// 
   475 			// checkBoxShowBorders
   476 			// 
   477 			this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   478 			this.checkBoxShowBorders.AutoSize = true;
   479 			this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
   480 			this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   481 			this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   482 			this.checkBoxShowBorders.TabIndex = 11;
   483 			this.checkBoxShowBorders.Text = "Show borders";
   484 			this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   485 			this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   486 			// 
   487 			// buttonFont
   488 			// 
   489 			this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   490 			this.buttonFont.Location = new System.Drawing.Point(6, 213);
   491 			this.buttonFont.Name = "buttonFont";
   492 			this.buttonFont.Size = new System.Drawing.Size(75, 23);
   493 			this.buttonFont.TabIndex = 0;
   494 			this.buttonFont.Text = "Select Font";
   495 			this.buttonFont.UseVisualStyleBackColor = true;
   496 			this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   497 			// 
   498 			// tabControl
   499 			// 
   500 			this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   501             | System.Windows.Forms.AnchorStyles.Left) 
   502             | System.Windows.Forms.AnchorStyles.Right)));
   503 			this.tabControl.Controls.Add(this.tabPageDisplay);
   504 			this.tabControl.Controls.Add(this.tabPageClients);
   505 			this.tabControl.Controls.Add(this.tabPageDesign);
   506 			this.tabControl.Controls.Add(this.tabPageApp);
   507 			this.tabControl.Location = new System.Drawing.Point(12, 139);
   508 			this.tabControl.Name = "tabControl";
   509 			this.tabControl.SelectedIndex = 0;
   510 			this.tabControl.Size = new System.Drawing.Size(600, 268);
   511 			this.tabControl.TabIndex = 0;
   512 			// 
   513 			// tabPageDesign
   514 			// 
   515 			this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
   516 			this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
   517 			this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
   518 			this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
   519 			this.tabPageDesign.Controls.Add(this.labelMinFontSize);
   520 			this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
   521 			this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
   522 			this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
   523 			this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
   524 			this.tabPageDesign.Controls.Add(this.buttonFont);
   525 			this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
   526 			this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
   527 			this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
   528 			this.tabPageDesign.Name = "tabPageDesign";
   529 			this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
   530 			this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
   531 			this.tabPageDesign.TabIndex = 3;
   532 			this.tabPageDesign.Text = "Design";
   533 			this.tabPageDesign.UseVisualStyleBackColor = true;
   534 			// 
   535 			// labelScrollingSpeed
   536 			// 
   537 			this.labelScrollingSpeed.AutoSize = true;
   538 			this.labelScrollingSpeed.Location = new System.Drawing.Point(84, 119);
   539 			this.labelScrollingSpeed.Name = "labelScrollingSpeed";
   540 			this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
   541 			this.labelScrollingSpeed.TabIndex = 28;
   542 			this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
   543 			// 
   544 			// maskedTextBoxScrollingSpeed
   545 			// 
   546 			this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(205, 116);
   547 			this.maskedTextBoxScrollingSpeed.Mask = "000";
   548 			this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
   549 			this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
   550 			this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
   551 			this.maskedTextBoxScrollingSpeed.TabIndex = 27;
   552 			this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
   553 			// 
   554 			// labelScrollLoopSeparator
   555 			// 
   556 			this.labelScrollLoopSeparator.AutoSize = true;
   557 			this.labelScrollLoopSeparator.Location = new System.Drawing.Point(90, 145);
   558 			this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
   559 			this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
   560 			this.labelScrollLoopSeparator.TabIndex = 26;
   561 			this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
   562 			// 
   563 			// textBoxScrollLoopSeparator
   564 			// 
   565 			this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
   566 			this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
   567 			this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
   568 			this.textBoxScrollLoopSeparator.TabIndex = 25;
   569 			this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
   570 			// 
   571 			// labelMinFontSize
   572 			// 
   573 			this.labelMinFontSize.AutoSize = true;
   574 			this.labelMinFontSize.Location = new System.Drawing.Point(80, 194);
   575 			this.labelMinFontSize.Name = "labelMinFontSize";
   576 			this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
   577 			this.labelMinFontSize.TabIndex = 24;
   578 			this.labelMinFontSize.Text = "Minimum font size (pts) :";
   579 			// 
   580 			// maskedTextBoxMinFontSize
   581 			// 
   582 			this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
   583 			this.maskedTextBoxMinFontSize.Mask = "000";
   584 			this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
   585 			this.maskedTextBoxMinFontSize.PromptChar = ' ';
   586 			this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
   587 			this.maskedTextBoxMinFontSize.TabIndex = 23;
   588 			this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
   589 			// 
   590 			// checkBoxScaleToFit
   591 			// 
   592 			this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   593 			this.checkBoxScaleToFit.AutoSize = true;
   594 			this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
   595 			this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
   596 			this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
   597 			this.checkBoxScaleToFit.TabIndex = 22;
   598 			this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
   599 			this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
   600 			this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
   601 			// 
   602 			// checkBoxInverseColors
   603 			// 
   604 			this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   605 			this.checkBoxInverseColors.AutoSize = true;
   606 			this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
   607 			this.checkBoxInverseColors.Name = "checkBoxInverseColors";
   608 			this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
   609 			this.checkBoxInverseColors.TabIndex = 21;
   610 			this.checkBoxInverseColors.Text = "Inverse colors";
   611 			this.checkBoxInverseColors.UseVisualStyleBackColor = true;
   612 			this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
   613 			// 
   614 			// checkBoxReverseScreen
   615 			// 
   616 			this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   617 			this.checkBoxReverseScreen.AutoSize = true;
   618 			this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
   619 			this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
   620 			this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
   621 			this.checkBoxReverseScreen.TabIndex = 14;
   622 			this.checkBoxReverseScreen.Text = "Reverse screen";
   623 			this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
   624 			this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
   625 			// 
   626 			// tabPageApp
   627 			// 
   628 			this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
   629 			this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
   630 			this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
   631 			this.tabPageApp.Controls.Add(this.buttonUpdate);
   632 			this.tabPageApp.Location = new System.Drawing.Point(4, 22);
   633 			this.tabPageApp.Name = "tabPageApp";
   634 			this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
   635 			this.tabPageApp.Size = new System.Drawing.Size(592, 242);
   636 			this.tabPageApp.TabIndex = 4;
   637 			this.tabPageApp.Text = "Application";
   638 			this.tabPageApp.UseVisualStyleBackColor = true;
   639 			// 
   640 			// checkBoxStartMinimized
   641 			// 
   642 			this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   643 			this.checkBoxStartMinimized.AutoSize = true;
   644 			this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
   645 			this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
   646 			this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
   647 			this.checkBoxStartMinimized.TabIndex = 16;
   648 			this.checkBoxStartMinimized.Text = "Start minimized";
   649 			this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
   650 			this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
   651 			// 
   652 			// checkBoxMinimizeToTray
   653 			// 
   654 			this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   655 			this.checkBoxMinimizeToTray.AutoSize = true;
   656 			this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
   657 			this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
   658 			this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
   659 			this.checkBoxMinimizeToTray.TabIndex = 15;
   660 			this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
   661 			this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
   662 			this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
   663 			// 
   664 			// checkBoxAutoStart
   665 			// 
   666 			this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   667 			this.checkBoxAutoStart.AutoSize = true;
   668 			this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
   669 			this.checkBoxAutoStart.Name = "checkBoxAutoStart";
   670 			this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
   671 			this.checkBoxAutoStart.TabIndex = 14;
   672 			this.checkBoxAutoStart.Text = "Run on Windows startup";
   673 			this.checkBoxAutoStart.UseVisualStyleBackColor = true;
   674 			this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
   675 			// 
   676 			// buttonUpdate
   677 			// 
   678 			this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
   679 			this.buttonUpdate.Name = "buttonUpdate";
   680 			this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
   681 			this.buttonUpdate.TabIndex = 0;
   682 			this.buttonUpdate.Text = "Update";
   683 			this.buttonUpdate.UseVisualStyleBackColor = true;
   684 			this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
   685 			// 
   686 			// labelFontWidth
   687 			// 
   688 			this.labelFontWidth.AutoSize = true;
   689 			this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
   690 			this.labelFontWidth.Name = "labelFontWidth";
   691 			this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
   692 			this.labelFontWidth.TabIndex = 19;
   693 			this.labelFontWidth.Text = "Font width";
   694 			// 
   695 			// labelFontHeight
   696 			// 
   697 			this.labelFontHeight.AutoSize = true;
   698 			this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
   699 			this.labelFontHeight.Name = "labelFontHeight";
   700 			this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
   701 			this.labelFontHeight.TabIndex = 20;
   702 			this.labelFontHeight.Text = "Font height";
   703 			// 
   704 			// pictureBoxDemo
   705 			// 
   706 			this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
   707 			this.pictureBoxDemo.Name = "pictureBoxDemo";
   708 			this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
   709 			this.pictureBoxDemo.TabIndex = 21;
   710 			this.pictureBoxDemo.TabStop = false;
   711 			// 
   712 			// MainForm
   713 			// 
   714 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   715 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   716 			this.ClientSize = new System.Drawing.Size(624, 442);
   717 			this.Controls.Add(this.pictureBoxDemo);
   718 			this.Controls.Add(this.labelFontHeight);
   719 			this.Controls.Add(this.labelFontWidth);
   720 			this.Controls.Add(this.labelWarning);
   721 			this.Controls.Add(this.statusStrip);
   722 			this.Controls.Add(this.tabControl);
   723 			this.Controls.Add(this.panelDisplay);
   724 			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
   725 			this.MinimumSize = new System.Drawing.Size(640, 480);
   726 			this.Name = "MainForm";
   727 			this.Text = "Sharp Display Manager";
   728 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   729 			this.Load += new System.EventHandler(this.MainForm_Load);
   730 			this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
   731 			this.Resize += new System.EventHandler(this.MainForm_Resize);
   732 			this.panelDisplay.ResumeLayout(false);
   733 			this.tableLayoutPanel.ResumeLayout(false);
   734 			this.tableLayoutPanel.PerformLayout();
   735 			this.statusStrip.ResumeLayout(false);
   736 			this.statusStrip.PerformLayout();
   737 			this.tabPageClients.ResumeLayout(false);
   738 			this.tabPageDisplay.ResumeLayout(false);
   739 			this.tabPageDisplay.PerformLayout();
   740 			((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   741 			this.tabControl.ResumeLayout(false);
   742 			this.tabPageDesign.ResumeLayout(false);
   743 			this.tabPageDesign.PerformLayout();
   744 			this.tabPageApp.ResumeLayout(false);
   745 			this.tabPageApp.PerformLayout();
   746 			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
   747 			this.ResumeLayout(false);
   748 			this.PerformLayout();
   749 
   750         }
   751 
   752         #endregion
   753 
   754         private System.Windows.Forms.FontDialog fontDialog;
   755         private System.Windows.Forms.Timer timer;
   756         private System.Windows.Forms.StatusStrip statusStrip;
   757         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   758         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   759         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   760         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   761         private System.Windows.Forms.Panel panelDisplay;
   762         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   763         private MarqueeLabel marqueeLabelTop;
   764         private MarqueeLabel marqueeLabelBottom;
   765         private System.Windows.Forms.TabPage tabPageClients;
   766         private System.Windows.Forms.TreeView treeViewClients;
   767         private System.Windows.Forms.TabPage tabPageDisplay;
   768         private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
   769         private System.Windows.Forms.Button buttonSuspend;
   770         private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   771         private System.Windows.Forms.CheckBox checkBoxShowBorders;
   772         private System.Windows.Forms.TrackBar trackBarBrightness;
   773         private System.Windows.Forms.Button buttonFill;
   774         private System.Windows.Forms.Button buttonClear;
   775         private System.Windows.Forms.Button buttonClose;
   776         private System.Windows.Forms.Button buttonOpen;
   777         private System.Windows.Forms.Button buttonCapture;
   778         private System.Windows.Forms.Button buttonFont;
   779         private System.Windows.Forms.TabControl tabControl;
   780         private System.Windows.Forms.Button buttonCloseClients;
   781         private System.Windows.Forms.Button buttonStartClient;
   782         private System.Windows.Forms.Label labelWarning;
   783 		private System.Windows.Forms.TabPage tabPageDesign;
   784 		private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   785         private System.Windows.Forms.ComboBox comboBoxDisplayType;
   786         private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
   787         private System.Windows.Forms.Label labelTimerInterval;
   788         private System.Windows.Forms.Button buttonPowerOff;
   789         private System.Windows.Forms.Button buttonPowerOn;
   790         private System.Windows.Forms.Button buttonShowClock;
   791         private System.Windows.Forms.Button buttonHideClock;
   792         private System.Windows.Forms.Label labelFontWidth;
   793         private System.Windows.Forms.Label labelFontHeight;
   794         private System.Windows.Forms.CheckBox checkBoxInverseColors;
   795         private System.Windows.Forms.PictureBox pictureBoxDemo;
   796         private System.Windows.Forms.TabPage tabPageApp;
   797         private System.Windows.Forms.Button buttonUpdate;
   798 		private System.Windows.Forms.CheckBox checkBoxAutoStart;
   799 		private System.Windows.Forms.CheckBox checkBoxStartMinimized;
   800 		private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
   801         private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
   802         private System.Windows.Forms.CheckBox checkBoxScaleToFit;
   803         private System.Windows.Forms.Label labelMinFontSize;
   804         private System.Windows.Forms.Label labelScrollLoopSeparator;
   805         private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
   806 		private System.Windows.Forms.Label labelScrollingSpeed;
   807 		private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
   808 		private System.Windows.Forms.ToolTip toolTip;
   809     }
   810 }
   811