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@11: this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
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.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@7: this.statusStrip = new System.Windows.Forms.StatusStrip();
sl@7: this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
sl@8: this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
sl@13: this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
sl@8: this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
sl@13: this.panelDisplay = new System.Windows.Forms.Panel();
sl@13: this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
sl@14: this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
sl@13: this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@13: this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
sl@0: this.tabControl.SuspendLayout();
sl@0: this.tabPageDisplay.SuspendLayout();
sl@4: ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
sl@13: this.statusStrip.SuspendLayout();
sl@13: this.panelDisplay.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@7: this.tabControl.Size = new System.Drawing.Size(600, 395);
sl@0: this.tabControl.TabIndex = 0;
sl@0: //
sl@0: // tabPageDisplay
sl@0: //
sl@13: this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
sl@13: this.tabPageDisplay.Controls.Add(this.panelDisplay);
sl@9: this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
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.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@7: this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
sl@0: this.tabPageDisplay.TabIndex = 0;
sl@0: this.tabPageDisplay.Text = "Display";
sl@0: this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0: //
sl@11: // checkBoxShowBorders
sl@11: //
sl@11: this.checkBoxShowBorders.AutoSize = true;
sl@11: this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
sl@11: this.checkBoxShowBorders.Name = "checkBoxShowBorders";
sl@11: this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
sl@11: this.checkBoxShowBorders.TabIndex = 11;
sl@11: this.checkBoxShowBorders.Text = "Show borders";
sl@11: this.checkBoxShowBorders.UseVisualStyleBackColor = true;
sl@11: this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
sl@11: //
sl@4: // trackBarBrightness
sl@4: //
sl@7: this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
sl@7: | System.Windows.Forms.AnchorStyles.Right)));
sl@4: this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@7: this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
sl@4: this.trackBarBrightness.Name = "trackBarBrightness";
sl@4: this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@7: this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
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@7: this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7: this.buttonCapture.Location = new System.Drawing.Point(6, 311);
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: // buttonFont
sl@0: //
sl@7: this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7: this.buttonFont.Location = new System.Drawing.Point(6, 340);
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@7: this.tabPageTests.Size = new System.Drawing.Size(592, 369);
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@7: // statusStrip
sl@7: //
sl@7: this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@8: this.toolStripStatusLabelConnect,
sl@8: this.toolStripStatusLabelSpring,
sl@12: this.toolStripStatusLabelPower,
sl@8: this.toolStripStatusLabelFps});
sl@7: this.statusStrip.Location = new System.Drawing.Point(0, 420);
sl@7: this.statusStrip.Name = "statusStrip";
sl@8: this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
sl@7: this.statusStrip.Size = new System.Drawing.Size(624, 22);
sl@7: this.statusStrip.TabIndex = 1;
sl@7: this.statusStrip.Text = "statusStrip";
sl@7: //
sl@7: // toolStripStatusLabelConnect
sl@7: //
sl@7: this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
sl@7: this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
sl@7: this.toolStripStatusLabelConnect.Text = "Not connected";
sl@7: //
sl@8: // toolStripStatusLabelSpring
sl@7: //
sl@8: this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
sl@13: this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
sl@8: this.toolStripStatusLabelSpring.Spring = true;
sl@7: //
sl@13: // toolStripStatusLabelPower
sl@13: //
sl@13: this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
sl@13: this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
sl@13: this.toolStripStatusLabelPower.Text = "NA";
sl@13: //
sl@8: // toolStripStatusLabelFps
sl@7: //
sl@8: this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
sl@8: this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
sl@8: this.toolStripStatusLabelFps.Text = "FPS";
sl@7: //
sl@13: // panelDisplay
sl@12: //
sl@13: this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
sl@13: this.panelDisplay.Controls.Add(this.tableLayoutPanel);
sl@13: this.panelDisplay.Location = new System.Drawing.Point(181, 151);
sl@13: this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
sl@13: this.panelDisplay.Name = "panelDisplay";
sl@13: this.panelDisplay.Size = new System.Drawing.Size(258, 66);
sl@13: this.panelDisplay.TabIndex = 12;
sl@13: //
sl@13: // tableLayoutPanel
sl@13: //
sl@13: this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
sl@13: | System.Windows.Forms.AnchorStyles.Left)
sl@13: | System.Windows.Forms.AnchorStyles.Right)));
sl@13: this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@13: this.tableLayoutPanel.ColumnCount = 1;
sl@13: this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@13: this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
sl@13: this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
sl@13: this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
sl@13: this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@13: this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@13: this.tableLayoutPanel.RowCount = 2;
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@14: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@13: this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@13: this.tableLayoutPanel.TabIndex = 5;
sl@13: //
sl@13: // checkBoxConnectOnStartup
sl@13: //
sl@13: this.checkBoxConnectOnStartup.AutoSize = true;
sl@13: this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
sl@13: this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
sl@13: this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
sl@13: this.checkBoxConnectOnStartup.TabIndex = 13;
sl@13: this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
sl@13: this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
sl@13: this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
sl@12: //
sl@14: // marqueeLabelTop
sl@14: //
sl@14: this.marqueeLabelTop.AutoEllipsis = true;
sl@14: this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@14: this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@14: this.marqueeLabelTop.Location = new System.Drawing.Point(1, -901);
sl@14: this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@14: this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@14: this.marqueeLabelTop.OwnTimer = false;
sl@14: this.marqueeLabelTop.PixelsPerSecond = 64;
sl@14: this.marqueeLabelTop.Separator = "|";
sl@14: this.marqueeLabelTop.Size = new System.Drawing.Size(254, 20);
sl@14: this.marqueeLabelTop.TabIndex = 2;
sl@14: this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@14: this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@14: this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@14: //
sl@14: // marqueeLabelBottom
sl@14: //
sl@14: this.marqueeLabelBottom.AutoEllipsis = true;
sl@14: this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@14: this.marqueeLabelBottom.Location = new System.Drawing.Point(1, -481);
sl@14: this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@14: this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@14: this.marqueeLabelBottom.OwnTimer = false;
sl@14: this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@14: this.marqueeLabelBottom.Separator = null;
sl@14: this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
sl@14: this.marqueeLabelBottom.TabIndex = 3;
sl@14: this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@14: this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@14: this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@14: //
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@7: this.ClientSize = new System.Drawing.Size(624, 442);
sl@7: this.Controls.Add(this.statusStrip);
sl@0: this.Controls.Add(this.tabControl);
sl@7: this.MinimumSize = new System.Drawing.Size(640, 480);
sl@0: this.Name = "MainForm";
sl@0: this.Text = "Sharp Display Manager";
sl@13: this.Load += new System.EventHandler(this.MainForm_Load);
sl@14: this.Resize += new System.EventHandler(this.MainForm_Resize);
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@7: this.statusStrip.ResumeLayout(false);
sl@7: this.statusStrip.PerformLayout();
sl@13: this.panelDisplay.ResumeLayout(false);
sl@13: this.tableLayoutPanel.ResumeLayout(false);
sl@0: this.ResumeLayout(false);
sl@7: this.PerformLayout();
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.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@7: private System.Windows.Forms.StatusStrip statusStrip;
sl@7: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
sl@8: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
sl@8: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
sl@9: private System.Windows.Forms.CheckBox checkBoxShowBorders;
sl@12: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
sl@13: private System.Windows.Forms.Panel panelDisplay;
sl@13: private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@13: private MarqueeLabel marqueeLabelTop;
sl@13: private MarqueeLabel marqueeLabelBottom;
sl@13: private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
sl@0: }
sl@0: }
sl@0: