Server/MainForm.Designer.cs
author sl
Tue, 12 Aug 2014 20:55:50 +0200
changeset 18 7acec5059fa6
parent 17 MainForm.Designer.cs@19c1aaf900dc
child 25 6f10207a89a8
permissions -rw-r--r--
Adding our client implementation. Moving server into its own folder.
sl@0
     1
namespace SharpDisplayManager
sl@0
     2
{
sl@0
     3
    partial class MainForm
sl@0
     4
    {
sl@0
     5
        /// <summary>
sl@0
     6
        /// Required designer variable.
sl@0
     7
        /// </summary>
sl@0
     8
        private System.ComponentModel.IContainer components = null;
sl@0
     9
sl@0
    10
        /// <summary>
sl@0
    11
        /// Clean up any resources being used.
sl@0
    12
        /// </summary>
sl@0
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
sl@0
    14
        protected override void Dispose(bool disposing)
sl@0
    15
        {
sl@0
    16
            if (disposing && (components != null))
sl@0
    17
            {
sl@0
    18
                components.Dispose();
sl@0
    19
            }
sl@0
    20
            base.Dispose(disposing);
sl@0
    21
        }
sl@0
    22
sl@0
    23
        #region Windows Form Designer generated code
sl@0
    24
sl@0
    25
        /// <summary>
sl@0
    26
        /// Required method for Designer support - do not modify
sl@0
    27
        /// the contents of this method with the code editor.
sl@0
    28
        /// </summary>
sl@0
    29
        private void InitializeComponent()
sl@0
    30
        {
sl@2
    31
            this.components = new System.ComponentModel.Container();
sl@0
    32
            this.tabControl = new System.Windows.Forms.TabControl();
sl@0
    33
            this.tabPageDisplay = new System.Windows.Forms.TabPage();
sl@16
    34
            this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
sl@16
    35
            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
sl@16
    36
            this.panelDisplay = new System.Windows.Forms.Panel();
sl@16
    37
            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
sl@11
    38
            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
sl@4
    39
            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
sl@4
    40
            this.buttonFill = new System.Windows.Forms.Button();
sl@4
    41
            this.buttonClear = new System.Windows.Forms.Button();
sl@4
    42
            this.buttonClose = new System.Windows.Forms.Button();
sl@4
    43
            this.buttonOpen = new System.Windows.Forms.Button();
sl@0
    44
            this.buttonCapture = new System.Windows.Forms.Button();
sl@0
    45
            this.buttonFont = new System.Windows.Forms.Button();
sl@0
    46
            this.tabPageTests = new System.Windows.Forms.TabPage();
sl@0
    47
            this.fontDialog = new System.Windows.Forms.FontDialog();
sl@2
    48
            this.timer = new System.Windows.Forms.Timer(this.components);
sl@7
    49
            this.statusStrip = new System.Windows.Forms.StatusStrip();
sl@7
    50
            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    51
            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
sl@13
    52
            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    53
            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
sl@17
    54
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@17
    55
            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
sl@0
    56
            this.tabControl.SuspendLayout();
sl@0
    57
            this.tabPageDisplay.SuspendLayout();
sl@16
    58
            this.panelDisplay.SuspendLayout();
sl@16
    59
            this.tableLayoutPanel.SuspendLayout();
sl@4
    60
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
sl@13
    61
            this.statusStrip.SuspendLayout();
sl@0
    62
            this.SuspendLayout();
sl@0
    63
            // 
sl@0
    64
            // tabControl
sl@0
    65
            // 
sl@0
    66
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@0
    67
            | System.Windows.Forms.AnchorStyles.Left) 
sl@0
    68
            | System.Windows.Forms.AnchorStyles.Right)));
sl@0
    69
            this.tabControl.Controls.Add(this.tabPageDisplay);
sl@0
    70
            this.tabControl.Controls.Add(this.tabPageTests);
sl@0
    71
            this.tabControl.Location = new System.Drawing.Point(12, 12);
sl@0
    72
            this.tabControl.Name = "tabControl";
sl@0
    73
            this.tabControl.SelectedIndex = 0;
sl@7
    74
            this.tabControl.Size = new System.Drawing.Size(600, 395);
sl@0
    75
            this.tabControl.TabIndex = 0;
sl@0
    76
            // 
sl@0
    77
            // tabPageDisplay
sl@0
    78
            // 
sl@16
    79
            this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
sl@13
    80
            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
sl@13
    81
            this.tabPageDisplay.Controls.Add(this.panelDisplay);
sl@9
    82
            this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
sl@3
    83
            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
sl@3
    84
            this.tabPageDisplay.Controls.Add(this.buttonFill);
sl@3
    85
            this.tabPageDisplay.Controls.Add(this.buttonClear);
sl@3
    86
            this.tabPageDisplay.Controls.Add(this.buttonClose);
sl@3
    87
            this.tabPageDisplay.Controls.Add(this.buttonOpen);
sl@0
    88
            this.tabPageDisplay.Controls.Add(this.buttonCapture);
sl@0
    89
            this.tabPageDisplay.Controls.Add(this.buttonFont);
sl@0
    90
            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
sl@0
    91
            this.tabPageDisplay.Name = "tabPageDisplay";
sl@0
    92
            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
sl@7
    93
            this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
sl@0
    94
            this.tabPageDisplay.TabIndex = 0;
sl@0
    95
            this.tabPageDisplay.Text = "Display";
sl@0
    96
            this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0
    97
            // 
sl@16
    98
            // checkBoxReverseScreen
sl@16
    99
            // 
sl@16
   100
            this.checkBoxReverseScreen.AutoSize = true;
sl@16
   101
            this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 298);
sl@16
   102
            this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
sl@16
   103
            this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
sl@16
   104
            this.checkBoxReverseScreen.TabIndex = 14;
sl@16
   105
            this.checkBoxReverseScreen.Text = "Reverse screen";
sl@16
   106
            this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
sl@16
   107
            this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
sl@16
   108
            // 
sl@16
   109
            // checkBoxConnectOnStartup
sl@16
   110
            // 
sl@16
   111
            this.checkBoxConnectOnStartup.AutoSize = true;
sl@16
   112
            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
sl@16
   113
            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
sl@16
   114
            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
sl@16
   115
            this.checkBoxConnectOnStartup.TabIndex = 13;
sl@16
   116
            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
sl@16
   117
            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
sl@16
   118
            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
sl@16
   119
            // 
sl@16
   120
            // panelDisplay
sl@16
   121
            // 
sl@16
   122
            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
sl@16
   123
            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
sl@16
   124
            this.panelDisplay.Location = new System.Drawing.Point(181, 151);
sl@16
   125
            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
sl@16
   126
            this.panelDisplay.Name = "panelDisplay";
sl@16
   127
            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
sl@16
   128
            this.panelDisplay.TabIndex = 12;
sl@16
   129
            // 
sl@16
   130
            // tableLayoutPanel
sl@16
   131
            // 
sl@16
   132
            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@16
   133
            | System.Windows.Forms.AnchorStyles.Left) 
sl@16
   134
            | System.Windows.Forms.AnchorStyles.Right)));
sl@16
   135
            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@16
   136
            this.tableLayoutPanel.ColumnCount = 1;
sl@16
   137
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@16
   138
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
sl@16
   139
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
sl@16
   140
            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
sl@16
   141
            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@16
   142
            this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@16
   143
            this.tableLayoutPanel.RowCount = 2;
sl@16
   144
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@16
   145
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@16
   146
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   147
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   148
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   149
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   150
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   151
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   152
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   153
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   154
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   155
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   156
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   157
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   158
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   159
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   160
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   161
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   162
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   163
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   164
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   165
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   166
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   167
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   168
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   169
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   170
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   171
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   172
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   173
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   174
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   175
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   176
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   177
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   178
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   179
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   180
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   181
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   182
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   183
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   184
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   185
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   186
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   187
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   188
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   189
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   190
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   191
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   192
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   193
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   194
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   195
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   196
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   197
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   198
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   199
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   200
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   201
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   202
            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@16
   203
            this.tableLayoutPanel.TabIndex = 5;
sl@16
   204
            // 
sl@11
   205
            // checkBoxShowBorders
sl@11
   206
            // 
sl@11
   207
            this.checkBoxShowBorders.AutoSize = true;
sl@11
   208
            this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
sl@11
   209
            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
sl@11
   210
            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
sl@11
   211
            this.checkBoxShowBorders.TabIndex = 11;
sl@11
   212
            this.checkBoxShowBorders.Text = "Show borders";
sl@11
   213
            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
sl@11
   214
            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
sl@11
   215
            // 
sl@4
   216
            // trackBarBrightness
sl@4
   217
            // 
sl@7
   218
            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@7
   219
            | System.Windows.Forms.AnchorStyles.Right)));
sl@4
   220
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@7
   221
            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
sl@4
   222
            this.trackBarBrightness.Name = "trackBarBrightness";
sl@4
   223
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@7
   224
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
sl@4
   225
            this.trackBarBrightness.TabIndex = 10;
sl@4
   226
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
sl@4
   227
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
sl@4
   228
            // 
sl@4
   229
            // buttonFill
sl@4
   230
            // 
sl@4
   231
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
sl@4
   232
            this.buttonFill.Name = "buttonFill";
sl@4
   233
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
sl@4
   234
            this.buttonFill.TabIndex = 9;
sl@4
   235
            this.buttonFill.Text = "Fill";
sl@4
   236
            this.buttonFill.UseVisualStyleBackColor = true;
sl@4
   237
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
sl@4
   238
            // 
sl@4
   239
            // buttonClear
sl@4
   240
            // 
sl@4
   241
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
sl@4
   242
            this.buttonClear.Name = "buttonClear";
sl@4
   243
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
sl@4
   244
            this.buttonClear.TabIndex = 8;
sl@4
   245
            this.buttonClear.Text = "Clear";
sl@4
   246
            this.buttonClear.UseVisualStyleBackColor = true;
sl@4
   247
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
sl@4
   248
            // 
sl@4
   249
            // buttonClose
sl@4
   250
            // 
sl@4
   251
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
sl@4
   252
            this.buttonClose.Name = "buttonClose";
sl@4
   253
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
sl@4
   254
            this.buttonClose.TabIndex = 7;
sl@4
   255
            this.buttonClose.Text = "Close";
sl@4
   256
            this.buttonClose.UseVisualStyleBackColor = true;
sl@4
   257
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
sl@4
   258
            // 
sl@4
   259
            // buttonOpen
sl@4
   260
            // 
sl@4
   261
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
sl@4
   262
            this.buttonOpen.Name = "buttonOpen";
sl@4
   263
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
sl@4
   264
            this.buttonOpen.TabIndex = 6;
sl@4
   265
            this.buttonOpen.Text = "Open";
sl@4
   266
            this.buttonOpen.UseVisualStyleBackColor = true;
sl@4
   267
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
sl@4
   268
            // 
sl@0
   269
            // buttonCapture
sl@0
   270
            // 
sl@7
   271
            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   272
            this.buttonCapture.Location = new System.Drawing.Point(6, 311);
sl@0
   273
            this.buttonCapture.Name = "buttonCapture";
sl@0
   274
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0
   275
            this.buttonCapture.TabIndex = 5;
sl@0
   276
            this.buttonCapture.Text = "Capture";
sl@0
   277
            this.buttonCapture.UseVisualStyleBackColor = true;
sl@0
   278
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0
   279
            // 
sl@0
   280
            // buttonFont
sl@0
   281
            // 
sl@7
   282
            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   283
            this.buttonFont.Location = new System.Drawing.Point(6, 340);
sl@0
   284
            this.buttonFont.Name = "buttonFont";
sl@0
   285
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0
   286
            this.buttonFont.TabIndex = 0;
sl@0
   287
            this.buttonFont.Text = "Select Font";
sl@0
   288
            this.buttonFont.UseVisualStyleBackColor = true;
sl@0
   289
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0
   290
            // 
sl@0
   291
            // tabPageTests
sl@0
   292
            // 
sl@0
   293
            this.tabPageTests.Location = new System.Drawing.Point(4, 22);
sl@0
   294
            this.tabPageTests.Name = "tabPageTests";
sl@0
   295
            this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
sl@7
   296
            this.tabPageTests.Size = new System.Drawing.Size(592, 369);
sl@0
   297
            this.tabPageTests.TabIndex = 1;
sl@0
   298
            this.tabPageTests.Text = "Test";
sl@0
   299
            this.tabPageTests.UseVisualStyleBackColor = true;
sl@0
   300
            // 
sl@2
   301
            // timer
sl@2
   302
            // 
sl@2
   303
            this.timer.Enabled = true;
sl@2
   304
            this.timer.Interval = 50;
sl@2
   305
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
sl@2
   306
            // 
sl@7
   307
            // statusStrip
sl@7
   308
            // 
sl@7
   309
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@8
   310
            this.toolStripStatusLabelConnect,
sl@8
   311
            this.toolStripStatusLabelSpring,
sl@12
   312
            this.toolStripStatusLabelPower,
sl@8
   313
            this.toolStripStatusLabelFps});
sl@7
   314
            this.statusStrip.Location = new System.Drawing.Point(0, 420);
sl@7
   315
            this.statusStrip.Name = "statusStrip";
sl@8
   316
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
sl@7
   317
            this.statusStrip.Size = new System.Drawing.Size(624, 22);
sl@7
   318
            this.statusStrip.TabIndex = 1;
sl@7
   319
            this.statusStrip.Text = "statusStrip";
sl@7
   320
            // 
sl@7
   321
            // toolStripStatusLabelConnect
sl@7
   322
            // 
sl@7
   323
            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
sl@7
   324
            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
sl@7
   325
            this.toolStripStatusLabelConnect.Text = "Not connected";
sl@7
   326
            // 
sl@8
   327
            // toolStripStatusLabelSpring
sl@7
   328
            // 
sl@8
   329
            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
sl@13
   330
            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
sl@8
   331
            this.toolStripStatusLabelSpring.Spring = true;
sl@7
   332
            // 
sl@13
   333
            // toolStripStatusLabelPower
sl@13
   334
            // 
sl@13
   335
            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
sl@13
   336
            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
sl@13
   337
            this.toolStripStatusLabelPower.Text = "NA";
sl@13
   338
            // 
sl@8
   339
            // toolStripStatusLabelFps
sl@7
   340
            // 
sl@8
   341
            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
sl@8
   342
            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
sl@8
   343
            this.toolStripStatusLabelFps.Text = "FPS";
sl@7
   344
            // 
sl@17
   345
            // marqueeLabelTop
sl@17
   346
            // 
sl@17
   347
            this.marqueeLabelTop.AutoEllipsis = true;
sl@17
   348
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@17
   349
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@17
   350
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, -124);
sl@17
   351
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@17
   352
            this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@17
   353
            this.marqueeLabelTop.OwnTimer = false;
sl@17
   354
            this.marqueeLabelTop.PixelsPerSecond = 64;
sl@17
   355
            this.marqueeLabelTop.Separator = "|";
sl@17
   356
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
sl@17
   357
            this.marqueeLabelTop.TabIndex = 2;
sl@17
   358
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@17
   359
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@17
   360
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@17
   361
            // 
sl@17
   362
            // marqueeLabelBottom
sl@17
   363
            // 
sl@17
   364
            this.marqueeLabelBottom.AutoEllipsis = true;
sl@17
   365
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@17
   366
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -40);
sl@17
   367
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@17
   368
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@17
   369
            this.marqueeLabelBottom.OwnTimer = false;
sl@17
   370
            this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@17
   371
            this.marqueeLabelBottom.Separator = null;
sl@17
   372
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
sl@17
   373
            this.marqueeLabelBottom.TabIndex = 3;
sl@17
   374
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@17
   375
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@17
   376
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@17
   377
            // 
sl@0
   378
            // MainForm
sl@0
   379
            // 
sl@0
   380
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@0
   381
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@7
   382
            this.ClientSize = new System.Drawing.Size(624, 442);
sl@7
   383
            this.Controls.Add(this.statusStrip);
sl@0
   384
            this.Controls.Add(this.tabControl);
sl@7
   385
            this.MinimumSize = new System.Drawing.Size(640, 480);
sl@0
   386
            this.Name = "MainForm";
sl@0
   387
            this.Text = "Sharp Display Manager";
sl@17
   388
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@13
   389
            this.Load += new System.EventHandler(this.MainForm_Load);
sl@14
   390
            this.Resize += new System.EventHandler(this.MainForm_Resize);
sl@0
   391
            this.tabControl.ResumeLayout(false);
sl@0
   392
            this.tabPageDisplay.ResumeLayout(false);
sl@3
   393
            this.tabPageDisplay.PerformLayout();
sl@16
   394
            this.panelDisplay.ResumeLayout(false);
sl@16
   395
            this.tableLayoutPanel.ResumeLayout(false);
sl@4
   396
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
sl@7
   397
            this.statusStrip.ResumeLayout(false);
sl@7
   398
            this.statusStrip.PerformLayout();
sl@0
   399
            this.ResumeLayout(false);
sl@7
   400
            this.PerformLayout();
sl@0
   401
sl@0
   402
        }
sl@0
   403
sl@0
   404
        #endregion
sl@0
   405
sl@0
   406
        private System.Windows.Forms.TabControl tabControl;
sl@0
   407
        private System.Windows.Forms.TabPage tabPageDisplay;
sl@0
   408
        private System.Windows.Forms.TabPage tabPageTests;
sl@0
   409
        private System.Windows.Forms.Button buttonFont;
sl@0
   410
        private System.Windows.Forms.FontDialog fontDialog;
sl@0
   411
        private System.Windows.Forms.Button buttonCapture;
sl@2
   412
        private System.Windows.Forms.Timer timer;
sl@3
   413
        private System.Windows.Forms.Button buttonFill;
sl@3
   414
        private System.Windows.Forms.Button buttonClear;
sl@3
   415
        private System.Windows.Forms.Button buttonClose;
sl@3
   416
        private System.Windows.Forms.Button buttonOpen;
sl@3
   417
        private System.Windows.Forms.TrackBar trackBarBrightness;
sl@7
   418
        private System.Windows.Forms.StatusStrip statusStrip;
sl@7
   419
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
sl@8
   420
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
sl@8
   421
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
sl@9
   422
        private System.Windows.Forms.CheckBox checkBoxShowBorders;
sl@12
   423
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
sl@13
   424
        private System.Windows.Forms.Panel panelDisplay;
sl@13
   425
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@17
   426
        public MarqueeLabel marqueeLabelTop;
sl@17
   427
        public MarqueeLabel marqueeLabelBottom;
sl@13
   428
        private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
sl@16
   429
        private System.Windows.Forms.CheckBox checkBoxReverseScreen;
sl@0
   430
    }
sl@0
   431
}
sl@0
   432