MainForm.Designer.cs
author sl
Mon, 07 Jul 2014 22:29:26 +0200
changeset 4 0825370a7947
parent 3 71b55cfd8c05
child 7 69815d19796c
permissions -rw-r--r--
Display is now updated as labels are scrolling.
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@4
    41
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@4
    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@0
    47
            this.tabControl.SuspendLayout();
sl@0
    48
            this.tabPageDisplay.SuspendLayout();
sl@4
    49
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
sl@0
    50
            this.tableLayoutPanel.SuspendLayout();
sl@0
    51
            this.SuspendLayout();
sl@0
    52
            // 
sl@0
    53
            // tabControl
sl@0
    54
            // 
sl@0
    55
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@0
    56
            | System.Windows.Forms.AnchorStyles.Left) 
sl@0
    57
            | System.Windows.Forms.AnchorStyles.Right)));
sl@0
    58
            this.tabControl.Controls.Add(this.tabPageDisplay);
sl@0
    59
            this.tabControl.Controls.Add(this.tabPageTests);
sl@0
    60
            this.tabControl.Location = new System.Drawing.Point(12, 12);
sl@0
    61
            this.tabControl.Name = "tabControl";
sl@0
    62
            this.tabControl.SelectedIndex = 0;
sl@0
    63
            this.tabControl.Size = new System.Drawing.Size(529, 362);
sl@0
    64
            this.tabControl.TabIndex = 0;
sl@0
    65
            // 
sl@0
    66
            // tabPageDisplay
sl@0
    67
            // 
sl@3
    68
            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
sl@3
    69
            this.tabPageDisplay.Controls.Add(this.buttonFill);
sl@3
    70
            this.tabPageDisplay.Controls.Add(this.buttonClear);
sl@3
    71
            this.tabPageDisplay.Controls.Add(this.buttonClose);
sl@3
    72
            this.tabPageDisplay.Controls.Add(this.buttonOpen);
sl@0
    73
            this.tabPageDisplay.Controls.Add(this.buttonCapture);
sl@0
    74
            this.tabPageDisplay.Controls.Add(this.tableLayoutPanel);
sl@0
    75
            this.tabPageDisplay.Controls.Add(this.buttonFont);
sl@0
    76
            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
sl@0
    77
            this.tabPageDisplay.Name = "tabPageDisplay";
sl@0
    78
            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
sl@0
    79
            this.tabPageDisplay.Size = new System.Drawing.Size(521, 336);
sl@0
    80
            this.tabPageDisplay.TabIndex = 0;
sl@0
    81
            this.tabPageDisplay.Text = "Display";
sl@0
    82
            this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0
    83
            // 
sl@4
    84
            // trackBarBrightness
sl@4
    85
            // 
sl@4
    86
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@4
    87
            this.trackBarBrightness.Location = new System.Drawing.Point(470, 6);
sl@4
    88
            this.trackBarBrightness.Name = "trackBarBrightness";
sl@4
    89
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@4
    90
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 324);
sl@4
    91
            this.trackBarBrightness.TabIndex = 10;
sl@4
    92
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
sl@4
    93
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
sl@4
    94
            // 
sl@4
    95
            // buttonFill
sl@4
    96
            // 
sl@4
    97
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
sl@4
    98
            this.buttonFill.Name = "buttonFill";
sl@4
    99
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
sl@4
   100
            this.buttonFill.TabIndex = 9;
sl@4
   101
            this.buttonFill.Text = "Fill";
sl@4
   102
            this.buttonFill.UseVisualStyleBackColor = true;
sl@4
   103
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
sl@4
   104
            // 
sl@4
   105
            // buttonClear
sl@4
   106
            // 
sl@4
   107
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
sl@4
   108
            this.buttonClear.Name = "buttonClear";
sl@4
   109
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
sl@4
   110
            this.buttonClear.TabIndex = 8;
sl@4
   111
            this.buttonClear.Text = "Clear";
sl@4
   112
            this.buttonClear.UseVisualStyleBackColor = true;
sl@4
   113
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
sl@4
   114
            // 
sl@4
   115
            // buttonClose
sl@4
   116
            // 
sl@4
   117
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
sl@4
   118
            this.buttonClose.Name = "buttonClose";
sl@4
   119
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
sl@4
   120
            this.buttonClose.TabIndex = 7;
sl@4
   121
            this.buttonClose.Text = "Close";
sl@4
   122
            this.buttonClose.UseVisualStyleBackColor = true;
sl@4
   123
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
sl@4
   124
            // 
sl@4
   125
            // buttonOpen
sl@4
   126
            // 
sl@4
   127
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
sl@4
   128
            this.buttonOpen.Name = "buttonOpen";
sl@4
   129
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
sl@4
   130
            this.buttonOpen.TabIndex = 6;
sl@4
   131
            this.buttonOpen.Text = "Open";
sl@4
   132
            this.buttonOpen.UseVisualStyleBackColor = true;
sl@4
   133
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
sl@4
   134
            // 
sl@0
   135
            // buttonCapture
sl@0
   136
            // 
sl@0
   137
            this.buttonCapture.Location = new System.Drawing.Point(6, 278);
sl@0
   138
            this.buttonCapture.Name = "buttonCapture";
sl@0
   139
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0
   140
            this.buttonCapture.TabIndex = 5;
sl@0
   141
            this.buttonCapture.Text = "Capture";
sl@0
   142
            this.buttonCapture.UseVisualStyleBackColor = true;
sl@0
   143
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0
   144
            // 
sl@0
   145
            // tableLayoutPanel
sl@0
   146
            // 
sl@0
   147
            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@0
   148
            this.tableLayoutPanel.ColumnCount = 1;
sl@0
   149
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@2
   150
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
sl@2
   151
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
sl@3
   152
            this.tableLayoutPanel.Location = new System.Drawing.Point(180, 161);
sl@0
   153
            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@0
   154
            this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@0
   155
            this.tableLayoutPanel.RowCount = 2;
sl@0
   156
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@0
   157
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@0
   158
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0
   159
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0
   160
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0
   161
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   162
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   163
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   164
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   165
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   166
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   167
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   168
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@2
   169
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   170
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   171
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   172
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   173
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   174
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   175
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   176
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@3
   177
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   178
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   179
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   180
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   181
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   182
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   183
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   184
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@4
   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@0
   190
            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@0
   191
            this.tableLayoutPanel.TabIndex = 4;
sl@0
   192
            // 
sl@4
   193
            // marqueeLabelTop
sl@4
   194
            // 
sl@4
   195
            this.marqueeLabelTop.AutoEllipsis = true;
sl@4
   196
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@4
   197
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@4
   198
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
sl@4
   199
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@4
   200
            this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@4
   201
            this.marqueeLabelTop.OwnTimer = false;
sl@4
   202
            this.marqueeLabelTop.PixelsPerSecond = 64;
sl@4
   203
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
sl@4
   204
            this.marqueeLabelTop.TabIndex = 2;
sl@4
   205
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@4
   206
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@4
   207
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@4
   208
            // 
sl@4
   209
            // marqueeLabelBottom
sl@4
   210
            // 
sl@4
   211
            this.marqueeLabelBottom.AutoEllipsis = true;
sl@4
   212
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@4
   213
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
sl@4
   214
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@4
   215
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@4
   216
            this.marqueeLabelBottom.OwnTimer = false;
sl@4
   217
            this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@4
   218
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
sl@4
   219
            this.marqueeLabelBottom.TabIndex = 3;
sl@4
   220
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@4
   221
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@4
   222
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@4
   223
            // 
sl@0
   224
            // buttonFont
sl@0
   225
            // 
sl@0
   226
            this.buttonFont.Location = new System.Drawing.Point(6, 307);
sl@0
   227
            this.buttonFont.Name = "buttonFont";
sl@0
   228
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0
   229
            this.buttonFont.TabIndex = 0;
sl@0
   230
            this.buttonFont.Text = "Select Font";
sl@0
   231
            this.buttonFont.UseVisualStyleBackColor = true;
sl@0
   232
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0
   233
            // 
sl@0
   234
            // tabPageTests
sl@0
   235
            // 
sl@0
   236
            this.tabPageTests.Location = new System.Drawing.Point(4, 22);
sl@0
   237
            this.tabPageTests.Name = "tabPageTests";
sl@0
   238
            this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
sl@0
   239
            this.tabPageTests.Size = new System.Drawing.Size(521, 336);
sl@0
   240
            this.tabPageTests.TabIndex = 1;
sl@0
   241
            this.tabPageTests.Text = "Test";
sl@0
   242
            this.tabPageTests.UseVisualStyleBackColor = true;
sl@0
   243
            // 
sl@2
   244
            // timer
sl@2
   245
            // 
sl@2
   246
            this.timer.Enabled = true;
sl@2
   247
            this.timer.Interval = 50;
sl@2
   248
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
sl@2
   249
            // 
sl@0
   250
            // MainForm
sl@0
   251
            // 
sl@0
   252
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@0
   253
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@0
   254
            this.ClientSize = new System.Drawing.Size(553, 386);
sl@0
   255
            this.Controls.Add(this.tabControl);
sl@0
   256
            this.Name = "MainForm";
sl@0
   257
            this.Text = "Sharp Display Manager";
sl@0
   258
            this.tabControl.ResumeLayout(false);
sl@0
   259
            this.tabPageDisplay.ResumeLayout(false);
sl@3
   260
            this.tabPageDisplay.PerformLayout();
sl@4
   261
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
sl@0
   262
            this.tableLayoutPanel.ResumeLayout(false);
sl@0
   263
            this.ResumeLayout(false);
sl@0
   264
sl@0
   265
        }
sl@0
   266
sl@0
   267
        #endregion
sl@0
   268
sl@0
   269
        private System.Windows.Forms.TabControl tabControl;
sl@0
   270
        private System.Windows.Forms.TabPage tabPageDisplay;
sl@0
   271
        private System.Windows.Forms.TabPage tabPageTests;
sl@0
   272
        private System.Windows.Forms.Button buttonFont;
sl@0
   273
        private System.Windows.Forms.FontDialog fontDialog;
sl@0
   274
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@2
   275
        private MarqueeLabel marqueeLabelTop;
sl@2
   276
        private MarqueeLabel marqueeLabelBottom;
sl@0
   277
        private System.Windows.Forms.Button buttonCapture;
sl@2
   278
        private System.Windows.Forms.Timer timer;
sl@3
   279
        private System.Windows.Forms.Button buttonFill;
sl@3
   280
        private System.Windows.Forms.Button buttonClear;
sl@3
   281
        private System.Windows.Forms.Button buttonClose;
sl@3
   282
        private System.Windows.Forms.Button buttonOpen;
sl@3
   283
        private System.Windows.Forms.TrackBar trackBarBrightness;
sl@0
   284
    }
sl@0
   285
}
sl@0
   286