Server/MainForm.Designer.cs
changeset 18 7acec5059fa6
parent 17 19c1aaf900dc
child 25 6f10207a89a8
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Server/MainForm.Designer.cs	Tue Aug 12 20:55:50 2014 +0200
     1.3 @@ -0,0 +1,432 @@
     1.4 +namespace SharpDisplayManager
     1.5 +{
     1.6 +    partial class MainForm
     1.7 +    {
     1.8 +        /// <summary>
     1.9 +        /// Required designer variable.
    1.10 +        /// </summary>
    1.11 +        private System.ComponentModel.IContainer components = null;
    1.12 +
    1.13 +        /// <summary>
    1.14 +        /// Clean up any resources being used.
    1.15 +        /// </summary>
    1.16 +        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    1.17 +        protected override void Dispose(bool disposing)
    1.18 +        {
    1.19 +            if (disposing && (components != null))
    1.20 +            {
    1.21 +                components.Dispose();
    1.22 +            }
    1.23 +            base.Dispose(disposing);
    1.24 +        }
    1.25 +
    1.26 +        #region Windows Form Designer generated code
    1.27 +
    1.28 +        /// <summary>
    1.29 +        /// Required method for Designer support - do not modify
    1.30 +        /// the contents of this method with the code editor.
    1.31 +        /// </summary>
    1.32 +        private void InitializeComponent()
    1.33 +        {
    1.34 +            this.components = new System.ComponentModel.Container();
    1.35 +            this.tabControl = new System.Windows.Forms.TabControl();
    1.36 +            this.tabPageDisplay = new System.Windows.Forms.TabPage();
    1.37 +            this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    1.38 +            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    1.39 +            this.panelDisplay = new System.Windows.Forms.Panel();
    1.40 +            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.41 +            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    1.42 +            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    1.43 +            this.buttonFill = new System.Windows.Forms.Button();
    1.44 +            this.buttonClear = new System.Windows.Forms.Button();
    1.45 +            this.buttonClose = new System.Windows.Forms.Button();
    1.46 +            this.buttonOpen = new System.Windows.Forms.Button();
    1.47 +            this.buttonCapture = new System.Windows.Forms.Button();
    1.48 +            this.buttonFont = new System.Windows.Forms.Button();
    1.49 +            this.tabPageTests = new System.Windows.Forms.TabPage();
    1.50 +            this.fontDialog = new System.Windows.Forms.FontDialog();
    1.51 +            this.timer = new System.Windows.Forms.Timer(this.components);
    1.52 +            this.statusStrip = new System.Windows.Forms.StatusStrip();
    1.53 +            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    1.54 +            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.55 +            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    1.56 +            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    1.57 +            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    1.58 +            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    1.59 +            this.tabControl.SuspendLayout();
    1.60 +            this.tabPageDisplay.SuspendLayout();
    1.61 +            this.panelDisplay.SuspendLayout();
    1.62 +            this.tableLayoutPanel.SuspendLayout();
    1.63 +            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    1.64 +            this.statusStrip.SuspendLayout();
    1.65 +            this.SuspendLayout();
    1.66 +            // 
    1.67 +            // tabControl
    1.68 +            // 
    1.69 +            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.70 +            | System.Windows.Forms.AnchorStyles.Left) 
    1.71 +            | System.Windows.Forms.AnchorStyles.Right)));
    1.72 +            this.tabControl.Controls.Add(this.tabPageDisplay);
    1.73 +            this.tabControl.Controls.Add(this.tabPageTests);
    1.74 +            this.tabControl.Location = new System.Drawing.Point(12, 12);
    1.75 +            this.tabControl.Name = "tabControl";
    1.76 +            this.tabControl.SelectedIndex = 0;
    1.77 +            this.tabControl.Size = new System.Drawing.Size(600, 395);
    1.78 +            this.tabControl.TabIndex = 0;
    1.79 +            // 
    1.80 +            // tabPageDisplay
    1.81 +            // 
    1.82 +            this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
    1.83 +            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
    1.84 +            this.tabPageDisplay.Controls.Add(this.panelDisplay);
    1.85 +            this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
    1.86 +            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
    1.87 +            this.tabPageDisplay.Controls.Add(this.buttonFill);
    1.88 +            this.tabPageDisplay.Controls.Add(this.buttonClear);
    1.89 +            this.tabPageDisplay.Controls.Add(this.buttonClose);
    1.90 +            this.tabPageDisplay.Controls.Add(this.buttonOpen);
    1.91 +            this.tabPageDisplay.Controls.Add(this.buttonCapture);
    1.92 +            this.tabPageDisplay.Controls.Add(this.buttonFont);
    1.93 +            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
    1.94 +            this.tabPageDisplay.Name = "tabPageDisplay";
    1.95 +            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
    1.96 +            this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
    1.97 +            this.tabPageDisplay.TabIndex = 0;
    1.98 +            this.tabPageDisplay.Text = "Display";
    1.99 +            this.tabPageDisplay.UseVisualStyleBackColor = true;
   1.100 +            // 
   1.101 +            // checkBoxReverseScreen
   1.102 +            // 
   1.103 +            this.checkBoxReverseScreen.AutoSize = true;
   1.104 +            this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 298);
   1.105 +            this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
   1.106 +            this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
   1.107 +            this.checkBoxReverseScreen.TabIndex = 14;
   1.108 +            this.checkBoxReverseScreen.Text = "Reverse screen";
   1.109 +            this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
   1.110 +            this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
   1.111 +            // 
   1.112 +            // checkBoxConnectOnStartup
   1.113 +            // 
   1.114 +            this.checkBoxConnectOnStartup.AutoSize = true;
   1.115 +            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
   1.116 +            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   1.117 +            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   1.118 +            this.checkBoxConnectOnStartup.TabIndex = 13;
   1.119 +            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   1.120 +            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   1.121 +            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   1.122 +            // 
   1.123 +            // panelDisplay
   1.124 +            // 
   1.125 +            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   1.126 +            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
   1.127 +            this.panelDisplay.Location = new System.Drawing.Point(181, 151);
   1.128 +            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
   1.129 +            this.panelDisplay.Name = "panelDisplay";
   1.130 +            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
   1.131 +            this.panelDisplay.TabIndex = 12;
   1.132 +            // 
   1.133 +            // tableLayoutPanel
   1.134 +            // 
   1.135 +            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.136 +            | System.Windows.Forms.AnchorStyles.Left) 
   1.137 +            | System.Windows.Forms.AnchorStyles.Right)));
   1.138 +            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
   1.139 +            this.tableLayoutPanel.ColumnCount = 1;
   1.140 +            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.141 +            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   1.142 +            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   1.143 +            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   1.144 +            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   1.145 +            this.tableLayoutPanel.Name = "tableLayoutPanel";
   1.146 +            this.tableLayoutPanel.RowCount = 2;
   1.147 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.148 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.149 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.150 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.151 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.152 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.153 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.154 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.155 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.156 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.157 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.158 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.159 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.160 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.161 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.162 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.163 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.164 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.165 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.166 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.167 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.168 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.169 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.170 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.171 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.172 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.173 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.174 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.175 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.176 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.177 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.178 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.179 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.180 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.181 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.182 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.183 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.184 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.185 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.186 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.187 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   1.188 +            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   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.Size = new System.Drawing.Size(256, 64);
   1.206 +            this.tableLayoutPanel.TabIndex = 5;
   1.207 +            // 
   1.208 +            // checkBoxShowBorders
   1.209 +            // 
   1.210 +            this.checkBoxShowBorders.AutoSize = true;
   1.211 +            this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
   1.212 +            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   1.213 +            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   1.214 +            this.checkBoxShowBorders.TabIndex = 11;
   1.215 +            this.checkBoxShowBorders.Text = "Show borders";
   1.216 +            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   1.217 +            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   1.218 +            // 
   1.219 +            // trackBarBrightness
   1.220 +            // 
   1.221 +            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.222 +            | System.Windows.Forms.AnchorStyles.Right)));
   1.223 +            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   1.224 +            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   1.225 +            this.trackBarBrightness.Name = "trackBarBrightness";
   1.226 +            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   1.227 +            this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
   1.228 +            this.trackBarBrightness.TabIndex = 10;
   1.229 +            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   1.230 +            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   1.231 +            // 
   1.232 +            // buttonFill
   1.233 +            // 
   1.234 +            this.buttonFill.Location = new System.Drawing.Point(6, 93);
   1.235 +            this.buttonFill.Name = "buttonFill";
   1.236 +            this.buttonFill.Size = new System.Drawing.Size(75, 23);
   1.237 +            this.buttonFill.TabIndex = 9;
   1.238 +            this.buttonFill.Text = "Fill";
   1.239 +            this.buttonFill.UseVisualStyleBackColor = true;
   1.240 +            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   1.241 +            // 
   1.242 +            // buttonClear
   1.243 +            // 
   1.244 +            this.buttonClear.Location = new System.Drawing.Point(6, 64);
   1.245 +            this.buttonClear.Name = "buttonClear";
   1.246 +            this.buttonClear.Size = new System.Drawing.Size(75, 23);
   1.247 +            this.buttonClear.TabIndex = 8;
   1.248 +            this.buttonClear.Text = "Clear";
   1.249 +            this.buttonClear.UseVisualStyleBackColor = true;
   1.250 +            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   1.251 +            // 
   1.252 +            // buttonClose
   1.253 +            // 
   1.254 +            this.buttonClose.Location = new System.Drawing.Point(6, 35);
   1.255 +            this.buttonClose.Name = "buttonClose";
   1.256 +            this.buttonClose.Size = new System.Drawing.Size(75, 23);
   1.257 +            this.buttonClose.TabIndex = 7;
   1.258 +            this.buttonClose.Text = "Close";
   1.259 +            this.buttonClose.UseVisualStyleBackColor = true;
   1.260 +            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   1.261 +            // 
   1.262 +            // buttonOpen
   1.263 +            // 
   1.264 +            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   1.265 +            this.buttonOpen.Name = "buttonOpen";
   1.266 +            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   1.267 +            this.buttonOpen.TabIndex = 6;
   1.268 +            this.buttonOpen.Text = "Open";
   1.269 +            this.buttonOpen.UseVisualStyleBackColor = true;
   1.270 +            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   1.271 +            // 
   1.272 +            // buttonCapture
   1.273 +            // 
   1.274 +            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.275 +            this.buttonCapture.Location = new System.Drawing.Point(6, 311);
   1.276 +            this.buttonCapture.Name = "buttonCapture";
   1.277 +            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   1.278 +            this.buttonCapture.TabIndex = 5;
   1.279 +            this.buttonCapture.Text = "Capture";
   1.280 +            this.buttonCapture.UseVisualStyleBackColor = true;
   1.281 +            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   1.282 +            // 
   1.283 +            // buttonFont
   1.284 +            // 
   1.285 +            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.286 +            this.buttonFont.Location = new System.Drawing.Point(6, 340);
   1.287 +            this.buttonFont.Name = "buttonFont";
   1.288 +            this.buttonFont.Size = new System.Drawing.Size(75, 23);
   1.289 +            this.buttonFont.TabIndex = 0;
   1.290 +            this.buttonFont.Text = "Select Font";
   1.291 +            this.buttonFont.UseVisualStyleBackColor = true;
   1.292 +            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   1.293 +            // 
   1.294 +            // tabPageTests
   1.295 +            // 
   1.296 +            this.tabPageTests.Location = new System.Drawing.Point(4, 22);
   1.297 +            this.tabPageTests.Name = "tabPageTests";
   1.298 +            this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
   1.299 +            this.tabPageTests.Size = new System.Drawing.Size(592, 369);
   1.300 +            this.tabPageTests.TabIndex = 1;
   1.301 +            this.tabPageTests.Text = "Test";
   1.302 +            this.tabPageTests.UseVisualStyleBackColor = true;
   1.303 +            // 
   1.304 +            // timer
   1.305 +            // 
   1.306 +            this.timer.Enabled = true;
   1.307 +            this.timer.Interval = 50;
   1.308 +            this.timer.Tick += new System.EventHandler(this.timer_Tick);
   1.309 +            // 
   1.310 +            // statusStrip
   1.311 +            // 
   1.312 +            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   1.313 +            this.toolStripStatusLabelConnect,
   1.314 +            this.toolStripStatusLabelSpring,
   1.315 +            this.toolStripStatusLabelPower,
   1.316 +            this.toolStripStatusLabelFps});
   1.317 +            this.statusStrip.Location = new System.Drawing.Point(0, 420);
   1.318 +            this.statusStrip.Name = "statusStrip";
   1.319 +            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   1.320 +            this.statusStrip.Size = new System.Drawing.Size(624, 22);
   1.321 +            this.statusStrip.TabIndex = 1;
   1.322 +            this.statusStrip.Text = "statusStrip";
   1.323 +            // 
   1.324 +            // toolStripStatusLabelConnect
   1.325 +            // 
   1.326 +            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   1.327 +            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   1.328 +            this.toolStripStatusLabelConnect.Text = "Not connected";
   1.329 +            // 
   1.330 +            // toolStripStatusLabelSpring
   1.331 +            // 
   1.332 +            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   1.333 +            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   1.334 +            this.toolStripStatusLabelSpring.Spring = true;
   1.335 +            // 
   1.336 +            // toolStripStatusLabelPower
   1.337 +            // 
   1.338 +            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   1.339 +            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   1.340 +            this.toolStripStatusLabelPower.Text = "NA";
   1.341 +            // 
   1.342 +            // toolStripStatusLabelFps
   1.343 +            // 
   1.344 +            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   1.345 +            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   1.346 +            this.toolStripStatusLabelFps.Text = "FPS";
   1.347 +            // 
   1.348 +            // marqueeLabelTop
   1.349 +            // 
   1.350 +            this.marqueeLabelTop.AutoEllipsis = true;
   1.351 +            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   1.352 +            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   1.353 +            this.marqueeLabelTop.Location = new System.Drawing.Point(1, -124);
   1.354 +            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   1.355 +            this.marqueeLabelTop.Name = "marqueeLabelTop";
   1.356 +            this.marqueeLabelTop.OwnTimer = false;
   1.357 +            this.marqueeLabelTop.PixelsPerSecond = 64;
   1.358 +            this.marqueeLabelTop.Separator = "|";
   1.359 +            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
   1.360 +            this.marqueeLabelTop.TabIndex = 2;
   1.361 +            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   1.362 +            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.363 +            this.marqueeLabelTop.UseCompatibleTextRendering = true;
   1.364 +            // 
   1.365 +            // marqueeLabelBottom
   1.366 +            // 
   1.367 +            this.marqueeLabelBottom.AutoEllipsis = true;
   1.368 +            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   1.369 +            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -40);
   1.370 +            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   1.371 +            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   1.372 +            this.marqueeLabelBottom.OwnTimer = false;
   1.373 +            this.marqueeLabelBottom.PixelsPerSecond = 64;
   1.374 +            this.marqueeLabelBottom.Separator = null;
   1.375 +            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   1.376 +            this.marqueeLabelBottom.TabIndex = 3;
   1.377 +            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   1.378 +            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   1.379 +            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   1.380 +            // 
   1.381 +            // MainForm
   1.382 +            // 
   1.383 +            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.384 +            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   1.385 +            this.ClientSize = new System.Drawing.Size(624, 442);
   1.386 +            this.Controls.Add(this.statusStrip);
   1.387 +            this.Controls.Add(this.tabControl);
   1.388 +            this.MinimumSize = new System.Drawing.Size(640, 480);
   1.389 +            this.Name = "MainForm";
   1.390 +            this.Text = "Sharp Display Manager";
   1.391 +            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   1.392 +            this.Load += new System.EventHandler(this.MainForm_Load);
   1.393 +            this.Resize += new System.EventHandler(this.MainForm_Resize);
   1.394 +            this.tabControl.ResumeLayout(false);
   1.395 +            this.tabPageDisplay.ResumeLayout(false);
   1.396 +            this.tabPageDisplay.PerformLayout();
   1.397 +            this.panelDisplay.ResumeLayout(false);
   1.398 +            this.tableLayoutPanel.ResumeLayout(false);
   1.399 +            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   1.400 +            this.statusStrip.ResumeLayout(false);
   1.401 +            this.statusStrip.PerformLayout();
   1.402 +            this.ResumeLayout(false);
   1.403 +            this.PerformLayout();
   1.404 +
   1.405 +        }
   1.406 +
   1.407 +        #endregion
   1.408 +
   1.409 +        private System.Windows.Forms.TabControl tabControl;
   1.410 +        private System.Windows.Forms.TabPage tabPageDisplay;
   1.411 +        private System.Windows.Forms.TabPage tabPageTests;
   1.412 +        private System.Windows.Forms.Button buttonFont;
   1.413 +        private System.Windows.Forms.FontDialog fontDialog;
   1.414 +        private System.Windows.Forms.Button buttonCapture;
   1.415 +        private System.Windows.Forms.Timer timer;
   1.416 +        private System.Windows.Forms.Button buttonFill;
   1.417 +        private System.Windows.Forms.Button buttonClear;
   1.418 +        private System.Windows.Forms.Button buttonClose;
   1.419 +        private System.Windows.Forms.Button buttonOpen;
   1.420 +        private System.Windows.Forms.TrackBar trackBarBrightness;
   1.421 +        private System.Windows.Forms.StatusStrip statusStrip;
   1.422 +        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   1.423 +        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   1.424 +        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   1.425 +        private System.Windows.Forms.CheckBox checkBoxShowBorders;
   1.426 +        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   1.427 +        private System.Windows.Forms.Panel panelDisplay;
   1.428 +        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   1.429 +        public MarqueeLabel marqueeLabelTop;
   1.430 +        public MarqueeLabel marqueeLabelBottom;
   1.431 +        private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   1.432 +        private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   1.433 +    }
   1.434 +}
   1.435 +