MainForm.Designer.cs
changeset 13 745d9ee1a2c0
parent 12 f37c5ff8af18
child 14 d1fa9de444b0
     1.1 --- a/MainForm.Designer.cs	Thu Jul 10 22:03:29 2014 +0200
     1.2 +++ b/MainForm.Designer.cs	Sat Jul 12 13:13:17 2014 +0200
     1.3 @@ -38,9 +38,6 @@
     1.4              this.buttonClose = new System.Windows.Forms.Button();
     1.5              this.buttonOpen = new System.Windows.Forms.Button();
     1.6              this.buttonCapture = new System.Windows.Forms.Button();
     1.7 -            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     1.8 -            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
     1.9 -            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.10              this.buttonFont = new System.Windows.Forms.Button();
    1.11              this.tabPageTests = new System.Windows.Forms.TabPage();
    1.12              this.fontDialog = new System.Windows.Forms.FontDialog();
    1.13 @@ -48,13 +45,19 @@
    1.14              this.statusStrip = new System.Windows.Forms.StatusStrip();
    1.15              this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    1.16              this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.17 +            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    1.18              this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    1.19 -            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    1.20 +            this.panelDisplay = new System.Windows.Forms.Panel();
    1.21 +            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.22 +            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.23 +            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.24 +            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    1.25              this.tabControl.SuspendLayout();
    1.26              this.tabPageDisplay.SuspendLayout();
    1.27              ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    1.28 +            this.statusStrip.SuspendLayout();
    1.29 +            this.panelDisplay.SuspendLayout();
    1.30              this.tableLayoutPanel.SuspendLayout();
    1.31 -            this.statusStrip.SuspendLayout();
    1.32              this.SuspendLayout();
    1.33              // 
    1.34              // tabControl
    1.35 @@ -72,6 +75,8 @@
    1.36              // 
    1.37              // tabPageDisplay
    1.38              // 
    1.39 +            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
    1.40 +            this.tabPageDisplay.Controls.Add(this.panelDisplay);
    1.41              this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
    1.42              this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
    1.43              this.tabPageDisplay.Controls.Add(this.buttonFill);
    1.44 @@ -79,7 +84,6 @@
    1.45              this.tabPageDisplay.Controls.Add(this.buttonClose);
    1.46              this.tabPageDisplay.Controls.Add(this.buttonOpen);
    1.47              this.tabPageDisplay.Controls.Add(this.buttonCapture);
    1.48 -            this.tabPageDisplay.Controls.Add(this.tableLayoutPanel);
    1.49              this.tabPageDisplay.Controls.Add(this.buttonFont);
    1.50              this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
    1.51              this.tabPageDisplay.Name = "tabPageDisplay";
    1.52 @@ -164,86 +168,6 @@
    1.53              this.buttonCapture.UseVisualStyleBackColor = true;
    1.54              this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
    1.55              // 
    1.56 -            // tableLayoutPanel
    1.57 -            // 
    1.58 -            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
    1.59 -            this.tableLayoutPanel.ColumnCount = 1;
    1.60 -            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.61 -            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
    1.62 -            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
    1.63 -            this.tableLayoutPanel.Location = new System.Drawing.Point(180, 161);
    1.64 -            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    1.65 -            this.tableLayoutPanel.Name = "tableLayoutPanel";
    1.66 -            this.tableLayoutPanel.RowCount = 2;
    1.67 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.68 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.69 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.70 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.71 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.72 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.73 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.74 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.75 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.76 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.77 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.78 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.79 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.80 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.81 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.82 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.83 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.84 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.85 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.86 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.87 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.88 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.89 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.90 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.91 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.92 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.93 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.94 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.95 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.96 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.97 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.98 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    1.99 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.100 -            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.101 -            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   1.102 -            this.tableLayoutPanel.TabIndex = 4;
   1.103 -            // 
   1.104 -            // marqueeLabelTop
   1.105 -            // 
   1.106 -            this.marqueeLabelTop.AutoEllipsis = true;
   1.107 -            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   1.108 -            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   1.109 -            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   1.110 -            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   1.111 -            this.marqueeLabelTop.Name = "marqueeLabelTop";
   1.112 -            this.marqueeLabelTop.OwnTimer = false;
   1.113 -            this.marqueeLabelTop.PixelsPerSecond = 64;
   1.114 -            this.marqueeLabelTop.Separator = "|";
   1.115 -            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
   1.116 -            this.marqueeLabelTop.TabIndex = 2;
   1.117 -            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   1.118 -            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.119 -            this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.120 -            // 
   1.121 -            // marqueeLabelBottom
   1.122 -            // 
   1.123 -            this.marqueeLabelBottom.AutoEllipsis = true;
   1.124 -            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.125 -            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
   1.126 -            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.127 -            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.128 -            this.marqueeLabelBottom.OwnTimer = false;
   1.129 -            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.130 -            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
   1.131 -            this.marqueeLabelBottom.TabIndex = 3;
   1.132 -            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.133 -            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.134 -            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.135 -            // 
   1.136              // buttonFont
   1.137              // 
   1.138              this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.139 @@ -294,20 +218,125 @@
   1.140              // toolStripStatusLabelSpring
   1.141              // 
   1.142              this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   1.143 -            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(442, 17);
   1.144 +            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   1.145              this.toolStripStatusLabelSpring.Spring = true;
   1.146              // 
   1.147 +            // toolStripStatusLabelPower
   1.148 +            // 
   1.149 +            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   1.150 +            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   1.151 +            this.toolStripStatusLabelPower.Text = "NA";
   1.152 +            // 
   1.153              // toolStripStatusLabelFps
   1.154              // 
   1.155              this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   1.156              this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   1.157              this.toolStripStatusLabelFps.Text = "FPS";
   1.158              // 
   1.159 -            // toolStripStatusLabelPower
   1.160 +            // panelDisplay
   1.161              // 
   1.162 -            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   1.163 -            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   1.164 -            this.toolStripStatusLabelPower.Text = "NA";
   1.165 +            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   1.166 +            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
   1.167 +            this.panelDisplay.Location = new System.Drawing.Point(181, 151);
   1.168 +            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
   1.169 +            this.panelDisplay.Name = "panelDisplay";
   1.170 +            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
   1.171 +            this.panelDisplay.TabIndex = 12;
   1.172 +            // 
   1.173 +            // tableLayoutPanel
   1.174 +            // 
   1.175 +            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.176 +            | System.Windows.Forms.AnchorStyles.Left) 
   1.177 +            | System.Windows.Forms.AnchorStyles.Right)));
   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, 50F));
   1.181 +            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   1.182 +            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   1.183 +            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   1.184 +            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   1.185 +            this.tableLayoutPanel.Name = "tableLayoutPanel";
   1.186 +            this.tableLayoutPanel.RowCount = 2;
   1.187 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   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.Absolute, 20F));
   1.190 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.191 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.192 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.193 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.194 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.195 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.196 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.197 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.198 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.199 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.200 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.201 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.202 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.203 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.204 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.205 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.206 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.207 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.208 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.209 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.210 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.211 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.212 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.213 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.214 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.215 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.216 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.217 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.218 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.219 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.220 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.221 +            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   1.222 +            this.tableLayoutPanel.TabIndex = 5;
   1.223 +            // 
   1.224 +            // marqueeLabelTop
   1.225 +            // 
   1.226 +            this.marqueeLabelTop.AutoEllipsis = true;
   1.227 +            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   1.228 +            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   1.229 +            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   1.230 +            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   1.231 +            this.marqueeLabelTop.Name = "marqueeLabelTop";
   1.232 +            this.marqueeLabelTop.OwnTimer = false;
   1.233 +            this.marqueeLabelTop.PixelsPerSecond = 64;
   1.234 +            this.marqueeLabelTop.Separator = "|";
   1.235 +            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 1);
   1.236 +            this.marqueeLabelTop.TabIndex = 2;
   1.237 +            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   1.238 +            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.239 +            this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.240 +            // 
   1.241 +            // marqueeLabelBottom
   1.242 +            // 
   1.243 +            this.marqueeLabelBottom.AutoEllipsis = true;
   1.244 +            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.245 +            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -19);
   1.246 +            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.247 +            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.248 +            this.marqueeLabelBottom.OwnTimer = false;
   1.249 +            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.250 +            this.marqueeLabelBottom.Separator = null;
   1.251 +            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   1.252 +            this.marqueeLabelBottom.TabIndex = 3;
   1.253 +            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.254 +            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.255 +            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.256 +            // 
   1.257 +            // checkBoxConnectOnStartup
   1.258 +            // 
   1.259 +            this.checkBoxConnectOnStartup.AutoSize = true;
   1.260 +            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
   1.261 +            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   1.262 +            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   1.263 +            this.checkBoxConnectOnStartup.TabIndex = 13;
   1.264 +            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   1.265 +            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   1.266 +            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   1.267              // 
   1.268              // MainForm
   1.269              // 
   1.270 @@ -319,13 +348,15 @@
   1.271              this.MinimumSize = new System.Drawing.Size(640, 480);
   1.272              this.Name = "MainForm";
   1.273              this.Text = "Sharp Display Manager";
   1.274 +            this.Load += new System.EventHandler(this.MainForm_Load);
   1.275              this.tabControl.ResumeLayout(false);
   1.276              this.tabPageDisplay.ResumeLayout(false);
   1.277              this.tabPageDisplay.PerformLayout();
   1.278              ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   1.279 -            this.tableLayoutPanel.ResumeLayout(false);
   1.280              this.statusStrip.ResumeLayout(false);
   1.281              this.statusStrip.PerformLayout();
   1.282 +            this.panelDisplay.ResumeLayout(false);
   1.283 +            this.tableLayoutPanel.ResumeLayout(false);
   1.284              this.ResumeLayout(false);
   1.285              this.PerformLayout();
   1.286  
   1.287 @@ -338,9 +369,6 @@
   1.288          private System.Windows.Forms.TabPage tabPageTests;
   1.289          private System.Windows.Forms.Button buttonFont;
   1.290          private System.Windows.Forms.FontDialog fontDialog;
   1.291 -        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   1.292 -        private MarqueeLabel marqueeLabelTop;
   1.293 -        private MarqueeLabel marqueeLabelBottom;
   1.294          private System.Windows.Forms.Button buttonCapture;
   1.295          private System.Windows.Forms.Timer timer;
   1.296          private System.Windows.Forms.Button buttonFill;
   1.297 @@ -354,6 +382,11 @@
   1.298          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   1.299          private System.Windows.Forms.CheckBox checkBoxShowBorders;
   1.300          private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   1.301 +        private System.Windows.Forms.Panel panelDisplay;
   1.302 +        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   1.303 +        private MarqueeLabel marqueeLabelTop;
   1.304 +        private MarqueeLabel marqueeLabelBottom;
   1.305 +        private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   1.306      }
   1.307  }
   1.308