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