Server/MainForm.Designer.cs
changeset 105 4196b0ca97d9
parent 104 189aac7dd3d6
child 106 32270ff62819
     1.1 --- a/Server/MainForm.Designer.cs	Wed Feb 04 17:44:25 2015 +0100
     1.2 +++ b/Server/MainForm.Designer.cs	Wed Feb 04 21:55:45 2015 +0100
     1.3 @@ -37,773 +37,774 @@
     1.4          /// </summary>
     1.5          private void InitializeComponent()
     1.6          {
     1.7 -            this.components = new System.ComponentModel.Container();
     1.8 -            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     1.9 -            this.panelDisplay = new System.Windows.Forms.Panel();
    1.10 -            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.11 -            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.12 -            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.13 -            this.fontDialog = new System.Windows.Forms.FontDialog();
    1.14 -            this.timer = new System.Windows.Forms.Timer(this.components);
    1.15 -            this.statusStrip = new System.Windows.Forms.StatusStrip();
    1.16 -            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    1.17 -            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.18 -            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    1.19 -            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    1.20 -            this.tabPageClients = new System.Windows.Forms.TabPage();
    1.21 -            this.buttonCloseClients = new System.Windows.Forms.Button();
    1.22 -            this.buttonStartClient = new System.Windows.Forms.Button();
    1.23 -            this.treeViewClients = new System.Windows.Forms.TreeView();
    1.24 -            this.tabPageDisplay = new System.Windows.Forms.TabPage();
    1.25 -            this.buttonShowClock = new System.Windows.Forms.Button();
    1.26 -            this.buttonHideClock = new System.Windows.Forms.Button();
    1.27 -            this.buttonPowerOff = new System.Windows.Forms.Button();
    1.28 -            this.buttonPowerOn = new System.Windows.Forms.Button();
    1.29 -            this.labelTimerInterval = new System.Windows.Forms.Label();
    1.30 -            this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
    1.31 -            this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
    1.32 -            this.buttonSuspend = new System.Windows.Forms.Button();
    1.33 -            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    1.34 -            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    1.35 -            this.buttonFill = new System.Windows.Forms.Button();
    1.36 -            this.buttonClear = new System.Windows.Forms.Button();
    1.37 -            this.buttonClose = new System.Windows.Forms.Button();
    1.38 -            this.buttonOpen = new System.Windows.Forms.Button();
    1.39 -            this.buttonCapture = new System.Windows.Forms.Button();
    1.40 -            this.labelWarning = new System.Windows.Forms.Label();
    1.41 -            this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
    1.42 -            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    1.43 -            this.buttonFont = new System.Windows.Forms.Button();
    1.44 -            this.tabControl = new System.Windows.Forms.TabControl();
    1.45 -            this.tabPageDesign = new System.Windows.Forms.TabPage();
    1.46 -            this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
    1.47 -            this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
    1.48 -            this.labelMinFontSize = new System.Windows.Forms.Label();
    1.49 -            this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
    1.50 -            this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
    1.51 -            this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
    1.52 -            this.buttonAlignRight = new System.Windows.Forms.Button();
    1.53 -            this.buttonAlignCenter = new System.Windows.Forms.Button();
    1.54 -            this.buttonAlignLeft = new System.Windows.Forms.Button();
    1.55 -            this.buttonRemoveColumn = new System.Windows.Forms.Button();
    1.56 -            this.buttonAddColumn = new System.Windows.Forms.Button();
    1.57 -            this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    1.58 -            this.buttonRemoveRow = new System.Windows.Forms.Button();
    1.59 -            this.buttonAddRow = new System.Windows.Forms.Button();
    1.60 -            this.tabPageApp = new System.Windows.Forms.TabPage();
    1.61 -            this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
    1.62 -            this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
    1.63 -            this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
    1.64 -            this.buttonUpdate = new System.Windows.Forms.Button();
    1.65 -            this.labelFontWidth = new System.Windows.Forms.Label();
    1.66 -            this.labelFontHeight = new System.Windows.Forms.Label();
    1.67 -            this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
    1.68 -            this.panelDisplay.SuspendLayout();
    1.69 -            this.tableLayoutPanel.SuspendLayout();
    1.70 -            this.statusStrip.SuspendLayout();
    1.71 -            this.tabPageClients.SuspendLayout();
    1.72 -            this.tabPageDisplay.SuspendLayout();
    1.73 -            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    1.74 -            this.tabControl.SuspendLayout();
    1.75 -            this.tabPageDesign.SuspendLayout();
    1.76 -            this.tabPageApp.SuspendLayout();
    1.77 -            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
    1.78 -            this.SuspendLayout();
    1.79 -            // 
    1.80 -            // panelDisplay
    1.81 -            // 
    1.82 -            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    1.83 -            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
    1.84 -            this.panelDisplay.Location = new System.Drawing.Point(173, 40);
    1.85 -            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
    1.86 -            this.panelDisplay.Name = "panelDisplay";
    1.87 -            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
    1.88 -            this.panelDisplay.TabIndex = 12;
    1.89 -            // 
    1.90 -            // tableLayoutPanel
    1.91 -            // 
    1.92 -            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.93 +			this.components = new System.ComponentModel.Container();
    1.94 +			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
    1.95 +			this.panelDisplay = new System.Windows.Forms.Panel();
    1.96 +			this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.97 +			this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.98 +			this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.99 +			this.fontDialog = new System.Windows.Forms.FontDialog();
   1.100 +			this.timer = new System.Windows.Forms.Timer(this.components);
   1.101 +			this.statusStrip = new System.Windows.Forms.StatusStrip();
   1.102 +			this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
   1.103 +			this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
   1.104 +			this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
   1.105 +			this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
   1.106 +			this.tabPageClients = new System.Windows.Forms.TabPage();
   1.107 +			this.buttonCloseClients = new System.Windows.Forms.Button();
   1.108 +			this.buttonStartClient = new System.Windows.Forms.Button();
   1.109 +			this.treeViewClients = new System.Windows.Forms.TreeView();
   1.110 +			this.tabPageDisplay = new System.Windows.Forms.TabPage();
   1.111 +			this.buttonShowClock = new System.Windows.Forms.Button();
   1.112 +			this.buttonHideClock = new System.Windows.Forms.Button();
   1.113 +			this.buttonPowerOff = new System.Windows.Forms.Button();
   1.114 +			this.buttonPowerOn = new System.Windows.Forms.Button();
   1.115 +			this.labelTimerInterval = new System.Windows.Forms.Label();
   1.116 +			this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
   1.117 +			this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
   1.118 +			this.buttonSuspend = new System.Windows.Forms.Button();
   1.119 +			this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
   1.120 +			this.trackBarBrightness = new System.Windows.Forms.TrackBar();
   1.121 +			this.buttonFill = new System.Windows.Forms.Button();
   1.122 +			this.buttonClear = new System.Windows.Forms.Button();
   1.123 +			this.buttonClose = new System.Windows.Forms.Button();
   1.124 +			this.buttonOpen = new System.Windows.Forms.Button();
   1.125 +			this.buttonCapture = new System.Windows.Forms.Button();
   1.126 +			this.labelWarning = new System.Windows.Forms.Label();
   1.127 +			this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
   1.128 +			this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
   1.129 +			this.buttonFont = new System.Windows.Forms.Button();
   1.130 +			this.tabControl = new System.Windows.Forms.TabControl();
   1.131 +			this.tabPageDesign = new System.Windows.Forms.TabPage();
   1.132 +			this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
   1.133 +			this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
   1.134 +			this.labelMinFontSize = new System.Windows.Forms.Label();
   1.135 +			this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
   1.136 +			this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
   1.137 +			this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
   1.138 +			this.buttonAlignRight = new System.Windows.Forms.Button();
   1.139 +			this.buttonAlignCenter = new System.Windows.Forms.Button();
   1.140 +			this.buttonAlignLeft = new System.Windows.Forms.Button();
   1.141 +			this.buttonRemoveColumn = new System.Windows.Forms.Button();
   1.142 +			this.buttonAddColumn = new System.Windows.Forms.Button();
   1.143 +			this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
   1.144 +			this.buttonRemoveRow = new System.Windows.Forms.Button();
   1.145 +			this.buttonAddRow = new System.Windows.Forms.Button();
   1.146 +			this.tabPageApp = new System.Windows.Forms.TabPage();
   1.147 +			this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
   1.148 +			this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
   1.149 +			this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
   1.150 +			this.buttonUpdate = new System.Windows.Forms.Button();
   1.151 +			this.labelFontWidth = new System.Windows.Forms.Label();
   1.152 +			this.labelFontHeight = new System.Windows.Forms.Label();
   1.153 +			this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
   1.154 +			this.panelDisplay.SuspendLayout();
   1.155 +			this.tableLayoutPanel.SuspendLayout();
   1.156 +			this.statusStrip.SuspendLayout();
   1.157 +			this.tabPageClients.SuspendLayout();
   1.158 +			this.tabPageDisplay.SuspendLayout();
   1.159 +			((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
   1.160 +			this.tabControl.SuspendLayout();
   1.161 +			this.tabPageDesign.SuspendLayout();
   1.162 +			this.tabPageApp.SuspendLayout();
   1.163 +			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
   1.164 +			this.SuspendLayout();
   1.165 +			// 
   1.166 +			// panelDisplay
   1.167 +			// 
   1.168 +			this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   1.169 +			this.panelDisplay.Controls.Add(this.tableLayoutPanel);
   1.170 +			this.panelDisplay.Location = new System.Drawing.Point(173, 40);
   1.171 +			this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
   1.172 +			this.panelDisplay.Name = "panelDisplay";
   1.173 +			this.panelDisplay.Size = new System.Drawing.Size(258, 66);
   1.174 +			this.panelDisplay.TabIndex = 12;
   1.175 +			// 
   1.176 +			// tableLayoutPanel
   1.177 +			// 
   1.178 +			this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.179              | System.Windows.Forms.AnchorStyles.Left) 
   1.180              | System.Windows.Forms.AnchorStyles.Right)));
   1.181 -            this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   1.182 -            this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
   1.183 -            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
   1.184 -            this.tableLayoutPanel.ColumnCount = 1;
   1.185 -            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
   1.186 -            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   1.187 -            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   1.188 -            this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
   1.189 -            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   1.190 -            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   1.191 -            this.tableLayoutPanel.Name = "tableLayoutPanel";
   1.192 -            this.tableLayoutPanel.RowCount = 2;
   1.193 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.194 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.195 -            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   1.196 -            this.tableLayoutPanel.TabIndex = 5;
   1.197 -            // 
   1.198 -            // marqueeLabelTop
   1.199 -            // 
   1.200 -            this.marqueeLabelTop.AutoEllipsis = true;
   1.201 -            this.marqueeLabelTop.AutoSize = true;
   1.202 -            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   1.203 -            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   1.204 -            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   1.205 -            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   1.206 -            this.marqueeLabelTop.MinFontSize = 15F;
   1.207 -            this.marqueeLabelTop.Name = "marqueeLabelTop";
   1.208 -            this.marqueeLabelTop.OwnTimer = false;
   1.209 -            this.marqueeLabelTop.PixelsPerSecond = 64;
   1.210 -            this.marqueeLabelTop.ScaleToFit = true;
   1.211 -            this.marqueeLabelTop.Separator = "|";
   1.212 -            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
   1.213 -            this.marqueeLabelTop.TabIndex = 2;
   1.214 -            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   1.215 -            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.216 -            this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.217 -            // 
   1.218 -            // marqueeLabelBottom
   1.219 -            // 
   1.220 -            this.marqueeLabelBottom.AutoEllipsis = true;
   1.221 -            this.marqueeLabelBottom.AutoSize = true;
   1.222 -            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.223 -            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
   1.224 -            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.225 -            this.marqueeLabelBottom.MinFontSize = 15F;
   1.226 -            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.227 -            this.marqueeLabelBottom.OwnTimer = false;
   1.228 -            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.229 -            this.marqueeLabelBottom.ScaleToFit = true;
   1.230 -            this.marqueeLabelBottom.Separator = "|";
   1.231 -            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
   1.232 -            this.marqueeLabelBottom.TabIndex = 3;
   1.233 -            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.234 -            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.235 -            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.236 -            // 
   1.237 -            // timer
   1.238 -            // 
   1.239 -            this.timer.Enabled = true;
   1.240 -            this.timer.Interval = 50;
   1.241 -            this.timer.Tick += new System.EventHandler(this.timer_Tick);
   1.242 -            // 
   1.243 -            // statusStrip
   1.244 -            // 
   1.245 -            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   1.246 +			this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   1.247 +			this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
   1.248 +			this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
   1.249 +			this.tableLayoutPanel.ColumnCount = 1;
   1.250 +			this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
   1.251 +			this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   1.252 +			this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   1.253 +			this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
   1.254 +			this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   1.255 +			this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   1.256 +			this.tableLayoutPanel.Name = "tableLayoutPanel";
   1.257 +			this.tableLayoutPanel.RowCount = 2;
   1.258 +			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.259 +			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.260 +			this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   1.261 +			this.tableLayoutPanel.TabIndex = 5;
   1.262 +			this.tableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
   1.263 +			// 
   1.264 +			// marqueeLabelTop
   1.265 +			// 
   1.266 +			this.marqueeLabelTop.AutoEllipsis = true;
   1.267 +			this.marqueeLabelTop.AutoSize = true;
   1.268 +			this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   1.269 +			this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   1.270 +			this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   1.271 +			this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   1.272 +			this.marqueeLabelTop.MinFontSize = 15F;
   1.273 +			this.marqueeLabelTop.Name = "marqueeLabelTop";
   1.274 +			this.marqueeLabelTop.OwnTimer = false;
   1.275 +			this.marqueeLabelTop.PixelsPerSecond = 64;
   1.276 +			this.marqueeLabelTop.ScaleToFit = true;
   1.277 +			this.marqueeLabelTop.Separator = "|";
   1.278 +			this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
   1.279 +			this.marqueeLabelTop.TabIndex = 2;
   1.280 +			this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   1.281 +			this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.282 +			this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.283 +			// 
   1.284 +			// marqueeLabelBottom
   1.285 +			// 
   1.286 +			this.marqueeLabelBottom.AutoEllipsis = true;
   1.287 +			this.marqueeLabelBottom.AutoSize = true;
   1.288 +			this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.289 +			this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
   1.290 +			this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.291 +			this.marqueeLabelBottom.MinFontSize = 15F;
   1.292 +			this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.293 +			this.marqueeLabelBottom.OwnTimer = false;
   1.294 +			this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.295 +			this.marqueeLabelBottom.ScaleToFit = true;
   1.296 +			this.marqueeLabelBottom.Separator = "|";
   1.297 +			this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
   1.298 +			this.marqueeLabelBottom.TabIndex = 3;
   1.299 +			this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.300 +			this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.301 +			this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.302 +			// 
   1.303 +			// timer
   1.304 +			// 
   1.305 +			this.timer.Enabled = true;
   1.306 +			this.timer.Interval = 50;
   1.307 +			this.timer.Tick += new System.EventHandler(this.timer_Tick);
   1.308 +			// 
   1.309 +			// statusStrip
   1.310 +			// 
   1.311 +			this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   1.312              this.toolStripStatusLabelConnect,
   1.313              this.toolStripStatusLabelSpring,
   1.314              this.toolStripStatusLabelPower,
   1.315              this.toolStripStatusLabelFps});
   1.316 -            this.statusStrip.Location = new System.Drawing.Point(0, 420);
   1.317 -            this.statusStrip.Name = "statusStrip";
   1.318 -            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   1.319 -            this.statusStrip.Size = new System.Drawing.Size(624, 22);
   1.320 -            this.statusStrip.TabIndex = 1;
   1.321 -            this.statusStrip.Text = "statusStrip";
   1.322 -            // 
   1.323 -            // toolStripStatusLabelConnect
   1.324 -            // 
   1.325 -            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   1.326 -            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   1.327 -            this.toolStripStatusLabelConnect.Text = "Not connected";
   1.328 -            // 
   1.329 -            // toolStripStatusLabelSpring
   1.330 -            // 
   1.331 -            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   1.332 -            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   1.333 -            this.toolStripStatusLabelSpring.Spring = true;
   1.334 -            // 
   1.335 -            // toolStripStatusLabelPower
   1.336 -            // 
   1.337 -            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   1.338 -            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   1.339 -            this.toolStripStatusLabelPower.Text = "NA";
   1.340 -            // 
   1.341 -            // toolStripStatusLabelFps
   1.342 -            // 
   1.343 -            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   1.344 -            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   1.345 -            this.toolStripStatusLabelFps.Text = "FPS";
   1.346 -            // 
   1.347 -            // tabPageClients
   1.348 -            // 
   1.349 -            this.tabPageClients.Controls.Add(this.buttonCloseClients);
   1.350 -            this.tabPageClients.Controls.Add(this.buttonStartClient);
   1.351 -            this.tabPageClients.Controls.Add(this.treeViewClients);
   1.352 -            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
   1.353 -            this.tabPageClients.Name = "tabPageClients";
   1.354 -            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
   1.355 -            this.tabPageClients.Size = new System.Drawing.Size(592, 242);
   1.356 -            this.tabPageClients.TabIndex = 2;
   1.357 -            this.tabPageClients.Text = "Clients";
   1.358 -            this.tabPageClients.UseVisualStyleBackColor = true;
   1.359 -            // 
   1.360 -            // buttonCloseClients
   1.361 -            // 
   1.362 -            this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
   1.363 -            this.buttonCloseClients.Name = "buttonCloseClients";
   1.364 -            this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
   1.365 -            this.buttonCloseClients.TabIndex = 20;
   1.366 -            this.buttonCloseClients.Text = "Close Clients";
   1.367 -            this.buttonCloseClients.UseVisualStyleBackColor = true;
   1.368 -            this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
   1.369 -            // 
   1.370 -            // buttonStartClient
   1.371 -            // 
   1.372 -            this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
   1.373 -            this.buttonStartClient.Name = "buttonStartClient";
   1.374 -            this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   1.375 -            this.buttonStartClient.TabIndex = 19;
   1.376 -            this.buttonStartClient.Text = "Start Client";
   1.377 -            this.buttonStartClient.UseVisualStyleBackColor = true;
   1.378 -            this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   1.379 -            // 
   1.380 -            // treeViewClients
   1.381 -            // 
   1.382 -            this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.383 +			this.statusStrip.Location = new System.Drawing.Point(0, 420);
   1.384 +			this.statusStrip.Name = "statusStrip";
   1.385 +			this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   1.386 +			this.statusStrip.Size = new System.Drawing.Size(624, 22);
   1.387 +			this.statusStrip.TabIndex = 1;
   1.388 +			this.statusStrip.Text = "statusStrip";
   1.389 +			// 
   1.390 +			// toolStripStatusLabelConnect
   1.391 +			// 
   1.392 +			this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   1.393 +			this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   1.394 +			this.toolStripStatusLabelConnect.Text = "Not connected";
   1.395 +			// 
   1.396 +			// toolStripStatusLabelSpring
   1.397 +			// 
   1.398 +			this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   1.399 +			this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   1.400 +			this.toolStripStatusLabelSpring.Spring = true;
   1.401 +			// 
   1.402 +			// toolStripStatusLabelPower
   1.403 +			// 
   1.404 +			this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   1.405 +			this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   1.406 +			this.toolStripStatusLabelPower.Text = "NA";
   1.407 +			// 
   1.408 +			// toolStripStatusLabelFps
   1.409 +			// 
   1.410 +			this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   1.411 +			this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   1.412 +			this.toolStripStatusLabelFps.Text = "FPS";
   1.413 +			// 
   1.414 +			// tabPageClients
   1.415 +			// 
   1.416 +			this.tabPageClients.Controls.Add(this.buttonCloseClients);
   1.417 +			this.tabPageClients.Controls.Add(this.buttonStartClient);
   1.418 +			this.tabPageClients.Controls.Add(this.treeViewClients);
   1.419 +			this.tabPageClients.Location = new System.Drawing.Point(4, 22);
   1.420 +			this.tabPageClients.Name = "tabPageClients";
   1.421 +			this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
   1.422 +			this.tabPageClients.Size = new System.Drawing.Size(592, 242);
   1.423 +			this.tabPageClients.TabIndex = 2;
   1.424 +			this.tabPageClients.Text = "Clients";
   1.425 +			this.tabPageClients.UseVisualStyleBackColor = true;
   1.426 +			// 
   1.427 +			// buttonCloseClients
   1.428 +			// 
   1.429 +			this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
   1.430 +			this.buttonCloseClients.Name = "buttonCloseClients";
   1.431 +			this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
   1.432 +			this.buttonCloseClients.TabIndex = 20;
   1.433 +			this.buttonCloseClients.Text = "Close Clients";
   1.434 +			this.buttonCloseClients.UseVisualStyleBackColor = true;
   1.435 +			this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
   1.436 +			// 
   1.437 +			// buttonStartClient
   1.438 +			// 
   1.439 +			this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
   1.440 +			this.buttonStartClient.Name = "buttonStartClient";
   1.441 +			this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   1.442 +			this.buttonStartClient.TabIndex = 19;
   1.443 +			this.buttonStartClient.Text = "Start Client";
   1.444 +			this.buttonStartClient.UseVisualStyleBackColor = true;
   1.445 +			this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   1.446 +			// 
   1.447 +			// treeViewClients
   1.448 +			// 
   1.449 +			this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.450              | System.Windows.Forms.AnchorStyles.Left) 
   1.451              | System.Windows.Forms.AnchorStyles.Right)));
   1.452 -            this.treeViewClients.Location = new System.Drawing.Point(87, 6);
   1.453 -            this.treeViewClients.Name = "treeViewClients";
   1.454 -            this.treeViewClients.Size = new System.Drawing.Size(499, 233);
   1.455 -            this.treeViewClients.TabIndex = 0;
   1.456 -            this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   1.457 -            // 
   1.458 -            // tabPageDisplay
   1.459 -            // 
   1.460 -            this.tabPageDisplay.Controls.Add(this.buttonShowClock);
   1.461 -            this.tabPageDisplay.Controls.Add(this.buttonHideClock);
   1.462 -            this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
   1.463 -            this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
   1.464 -            this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
   1.465 -            this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
   1.466 -            this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
   1.467 -            this.tabPageDisplay.Controls.Add(this.buttonSuspend);
   1.468 -            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
   1.469 -            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
   1.470 -            this.tabPageDisplay.Controls.Add(this.buttonFill);
   1.471 -            this.tabPageDisplay.Controls.Add(this.buttonClear);
   1.472 -            this.tabPageDisplay.Controls.Add(this.buttonClose);
   1.473 -            this.tabPageDisplay.Controls.Add(this.buttonOpen);
   1.474 -            this.tabPageDisplay.Controls.Add(this.buttonCapture);
   1.475 -            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
   1.476 -            this.tabPageDisplay.Name = "tabPageDisplay";
   1.477 -            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
   1.478 -            this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
   1.479 -            this.tabPageDisplay.TabIndex = 0;
   1.480 -            this.tabPageDisplay.Text = "Display";
   1.481 -            this.tabPageDisplay.UseVisualStyleBackColor = true;
   1.482 -            // 
   1.483 -            // buttonShowClock
   1.484 -            // 
   1.485 -            this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
   1.486 -            this.buttonShowClock.Name = "buttonShowClock";
   1.487 -            this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
   1.488 -            this.buttonShowClock.TabIndex = 23;
   1.489 -            this.buttonShowClock.Text = "Show Clock";
   1.490 -            this.buttonShowClock.UseVisualStyleBackColor = true;
   1.491 -            this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
   1.492 -            // 
   1.493 -            // buttonHideClock
   1.494 -            // 
   1.495 -            this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
   1.496 -            this.buttonHideClock.Name = "buttonHideClock";
   1.497 -            this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
   1.498 -            this.buttonHideClock.TabIndex = 22;
   1.499 -            this.buttonHideClock.Text = "Hide Clock";
   1.500 -            this.buttonHideClock.UseVisualStyleBackColor = true;
   1.501 -            this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
   1.502 -            // 
   1.503 -            // buttonPowerOff
   1.504 -            // 
   1.505 -            this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
   1.506 -            this.buttonPowerOff.Name = "buttonPowerOff";
   1.507 -            this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
   1.508 -            this.buttonPowerOff.TabIndex = 21;
   1.509 -            this.buttonPowerOff.Text = "OFF";
   1.510 -            this.buttonPowerOff.UseVisualStyleBackColor = true;
   1.511 -            this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
   1.512 -            // 
   1.513 -            // buttonPowerOn
   1.514 -            // 
   1.515 -            this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
   1.516 -            this.buttonPowerOn.Name = "buttonPowerOn";
   1.517 -            this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
   1.518 -            this.buttonPowerOn.TabIndex = 20;
   1.519 -            this.buttonPowerOn.Text = "ON";
   1.520 -            this.buttonPowerOn.UseVisualStyleBackColor = true;
   1.521 -            this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
   1.522 -            // 
   1.523 -            // labelTimerInterval
   1.524 -            // 
   1.525 -            this.labelTimerInterval.AutoSize = true;
   1.526 -            this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
   1.527 -            this.labelTimerInterval.Name = "labelTimerInterval";
   1.528 -            this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
   1.529 -            this.labelTimerInterval.TabIndex = 19;
   1.530 -            this.labelTimerInterval.Text = "Timer interval (ms) :";
   1.531 -            // 
   1.532 -            // maskedTextBoxTimerInterval
   1.533 -            // 
   1.534 -            this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
   1.535 -            this.maskedTextBoxTimerInterval.Mask = "000";
   1.536 -            this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
   1.537 -            this.maskedTextBoxTimerInterval.PromptChar = ' ';
   1.538 -            this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
   1.539 -            this.maskedTextBoxTimerInterval.TabIndex = 18;
   1.540 -            this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
   1.541 -            // 
   1.542 -            // comboBoxDisplayType
   1.543 -            // 
   1.544 -            this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   1.545 -            this.comboBoxDisplayType.FormattingEnabled = true;
   1.546 -            this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
   1.547 -            this.comboBoxDisplayType.Name = "comboBoxDisplayType";
   1.548 -            this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
   1.549 -            this.comboBoxDisplayType.TabIndex = 17;
   1.550 -            this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
   1.551 -            // 
   1.552 -            // buttonSuspend
   1.553 -            // 
   1.554 -            this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.555 -            this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
   1.556 -            this.buttonSuspend.Name = "buttonSuspend";
   1.557 -            this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
   1.558 -            this.buttonSuspend.TabIndex = 16;
   1.559 -            this.buttonSuspend.Text = "Pause";
   1.560 -            this.buttonSuspend.UseVisualStyleBackColor = true;
   1.561 -            this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
   1.562 -            // 
   1.563 -            // checkBoxConnectOnStartup
   1.564 -            // 
   1.565 -            this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.566 -            this.checkBoxConnectOnStartup.AutoSize = true;
   1.567 -            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
   1.568 -            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   1.569 -            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   1.570 -            this.checkBoxConnectOnStartup.TabIndex = 13;
   1.571 -            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   1.572 -            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   1.573 -            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   1.574 -            // 
   1.575 -            // trackBarBrightness
   1.576 -            // 
   1.577 -            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.578 +			this.treeViewClients.Location = new System.Drawing.Point(87, 6);
   1.579 +			this.treeViewClients.Name = "treeViewClients";
   1.580 +			this.treeViewClients.Size = new System.Drawing.Size(499, 233);
   1.581 +			this.treeViewClients.TabIndex = 0;
   1.582 +			this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   1.583 +			// 
   1.584 +			// tabPageDisplay
   1.585 +			// 
   1.586 +			this.tabPageDisplay.Controls.Add(this.buttonShowClock);
   1.587 +			this.tabPageDisplay.Controls.Add(this.buttonHideClock);
   1.588 +			this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
   1.589 +			this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
   1.590 +			this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
   1.591 +			this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
   1.592 +			this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
   1.593 +			this.tabPageDisplay.Controls.Add(this.buttonSuspend);
   1.594 +			this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
   1.595 +			this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
   1.596 +			this.tabPageDisplay.Controls.Add(this.buttonFill);
   1.597 +			this.tabPageDisplay.Controls.Add(this.buttonClear);
   1.598 +			this.tabPageDisplay.Controls.Add(this.buttonClose);
   1.599 +			this.tabPageDisplay.Controls.Add(this.buttonOpen);
   1.600 +			this.tabPageDisplay.Controls.Add(this.buttonCapture);
   1.601 +			this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
   1.602 +			this.tabPageDisplay.Name = "tabPageDisplay";
   1.603 +			this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
   1.604 +			this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
   1.605 +			this.tabPageDisplay.TabIndex = 0;
   1.606 +			this.tabPageDisplay.Text = "Display";
   1.607 +			this.tabPageDisplay.UseVisualStyleBackColor = true;
   1.608 +			// 
   1.609 +			// buttonShowClock
   1.610 +			// 
   1.611 +			this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
   1.612 +			this.buttonShowClock.Name = "buttonShowClock";
   1.613 +			this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
   1.614 +			this.buttonShowClock.TabIndex = 23;
   1.615 +			this.buttonShowClock.Text = "Show Clock";
   1.616 +			this.buttonShowClock.UseVisualStyleBackColor = true;
   1.617 +			this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
   1.618 +			// 
   1.619 +			// buttonHideClock
   1.620 +			// 
   1.621 +			this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
   1.622 +			this.buttonHideClock.Name = "buttonHideClock";
   1.623 +			this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
   1.624 +			this.buttonHideClock.TabIndex = 22;
   1.625 +			this.buttonHideClock.Text = "Hide Clock";
   1.626 +			this.buttonHideClock.UseVisualStyleBackColor = true;
   1.627 +			this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
   1.628 +			// 
   1.629 +			// buttonPowerOff
   1.630 +			// 
   1.631 +			this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
   1.632 +			this.buttonPowerOff.Name = "buttonPowerOff";
   1.633 +			this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
   1.634 +			this.buttonPowerOff.TabIndex = 21;
   1.635 +			this.buttonPowerOff.Text = "OFF";
   1.636 +			this.buttonPowerOff.UseVisualStyleBackColor = true;
   1.637 +			this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
   1.638 +			// 
   1.639 +			// buttonPowerOn
   1.640 +			// 
   1.641 +			this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
   1.642 +			this.buttonPowerOn.Name = "buttonPowerOn";
   1.643 +			this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
   1.644 +			this.buttonPowerOn.TabIndex = 20;
   1.645 +			this.buttonPowerOn.Text = "ON";
   1.646 +			this.buttonPowerOn.UseVisualStyleBackColor = true;
   1.647 +			this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
   1.648 +			// 
   1.649 +			// labelTimerInterval
   1.650 +			// 
   1.651 +			this.labelTimerInterval.AutoSize = true;
   1.652 +			this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
   1.653 +			this.labelTimerInterval.Name = "labelTimerInterval";
   1.654 +			this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
   1.655 +			this.labelTimerInterval.TabIndex = 19;
   1.656 +			this.labelTimerInterval.Text = "Timer interval (ms) :";
   1.657 +			// 
   1.658 +			// maskedTextBoxTimerInterval
   1.659 +			// 
   1.660 +			this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
   1.661 +			this.maskedTextBoxTimerInterval.Mask = "000";
   1.662 +			this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
   1.663 +			this.maskedTextBoxTimerInterval.PromptChar = ' ';
   1.664 +			this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
   1.665 +			this.maskedTextBoxTimerInterval.TabIndex = 18;
   1.666 +			this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
   1.667 +			// 
   1.668 +			// comboBoxDisplayType
   1.669 +			// 
   1.670 +			this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   1.671 +			this.comboBoxDisplayType.FormattingEnabled = true;
   1.672 +			this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
   1.673 +			this.comboBoxDisplayType.Name = "comboBoxDisplayType";
   1.674 +			this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
   1.675 +			this.comboBoxDisplayType.TabIndex = 17;
   1.676 +			this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
   1.677 +			// 
   1.678 +			// buttonSuspend
   1.679 +			// 
   1.680 +			this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.681 +			this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
   1.682 +			this.buttonSuspend.Name = "buttonSuspend";
   1.683 +			this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
   1.684 +			this.buttonSuspend.TabIndex = 16;
   1.685 +			this.buttonSuspend.Text = "Pause";
   1.686 +			this.buttonSuspend.UseVisualStyleBackColor = true;
   1.687 +			this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
   1.688 +			// 
   1.689 +			// checkBoxConnectOnStartup
   1.690 +			// 
   1.691 +			this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.692 +			this.checkBoxConnectOnStartup.AutoSize = true;
   1.693 +			this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
   1.694 +			this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   1.695 +			this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   1.696 +			this.checkBoxConnectOnStartup.TabIndex = 13;
   1.697 +			this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   1.698 +			this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   1.699 +			this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   1.700 +			// 
   1.701 +			// trackBarBrightness
   1.702 +			// 
   1.703 +			this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.704              | System.Windows.Forms.AnchorStyles.Right)));
   1.705 -            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   1.706 -            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   1.707 -            this.trackBarBrightness.Name = "trackBarBrightness";
   1.708 -            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   1.709 -            this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
   1.710 -            this.trackBarBrightness.TabIndex = 10;
   1.711 -            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   1.712 -            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   1.713 -            // 
   1.714 -            // buttonFill
   1.715 -            // 
   1.716 -            this.buttonFill.Location = new System.Drawing.Point(6, 93);
   1.717 -            this.buttonFill.Name = "buttonFill";
   1.718 -            this.buttonFill.Size = new System.Drawing.Size(75, 23);
   1.719 -            this.buttonFill.TabIndex = 9;
   1.720 -            this.buttonFill.Text = "Fill";
   1.721 -            this.buttonFill.UseVisualStyleBackColor = true;
   1.722 -            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   1.723 -            // 
   1.724 -            // buttonClear
   1.725 -            // 
   1.726 -            this.buttonClear.Location = new System.Drawing.Point(6, 64);
   1.727 -            this.buttonClear.Name = "buttonClear";
   1.728 -            this.buttonClear.Size = new System.Drawing.Size(75, 23);
   1.729 -            this.buttonClear.TabIndex = 8;
   1.730 -            this.buttonClear.Text = "Clear";
   1.731 -            this.buttonClear.UseVisualStyleBackColor = true;
   1.732 -            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   1.733 -            // 
   1.734 -            // buttonClose
   1.735 -            // 
   1.736 -            this.buttonClose.Location = new System.Drawing.Point(6, 35);
   1.737 -            this.buttonClose.Name = "buttonClose";
   1.738 -            this.buttonClose.Size = new System.Drawing.Size(75, 23);
   1.739 -            this.buttonClose.TabIndex = 7;
   1.740 -            this.buttonClose.Text = "Close";
   1.741 -            this.buttonClose.UseVisualStyleBackColor = true;
   1.742 -            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   1.743 -            // 
   1.744 -            // buttonOpen
   1.745 -            // 
   1.746 -            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   1.747 -            this.buttonOpen.Name = "buttonOpen";
   1.748 -            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   1.749 -            this.buttonOpen.TabIndex = 6;
   1.750 -            this.buttonOpen.Text = "Open";
   1.751 -            this.buttonOpen.UseVisualStyleBackColor = true;
   1.752 -            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   1.753 -            // 
   1.754 -            // buttonCapture
   1.755 -            // 
   1.756 -            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.757 -            this.buttonCapture.Location = new System.Drawing.Point(6, 213);
   1.758 -            this.buttonCapture.Name = "buttonCapture";
   1.759 -            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   1.760 -            this.buttonCapture.TabIndex = 5;
   1.761 -            this.buttonCapture.Text = "Capture";
   1.762 -            this.buttonCapture.UseVisualStyleBackColor = true;
   1.763 -            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   1.764 -            // 
   1.765 -            // labelWarning
   1.766 -            // 
   1.767 -            this.labelWarning.AutoSize = true;
   1.768 -            this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   1.769 -            this.labelWarning.ForeColor = System.Drawing.Color.Red;
   1.770 -            this.labelWarning.Location = new System.Drawing.Point(9, 9);
   1.771 -            this.labelWarning.Name = "labelWarning";
   1.772 -            this.labelWarning.Size = new System.Drawing.Size(80, 16);
   1.773 -            this.labelWarning.TabIndex = 18;
   1.774 -            this.labelWarning.Text = "WARNING";
   1.775 -            this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.776 -            this.labelWarning.Visible = false;
   1.777 -            // 
   1.778 -            // checkBoxFixedPitchFontOnly
   1.779 -            // 
   1.780 -            this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.781 -            this.checkBoxFixedPitchFontOnly.AutoSize = true;
   1.782 -            this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
   1.783 -            this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
   1.784 -            this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
   1.785 -            this.checkBoxFixedPitchFontOnly.TabIndex = 17;
   1.786 -            this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
   1.787 -            this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
   1.788 -            // 
   1.789 -            // checkBoxShowBorders
   1.790 -            // 
   1.791 -            this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.792 -            this.checkBoxShowBorders.AutoSize = true;
   1.793 -            this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
   1.794 -            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   1.795 -            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   1.796 -            this.checkBoxShowBorders.TabIndex = 11;
   1.797 -            this.checkBoxShowBorders.Text = "Show borders";
   1.798 -            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   1.799 -            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   1.800 -            // 
   1.801 -            // buttonFont
   1.802 -            // 
   1.803 -            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.804 -            this.buttonFont.Location = new System.Drawing.Point(6, 213);
   1.805 -            this.buttonFont.Name = "buttonFont";
   1.806 -            this.buttonFont.Size = new System.Drawing.Size(75, 23);
   1.807 -            this.buttonFont.TabIndex = 0;
   1.808 -            this.buttonFont.Text = "Select Font";
   1.809 -            this.buttonFont.UseVisualStyleBackColor = true;
   1.810 -            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   1.811 -            // 
   1.812 -            // tabControl
   1.813 -            // 
   1.814 -            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.815 +			this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   1.816 +			this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   1.817 +			this.trackBarBrightness.Name = "trackBarBrightness";
   1.818 +			this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   1.819 +			this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
   1.820 +			this.trackBarBrightness.TabIndex = 10;
   1.821 +			this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   1.822 +			this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   1.823 +			// 
   1.824 +			// buttonFill
   1.825 +			// 
   1.826 +			this.buttonFill.Location = new System.Drawing.Point(6, 93);
   1.827 +			this.buttonFill.Name = "buttonFill";
   1.828 +			this.buttonFill.Size = new System.Drawing.Size(75, 23);
   1.829 +			this.buttonFill.TabIndex = 9;
   1.830 +			this.buttonFill.Text = "Fill";
   1.831 +			this.buttonFill.UseVisualStyleBackColor = true;
   1.832 +			this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   1.833 +			// 
   1.834 +			// buttonClear
   1.835 +			// 
   1.836 +			this.buttonClear.Location = new System.Drawing.Point(6, 64);
   1.837 +			this.buttonClear.Name = "buttonClear";
   1.838 +			this.buttonClear.Size = new System.Drawing.Size(75, 23);
   1.839 +			this.buttonClear.TabIndex = 8;
   1.840 +			this.buttonClear.Text = "Clear";
   1.841 +			this.buttonClear.UseVisualStyleBackColor = true;
   1.842 +			this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   1.843 +			// 
   1.844 +			// buttonClose
   1.845 +			// 
   1.846 +			this.buttonClose.Location = new System.Drawing.Point(6, 35);
   1.847 +			this.buttonClose.Name = "buttonClose";
   1.848 +			this.buttonClose.Size = new System.Drawing.Size(75, 23);
   1.849 +			this.buttonClose.TabIndex = 7;
   1.850 +			this.buttonClose.Text = "Close";
   1.851 +			this.buttonClose.UseVisualStyleBackColor = true;
   1.852 +			this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   1.853 +			// 
   1.854 +			// buttonOpen
   1.855 +			// 
   1.856 +			this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   1.857 +			this.buttonOpen.Name = "buttonOpen";
   1.858 +			this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   1.859 +			this.buttonOpen.TabIndex = 6;
   1.860 +			this.buttonOpen.Text = "Open";
   1.861 +			this.buttonOpen.UseVisualStyleBackColor = true;
   1.862 +			this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   1.863 +			// 
   1.864 +			// buttonCapture
   1.865 +			// 
   1.866 +			this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.867 +			this.buttonCapture.Location = new System.Drawing.Point(6, 213);
   1.868 +			this.buttonCapture.Name = "buttonCapture";
   1.869 +			this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   1.870 +			this.buttonCapture.TabIndex = 5;
   1.871 +			this.buttonCapture.Text = "Capture";
   1.872 +			this.buttonCapture.UseVisualStyleBackColor = true;
   1.873 +			this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   1.874 +			// 
   1.875 +			// labelWarning
   1.876 +			// 
   1.877 +			this.labelWarning.AutoSize = true;
   1.878 +			this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   1.879 +			this.labelWarning.ForeColor = System.Drawing.Color.Red;
   1.880 +			this.labelWarning.Location = new System.Drawing.Point(9, 9);
   1.881 +			this.labelWarning.Name = "labelWarning";
   1.882 +			this.labelWarning.Size = new System.Drawing.Size(80, 16);
   1.883 +			this.labelWarning.TabIndex = 18;
   1.884 +			this.labelWarning.Text = "WARNING";
   1.885 +			this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.886 +			this.labelWarning.Visible = false;
   1.887 +			// 
   1.888 +			// checkBoxFixedPitchFontOnly
   1.889 +			// 
   1.890 +			this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.891 +			this.checkBoxFixedPitchFontOnly.AutoSize = true;
   1.892 +			this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
   1.893 +			this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
   1.894 +			this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
   1.895 +			this.checkBoxFixedPitchFontOnly.TabIndex = 17;
   1.896 +			this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
   1.897 +			this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
   1.898 +			// 
   1.899 +			// checkBoxShowBorders
   1.900 +			// 
   1.901 +			this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.902 +			this.checkBoxShowBorders.AutoSize = true;
   1.903 +			this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
   1.904 +			this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   1.905 +			this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   1.906 +			this.checkBoxShowBorders.TabIndex = 11;
   1.907 +			this.checkBoxShowBorders.Text = "Show borders";
   1.908 +			this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   1.909 +			this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   1.910 +			// 
   1.911 +			// buttonFont
   1.912 +			// 
   1.913 +			this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.914 +			this.buttonFont.Location = new System.Drawing.Point(6, 213);
   1.915 +			this.buttonFont.Name = "buttonFont";
   1.916 +			this.buttonFont.Size = new System.Drawing.Size(75, 23);
   1.917 +			this.buttonFont.TabIndex = 0;
   1.918 +			this.buttonFont.Text = "Select Font";
   1.919 +			this.buttonFont.UseVisualStyleBackColor = true;
   1.920 +			this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   1.921 +			// 
   1.922 +			// tabControl
   1.923 +			// 
   1.924 +			this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.925              | System.Windows.Forms.AnchorStyles.Left) 
   1.926              | System.Windows.Forms.AnchorStyles.Right)));
   1.927 -            this.tabControl.Controls.Add(this.tabPageDisplay);
   1.928 -            this.tabControl.Controls.Add(this.tabPageClients);
   1.929 -            this.tabControl.Controls.Add(this.tabPageDesign);
   1.930 -            this.tabControl.Controls.Add(this.tabPageApp);
   1.931 -            this.tabControl.Location = new System.Drawing.Point(12, 139);
   1.932 -            this.tabControl.Name = "tabControl";
   1.933 -            this.tabControl.SelectedIndex = 0;
   1.934 -            this.tabControl.Size = new System.Drawing.Size(600, 268);
   1.935 -            this.tabControl.TabIndex = 0;
   1.936 -            // 
   1.937 -            // tabPageDesign
   1.938 -            // 
   1.939 -            this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
   1.940 -            this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
   1.941 -            this.tabPageDesign.Controls.Add(this.labelMinFontSize);
   1.942 -            this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
   1.943 -            this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
   1.944 -            this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
   1.945 -            this.tabPageDesign.Controls.Add(this.buttonAlignRight);
   1.946 -            this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
   1.947 -            this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
   1.948 -            this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
   1.949 -            this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
   1.950 -            this.tabPageDesign.Controls.Add(this.buttonAddColumn);
   1.951 -            this.tabPageDesign.Controls.Add(this.buttonFont);
   1.952 -            this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
   1.953 -            this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
   1.954 -            this.tabPageDesign.Controls.Add(this.buttonAddRow);
   1.955 -            this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
   1.956 -            this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
   1.957 -            this.tabPageDesign.Name = "tabPageDesign";
   1.958 -            this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
   1.959 -            this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
   1.960 -            this.tabPageDesign.TabIndex = 3;
   1.961 -            this.tabPageDesign.Text = "Design";
   1.962 -            this.tabPageDesign.UseVisualStyleBackColor = true;
   1.963 -            // 
   1.964 -            // labelScrollLoopSeparator
   1.965 -            // 
   1.966 -            this.labelScrollLoopSeparator.AutoSize = true;
   1.967 -            this.labelScrollLoopSeparator.Location = new System.Drawing.Point(84, 145);
   1.968 -            this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
   1.969 -            this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
   1.970 -            this.labelScrollLoopSeparator.TabIndex = 26;
   1.971 -            this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
   1.972 -            // 
   1.973 -            // textBoxScrollLoopSeparator
   1.974 -            // 
   1.975 -            this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
   1.976 -            this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
   1.977 -            this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
   1.978 -            this.textBoxScrollLoopSeparator.TabIndex = 25;
   1.979 -            this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
   1.980 -            // 
   1.981 -            // labelMinFontSize
   1.982 -            // 
   1.983 -            this.labelMinFontSize.AutoSize = true;
   1.984 -            this.labelMinFontSize.Location = new System.Drawing.Point(84, 194);
   1.985 -            this.labelMinFontSize.Name = "labelMinFontSize";
   1.986 -            this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
   1.987 -            this.labelMinFontSize.TabIndex = 24;
   1.988 -            this.labelMinFontSize.Text = "Minimum font size (pts) :";
   1.989 -            // 
   1.990 -            // maskedTextBoxMinFontSize
   1.991 -            // 
   1.992 -            this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
   1.993 -            this.maskedTextBoxMinFontSize.Mask = "000";
   1.994 -            this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
   1.995 -            this.maskedTextBoxMinFontSize.PromptChar = ' ';
   1.996 -            this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
   1.997 -            this.maskedTextBoxMinFontSize.TabIndex = 23;
   1.998 -            this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
   1.999 -            // 
  1.1000 -            // checkBoxScaleToFit
  1.1001 -            // 
  1.1002 -            this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1003 -            this.checkBoxScaleToFit.AutoSize = true;
  1.1004 -            this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
  1.1005 -            this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
  1.1006 -            this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
  1.1007 -            this.checkBoxScaleToFit.TabIndex = 22;
  1.1008 -            this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
  1.1009 -            this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
  1.1010 -            this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
  1.1011 -            // 
  1.1012 -            // checkBoxInverseColors
  1.1013 -            // 
  1.1014 -            this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1.1015 -            this.checkBoxInverseColors.AutoSize = true;
  1.1016 -            this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
  1.1017 -            this.checkBoxInverseColors.Name = "checkBoxInverseColors";
  1.1018 -            this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
  1.1019 -            this.checkBoxInverseColors.TabIndex = 21;
  1.1020 -            this.checkBoxInverseColors.Text = "Inverse colors";
  1.1021 -            this.checkBoxInverseColors.UseVisualStyleBackColor = true;
  1.1022 -            this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
  1.1023 -            // 
  1.1024 -            // buttonAlignRight
  1.1025 -            // 
  1.1026 -            this.buttonAlignRight.Location = new System.Drawing.Point(170, 81);
  1.1027 -            this.buttonAlignRight.Name = "buttonAlignRight";
  1.1028 -            this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
  1.1029 -            this.buttonAlignRight.TabIndex = 20;
  1.1030 -            this.buttonAlignRight.Text = "Align Right";
  1.1031 -            this.buttonAlignRight.UseVisualStyleBackColor = true;
  1.1032 -            this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
  1.1033 -            // 
  1.1034 -            // buttonAlignCenter
  1.1035 -            // 
  1.1036 -            this.buttonAlignCenter.Location = new System.Drawing.Point(89, 81);
  1.1037 -            this.buttonAlignCenter.Name = "buttonAlignCenter";
  1.1038 -            this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
  1.1039 -            this.buttonAlignCenter.TabIndex = 19;
  1.1040 -            this.buttonAlignCenter.Text = "Align Center";
  1.1041 -            this.buttonAlignCenter.UseVisualStyleBackColor = true;
  1.1042 -            this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
  1.1043 -            // 
  1.1044 -            // buttonAlignLeft
  1.1045 -            // 
  1.1046 -            this.buttonAlignLeft.Location = new System.Drawing.Point(7, 81);
  1.1047 -            this.buttonAlignLeft.Name = "buttonAlignLeft";
  1.1048 -            this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
  1.1049 -            this.buttonAlignLeft.TabIndex = 18;
  1.1050 -            this.buttonAlignLeft.Text = "Align Left";
  1.1051 -            this.buttonAlignLeft.UseVisualStyleBackColor = true;
  1.1052 -            this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
  1.1053 -            // 
  1.1054 -            // buttonRemoveColumn
  1.1055 -            // 
  1.1056 -            this.buttonRemoveColumn.Location = new System.Drawing.Point(88, 37);
  1.1057 -            this.buttonRemoveColumn.Name = "buttonRemoveColumn";
  1.1058 -            this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
  1.1059 -            this.buttonRemoveColumn.TabIndex = 3;
  1.1060 -            this.buttonRemoveColumn.Text = "Remove col.";
  1.1061 -            this.buttonRemoveColumn.UseVisualStyleBackColor = true;
  1.1062 -            this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
  1.1063 -            // 
  1.1064 -            // buttonAddColumn
  1.1065 -            // 
  1.1066 -            this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
  1.1067 -            this.buttonAddColumn.Name = "buttonAddColumn";
  1.1068 -            this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
  1.1069 -            this.buttonAddColumn.TabIndex = 2;
  1.1070 -            this.buttonAddColumn.Text = "Add column";
  1.1071 -            this.buttonAddColumn.UseVisualStyleBackColor = true;
  1.1072 -            this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
  1.1073 -            // 
  1.1074 -            // checkBoxReverseScreen
  1.1075 -            // 
  1.1076 -            this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1.1077 -            this.checkBoxReverseScreen.AutoSize = true;
  1.1078 -            this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
  1.1079 -            this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
  1.1080 -            this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
  1.1081 -            this.checkBoxReverseScreen.TabIndex = 14;
  1.1082 -            this.checkBoxReverseScreen.Text = "Reverse screen";
  1.1083 -            this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
  1.1084 -            this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
  1.1085 -            // 
  1.1086 -            // buttonRemoveRow
  1.1087 -            // 
  1.1088 -            this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
  1.1089 -            this.buttonRemoveRow.Name = "buttonRemoveRow";
  1.1090 -            this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
  1.1091 -            this.buttonRemoveRow.TabIndex = 1;
  1.1092 -            this.buttonRemoveRow.Text = "Remove row";
  1.1093 -            this.buttonRemoveRow.UseVisualStyleBackColor = true;
  1.1094 -            this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
  1.1095 -            // 
  1.1096 -            // buttonAddRow
  1.1097 -            // 
  1.1098 -            this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
  1.1099 -            this.buttonAddRow.Name = "buttonAddRow";
  1.1100 -            this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
  1.1101 -            this.buttonAddRow.TabIndex = 0;
  1.1102 -            this.buttonAddRow.Text = "Add row";
  1.1103 -            this.buttonAddRow.UseVisualStyleBackColor = true;
  1.1104 -            this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
  1.1105 -            // 
  1.1106 -            // tabPageApp
  1.1107 -            // 
  1.1108 -            this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
  1.1109 -            this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
  1.1110 -            this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
  1.1111 -            this.tabPageApp.Controls.Add(this.buttonUpdate);
  1.1112 -            this.tabPageApp.Location = new System.Drawing.Point(4, 22);
  1.1113 -            this.tabPageApp.Name = "tabPageApp";
  1.1114 -            this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
  1.1115 -            this.tabPageApp.Size = new System.Drawing.Size(592, 242);
  1.1116 -            this.tabPageApp.TabIndex = 4;
  1.1117 -            this.tabPageApp.Text = "Application";
  1.1118 -            this.tabPageApp.UseVisualStyleBackColor = true;
  1.1119 -            // 
  1.1120 -            // checkBoxStartMinimized
  1.1121 -            // 
  1.1122 -            this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1123 -            this.checkBoxStartMinimized.AutoSize = true;
  1.1124 -            this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
  1.1125 -            this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
  1.1126 -            this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
  1.1127 -            this.checkBoxStartMinimized.TabIndex = 16;
  1.1128 -            this.checkBoxStartMinimized.Text = "Start minimized";
  1.1129 -            this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
  1.1130 -            this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
  1.1131 -            // 
  1.1132 -            // checkBoxMinimizeToTray
  1.1133 -            // 
  1.1134 -            this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1135 -            this.checkBoxMinimizeToTray.AutoSize = true;
  1.1136 -            this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
  1.1137 -            this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
  1.1138 -            this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
  1.1139 -            this.checkBoxMinimizeToTray.TabIndex = 15;
  1.1140 -            this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
  1.1141 -            this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
  1.1142 -            this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
  1.1143 -            // 
  1.1144 -            // checkBoxAutoStart
  1.1145 -            // 
  1.1146 -            this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1147 -            this.checkBoxAutoStart.AutoSize = true;
  1.1148 -            this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
  1.1149 -            this.checkBoxAutoStart.Name = "checkBoxAutoStart";
  1.1150 -            this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
  1.1151 -            this.checkBoxAutoStart.TabIndex = 14;
  1.1152 -            this.checkBoxAutoStart.Text = "Run on Windows startup";
  1.1153 -            this.checkBoxAutoStart.UseVisualStyleBackColor = true;
  1.1154 -            this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
  1.1155 -            // 
  1.1156 -            // buttonUpdate
  1.1157 -            // 
  1.1158 -            this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
  1.1159 -            this.buttonUpdate.Name = "buttonUpdate";
  1.1160 -            this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
  1.1161 -            this.buttonUpdate.TabIndex = 0;
  1.1162 -            this.buttonUpdate.Text = "Update";
  1.1163 -            this.buttonUpdate.UseVisualStyleBackColor = true;
  1.1164 -            this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
  1.1165 -            // 
  1.1166 -            // labelFontWidth
  1.1167 -            // 
  1.1168 -            this.labelFontWidth.AutoSize = true;
  1.1169 -            this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
  1.1170 -            this.labelFontWidth.Name = "labelFontWidth";
  1.1171 -            this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
  1.1172 -            this.labelFontWidth.TabIndex = 19;
  1.1173 -            this.labelFontWidth.Text = "Font width";
  1.1174 -            // 
  1.1175 -            // labelFontHeight
  1.1176 -            // 
  1.1177 -            this.labelFontHeight.AutoSize = true;
  1.1178 -            this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
  1.1179 -            this.labelFontHeight.Name = "labelFontHeight";
  1.1180 -            this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
  1.1181 -            this.labelFontHeight.TabIndex = 20;
  1.1182 -            this.labelFontHeight.Text = "Font height";
  1.1183 -            // 
  1.1184 -            // pictureBoxDemo
  1.1185 -            // 
  1.1186 -            this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
  1.1187 -            this.pictureBoxDemo.Name = "pictureBoxDemo";
  1.1188 -            this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
  1.1189 -            this.pictureBoxDemo.TabIndex = 21;
  1.1190 -            this.pictureBoxDemo.TabStop = false;
  1.1191 -            // 
  1.1192 -            // MainForm
  1.1193 -            // 
  1.1194 -            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1.1195 -            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1.1196 -            this.ClientSize = new System.Drawing.Size(624, 442);
  1.1197 -            this.Controls.Add(this.pictureBoxDemo);
  1.1198 -            this.Controls.Add(this.labelFontHeight);
  1.1199 -            this.Controls.Add(this.labelFontWidth);
  1.1200 -            this.Controls.Add(this.labelWarning);
  1.1201 -            this.Controls.Add(this.statusStrip);
  1.1202 -            this.Controls.Add(this.tabControl);
  1.1203 -            this.Controls.Add(this.panelDisplay);
  1.1204 -            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1.1205 -            this.MinimumSize = new System.Drawing.Size(640, 480);
  1.1206 -            this.Name = "MainForm";
  1.1207 -            this.Text = "Sharp Display Manager";
  1.1208 -            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  1.1209 -            this.Load += new System.EventHandler(this.MainForm_Load);
  1.1210 -            this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
  1.1211 -            this.Resize += new System.EventHandler(this.MainForm_Resize);
  1.1212 -            this.panelDisplay.ResumeLayout(false);
  1.1213 -            this.tableLayoutPanel.ResumeLayout(false);
  1.1214 -            this.tableLayoutPanel.PerformLayout();
  1.1215 -            this.statusStrip.ResumeLayout(false);
  1.1216 -            this.statusStrip.PerformLayout();
  1.1217 -            this.tabPageClients.ResumeLayout(false);
  1.1218 -            this.tabPageDisplay.ResumeLayout(false);
  1.1219 -            this.tabPageDisplay.PerformLayout();
  1.1220 -            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
  1.1221 -            this.tabControl.ResumeLayout(false);
  1.1222 -            this.tabPageDesign.ResumeLayout(false);
  1.1223 -            this.tabPageDesign.PerformLayout();
  1.1224 -            this.tabPageApp.ResumeLayout(false);
  1.1225 -            this.tabPageApp.PerformLayout();
  1.1226 -            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
  1.1227 -            this.ResumeLayout(false);
  1.1228 -            this.PerformLayout();
  1.1229 +			this.tabControl.Controls.Add(this.tabPageDisplay);
  1.1230 +			this.tabControl.Controls.Add(this.tabPageClients);
  1.1231 +			this.tabControl.Controls.Add(this.tabPageDesign);
  1.1232 +			this.tabControl.Controls.Add(this.tabPageApp);
  1.1233 +			this.tabControl.Location = new System.Drawing.Point(12, 139);
  1.1234 +			this.tabControl.Name = "tabControl";
  1.1235 +			this.tabControl.SelectedIndex = 0;
  1.1236 +			this.tabControl.Size = new System.Drawing.Size(600, 268);
  1.1237 +			this.tabControl.TabIndex = 0;
  1.1238 +			// 
  1.1239 +			// tabPageDesign
  1.1240 +			// 
  1.1241 +			this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
  1.1242 +			this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
  1.1243 +			this.tabPageDesign.Controls.Add(this.labelMinFontSize);
  1.1244 +			this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
  1.1245 +			this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
  1.1246 +			this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
  1.1247 +			this.tabPageDesign.Controls.Add(this.buttonAlignRight);
  1.1248 +			this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
  1.1249 +			this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
  1.1250 +			this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
  1.1251 +			this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
  1.1252 +			this.tabPageDesign.Controls.Add(this.buttonAddColumn);
  1.1253 +			this.tabPageDesign.Controls.Add(this.buttonFont);
  1.1254 +			this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
  1.1255 +			this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
  1.1256 +			this.tabPageDesign.Controls.Add(this.buttonAddRow);
  1.1257 +			this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
  1.1258 +			this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
  1.1259 +			this.tabPageDesign.Name = "tabPageDesign";
  1.1260 +			this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
  1.1261 +			this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
  1.1262 +			this.tabPageDesign.TabIndex = 3;
  1.1263 +			this.tabPageDesign.Text = "Design";
  1.1264 +			this.tabPageDesign.UseVisualStyleBackColor = true;
  1.1265 +			// 
  1.1266 +			// labelScrollLoopSeparator
  1.1267 +			// 
  1.1268 +			this.labelScrollLoopSeparator.AutoSize = true;
  1.1269 +			this.labelScrollLoopSeparator.Location = new System.Drawing.Point(84, 145);
  1.1270 +			this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
  1.1271 +			this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
  1.1272 +			this.labelScrollLoopSeparator.TabIndex = 26;
  1.1273 +			this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
  1.1274 +			// 
  1.1275 +			// textBoxScrollLoopSeparator
  1.1276 +			// 
  1.1277 +			this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
  1.1278 +			this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
  1.1279 +			this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
  1.1280 +			this.textBoxScrollLoopSeparator.TabIndex = 25;
  1.1281 +			this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
  1.1282 +			// 
  1.1283 +			// labelMinFontSize
  1.1284 +			// 
  1.1285 +			this.labelMinFontSize.AutoSize = true;
  1.1286 +			this.labelMinFontSize.Location = new System.Drawing.Point(84, 194);
  1.1287 +			this.labelMinFontSize.Name = "labelMinFontSize";
  1.1288 +			this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
  1.1289 +			this.labelMinFontSize.TabIndex = 24;
  1.1290 +			this.labelMinFontSize.Text = "Minimum font size (pts) :";
  1.1291 +			// 
  1.1292 +			// maskedTextBoxMinFontSize
  1.1293 +			// 
  1.1294 +			this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
  1.1295 +			this.maskedTextBoxMinFontSize.Mask = "000";
  1.1296 +			this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
  1.1297 +			this.maskedTextBoxMinFontSize.PromptChar = ' ';
  1.1298 +			this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
  1.1299 +			this.maskedTextBoxMinFontSize.TabIndex = 23;
  1.1300 +			this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
  1.1301 +			// 
  1.1302 +			// checkBoxScaleToFit
  1.1303 +			// 
  1.1304 +			this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1305 +			this.checkBoxScaleToFit.AutoSize = true;
  1.1306 +			this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
  1.1307 +			this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
  1.1308 +			this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
  1.1309 +			this.checkBoxScaleToFit.TabIndex = 22;
  1.1310 +			this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
  1.1311 +			this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
  1.1312 +			this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
  1.1313 +			// 
  1.1314 +			// checkBoxInverseColors
  1.1315 +			// 
  1.1316 +			this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1.1317 +			this.checkBoxInverseColors.AutoSize = true;
  1.1318 +			this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
  1.1319 +			this.checkBoxInverseColors.Name = "checkBoxInverseColors";
  1.1320 +			this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
  1.1321 +			this.checkBoxInverseColors.TabIndex = 21;
  1.1322 +			this.checkBoxInverseColors.Text = "Inverse colors";
  1.1323 +			this.checkBoxInverseColors.UseVisualStyleBackColor = true;
  1.1324 +			this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
  1.1325 +			// 
  1.1326 +			// buttonAlignRight
  1.1327 +			// 
  1.1328 +			this.buttonAlignRight.Location = new System.Drawing.Point(170, 81);
  1.1329 +			this.buttonAlignRight.Name = "buttonAlignRight";
  1.1330 +			this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
  1.1331 +			this.buttonAlignRight.TabIndex = 20;
  1.1332 +			this.buttonAlignRight.Text = "Align Right";
  1.1333 +			this.buttonAlignRight.UseVisualStyleBackColor = true;
  1.1334 +			this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
  1.1335 +			// 
  1.1336 +			// buttonAlignCenter
  1.1337 +			// 
  1.1338 +			this.buttonAlignCenter.Location = new System.Drawing.Point(89, 81);
  1.1339 +			this.buttonAlignCenter.Name = "buttonAlignCenter";
  1.1340 +			this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
  1.1341 +			this.buttonAlignCenter.TabIndex = 19;
  1.1342 +			this.buttonAlignCenter.Text = "Align Center";
  1.1343 +			this.buttonAlignCenter.UseVisualStyleBackColor = true;
  1.1344 +			this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
  1.1345 +			// 
  1.1346 +			// buttonAlignLeft
  1.1347 +			// 
  1.1348 +			this.buttonAlignLeft.Location = new System.Drawing.Point(7, 81);
  1.1349 +			this.buttonAlignLeft.Name = "buttonAlignLeft";
  1.1350 +			this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
  1.1351 +			this.buttonAlignLeft.TabIndex = 18;
  1.1352 +			this.buttonAlignLeft.Text = "Align Left";
  1.1353 +			this.buttonAlignLeft.UseVisualStyleBackColor = true;
  1.1354 +			this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
  1.1355 +			// 
  1.1356 +			// buttonRemoveColumn
  1.1357 +			// 
  1.1358 +			this.buttonRemoveColumn.Location = new System.Drawing.Point(88, 37);
  1.1359 +			this.buttonRemoveColumn.Name = "buttonRemoveColumn";
  1.1360 +			this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
  1.1361 +			this.buttonRemoveColumn.TabIndex = 3;
  1.1362 +			this.buttonRemoveColumn.Text = "Remove col.";
  1.1363 +			this.buttonRemoveColumn.UseVisualStyleBackColor = true;
  1.1364 +			this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
  1.1365 +			// 
  1.1366 +			// buttonAddColumn
  1.1367 +			// 
  1.1368 +			this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
  1.1369 +			this.buttonAddColumn.Name = "buttonAddColumn";
  1.1370 +			this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
  1.1371 +			this.buttonAddColumn.TabIndex = 2;
  1.1372 +			this.buttonAddColumn.Text = "Add column";
  1.1373 +			this.buttonAddColumn.UseVisualStyleBackColor = true;
  1.1374 +			this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
  1.1375 +			// 
  1.1376 +			// checkBoxReverseScreen
  1.1377 +			// 
  1.1378 +			this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1.1379 +			this.checkBoxReverseScreen.AutoSize = true;
  1.1380 +			this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
  1.1381 +			this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
  1.1382 +			this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
  1.1383 +			this.checkBoxReverseScreen.TabIndex = 14;
  1.1384 +			this.checkBoxReverseScreen.Text = "Reverse screen";
  1.1385 +			this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
  1.1386 +			this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
  1.1387 +			// 
  1.1388 +			// buttonRemoveRow
  1.1389 +			// 
  1.1390 +			this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
  1.1391 +			this.buttonRemoveRow.Name = "buttonRemoveRow";
  1.1392 +			this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
  1.1393 +			this.buttonRemoveRow.TabIndex = 1;
  1.1394 +			this.buttonRemoveRow.Text = "Remove row";
  1.1395 +			this.buttonRemoveRow.UseVisualStyleBackColor = true;
  1.1396 +			this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
  1.1397 +			// 
  1.1398 +			// buttonAddRow
  1.1399 +			// 
  1.1400 +			this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
  1.1401 +			this.buttonAddRow.Name = "buttonAddRow";
  1.1402 +			this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
  1.1403 +			this.buttonAddRow.TabIndex = 0;
  1.1404 +			this.buttonAddRow.Text = "Add row";
  1.1405 +			this.buttonAddRow.UseVisualStyleBackColor = true;
  1.1406 +			this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
  1.1407 +			// 
  1.1408 +			// tabPageApp
  1.1409 +			// 
  1.1410 +			this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
  1.1411 +			this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
  1.1412 +			this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
  1.1413 +			this.tabPageApp.Controls.Add(this.buttonUpdate);
  1.1414 +			this.tabPageApp.Location = new System.Drawing.Point(4, 22);
  1.1415 +			this.tabPageApp.Name = "tabPageApp";
  1.1416 +			this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
  1.1417 +			this.tabPageApp.Size = new System.Drawing.Size(592, 242);
  1.1418 +			this.tabPageApp.TabIndex = 4;
  1.1419 +			this.tabPageApp.Text = "Application";
  1.1420 +			this.tabPageApp.UseVisualStyleBackColor = true;
  1.1421 +			// 
  1.1422 +			// checkBoxStartMinimized
  1.1423 +			// 
  1.1424 +			this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1425 +			this.checkBoxStartMinimized.AutoSize = true;
  1.1426 +			this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
  1.1427 +			this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
  1.1428 +			this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
  1.1429 +			this.checkBoxStartMinimized.TabIndex = 16;
  1.1430 +			this.checkBoxStartMinimized.Text = "Start minimized";
  1.1431 +			this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
  1.1432 +			this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
  1.1433 +			// 
  1.1434 +			// checkBoxMinimizeToTray
  1.1435 +			// 
  1.1436 +			this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1437 +			this.checkBoxMinimizeToTray.AutoSize = true;
  1.1438 +			this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
  1.1439 +			this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
  1.1440 +			this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
  1.1441 +			this.checkBoxMinimizeToTray.TabIndex = 15;
  1.1442 +			this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
  1.1443 +			this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
  1.1444 +			this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
  1.1445 +			// 
  1.1446 +			// checkBoxAutoStart
  1.1447 +			// 
  1.1448 +			this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1.1449 +			this.checkBoxAutoStart.AutoSize = true;
  1.1450 +			this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
  1.1451 +			this.checkBoxAutoStart.Name = "checkBoxAutoStart";
  1.1452 +			this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
  1.1453 +			this.checkBoxAutoStart.TabIndex = 14;
  1.1454 +			this.checkBoxAutoStart.Text = "Run on Windows startup";
  1.1455 +			this.checkBoxAutoStart.UseVisualStyleBackColor = true;
  1.1456 +			this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
  1.1457 +			// 
  1.1458 +			// buttonUpdate
  1.1459 +			// 
  1.1460 +			this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
  1.1461 +			this.buttonUpdate.Name = "buttonUpdate";
  1.1462 +			this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
  1.1463 +			this.buttonUpdate.TabIndex = 0;
  1.1464 +			this.buttonUpdate.Text = "Update";
  1.1465 +			this.buttonUpdate.UseVisualStyleBackColor = true;
  1.1466 +			this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
  1.1467 +			// 
  1.1468 +			// labelFontWidth
  1.1469 +			// 
  1.1470 +			this.labelFontWidth.AutoSize = true;
  1.1471 +			this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
  1.1472 +			this.labelFontWidth.Name = "labelFontWidth";
  1.1473 +			this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
  1.1474 +			this.labelFontWidth.TabIndex = 19;
  1.1475 +			this.labelFontWidth.Text = "Font width";
  1.1476 +			// 
  1.1477 +			// labelFontHeight
  1.1478 +			// 
  1.1479 +			this.labelFontHeight.AutoSize = true;
  1.1480 +			this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
  1.1481 +			this.labelFontHeight.Name = "labelFontHeight";
  1.1482 +			this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
  1.1483 +			this.labelFontHeight.TabIndex = 20;
  1.1484 +			this.labelFontHeight.Text = "Font height";
  1.1485 +			// 
  1.1486 +			// pictureBoxDemo
  1.1487 +			// 
  1.1488 +			this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
  1.1489 +			this.pictureBoxDemo.Name = "pictureBoxDemo";
  1.1490 +			this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
  1.1491 +			this.pictureBoxDemo.TabIndex = 21;
  1.1492 +			this.pictureBoxDemo.TabStop = false;
  1.1493 +			// 
  1.1494 +			// MainForm
  1.1495 +			// 
  1.1496 +			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1.1497 +			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1.1498 +			this.ClientSize = new System.Drawing.Size(624, 442);
  1.1499 +			this.Controls.Add(this.pictureBoxDemo);
  1.1500 +			this.Controls.Add(this.labelFontHeight);
  1.1501 +			this.Controls.Add(this.labelFontWidth);
  1.1502 +			this.Controls.Add(this.labelWarning);
  1.1503 +			this.Controls.Add(this.statusStrip);
  1.1504 +			this.Controls.Add(this.tabControl);
  1.1505 +			this.Controls.Add(this.panelDisplay);
  1.1506 +			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1.1507 +			this.MinimumSize = new System.Drawing.Size(640, 480);
  1.1508 +			this.Name = "MainForm";
  1.1509 +			this.Text = "Sharp Display Manager";
  1.1510 +			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  1.1511 +			this.Load += new System.EventHandler(this.MainForm_Load);
  1.1512 +			this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
  1.1513 +			this.Resize += new System.EventHandler(this.MainForm_Resize);
  1.1514 +			this.panelDisplay.ResumeLayout(false);
  1.1515 +			this.tableLayoutPanel.ResumeLayout(false);
  1.1516 +			this.tableLayoutPanel.PerformLayout();
  1.1517 +			this.statusStrip.ResumeLayout(false);
  1.1518 +			this.statusStrip.PerformLayout();
  1.1519 +			this.tabPageClients.ResumeLayout(false);
  1.1520 +			this.tabPageDisplay.ResumeLayout(false);
  1.1521 +			this.tabPageDisplay.PerformLayout();
  1.1522 +			((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
  1.1523 +			this.tabControl.ResumeLayout(false);
  1.1524 +			this.tabPageDesign.ResumeLayout(false);
  1.1525 +			this.tabPageDesign.PerformLayout();
  1.1526 +			this.tabPageApp.ResumeLayout(false);
  1.1527 +			this.tabPageApp.PerformLayout();
  1.1528 +			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
  1.1529 +			this.ResumeLayout(false);
  1.1530 +			this.PerformLayout();
  1.1531  
  1.1532          }
  1.1533