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