MainForm.Designer.cs
author sl
Tue, 08 Jul 2014 18:59:07 +0200
changeset 8 5129c03ab7ba
parent 7 69815d19796c
child 9 7c363a7a975e
permissions -rw-r--r--
Adding persistent settings and marquee separator.
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@4
    34
            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
sl@4
    35
            this.buttonFill = new System.Windows.Forms.Button();
sl@4
    36
            this.buttonClear = new System.Windows.Forms.Button();
sl@4
    37
            this.buttonClose = new System.Windows.Forms.Button();
sl@4
    38
            this.buttonOpen = new System.Windows.Forms.Button();
sl@0
    39
            this.buttonCapture = new System.Windows.Forms.Button();
sl@0
    40
            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
sl@8
    41
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@8
    42
            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
sl@0
    43
            this.buttonFont = new System.Windows.Forms.Button();
sl@0
    44
            this.tabPageTests = new System.Windows.Forms.TabPage();
sl@0
    45
            this.fontDialog = new System.Windows.Forms.FontDialog();
sl@2
    46
            this.timer = new System.Windows.Forms.Timer(this.components);
sl@7
    47
            this.statusStrip = new System.Windows.Forms.StatusStrip();
sl@7
    48
            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    49
            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    50
            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
sl@0
    51
            this.tabControl.SuspendLayout();
sl@0
    52
            this.tabPageDisplay.SuspendLayout();
sl@4
    53
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
sl@0
    54
            this.tableLayoutPanel.SuspendLayout();
sl@7
    55
            this.statusStrip.SuspendLayout();
sl@0
    56
            this.SuspendLayout();
sl@0
    57
            // 
sl@0
    58
            // tabControl
sl@0
    59
            // 
sl@0
    60
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@0
    61
            | System.Windows.Forms.AnchorStyles.Left) 
sl@0
    62
            | System.Windows.Forms.AnchorStyles.Right)));
sl@0
    63
            this.tabControl.Controls.Add(this.tabPageDisplay);
sl@0
    64
            this.tabControl.Controls.Add(this.tabPageTests);
sl@0
    65
            this.tabControl.Location = new System.Drawing.Point(12, 12);
sl@0
    66
            this.tabControl.Name = "tabControl";
sl@0
    67
            this.tabControl.SelectedIndex = 0;
sl@7
    68
            this.tabControl.Size = new System.Drawing.Size(600, 395);
sl@0
    69
            this.tabControl.TabIndex = 0;
sl@0
    70
            // 
sl@0
    71
            // tabPageDisplay
sl@0
    72
            // 
sl@3
    73
            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
sl@3
    74
            this.tabPageDisplay.Controls.Add(this.buttonFill);
sl@3
    75
            this.tabPageDisplay.Controls.Add(this.buttonClear);
sl@3
    76
            this.tabPageDisplay.Controls.Add(this.buttonClose);
sl@3
    77
            this.tabPageDisplay.Controls.Add(this.buttonOpen);
sl@0
    78
            this.tabPageDisplay.Controls.Add(this.buttonCapture);
sl@0
    79
            this.tabPageDisplay.Controls.Add(this.tableLayoutPanel);
sl@0
    80
            this.tabPageDisplay.Controls.Add(this.buttonFont);
sl@0
    81
            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
sl@0
    82
            this.tabPageDisplay.Name = "tabPageDisplay";
sl@0
    83
            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
sl@7
    84
            this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
sl@0
    85
            this.tabPageDisplay.TabIndex = 0;
sl@0
    86
            this.tabPageDisplay.Text = "Display";
sl@0
    87
            this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0
    88
            // 
sl@4
    89
            // trackBarBrightness
sl@4
    90
            // 
sl@7
    91
            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@7
    92
            | System.Windows.Forms.AnchorStyles.Right)));
sl@4
    93
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@7
    94
            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
sl@4
    95
            this.trackBarBrightness.Name = "trackBarBrightness";
sl@4
    96
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@7
    97
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
sl@4
    98
            this.trackBarBrightness.TabIndex = 10;
sl@4
    99
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
sl@4
   100
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
sl@4
   101
            // 
sl@4
   102
            // buttonFill
sl@4
   103
            // 
sl@4
   104
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
sl@4
   105
            this.buttonFill.Name = "buttonFill";
sl@4
   106
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
sl@4
   107
            this.buttonFill.TabIndex = 9;
sl@4
   108
            this.buttonFill.Text = "Fill";
sl@4
   109
            this.buttonFill.UseVisualStyleBackColor = true;
sl@4
   110
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
sl@4
   111
            // 
sl@4
   112
            // buttonClear
sl@4
   113
            // 
sl@4
   114
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
sl@4
   115
            this.buttonClear.Name = "buttonClear";
sl@4
   116
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
sl@4
   117
            this.buttonClear.TabIndex = 8;
sl@4
   118
            this.buttonClear.Text = "Clear";
sl@4
   119
            this.buttonClear.UseVisualStyleBackColor = true;
sl@4
   120
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
sl@4
   121
            // 
sl@4
   122
            // buttonClose
sl@4
   123
            // 
sl@4
   124
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
sl@4
   125
            this.buttonClose.Name = "buttonClose";
sl@4
   126
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
sl@4
   127
            this.buttonClose.TabIndex = 7;
sl@4
   128
            this.buttonClose.Text = "Close";
sl@4
   129
            this.buttonClose.UseVisualStyleBackColor = true;
sl@4
   130
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
sl@4
   131
            // 
sl@4
   132
            // buttonOpen
sl@4
   133
            // 
sl@4
   134
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
sl@4
   135
            this.buttonOpen.Name = "buttonOpen";
sl@4
   136
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
sl@4
   137
            this.buttonOpen.TabIndex = 6;
sl@4
   138
            this.buttonOpen.Text = "Open";
sl@4
   139
            this.buttonOpen.UseVisualStyleBackColor = true;
sl@4
   140
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
sl@4
   141
            // 
sl@0
   142
            // buttonCapture
sl@0
   143
            // 
sl@7
   144
            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   145
            this.buttonCapture.Location = new System.Drawing.Point(6, 311);
sl@0
   146
            this.buttonCapture.Name = "buttonCapture";
sl@0
   147
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0
   148
            this.buttonCapture.TabIndex = 5;
sl@0
   149
            this.buttonCapture.Text = "Capture";
sl@0
   150
            this.buttonCapture.UseVisualStyleBackColor = true;
sl@0
   151
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0
   152
            // 
sl@0
   153
            // tableLayoutPanel
sl@0
   154
            // 
sl@0
   155
            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@0
   156
            this.tableLayoutPanel.ColumnCount = 1;
sl@0
   157
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@2
   158
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
sl@2
   159
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
sl@3
   160
            this.tableLayoutPanel.Location = new System.Drawing.Point(180, 161);
sl@0
   161
            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@0
   162
            this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@0
   163
            this.tableLayoutPanel.RowCount = 2;
sl@0
   164
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@0
   165
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@0
   166
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0
   167
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0
   168
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0
   169
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   170
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   171
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   172
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   173
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   174
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   175
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   176
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   177
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   178
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   179
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   180
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   181
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   182
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   183
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   184
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   185
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   186
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   187
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   188
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   189
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   190
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   191
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   192
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   193
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   194
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   195
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   196
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   197
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0
   198
            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@0
   199
            this.tableLayoutPanel.TabIndex = 4;
sl@0
   200
            // 
sl@8
   201
            // marqueeLabelTop
sl@8
   202
            // 
sl@8
   203
            this.marqueeLabelTop.AutoEllipsis = true;
sl@8
   204
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@8
   205
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@8
   206
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
sl@8
   207
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@8
   208
            this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@8
   209
            this.marqueeLabelTop.OwnTimer = false;
sl@8
   210
            this.marqueeLabelTop.PixelsPerSecond = 64;
sl@8
   211
            this.marqueeLabelTop.Separator = "";
sl@8
   212
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
sl@8
   213
            this.marqueeLabelTop.TabIndex = 2;
sl@8
   214
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@8
   215
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@8
   216
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@8
   217
            // 
sl@8
   218
            // marqueeLabelBottom
sl@8
   219
            // 
sl@8
   220
            this.marqueeLabelBottom.AutoEllipsis = true;
sl@8
   221
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@8
   222
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
sl@8
   223
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@8
   224
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@8
   225
            this.marqueeLabelBottom.OwnTimer = false;
sl@8
   226
            this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@8
   227
            this.marqueeLabelBottom.Separator = " | ";
sl@8
   228
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
sl@8
   229
            this.marqueeLabelBottom.TabIndex = 3;
sl@8
   230
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@8
   231
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@8
   232
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@8
   233
            // 
sl@0
   234
            // buttonFont
sl@0
   235
            // 
sl@7
   236
            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   237
            this.buttonFont.Location = new System.Drawing.Point(6, 340);
sl@0
   238
            this.buttonFont.Name = "buttonFont";
sl@0
   239
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0
   240
            this.buttonFont.TabIndex = 0;
sl@0
   241
            this.buttonFont.Text = "Select Font";
sl@0
   242
            this.buttonFont.UseVisualStyleBackColor = true;
sl@0
   243
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0
   244
            // 
sl@0
   245
            // tabPageTests
sl@0
   246
            // 
sl@0
   247
            this.tabPageTests.Location = new System.Drawing.Point(4, 22);
sl@0
   248
            this.tabPageTests.Name = "tabPageTests";
sl@0
   249
            this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
sl@7
   250
            this.tabPageTests.Size = new System.Drawing.Size(592, 369);
sl@0
   251
            this.tabPageTests.TabIndex = 1;
sl@0
   252
            this.tabPageTests.Text = "Test";
sl@0
   253
            this.tabPageTests.UseVisualStyleBackColor = true;
sl@0
   254
            // 
sl@2
   255
            // timer
sl@2
   256
            // 
sl@2
   257
            this.timer.Enabled = true;
sl@2
   258
            this.timer.Interval = 50;
sl@2
   259
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
sl@2
   260
            // 
sl@7
   261
            // statusStrip
sl@7
   262
            // 
sl@7
   263
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@8
   264
            this.toolStripStatusLabelConnect,
sl@8
   265
            this.toolStripStatusLabelSpring,
sl@8
   266
            this.toolStripStatusLabelFps});
sl@7
   267
            this.statusStrip.Location = new System.Drawing.Point(0, 420);
sl@7
   268
            this.statusStrip.Name = "statusStrip";
sl@8
   269
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
sl@7
   270
            this.statusStrip.Size = new System.Drawing.Size(624, 22);
sl@7
   271
            this.statusStrip.TabIndex = 1;
sl@7
   272
            this.statusStrip.Text = "statusStrip";
sl@7
   273
            // 
sl@7
   274
            // toolStripStatusLabelConnect
sl@7
   275
            // 
sl@7
   276
            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
sl@7
   277
            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
sl@7
   278
            this.toolStripStatusLabelConnect.Text = "Not connected";
sl@7
   279
            // 
sl@8
   280
            // toolStripStatusLabelSpring
sl@7
   281
            // 
sl@8
   282
            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
sl@8
   283
            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(497, 17);
sl@8
   284
            this.toolStripStatusLabelSpring.Spring = true;
sl@7
   285
            // 
sl@8
   286
            // toolStripStatusLabelFps
sl@7
   287
            // 
sl@8
   288
            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
sl@8
   289
            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
sl@8
   290
            this.toolStripStatusLabelFps.Text = "FPS";
sl@7
   291
            // 
sl@0
   292
            // MainForm
sl@0
   293
            // 
sl@0
   294
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@0
   295
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@7
   296
            this.ClientSize = new System.Drawing.Size(624, 442);
sl@7
   297
            this.Controls.Add(this.statusStrip);
sl@0
   298
            this.Controls.Add(this.tabControl);
sl@7
   299
            this.MinimumSize = new System.Drawing.Size(640, 480);
sl@0
   300
            this.Name = "MainForm";
sl@0
   301
            this.Text = "Sharp Display Manager";
sl@0
   302
            this.tabControl.ResumeLayout(false);
sl@0
   303
            this.tabPageDisplay.ResumeLayout(false);
sl@3
   304
            this.tabPageDisplay.PerformLayout();
sl@4
   305
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
sl@0
   306
            this.tableLayoutPanel.ResumeLayout(false);
sl@7
   307
            this.statusStrip.ResumeLayout(false);
sl@7
   308
            this.statusStrip.PerformLayout();
sl@0
   309
            this.ResumeLayout(false);
sl@7
   310
            this.PerformLayout();
sl@0
   311
sl@0
   312
        }
sl@0
   313
sl@0
   314
        #endregion
sl@0
   315
sl@0
   316
        private System.Windows.Forms.TabControl tabControl;
sl@0
   317
        private System.Windows.Forms.TabPage tabPageDisplay;
sl@0
   318
        private System.Windows.Forms.TabPage tabPageTests;
sl@0
   319
        private System.Windows.Forms.Button buttonFont;
sl@0
   320
        private System.Windows.Forms.FontDialog fontDialog;
sl@0
   321
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@2
   322
        private MarqueeLabel marqueeLabelTop;
sl@2
   323
        private MarqueeLabel marqueeLabelBottom;
sl@0
   324
        private System.Windows.Forms.Button buttonCapture;
sl@2
   325
        private System.Windows.Forms.Timer timer;
sl@3
   326
        private System.Windows.Forms.Button buttonFill;
sl@3
   327
        private System.Windows.Forms.Button buttonClear;
sl@3
   328
        private System.Windows.Forms.Button buttonClose;
sl@3
   329
        private System.Windows.Forms.Button buttonOpen;
sl@3
   330
        private System.Windows.Forms.TrackBar trackBarBrightness;
sl@7
   331
        private System.Windows.Forms.StatusStrip statusStrip;
sl@7
   332
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
sl@8
   333
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
sl@8
   334
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
sl@0
   335
    }
sl@0
   336
}
sl@0
   337