Server/MainForm.Designer.cs
author sl
Fri, 22 Aug 2014 10:44:45 +0200
changeset 41 1864e4fd1728
parent 40 4846aa0bb10c
child 46 0c0ee86760ea
permissions -rw-r--r--
Adding buttons to test our alignment setup.
Fixing a nasty bug in iStringFormat that would cause us to use the same instance in all marquee objects.
     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.panelDisplay = new System.Windows.Forms.Panel();
    33             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    34             this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    35             this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    36             this.fontDialog = new System.Windows.Forms.FontDialog();
    37             this.timer = new System.Windows.Forms.Timer(this.components);
    38             this.statusStrip = new System.Windows.Forms.StatusStrip();
    39             this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    40             this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    41             this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    42             this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    43             this.tabPageClients = new System.Windows.Forms.TabPage();
    44             this.buttonCloseClients = new System.Windows.Forms.Button();
    45             this.buttonStartClient = new System.Windows.Forms.Button();
    46             this.treeViewClients = new System.Windows.Forms.TreeView();
    47             this.tabPageDisplay = new System.Windows.Forms.TabPage();
    48             this.buttonSuspend = new System.Windows.Forms.Button();
    49             this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    50             this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    51             this.buttonFill = new System.Windows.Forms.Button();
    52             this.buttonClear = new System.Windows.Forms.Button();
    53             this.buttonClose = new System.Windows.Forms.Button();
    54             this.buttonOpen = new System.Windows.Forms.Button();
    55             this.buttonCapture = new System.Windows.Forms.Button();
    56             this.labelWarning = new System.Windows.Forms.Label();
    57             this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
    58             this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    59             this.buttonFont = new System.Windows.Forms.Button();
    60             this.tabControl = new System.Windows.Forms.TabControl();
    61             this.tabPageDesign = new System.Windows.Forms.TabPage();
    62             this.buttonAlignRight = new System.Windows.Forms.Button();
    63             this.buttonAlignCenter = new System.Windows.Forms.Button();
    64             this.buttonAlignLeft = new System.Windows.Forms.Button();
    65             this.buttonRemoveColumn = new System.Windows.Forms.Button();
    66             this.buttonAddColumn = new System.Windows.Forms.Button();
    67             this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    68             this.buttonRemoveRow = new System.Windows.Forms.Button();
    69             this.buttonAddRow = new System.Windows.Forms.Button();
    70             this.panelDisplay.SuspendLayout();
    71             this.tableLayoutPanel.SuspendLayout();
    72             this.statusStrip.SuspendLayout();
    73             this.tabPageClients.SuspendLayout();
    74             this.tabPageDisplay.SuspendLayout();
    75             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    76             this.tabControl.SuspendLayout();
    77             this.tabPageDesign.SuspendLayout();
    78             this.SuspendLayout();
    79             // 
    80             // panelDisplay
    81             // 
    82             this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    83             this.panelDisplay.Controls.Add(this.tableLayoutPanel);
    84             this.panelDisplay.Location = new System.Drawing.Point(173, 40);
    85             this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
    86             this.panelDisplay.Name = "panelDisplay";
    87             this.panelDisplay.Size = new System.Drawing.Size(258, 66);
    88             this.panelDisplay.TabIndex = 12;
    89             // 
    90             // tableLayoutPanel
    91             // 
    92             this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    93             | System.Windows.Forms.AnchorStyles.Left) 
    94             | System.Windows.Forms.AnchorStyles.Right)));
    95             this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
    96             this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
    97             this.tableLayoutPanel.ColumnCount = 1;
    98             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    99             this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   100             this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   101             this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   102             this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   103             this.tableLayoutPanel.Name = "tableLayoutPanel";
   104             this.tableLayoutPanel.RowCount = 2;
   105             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   106             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   107             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   108             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   109             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   110             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   111             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   112             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   113             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   114             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   115             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   116             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   117             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   118             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   119             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   120             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   121             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   122             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   123             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   124             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   125             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   126             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   127             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   128             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   129             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   130             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   131             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   132             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   133             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   134             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   135             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   136             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   137             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   138             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   139             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   140             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   141             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   142             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   143             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   144             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   145             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   146             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   147             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   148             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   149             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   150             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   151             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   152             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   153             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   154             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   155             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   156             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   157             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   158             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   159             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   160             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   161             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   162             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   163             this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   164             this.tableLayoutPanel.TabIndex = 5;
   165             // 
   166             // marqueeLabelTop
   167             // 
   168             this.marqueeLabelTop.AutoEllipsis = true;
   169             this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   170             this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   171             this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   172             this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   173             this.marqueeLabelTop.Name = "marqueeLabelTop";
   174             this.marqueeLabelTop.OwnTimer = false;
   175             this.marqueeLabelTop.PixelsPerSecond = 64;
   176             this.marqueeLabelTop.Separator = "|";
   177             this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
   178             this.marqueeLabelTop.TabIndex = 2;
   179             this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   180             this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   181             this.marqueeLabelTop.UseCompatibleTextRendering = true;
   182             // 
   183             // marqueeLabelBottom
   184             // 
   185             this.marqueeLabelBottom.AutoEllipsis = true;
   186             this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   187             this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
   188             this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   189             this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   190             this.marqueeLabelBottom.OwnTimer = false;
   191             this.marqueeLabelBottom.PixelsPerSecond = 64;
   192             this.marqueeLabelBottom.Separator = "|";
   193             this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
   194             this.marqueeLabelBottom.TabIndex = 3;
   195             this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   196             this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   197             this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   198             // 
   199             // timer
   200             // 
   201             this.timer.Enabled = true;
   202             this.timer.Interval = 50;
   203             this.timer.Tick += new System.EventHandler(this.timer_Tick);
   204             // 
   205             // statusStrip
   206             // 
   207             this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   208             this.toolStripStatusLabelConnect,
   209             this.toolStripStatusLabelSpring,
   210             this.toolStripStatusLabelPower,
   211             this.toolStripStatusLabelFps});
   212             this.statusStrip.Location = new System.Drawing.Point(0, 420);
   213             this.statusStrip.Name = "statusStrip";
   214             this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   215             this.statusStrip.Size = new System.Drawing.Size(624, 22);
   216             this.statusStrip.TabIndex = 1;
   217             this.statusStrip.Text = "statusStrip";
   218             // 
   219             // toolStripStatusLabelConnect
   220             // 
   221             this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   222             this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   223             this.toolStripStatusLabelConnect.Text = "Not connected";
   224             // 
   225             // toolStripStatusLabelSpring
   226             // 
   227             this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   228             this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   229             this.toolStripStatusLabelSpring.Spring = true;
   230             // 
   231             // toolStripStatusLabelPower
   232             // 
   233             this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   234             this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   235             this.toolStripStatusLabelPower.Text = "NA";
   236             // 
   237             // toolStripStatusLabelFps
   238             // 
   239             this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   240             this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   241             this.toolStripStatusLabelFps.Text = "FPS";
   242             // 
   243             // tabPageClients
   244             // 
   245             this.tabPageClients.Controls.Add(this.buttonCloseClients);
   246             this.tabPageClients.Controls.Add(this.buttonStartClient);
   247             this.tabPageClients.Controls.Add(this.treeViewClients);
   248             this.tabPageClients.Location = new System.Drawing.Point(4, 22);
   249             this.tabPageClients.Name = "tabPageClients";
   250             this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
   251             this.tabPageClients.Size = new System.Drawing.Size(592, 242);
   252             this.tabPageClients.TabIndex = 2;
   253             this.tabPageClients.Text = "Clients";
   254             this.tabPageClients.UseVisualStyleBackColor = true;
   255             // 
   256             // buttonCloseClients
   257             // 
   258             this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
   259             this.buttonCloseClients.Name = "buttonCloseClients";
   260             this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
   261             this.buttonCloseClients.TabIndex = 20;
   262             this.buttonCloseClients.Text = "Close Clients";
   263             this.buttonCloseClients.UseVisualStyleBackColor = true;
   264             this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
   265             // 
   266             // buttonStartClient
   267             // 
   268             this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
   269             this.buttonStartClient.Name = "buttonStartClient";
   270             this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   271             this.buttonStartClient.TabIndex = 19;
   272             this.buttonStartClient.Text = "Start Client";
   273             this.buttonStartClient.UseVisualStyleBackColor = true;
   274             this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   275             // 
   276             // treeViewClients
   277             // 
   278             this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   279             | System.Windows.Forms.AnchorStyles.Left) 
   280             | System.Windows.Forms.AnchorStyles.Right)));
   281             this.treeViewClients.Location = new System.Drawing.Point(87, 6);
   282             this.treeViewClients.Name = "treeViewClients";
   283             this.treeViewClients.Size = new System.Drawing.Size(499, 233);
   284             this.treeViewClients.TabIndex = 0;
   285             this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   286             // 
   287             // tabPageDisplay
   288             // 
   289             this.tabPageDisplay.Controls.Add(this.buttonSuspend);
   290             this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
   291             this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
   292             this.tabPageDisplay.Controls.Add(this.buttonFill);
   293             this.tabPageDisplay.Controls.Add(this.buttonClear);
   294             this.tabPageDisplay.Controls.Add(this.buttonClose);
   295             this.tabPageDisplay.Controls.Add(this.buttonOpen);
   296             this.tabPageDisplay.Controls.Add(this.buttonCapture);
   297             this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
   298             this.tabPageDisplay.Name = "tabPageDisplay";
   299             this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
   300             this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
   301             this.tabPageDisplay.TabIndex = 0;
   302             this.tabPageDisplay.Text = "Display";
   303             this.tabPageDisplay.UseVisualStyleBackColor = true;
   304             // 
   305             // buttonSuspend
   306             // 
   307             this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   308             this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
   309             this.buttonSuspend.Name = "buttonSuspend";
   310             this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
   311             this.buttonSuspend.TabIndex = 16;
   312             this.buttonSuspend.Text = "Suspend";
   313             this.buttonSuspend.UseVisualStyleBackColor = true;
   314             this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
   315             // 
   316             // checkBoxConnectOnStartup
   317             // 
   318             this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   319             this.checkBoxConnectOnStartup.AutoSize = true;
   320             this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
   321             this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   322             this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   323             this.checkBoxConnectOnStartup.TabIndex = 13;
   324             this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   325             this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   326             this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   327             // 
   328             // trackBarBrightness
   329             // 
   330             this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   331             | System.Windows.Forms.AnchorStyles.Right)));
   332             this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   333             this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   334             this.trackBarBrightness.Name = "trackBarBrightness";
   335             this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   336             this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
   337             this.trackBarBrightness.TabIndex = 10;
   338             this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   339             this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   340             // 
   341             // buttonFill
   342             // 
   343             this.buttonFill.Location = new System.Drawing.Point(6, 93);
   344             this.buttonFill.Name = "buttonFill";
   345             this.buttonFill.Size = new System.Drawing.Size(75, 23);
   346             this.buttonFill.TabIndex = 9;
   347             this.buttonFill.Text = "Fill";
   348             this.buttonFill.UseVisualStyleBackColor = true;
   349             this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   350             // 
   351             // buttonClear
   352             // 
   353             this.buttonClear.Location = new System.Drawing.Point(6, 64);
   354             this.buttonClear.Name = "buttonClear";
   355             this.buttonClear.Size = new System.Drawing.Size(75, 23);
   356             this.buttonClear.TabIndex = 8;
   357             this.buttonClear.Text = "Clear";
   358             this.buttonClear.UseVisualStyleBackColor = true;
   359             this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   360             // 
   361             // buttonClose
   362             // 
   363             this.buttonClose.Location = new System.Drawing.Point(6, 35);
   364             this.buttonClose.Name = "buttonClose";
   365             this.buttonClose.Size = new System.Drawing.Size(75, 23);
   366             this.buttonClose.TabIndex = 7;
   367             this.buttonClose.Text = "Close";
   368             this.buttonClose.UseVisualStyleBackColor = true;
   369             this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   370             // 
   371             // buttonOpen
   372             // 
   373             this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   374             this.buttonOpen.Name = "buttonOpen";
   375             this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   376             this.buttonOpen.TabIndex = 6;
   377             this.buttonOpen.Text = "Open";
   378             this.buttonOpen.UseVisualStyleBackColor = true;
   379             this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   380             // 
   381             // buttonCapture
   382             // 
   383             this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   384             this.buttonCapture.Location = new System.Drawing.Point(6, 213);
   385             this.buttonCapture.Name = "buttonCapture";
   386             this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   387             this.buttonCapture.TabIndex = 5;
   388             this.buttonCapture.Text = "Capture";
   389             this.buttonCapture.UseVisualStyleBackColor = true;
   390             this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   391             // 
   392             // labelWarning
   393             // 
   394             this.labelWarning.AutoSize = true;
   395             this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   396             this.labelWarning.ForeColor = System.Drawing.Color.Red;
   397             this.labelWarning.Location = new System.Drawing.Point(9, 9);
   398             this.labelWarning.Name = "labelWarning";
   399             this.labelWarning.Size = new System.Drawing.Size(80, 16);
   400             this.labelWarning.TabIndex = 18;
   401             this.labelWarning.Text = "WARNING";
   402             this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   403             this.labelWarning.Visible = false;
   404             // 
   405             // checkBoxFixedPitchFontOnly
   406             // 
   407             this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   408             this.checkBoxFixedPitchFontOnly.AutoSize = true;
   409             this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
   410             this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
   411             this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
   412             this.checkBoxFixedPitchFontOnly.TabIndex = 17;
   413             this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
   414             this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
   415             // 
   416             // checkBoxShowBorders
   417             // 
   418             this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   419             this.checkBoxShowBorders.AutoSize = true;
   420             this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
   421             this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   422             this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   423             this.checkBoxShowBorders.TabIndex = 11;
   424             this.checkBoxShowBorders.Text = "Show borders";
   425             this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   426             this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   427             // 
   428             // buttonFont
   429             // 
   430             this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   431             this.buttonFont.Location = new System.Drawing.Point(6, 213);
   432             this.buttonFont.Name = "buttonFont";
   433             this.buttonFont.Size = new System.Drawing.Size(75, 23);
   434             this.buttonFont.TabIndex = 0;
   435             this.buttonFont.Text = "Select Font";
   436             this.buttonFont.UseVisualStyleBackColor = true;
   437             this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   438             // 
   439             // tabControl
   440             // 
   441             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   442             | System.Windows.Forms.AnchorStyles.Left) 
   443             | System.Windows.Forms.AnchorStyles.Right)));
   444             this.tabControl.Controls.Add(this.tabPageDisplay);
   445             this.tabControl.Controls.Add(this.tabPageClients);
   446             this.tabControl.Controls.Add(this.tabPageDesign);
   447             this.tabControl.Location = new System.Drawing.Point(12, 139);
   448             this.tabControl.Name = "tabControl";
   449             this.tabControl.SelectedIndex = 0;
   450             this.tabControl.Size = new System.Drawing.Size(600, 268);
   451             this.tabControl.TabIndex = 0;
   452             // 
   453             // tabPageDesign
   454             // 
   455             this.tabPageDesign.Controls.Add(this.buttonAlignRight);
   456             this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
   457             this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
   458             this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
   459             this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
   460             this.tabPageDesign.Controls.Add(this.buttonAddColumn);
   461             this.tabPageDesign.Controls.Add(this.buttonFont);
   462             this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
   463             this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
   464             this.tabPageDesign.Controls.Add(this.buttonAddRow);
   465             this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
   466             this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
   467             this.tabPageDesign.Name = "tabPageDesign";
   468             this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
   469             this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
   470             this.tabPageDesign.TabIndex = 3;
   471             this.tabPageDesign.Text = "Design";
   472             this.tabPageDesign.UseVisualStyleBackColor = true;
   473             // 
   474             // buttonAlignRight
   475             // 
   476             this.buttonAlignRight.Location = new System.Drawing.Point(171, 105);
   477             this.buttonAlignRight.Name = "buttonAlignRight";
   478             this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
   479             this.buttonAlignRight.TabIndex = 20;
   480             this.buttonAlignRight.Text = "Align Right";
   481             this.buttonAlignRight.UseVisualStyleBackColor = true;
   482             this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
   483             // 
   484             // buttonAlignCenter
   485             // 
   486             this.buttonAlignCenter.Location = new System.Drawing.Point(89, 106);
   487             this.buttonAlignCenter.Name = "buttonAlignCenter";
   488             this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
   489             this.buttonAlignCenter.TabIndex = 19;
   490             this.buttonAlignCenter.Text = "Align Center";
   491             this.buttonAlignCenter.UseVisualStyleBackColor = true;
   492             this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
   493             // 
   494             // buttonAlignLeft
   495             // 
   496             this.buttonAlignLeft.Location = new System.Drawing.Point(7, 106);
   497             this.buttonAlignLeft.Name = "buttonAlignLeft";
   498             this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
   499             this.buttonAlignLeft.TabIndex = 18;
   500             this.buttonAlignLeft.Text = "Align Left";
   501             this.buttonAlignLeft.UseVisualStyleBackColor = true;
   502             this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
   503             // 
   504             // buttonRemoveColumn
   505             // 
   506             this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
   507             this.buttonRemoveColumn.Name = "buttonRemoveColumn";
   508             this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
   509             this.buttonRemoveColumn.TabIndex = 3;
   510             this.buttonRemoveColumn.Text = "Remove col.";
   511             this.buttonRemoveColumn.UseVisualStyleBackColor = true;
   512             this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
   513             // 
   514             // buttonAddColumn
   515             // 
   516             this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
   517             this.buttonAddColumn.Name = "buttonAddColumn";
   518             this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
   519             this.buttonAddColumn.TabIndex = 2;
   520             this.buttonAddColumn.Text = "Add column";
   521             this.buttonAddColumn.UseVisualStyleBackColor = true;
   522             this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
   523             // 
   524             // checkBoxReverseScreen
   525             // 
   526             this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   527             this.checkBoxReverseScreen.AutoSize = true;
   528             this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
   529             this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
   530             this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
   531             this.checkBoxReverseScreen.TabIndex = 14;
   532             this.checkBoxReverseScreen.Text = "Reverse screen";
   533             this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
   534             this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
   535             // 
   536             // buttonRemoveRow
   537             // 
   538             this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
   539             this.buttonRemoveRow.Name = "buttonRemoveRow";
   540             this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
   541             this.buttonRemoveRow.TabIndex = 1;
   542             this.buttonRemoveRow.Text = "Remove row";
   543             this.buttonRemoveRow.UseVisualStyleBackColor = true;
   544             this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
   545             // 
   546             // buttonAddRow
   547             // 
   548             this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
   549             this.buttonAddRow.Name = "buttonAddRow";
   550             this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
   551             this.buttonAddRow.TabIndex = 0;
   552             this.buttonAddRow.Text = "Add row";
   553             this.buttonAddRow.UseVisualStyleBackColor = true;
   554             this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
   555             // 
   556             // MainForm
   557             // 
   558             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   559             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   560             this.ClientSize = new System.Drawing.Size(624, 442);
   561             this.Controls.Add(this.labelWarning);
   562             this.Controls.Add(this.statusStrip);
   563             this.Controls.Add(this.tabControl);
   564             this.Controls.Add(this.panelDisplay);
   565             this.MinimumSize = new System.Drawing.Size(640, 480);
   566             this.Name = "MainForm";
   567             this.Text = "Sharp Display Manager";
   568             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   569             this.Load += new System.EventHandler(this.MainForm_Load);
   570             this.Resize += new System.EventHandler(this.MainForm_Resize);
   571             this.panelDisplay.ResumeLayout(false);
   572             this.tableLayoutPanel.ResumeLayout(false);
   573             this.statusStrip.ResumeLayout(false);
   574             this.statusStrip.PerformLayout();
   575             this.tabPageClients.ResumeLayout(false);
   576             this.tabPageDisplay.ResumeLayout(false);
   577             this.tabPageDisplay.PerformLayout();
   578             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   579             this.tabControl.ResumeLayout(false);
   580             this.tabPageDesign.ResumeLayout(false);
   581             this.tabPageDesign.PerformLayout();
   582             this.ResumeLayout(false);
   583             this.PerformLayout();
   584 
   585         }
   586 
   587         #endregion
   588 
   589         private System.Windows.Forms.FontDialog fontDialog;
   590         private System.Windows.Forms.Timer timer;
   591         private System.Windows.Forms.StatusStrip statusStrip;
   592         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   593         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   594         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   595         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   596         private System.Windows.Forms.Panel panelDisplay;
   597         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   598         private MarqueeLabel marqueeLabelTop;
   599         private MarqueeLabel marqueeLabelBottom;
   600         private System.Windows.Forms.TabPage tabPageClients;
   601         private System.Windows.Forms.TreeView treeViewClients;
   602         private System.Windows.Forms.TabPage tabPageDisplay;
   603         private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
   604         private System.Windows.Forms.Button buttonSuspend;
   605         private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   606         private System.Windows.Forms.CheckBox checkBoxShowBorders;
   607         private System.Windows.Forms.TrackBar trackBarBrightness;
   608         private System.Windows.Forms.Button buttonFill;
   609         private System.Windows.Forms.Button buttonClear;
   610         private System.Windows.Forms.Button buttonClose;
   611         private System.Windows.Forms.Button buttonOpen;
   612         private System.Windows.Forms.Button buttonCapture;
   613         private System.Windows.Forms.Button buttonFont;
   614         private System.Windows.Forms.TabControl tabControl;
   615         private System.Windows.Forms.Button buttonCloseClients;
   616         private System.Windows.Forms.Button buttonStartClient;
   617         private System.Windows.Forms.Label labelWarning;
   618         private System.Windows.Forms.TabPage tabPageDesign;
   619         private System.Windows.Forms.Button buttonRemoveColumn;
   620         private System.Windows.Forms.Button buttonAddColumn;
   621         private System.Windows.Forms.Button buttonRemoveRow;
   622         private System.Windows.Forms.Button buttonAddRow;
   623         private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   624         private System.Windows.Forms.Button buttonAlignRight;
   625         private System.Windows.Forms.Button buttonAlignCenter;
   626         private System.Windows.Forms.Button buttonAlignLeft;
   627     }
   628 }
   629