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