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@2: this.components = new System.ComponentModel.Container(); sl@0: this.tabControl = new System.Windows.Forms.TabControl(); sl@0: this.tabPageDisplay = new System.Windows.Forms.TabPage(); sl@4: this.trackBarBrightness = new System.Windows.Forms.TrackBar(); sl@4: this.buttonFill = new System.Windows.Forms.Button(); sl@4: this.buttonClear = new System.Windows.Forms.Button(); sl@4: this.buttonClose = new System.Windows.Forms.Button(); sl@4: this.buttonOpen = new System.Windows.Forms.Button(); sl@0: this.buttonCapture = new System.Windows.Forms.Button(); sl@0: this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); sl@4: this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel(); sl@4: this.marqueeLabelBottom = 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@2: this.timer = new System.Windows.Forms.Timer(this.components); sl@0: this.tabControl.SuspendLayout(); sl@0: this.tabPageDisplay.SuspendLayout(); sl@4: ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit(); 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@3: this.tabPageDisplay.Controls.Add(this.trackBarBrightness); sl@3: this.tabPageDisplay.Controls.Add(this.buttonFill); sl@3: this.tabPageDisplay.Controls.Add(this.buttonClear); sl@3: this.tabPageDisplay.Controls.Add(this.buttonClose); sl@3: this.tabPageDisplay.Controls.Add(this.buttonOpen); 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@4: // trackBarBrightness sl@4: // sl@4: this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window; sl@4: this.trackBarBrightness.Location = new System.Drawing.Point(470, 6); sl@4: this.trackBarBrightness.Name = "trackBarBrightness"; sl@4: this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical; sl@4: this.trackBarBrightness.Size = new System.Drawing.Size(45, 324); sl@4: this.trackBarBrightness.TabIndex = 10; sl@4: this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both; sl@4: this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll); sl@4: // sl@4: // buttonFill sl@4: // sl@4: this.buttonFill.Location = new System.Drawing.Point(6, 93); sl@4: this.buttonFill.Name = "buttonFill"; sl@4: this.buttonFill.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonFill.TabIndex = 9; sl@4: this.buttonFill.Text = "Fill"; sl@4: this.buttonFill.UseVisualStyleBackColor = true; sl@4: this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click); sl@4: // sl@4: // buttonClear sl@4: // sl@4: this.buttonClear.Location = new System.Drawing.Point(6, 64); sl@4: this.buttonClear.Name = "buttonClear"; sl@4: this.buttonClear.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonClear.TabIndex = 8; sl@4: this.buttonClear.Text = "Clear"; sl@4: this.buttonClear.UseVisualStyleBackColor = true; sl@4: this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click); sl@4: // sl@4: // buttonClose sl@4: // sl@4: this.buttonClose.Location = new System.Drawing.Point(6, 35); sl@4: this.buttonClose.Name = "buttonClose"; sl@4: this.buttonClose.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonClose.TabIndex = 7; sl@4: this.buttonClose.Text = "Close"; sl@4: this.buttonClose.UseVisualStyleBackColor = true; sl@4: this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); sl@4: // sl@4: // buttonOpen sl@4: // sl@4: this.buttonOpen.Location = new System.Drawing.Point(6, 6); sl@4: this.buttonOpen.Name = "buttonOpen"; sl@4: this.buttonOpen.Size = new System.Drawing.Size(75, 23); sl@4: this.buttonOpen.TabIndex = 6; sl@4: this.buttonOpen.Text = "Open"; sl@4: this.buttonOpen.UseVisualStyleBackColor = true; sl@4: this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click); sl@4: // 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@2: this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0); sl@2: this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1); sl@3: this.tableLayoutPanel.Location = new System.Drawing.Point(180, 161); 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@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@2: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@3: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); sl@4: 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@4: // marqueeLabelTop sl@4: // sl@4: this.marqueeLabelTop.AutoEllipsis = true; sl@4: this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent; sl@4: this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill; sl@4: this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1); sl@4: this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0); sl@4: this.marqueeLabelTop.Name = "marqueeLabelTop"; sl@4: this.marqueeLabelTop.OwnTimer = false; sl@4: this.marqueeLabelTop.PixelsPerSecond = 64; sl@4: this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30); sl@4: this.marqueeLabelTop.TabIndex = 2; sl@4: this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789"; sl@4: this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; sl@4: this.marqueeLabelTop.UseCompatibleTextRendering = true; sl@4: // sl@4: // marqueeLabelBottom sl@4: // sl@4: this.marqueeLabelBottom.AutoEllipsis = true; sl@4: this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill; sl@4: this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32); sl@4: this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0); sl@4: this.marqueeLabelBottom.Name = "marqueeLabelBottom"; sl@4: this.marqueeLabelBottom.OwnTimer = false; sl@4: this.marqueeLabelBottom.PixelsPerSecond = 64; sl@4: this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31); sl@4: this.marqueeLabelBottom.TabIndex = 3; sl@4: this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789"; sl@4: this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; sl@4: this.marqueeLabelBottom.UseCompatibleTextRendering = true; sl@4: // 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@2: // timer sl@2: // sl@2: this.timer.Enabled = true; sl@2: this.timer.Interval = 50; sl@2: this.timer.Tick += new System.EventHandler(this.timer_Tick); sl@2: // 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@3: this.tabPageDisplay.PerformLayout(); sl@4: ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit(); 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.Windows.Forms.TableLayoutPanel tableLayoutPanel; sl@2: private MarqueeLabel marqueeLabelTop; sl@2: private MarqueeLabel marqueeLabelBottom; sl@0: private System.Windows.Forms.Button buttonCapture; sl@2: private System.Windows.Forms.Timer timer; sl@3: private System.Windows.Forms.Button buttonFill; sl@3: private System.Windows.Forms.Button buttonClear; sl@3: private System.Windows.Forms.Button buttonClose; sl@3: private System.Windows.Forms.Button buttonOpen; sl@3: private System.Windows.Forms.TrackBar trackBarBrightness; sl@0: } sl@0: } sl@0: