Server/MainForm.Designer.cs
author sl
Thu, 14 Aug 2014 18:37:23 +0200
changeset 29 c4e03315035c
parent 28 2aa3974c485f
child 30 c375286d1a1c
permissions -rw-r--r--
Client/Server duplex is still a mess in C#.
     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.components = new System.ComponentModel.Container();
    32             this.tabControl = new System.Windows.Forms.TabControl();
    33             this.tabPageDisplay = new System.Windows.Forms.TabPage();
    34             this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
    35             this.buttonSuspend = new System.Windows.Forms.Button();
    36             this.buttonStartClient = new System.Windows.Forms.Button();
    37             this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    38             this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    39             this.panelDisplay = new System.Windows.Forms.Panel();
    40             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    41             this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    42             this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    43             this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    44             this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    45             this.buttonFill = new System.Windows.Forms.Button();
    46             this.buttonClear = new System.Windows.Forms.Button();
    47             this.buttonClose = new System.Windows.Forms.Button();
    48             this.buttonOpen = new System.Windows.Forms.Button();
    49             this.buttonCapture = new System.Windows.Forms.Button();
    50             this.buttonFont = new System.Windows.Forms.Button();
    51             this.tabPageTests = new System.Windows.Forms.TabPage();
    52             this.fontDialog = new System.Windows.Forms.FontDialog();
    53             this.timer = new System.Windows.Forms.Timer(this.components);
    54             this.statusStrip = new System.Windows.Forms.StatusStrip();
    55             this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    56             this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    57             this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    58             this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    59             this.buttonCloseClients = new System.Windows.Forms.Button();
    60             this.tabControl.SuspendLayout();
    61             this.tabPageDisplay.SuspendLayout();
    62             this.panelDisplay.SuspendLayout();
    63             this.tableLayoutPanel.SuspendLayout();
    64             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    65             this.statusStrip.SuspendLayout();
    66             this.SuspendLayout();
    67             // 
    68             // tabControl
    69             // 
    70             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    71             | System.Windows.Forms.AnchorStyles.Left) 
    72             | System.Windows.Forms.AnchorStyles.Right)));
    73             this.tabControl.Controls.Add(this.tabPageDisplay);
    74             this.tabControl.Controls.Add(this.tabPageTests);
    75             this.tabControl.Location = new System.Drawing.Point(12, 12);
    76             this.tabControl.Name = "tabControl";
    77             this.tabControl.SelectedIndex = 0;
    78             this.tabControl.Size = new System.Drawing.Size(600, 395);
    79             this.tabControl.TabIndex = 0;
    80             // 
    81             // tabPageDisplay
    82             // 
    83             this.tabPageDisplay.Controls.Add(this.buttonCloseClients);
    84             this.tabPageDisplay.Controls.Add(this.checkBoxFixedPitchFontOnly);
    85             this.tabPageDisplay.Controls.Add(this.buttonSuspend);
    86             this.tabPageDisplay.Controls.Add(this.buttonStartClient);
    87             this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
    88             this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
    89             this.tabPageDisplay.Controls.Add(this.panelDisplay);
    90             this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
    91             this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
    92             this.tabPageDisplay.Controls.Add(this.buttonFill);
    93             this.tabPageDisplay.Controls.Add(this.buttonClear);
    94             this.tabPageDisplay.Controls.Add(this.buttonClose);
    95             this.tabPageDisplay.Controls.Add(this.buttonOpen);
    96             this.tabPageDisplay.Controls.Add(this.buttonCapture);
    97             this.tabPageDisplay.Controls.Add(this.buttonFont);
    98             this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
    99             this.tabPageDisplay.Name = "tabPageDisplay";
   100             this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
   101             this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
   102             this.tabPageDisplay.TabIndex = 0;
   103             this.tabPageDisplay.Text = "Display";
   104             this.tabPageDisplay.UseVisualStyleBackColor = true;
   105             // 
   106             // checkBoxFixedPitchFontOnly
   107             // 
   108             this.checkBoxFixedPitchFontOnly.AutoSize = true;
   109             this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(113, 275);
   110             this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
   111             this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
   112             this.checkBoxFixedPitchFontOnly.TabIndex = 17;
   113             this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
   114             this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
   115             // 
   116             // buttonSuspend
   117             // 
   118             this.buttonSuspend.Location = new System.Drawing.Point(7, 253);
   119             this.buttonSuspend.Name = "buttonSuspend";
   120             this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
   121             this.buttonSuspend.TabIndex = 16;
   122             this.buttonSuspend.Text = "Suspend";
   123             this.buttonSuspend.UseVisualStyleBackColor = true;
   124             this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
   125             // 
   126             // buttonStartClient
   127             // 
   128             this.buttonStartClient.Location = new System.Drawing.Point(6, 282);
   129             this.buttonStartClient.Name = "buttonStartClient";
   130             this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   131             this.buttonStartClient.TabIndex = 15;
   132             this.buttonStartClient.Text = "Start Client";
   133             this.buttonStartClient.UseVisualStyleBackColor = true;
   134             this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   135             // 
   136             // checkBoxReverseScreen
   137             // 
   138             this.checkBoxReverseScreen.AutoSize = true;
   139             this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 298);
   140             this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
   141             this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
   142             this.checkBoxReverseScreen.TabIndex = 14;
   143             this.checkBoxReverseScreen.Text = "Reverse screen";
   144             this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
   145             this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
   146             // 
   147             // checkBoxConnectOnStartup
   148             // 
   149             this.checkBoxConnectOnStartup.AutoSize = true;
   150             this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
   151             this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   152             this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   153             this.checkBoxConnectOnStartup.TabIndex = 13;
   154             this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   155             this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   156             this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   157             // 
   158             // panelDisplay
   159             // 
   160             this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   161             this.panelDisplay.Controls.Add(this.tableLayoutPanel);
   162             this.panelDisplay.Location = new System.Drawing.Point(181, 151);
   163             this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
   164             this.panelDisplay.Name = "panelDisplay";
   165             this.panelDisplay.Size = new System.Drawing.Size(258, 66);
   166             this.panelDisplay.TabIndex = 12;
   167             // 
   168             // tableLayoutPanel
   169             // 
   170             this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   171             | System.Windows.Forms.AnchorStyles.Left) 
   172             | System.Windows.Forms.AnchorStyles.Right)));
   173             this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
   174             this.tableLayoutPanel.ColumnCount = 1;
   175             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
   176             this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   177             this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   178             this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   179             this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   180             this.tableLayoutPanel.Name = "tableLayoutPanel";
   181             this.tableLayoutPanel.RowCount = 2;
   182             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   183             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   184             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   185             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   186             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   187             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   188             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   189             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   190             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   191             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   192             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   193             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   194             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   195             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   196             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   197             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   198             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   199             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   200             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   201             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   202             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   203             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   204             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   205             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   206             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   207             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   208             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   209             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   210             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   211             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   212             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   213             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   214             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   215             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   216             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   217             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   218             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   219             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   220             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   221             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   222             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   223             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   224             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   225             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   226             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   227             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   228             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   229             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   230             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   231             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   232             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   233             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   234             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   235             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   236             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   237             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   238             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   239             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   240             this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   241             this.tableLayoutPanel.TabIndex = 5;
   242             // 
   243             // marqueeLabelTop
   244             // 
   245             this.marqueeLabelTop.AutoEllipsis = true;
   246             this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   247             this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   248             this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   249             this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   250             this.marqueeLabelTop.Name = "marqueeLabelTop";
   251             this.marqueeLabelTop.OwnTimer = false;
   252             this.marqueeLabelTop.PixelsPerSecond = 64;
   253             this.marqueeLabelTop.Separator = "|";
   254             this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
   255             this.marqueeLabelTop.TabIndex = 2;
   256             this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   257             this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   258             this.marqueeLabelTop.UseCompatibleTextRendering = true;
   259             // 
   260             // marqueeLabelBottom
   261             // 
   262             this.marqueeLabelBottom.AutoEllipsis = true;
   263             this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   264             this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
   265             this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   266             this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   267             this.marqueeLabelBottom.OwnTimer = false;
   268             this.marqueeLabelBottom.PixelsPerSecond = 64;
   269             this.marqueeLabelBottom.Separator = null;
   270             this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
   271             this.marqueeLabelBottom.TabIndex = 3;
   272             this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   273             this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   274             this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   275             // 
   276             // checkBoxShowBorders
   277             // 
   278             this.checkBoxShowBorders.AutoSize = true;
   279             this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
   280             this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   281             this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   282             this.checkBoxShowBorders.TabIndex = 11;
   283             this.checkBoxShowBorders.Text = "Show borders";
   284             this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   285             this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   286             // 
   287             // trackBarBrightness
   288             // 
   289             this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   290             | System.Windows.Forms.AnchorStyles.Right)));
   291             this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   292             this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   293             this.trackBarBrightness.Name = "trackBarBrightness";
   294             this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   295             this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
   296             this.trackBarBrightness.TabIndex = 10;
   297             this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   298             this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   299             // 
   300             // buttonFill
   301             // 
   302             this.buttonFill.Location = new System.Drawing.Point(6, 93);
   303             this.buttonFill.Name = "buttonFill";
   304             this.buttonFill.Size = new System.Drawing.Size(75, 23);
   305             this.buttonFill.TabIndex = 9;
   306             this.buttonFill.Text = "Fill";
   307             this.buttonFill.UseVisualStyleBackColor = true;
   308             this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   309             // 
   310             // buttonClear
   311             // 
   312             this.buttonClear.Location = new System.Drawing.Point(6, 64);
   313             this.buttonClear.Name = "buttonClear";
   314             this.buttonClear.Size = new System.Drawing.Size(75, 23);
   315             this.buttonClear.TabIndex = 8;
   316             this.buttonClear.Text = "Clear";
   317             this.buttonClear.UseVisualStyleBackColor = true;
   318             this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   319             // 
   320             // buttonClose
   321             // 
   322             this.buttonClose.Location = new System.Drawing.Point(6, 35);
   323             this.buttonClose.Name = "buttonClose";
   324             this.buttonClose.Size = new System.Drawing.Size(75, 23);
   325             this.buttonClose.TabIndex = 7;
   326             this.buttonClose.Text = "Close";
   327             this.buttonClose.UseVisualStyleBackColor = true;
   328             this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   329             // 
   330             // buttonOpen
   331             // 
   332             this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   333             this.buttonOpen.Name = "buttonOpen";
   334             this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   335             this.buttonOpen.TabIndex = 6;
   336             this.buttonOpen.Text = "Open";
   337             this.buttonOpen.UseVisualStyleBackColor = true;
   338             this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   339             // 
   340             // buttonCapture
   341             // 
   342             this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   343             this.buttonCapture.Location = new System.Drawing.Point(6, 311);
   344             this.buttonCapture.Name = "buttonCapture";
   345             this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   346             this.buttonCapture.TabIndex = 5;
   347             this.buttonCapture.Text = "Capture";
   348             this.buttonCapture.UseVisualStyleBackColor = true;
   349             this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   350             // 
   351             // buttonFont
   352             // 
   353             this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   354             this.buttonFont.Location = new System.Drawing.Point(6, 340);
   355             this.buttonFont.Name = "buttonFont";
   356             this.buttonFont.Size = new System.Drawing.Size(75, 23);
   357             this.buttonFont.TabIndex = 0;
   358             this.buttonFont.Text = "Select Font";
   359             this.buttonFont.UseVisualStyleBackColor = true;
   360             this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   361             // 
   362             // tabPageTests
   363             // 
   364             this.tabPageTests.Location = new System.Drawing.Point(4, 22);
   365             this.tabPageTests.Name = "tabPageTests";
   366             this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
   367             this.tabPageTests.Size = new System.Drawing.Size(592, 369);
   368             this.tabPageTests.TabIndex = 1;
   369             this.tabPageTests.Text = "Test";
   370             this.tabPageTests.UseVisualStyleBackColor = true;
   371             // 
   372             // timer
   373             // 
   374             this.timer.Enabled = true;
   375             this.timer.Interval = 50;
   376             this.timer.Tick += new System.EventHandler(this.timer_Tick);
   377             // 
   378             // statusStrip
   379             // 
   380             this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   381             this.toolStripStatusLabelConnect,
   382             this.toolStripStatusLabelSpring,
   383             this.toolStripStatusLabelPower,
   384             this.toolStripStatusLabelFps});
   385             this.statusStrip.Location = new System.Drawing.Point(0, 420);
   386             this.statusStrip.Name = "statusStrip";
   387             this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   388             this.statusStrip.Size = new System.Drawing.Size(624, 22);
   389             this.statusStrip.TabIndex = 1;
   390             this.statusStrip.Text = "statusStrip";
   391             // 
   392             // toolStripStatusLabelConnect
   393             // 
   394             this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   395             this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   396             this.toolStripStatusLabelConnect.Text = "Not connected";
   397             // 
   398             // toolStripStatusLabelSpring
   399             // 
   400             this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   401             this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   402             this.toolStripStatusLabelSpring.Spring = true;
   403             // 
   404             // toolStripStatusLabelPower
   405             // 
   406             this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   407             this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   408             this.toolStripStatusLabelPower.Text = "NA";
   409             // 
   410             // toolStripStatusLabelFps
   411             // 
   412             this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   413             this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   414             this.toolStripStatusLabelFps.Text = "FPS";
   415             // 
   416             // buttonCloseClients
   417             // 
   418             this.buttonCloseClients.Location = new System.Drawing.Point(7, 224);
   419             this.buttonCloseClients.Name = "buttonCloseClients";
   420             this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
   421             this.buttonCloseClients.TabIndex = 18;
   422             this.buttonCloseClients.Text = "Close Clients";
   423             this.buttonCloseClients.UseVisualStyleBackColor = true;
   424             this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
   425             // 
   426             // MainForm
   427             // 
   428             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   429             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   430             this.ClientSize = new System.Drawing.Size(624, 442);
   431             this.Controls.Add(this.statusStrip);
   432             this.Controls.Add(this.tabControl);
   433             this.MinimumSize = new System.Drawing.Size(640, 480);
   434             this.Name = "MainForm";
   435             this.Text = "Sharp Display Manager";
   436             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   437             this.Load += new System.EventHandler(this.MainForm_Load);
   438             this.Resize += new System.EventHandler(this.MainForm_Resize);
   439             this.tabControl.ResumeLayout(false);
   440             this.tabPageDisplay.ResumeLayout(false);
   441             this.tabPageDisplay.PerformLayout();
   442             this.panelDisplay.ResumeLayout(false);
   443             this.tableLayoutPanel.ResumeLayout(false);
   444             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   445             this.statusStrip.ResumeLayout(false);
   446             this.statusStrip.PerformLayout();
   447             this.ResumeLayout(false);
   448             this.PerformLayout();
   449 
   450         }
   451 
   452         #endregion
   453 
   454         private System.Windows.Forms.TabControl tabControl;
   455         private System.Windows.Forms.TabPage tabPageDisplay;
   456         private System.Windows.Forms.TabPage tabPageTests;
   457         private System.Windows.Forms.Button buttonFont;
   458         private System.Windows.Forms.FontDialog fontDialog;
   459         private System.Windows.Forms.Button buttonCapture;
   460         private System.Windows.Forms.Timer timer;
   461         private System.Windows.Forms.Button buttonFill;
   462         private System.Windows.Forms.Button buttonClear;
   463         private System.Windows.Forms.Button buttonClose;
   464         private System.Windows.Forms.Button buttonOpen;
   465         private System.Windows.Forms.TrackBar trackBarBrightness;
   466         private System.Windows.Forms.StatusStrip statusStrip;
   467         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   468         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   469         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   470         private System.Windows.Forms.CheckBox checkBoxShowBorders;
   471         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   472         private System.Windows.Forms.Panel panelDisplay;
   473         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   474         public MarqueeLabel marqueeLabelTop;
   475         public MarqueeLabel marqueeLabelBottom;
   476         private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   477         private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   478         private System.Windows.Forms.Button buttonStartClient;
   479         private System.Windows.Forms.Button buttonSuspend;
   480         private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
   481         private System.Windows.Forms.Button buttonCloseClients;
   482     }
   483 }
   484