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