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