MainForm.Designer.cs
author sl
Sat, 14 Jun 2014 12:51:25 +0200
changeset 0 f6eca6facd07
child 2 f516c3f656bf
permissions -rw-r--r--
First contrib.
     1 namespace SharpDisplayManager
     2 {
     3     partial class MainForm
     4     {
     5         /// <summary>
     6         /// Required designer variable.
     7         /// </summary>
     8         private System.ComponentModel.IContainer components = null;
     9 
    10         /// <summary>
    11         /// Clean up any resources being used.
    12         /// </summary>
    13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    14         protected override void Dispose(bool disposing)
    15         {
    16             if (disposing && (components != null))
    17             {
    18                 components.Dispose();
    19             }
    20             base.Dispose(disposing);
    21         }
    22 
    23         #region Windows Form Designer generated code
    24 
    25         /// <summary>
    26         /// Required method for Designer support - do not modify
    27         /// the contents of this method with the code editor.
    28         /// </summary>
    29         private void InitializeComponent()
    30         {
    31             this.tabControl = new System.Windows.Forms.TabControl();
    32             this.tabPageDisplay = new System.Windows.Forms.TabPage();
    33             this.buttonCapture = new System.Windows.Forms.Button();
    34             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    35             this.marqueeLabel1 = new SharpDisplayManager.MarqueeLabel();
    36             this.marqueeLabel2 = new SharpDisplayManager.MarqueeLabel();
    37             this.buttonFont = new System.Windows.Forms.Button();
    38             this.tabPageTests = new System.Windows.Forms.TabPage();
    39             this.fontDialog = new System.Windows.Forms.FontDialog();
    40             this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
    41             this.tabControl.SuspendLayout();
    42             this.tabPageDisplay.SuspendLayout();
    43             this.tableLayoutPanel.SuspendLayout();
    44             this.SuspendLayout();
    45             // 
    46             // tabControl
    47             // 
    48             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    49             | System.Windows.Forms.AnchorStyles.Left) 
    50             | System.Windows.Forms.AnchorStyles.Right)));
    51             this.tabControl.Controls.Add(this.tabPageDisplay);
    52             this.tabControl.Controls.Add(this.tabPageTests);
    53             this.tabControl.Location = new System.Drawing.Point(12, 12);
    54             this.tabControl.Name = "tabControl";
    55             this.tabControl.SelectedIndex = 0;
    56             this.tabControl.Size = new System.Drawing.Size(529, 362);
    57             this.tabControl.TabIndex = 0;
    58             // 
    59             // tabPageDisplay
    60             // 
    61             this.tabPageDisplay.Controls.Add(this.buttonCapture);
    62             this.tabPageDisplay.Controls.Add(this.tableLayoutPanel);
    63             this.tabPageDisplay.Controls.Add(this.buttonFont);
    64             this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
    65             this.tabPageDisplay.Name = "tabPageDisplay";
    66             this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
    67             this.tabPageDisplay.Size = new System.Drawing.Size(521, 336);
    68             this.tabPageDisplay.TabIndex = 0;
    69             this.tabPageDisplay.Text = "Display";
    70             this.tabPageDisplay.UseVisualStyleBackColor = true;
    71             // 
    72             // buttonCapture
    73             // 
    74             this.buttonCapture.Location = new System.Drawing.Point(6, 278);
    75             this.buttonCapture.Name = "buttonCapture";
    76             this.buttonCapture.Size = new System.Drawing.Size(75, 23);
    77             this.buttonCapture.TabIndex = 5;
    78             this.buttonCapture.Text = "Capture";
    79             this.buttonCapture.UseVisualStyleBackColor = true;
    80             this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
    81             // 
    82             // tableLayoutPanel
    83             // 
    84             this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
    85             this.tableLayoutPanel.ColumnCount = 1;
    86             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    87             this.tableLayoutPanel.Controls.Add(this.marqueeLabel1, 0, 0);
    88             this.tableLayoutPanel.Controls.Add(this.marqueeLabel2, 0, 1);
    89             this.tableLayoutPanel.Location = new System.Drawing.Point(215, 165);
    90             this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
    91             this.tableLayoutPanel.Name = "tableLayoutPanel";
    92             this.tableLayoutPanel.RowCount = 2;
    93             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    94             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    95             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    96             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    97             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    98             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    99             this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   100             this.tableLayoutPanel.TabIndex = 4;
   101             // 
   102             // marqueeLabel1
   103             // 
   104             this.marqueeLabel1.BackColor = System.Drawing.Color.Transparent;
   105             this.marqueeLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
   106             this.marqueeLabel1.Location = new System.Drawing.Point(1, 1);
   107             this.marqueeLabel1.Margin = new System.Windows.Forms.Padding(0);
   108             this.marqueeLabel1.Name = "marqueeLabel1";
   109             this.marqueeLabel1.PixelsPerSecond = 128;
   110             this.marqueeLabel1.Size = new System.Drawing.Size(254, 30);
   111             this.marqueeLabel1.TabIndex = 2;
   112             this.marqueeLabel1.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   113             this.marqueeLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   114             this.marqueeLabel1.UseCompatibleTextRendering = true;
   115             // 
   116             // marqueeLabel2
   117             // 
   118             this.marqueeLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
   119             this.marqueeLabel2.Location = new System.Drawing.Point(1, 32);
   120             this.marqueeLabel2.Margin = new System.Windows.Forms.Padding(0);
   121             this.marqueeLabel2.Name = "marqueeLabel2";
   122             this.marqueeLabel2.PixelsPerSecond = 64;
   123             this.marqueeLabel2.Size = new System.Drawing.Size(254, 31);
   124             this.marqueeLabel2.TabIndex = 3;
   125             this.marqueeLabel2.Text = "abcdefghijklmnopqrst-0123456789";
   126             this.marqueeLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   127             this.marqueeLabel2.UseCompatibleTextRendering = true;
   128             // 
   129             // buttonFont
   130             // 
   131             this.buttonFont.Location = new System.Drawing.Point(6, 307);
   132             this.buttonFont.Name = "buttonFont";
   133             this.buttonFont.Size = new System.Drawing.Size(75, 23);
   134             this.buttonFont.TabIndex = 0;
   135             this.buttonFont.Text = "Select Font";
   136             this.buttonFont.UseVisualStyleBackColor = true;
   137             this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   138             // 
   139             // tabPageTests
   140             // 
   141             this.tabPageTests.Location = new System.Drawing.Point(4, 22);
   142             this.tabPageTests.Name = "tabPageTests";
   143             this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
   144             this.tabPageTests.Size = new System.Drawing.Size(521, 336);
   145             this.tabPageTests.TabIndex = 1;
   146             this.tabPageTests.Text = "Test";
   147             this.tabPageTests.UseVisualStyleBackColor = true;
   148             // 
   149             // MainForm
   150             // 
   151             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   152             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   153             this.ClientSize = new System.Drawing.Size(553, 386);
   154             this.Controls.Add(this.tabControl);
   155             this.Name = "MainForm";
   156             this.Text = "Sharp Display Manager";
   157             this.tabControl.ResumeLayout(false);
   158             this.tabPageDisplay.ResumeLayout(false);
   159             this.tableLayoutPanel.ResumeLayout(false);
   160             this.ResumeLayout(false);
   161 
   162         }
   163 
   164         #endregion
   165 
   166         private System.Windows.Forms.TabControl tabControl;
   167         private System.Windows.Forms.TabPage tabPageDisplay;
   168         private System.Windows.Forms.TabPage tabPageTests;
   169         private System.Windows.Forms.Button buttonFont;
   170         private System.Windows.Forms.FontDialog fontDialog;
   171         private System.ComponentModel.BackgroundWorker backgroundWorker1;
   172         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   173         private MarqueeLabel marqueeLabel1;
   174         private MarqueeLabel marqueeLabel2;
   175         private System.Windows.Forms.Button buttonCapture;
   176     }
   177 }
   178