sl@0: namespace SharpDisplayManager
sl@0: {
sl@0: partial class MainForm
sl@0: {
sl@0: ///
sl@0: /// Required designer variable.
sl@0: ///
sl@0: private System.ComponentModel.IContainer components = null;
sl@0:
sl@0: ///
sl@0: /// Clean up any resources being used.
sl@0: ///
sl@0: /// true if managed resources should be disposed; otherwise, false.
sl@0: protected override void Dispose(bool disposing)
sl@0: {
sl@0: if (disposing && (components != null))
sl@0: {
sl@0: components.Dispose();
sl@0: }
sl@0: base.Dispose(disposing);
sl@0: }
sl@0:
sl@0: #region Windows Form Designer generated code
sl@0:
sl@0: ///
sl@0: /// Required method for Designer support - do not modify
sl@0: /// the contents of this method with the code editor.
sl@0: ///
sl@0: private void InitializeComponent()
sl@0: {
sl@0: this.tabControl = new System.Windows.Forms.TabControl();
sl@0: this.tabPageDisplay = new System.Windows.Forms.TabPage();
sl@0: this.buttonCapture = new System.Windows.Forms.Button();
sl@0: this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
sl@0: this.marqueeLabel1 = new SharpDisplayManager.MarqueeLabel();
sl@0: this.marqueeLabel2 = new SharpDisplayManager.MarqueeLabel();
sl@0: this.buttonFont = new System.Windows.Forms.Button();
sl@0: this.tabPageTests = new System.Windows.Forms.TabPage();
sl@0: this.fontDialog = new System.Windows.Forms.FontDialog();
sl@0: this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
sl@0: this.tabControl.SuspendLayout();
sl@0: this.tabPageDisplay.SuspendLayout();
sl@0: this.tableLayoutPanel.SuspendLayout();
sl@0: this.SuspendLayout();
sl@0: //
sl@0: // tabControl
sl@0: //
sl@0: this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
sl@0: | System.Windows.Forms.AnchorStyles.Left)
sl@0: | System.Windows.Forms.AnchorStyles.Right)));
sl@0: this.tabControl.Controls.Add(this.tabPageDisplay);
sl@0: this.tabControl.Controls.Add(this.tabPageTests);
sl@0: this.tabControl.Location = new System.Drawing.Point(12, 12);
sl@0: this.tabControl.Name = "tabControl";
sl@0: this.tabControl.SelectedIndex = 0;
sl@0: this.tabControl.Size = new System.Drawing.Size(529, 362);
sl@0: this.tabControl.TabIndex = 0;
sl@0: //
sl@0: // tabPageDisplay
sl@0: //
sl@0: this.tabPageDisplay.Controls.Add(this.buttonCapture);
sl@0: this.tabPageDisplay.Controls.Add(this.tableLayoutPanel);
sl@0: this.tabPageDisplay.Controls.Add(this.buttonFont);
sl@0: this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
sl@0: this.tabPageDisplay.Name = "tabPageDisplay";
sl@0: this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
sl@0: this.tabPageDisplay.Size = new System.Drawing.Size(521, 336);
sl@0: this.tabPageDisplay.TabIndex = 0;
sl@0: this.tabPageDisplay.Text = "Display";
sl@0: this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0: //
sl@0: // buttonCapture
sl@0: //
sl@0: this.buttonCapture.Location = new System.Drawing.Point(6, 278);
sl@0: this.buttonCapture.Name = "buttonCapture";
sl@0: this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0: this.buttonCapture.TabIndex = 5;
sl@0: this.buttonCapture.Text = "Capture";
sl@0: this.buttonCapture.UseVisualStyleBackColor = true;
sl@0: this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0: //
sl@0: // tableLayoutPanel
sl@0: //
sl@0: this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@0: this.tableLayoutPanel.ColumnCount = 1;
sl@0: this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@0: this.tableLayoutPanel.Controls.Add(this.marqueeLabel1, 0, 0);
sl@0: this.tableLayoutPanel.Controls.Add(this.marqueeLabel2, 0, 1);
sl@0: this.tableLayoutPanel.Location = new System.Drawing.Point(215, 165);
sl@0: this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@0: this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@0: this.tableLayoutPanel.RowCount = 2;
sl@0: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@0: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@0: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@0: this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@0: this.tableLayoutPanel.TabIndex = 4;
sl@0: //
sl@0: // marqueeLabel1
sl@0: //
sl@0: this.marqueeLabel1.BackColor = System.Drawing.Color.Transparent;
sl@0: this.marqueeLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
sl@0: this.marqueeLabel1.Location = new System.Drawing.Point(1, 1);
sl@0: this.marqueeLabel1.Margin = new System.Windows.Forms.Padding(0);
sl@0: this.marqueeLabel1.Name = "marqueeLabel1";
sl@0: this.marqueeLabel1.PixelsPerSecond = 128;
sl@0: this.marqueeLabel1.Size = new System.Drawing.Size(254, 30);
sl@0: this.marqueeLabel1.TabIndex = 2;
sl@0: this.marqueeLabel1.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@0: this.marqueeLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@0: this.marqueeLabel1.UseCompatibleTextRendering = true;
sl@0: //
sl@0: // marqueeLabel2
sl@0: //
sl@0: this.marqueeLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
sl@0: this.marqueeLabel2.Location = new System.Drawing.Point(1, 32);
sl@0: this.marqueeLabel2.Margin = new System.Windows.Forms.Padding(0);
sl@0: this.marqueeLabel2.Name = "marqueeLabel2";
sl@0: this.marqueeLabel2.PixelsPerSecond = 64;
sl@0: this.marqueeLabel2.Size = new System.Drawing.Size(254, 31);
sl@0: this.marqueeLabel2.TabIndex = 3;
sl@0: this.marqueeLabel2.Text = "abcdefghijklmnopqrst-0123456789";
sl@0: this.marqueeLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@0: this.marqueeLabel2.UseCompatibleTextRendering = true;
sl@0: //
sl@0: // buttonFont
sl@0: //
sl@0: this.buttonFont.Location = new System.Drawing.Point(6, 307);
sl@0: this.buttonFont.Name = "buttonFont";
sl@0: this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0: this.buttonFont.TabIndex = 0;
sl@0: this.buttonFont.Text = "Select Font";
sl@0: this.buttonFont.UseVisualStyleBackColor = true;
sl@0: this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0: //
sl@0: // tabPageTests
sl@0: //
sl@0: this.tabPageTests.Location = new System.Drawing.Point(4, 22);
sl@0: this.tabPageTests.Name = "tabPageTests";
sl@0: this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
sl@0: this.tabPageTests.Size = new System.Drawing.Size(521, 336);
sl@0: this.tabPageTests.TabIndex = 1;
sl@0: this.tabPageTests.Text = "Test";
sl@0: this.tabPageTests.UseVisualStyleBackColor = true;
sl@0: //
sl@0: // MainForm
sl@0: //
sl@0: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@0: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@0: this.ClientSize = new System.Drawing.Size(553, 386);
sl@0: this.Controls.Add(this.tabControl);
sl@0: this.Name = "MainForm";
sl@0: this.Text = "Sharp Display Manager";
sl@0: this.tabControl.ResumeLayout(false);
sl@0: this.tabPageDisplay.ResumeLayout(false);
sl@0: this.tableLayoutPanel.ResumeLayout(false);
sl@0: this.ResumeLayout(false);
sl@0:
sl@0: }
sl@0:
sl@0: #endregion
sl@0:
sl@0: private System.Windows.Forms.TabControl tabControl;
sl@0: private System.Windows.Forms.TabPage tabPageDisplay;
sl@0: private System.Windows.Forms.TabPage tabPageTests;
sl@0: private System.Windows.Forms.Button buttonFont;
sl@0: private System.Windows.Forms.FontDialog fontDialog;
sl@0: private System.ComponentModel.BackgroundWorker backgroundWorker1;
sl@0: private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@0: private MarqueeLabel marqueeLabel1;
sl@0: private MarqueeLabel marqueeLabel2;
sl@0: private System.Windows.Forms.Button buttonCapture;
sl@0: }
sl@0: }
sl@0: