Server/MainForm.Designer.cs
author sl
Sun, 21 Sep 2014 13:15:52 +0200
changeset 55 b5ed2e29be23
parent 53 f7ad2dce46a9
child 57 544132d07c3b
permissions -rw-r--r--
Renaming stuff.
     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.fontDialog = new System.Windows.Forms.FontDialog();
    35             this.timer = new System.Windows.Forms.Timer(this.components);
    36             this.statusStrip = new System.Windows.Forms.StatusStrip();
    37             this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    38             this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    39             this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    40             this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    41             this.tabPageClients = new System.Windows.Forms.TabPage();
    42             this.buttonCloseClients = new System.Windows.Forms.Button();
    43             this.buttonStartClient = new System.Windows.Forms.Button();
    44             this.treeViewClients = new System.Windows.Forms.TreeView();
    45             this.tabPageDisplay = new System.Windows.Forms.TabPage();
    46             this.buttonShowClock = new System.Windows.Forms.Button();
    47             this.buttonHideClock = new System.Windows.Forms.Button();
    48             this.buttonPowerOff = new System.Windows.Forms.Button();
    49             this.buttonPowerOn = new System.Windows.Forms.Button();
    50             this.label1 = new System.Windows.Forms.Label();
    51             this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
    52             this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
    53             this.buttonSuspend = new System.Windows.Forms.Button();
    54             this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    55             this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    56             this.buttonFill = new System.Windows.Forms.Button();
    57             this.buttonClear = new System.Windows.Forms.Button();
    58             this.buttonClose = new System.Windows.Forms.Button();
    59             this.buttonOpen = new System.Windows.Forms.Button();
    60             this.buttonCapture = new System.Windows.Forms.Button();
    61             this.labelWarning = new System.Windows.Forms.Label();
    62             this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
    63             this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    64             this.buttonFont = new System.Windows.Forms.Button();
    65             this.tabControl = new System.Windows.Forms.TabControl();
    66             this.tabPageDesign = new System.Windows.Forms.TabPage();
    67             this.buttonAlignRight = new System.Windows.Forms.Button();
    68             this.buttonAlignCenter = new System.Windows.Forms.Button();
    69             this.buttonAlignLeft = new System.Windows.Forms.Button();
    70             this.buttonRemoveColumn = new System.Windows.Forms.Button();
    71             this.buttonAddColumn = new System.Windows.Forms.Button();
    72             this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    73             this.buttonRemoveRow = new System.Windows.Forms.Button();
    74             this.buttonAddRow = new System.Windows.Forms.Button();
    75             this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    76             this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    77             this.labelFontWidth = new System.Windows.Forms.Label();
    78             this.labelFontHeight = new System.Windows.Forms.Label();
    79             this.panelDisplay.SuspendLayout();
    80             this.tableLayoutPanel.SuspendLayout();
    81             this.statusStrip.SuspendLayout();
    82             this.tabPageClients.SuspendLayout();
    83             this.tabPageDisplay.SuspendLayout();
    84             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    85             this.tabControl.SuspendLayout();
    86             this.tabPageDesign.SuspendLayout();
    87             this.SuspendLayout();
    88             // 
    89             // panelDisplay
    90             // 
    91             this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    92             this.panelDisplay.Controls.Add(this.tableLayoutPanel);
    93             this.panelDisplay.Location = new System.Drawing.Point(173, 40);
    94             this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
    95             this.panelDisplay.Name = "panelDisplay";
    96             this.panelDisplay.Size = new System.Drawing.Size(258, 66);
    97             this.panelDisplay.TabIndex = 12;
    98             // 
    99             // tableLayoutPanel
   100             // 
   101             this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   102             | System.Windows.Forms.AnchorStyles.Left) 
   103             | System.Windows.Forms.AnchorStyles.Right)));
   104             this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
   105             this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
   106             this.tableLayoutPanel.ColumnCount = 1;
   107             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
   108             this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   109             this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   110             this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   111             this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   112             this.tableLayoutPanel.Name = "tableLayoutPanel";
   113             this.tableLayoutPanel.RowCount = 2;
   114             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   115             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   164             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   165             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   166             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   167             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   168             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   169             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   170             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   171             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   172             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   173             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   174             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   175             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   176             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   177             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   178             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   179             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   180             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   181             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   182             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   183             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   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.Size = new System.Drawing.Size(256, 64);
   207             this.tableLayoutPanel.TabIndex = 5;
   208             // 
   209             // timer
   210             // 
   211             this.timer.Enabled = true;
   212             this.timer.Interval = 50;
   213             this.timer.Tick += new System.EventHandler(this.timer_Tick);
   214             // 
   215             // statusStrip
   216             // 
   217             this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   218             this.toolStripStatusLabelConnect,
   219             this.toolStripStatusLabelSpring,
   220             this.toolStripStatusLabelPower,
   221             this.toolStripStatusLabelFps});
   222             this.statusStrip.Location = new System.Drawing.Point(0, 420);
   223             this.statusStrip.Name = "statusStrip";
   224             this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   225             this.statusStrip.Size = new System.Drawing.Size(624, 22);
   226             this.statusStrip.TabIndex = 1;
   227             this.statusStrip.Text = "statusStrip";
   228             // 
   229             // toolStripStatusLabelConnect
   230             // 
   231             this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   232             this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   233             this.toolStripStatusLabelConnect.Text = "Not connected";
   234             // 
   235             // toolStripStatusLabelSpring
   236             // 
   237             this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   238             this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   239             this.toolStripStatusLabelSpring.Spring = true;
   240             // 
   241             // toolStripStatusLabelPower
   242             // 
   243             this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   244             this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   245             this.toolStripStatusLabelPower.Text = "NA";
   246             // 
   247             // toolStripStatusLabelFps
   248             // 
   249             this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   250             this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   251             this.toolStripStatusLabelFps.Text = "FPS";
   252             // 
   253             // tabPageClients
   254             // 
   255             this.tabPageClients.Controls.Add(this.buttonCloseClients);
   256             this.tabPageClients.Controls.Add(this.buttonStartClient);
   257             this.tabPageClients.Controls.Add(this.treeViewClients);
   258             this.tabPageClients.Location = new System.Drawing.Point(4, 22);
   259             this.tabPageClients.Name = "tabPageClients";
   260             this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
   261             this.tabPageClients.Size = new System.Drawing.Size(592, 242);
   262             this.tabPageClients.TabIndex = 2;
   263             this.tabPageClients.Text = "Clients";
   264             this.tabPageClients.UseVisualStyleBackColor = true;
   265             // 
   266             // buttonCloseClients
   267             // 
   268             this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
   269             this.buttonCloseClients.Name = "buttonCloseClients";
   270             this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
   271             this.buttonCloseClients.TabIndex = 20;
   272             this.buttonCloseClients.Text = "Close Clients";
   273             this.buttonCloseClients.UseVisualStyleBackColor = true;
   274             this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
   275             // 
   276             // buttonStartClient
   277             // 
   278             this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
   279             this.buttonStartClient.Name = "buttonStartClient";
   280             this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   281             this.buttonStartClient.TabIndex = 19;
   282             this.buttonStartClient.Text = "Start Client";
   283             this.buttonStartClient.UseVisualStyleBackColor = true;
   284             this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   285             // 
   286             // treeViewClients
   287             // 
   288             this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   289             | System.Windows.Forms.AnchorStyles.Left) 
   290             | System.Windows.Forms.AnchorStyles.Right)));
   291             this.treeViewClients.Location = new System.Drawing.Point(87, 6);
   292             this.treeViewClients.Name = "treeViewClients";
   293             this.treeViewClients.Size = new System.Drawing.Size(499, 233);
   294             this.treeViewClients.TabIndex = 0;
   295             this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   296             // 
   297             // tabPageDisplay
   298             // 
   299             this.tabPageDisplay.Controls.Add(this.buttonShowClock);
   300             this.tabPageDisplay.Controls.Add(this.buttonHideClock);
   301             this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
   302             this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
   303             this.tabPageDisplay.Controls.Add(this.label1);
   304             this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
   305             this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
   306             this.tabPageDisplay.Controls.Add(this.buttonSuspend);
   307             this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
   308             this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
   309             this.tabPageDisplay.Controls.Add(this.buttonFill);
   310             this.tabPageDisplay.Controls.Add(this.buttonClear);
   311             this.tabPageDisplay.Controls.Add(this.buttonClose);
   312             this.tabPageDisplay.Controls.Add(this.buttonOpen);
   313             this.tabPageDisplay.Controls.Add(this.buttonCapture);
   314             this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
   315             this.tabPageDisplay.Name = "tabPageDisplay";
   316             this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
   317             this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
   318             this.tabPageDisplay.TabIndex = 0;
   319             this.tabPageDisplay.Text = "Display";
   320             this.tabPageDisplay.UseVisualStyleBackColor = true;
   321             // 
   322             // buttonShowClock
   323             // 
   324             this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
   325             this.buttonShowClock.Name = "buttonShowClock";
   326             this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
   327             this.buttonShowClock.TabIndex = 23;
   328             this.buttonShowClock.Text = "Show Clock";
   329             this.buttonShowClock.UseVisualStyleBackColor = true;
   330             this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
   331             // 
   332             // buttonHideClock
   333             // 
   334             this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
   335             this.buttonHideClock.Name = "buttonHideClock";
   336             this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
   337             this.buttonHideClock.TabIndex = 22;
   338             this.buttonHideClock.Text = "Hide Clock";
   339             this.buttonHideClock.UseVisualStyleBackColor = true;
   340             this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
   341             // 
   342             // buttonPowerOff
   343             // 
   344             this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
   345             this.buttonPowerOff.Name = "buttonPowerOff";
   346             this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
   347             this.buttonPowerOff.TabIndex = 21;
   348             this.buttonPowerOff.Text = "OFF";
   349             this.buttonPowerOff.UseVisualStyleBackColor = true;
   350             this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
   351             // 
   352             // buttonPowerOn
   353             // 
   354             this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
   355             this.buttonPowerOn.Name = "buttonPowerOn";
   356             this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
   357             this.buttonPowerOn.TabIndex = 20;
   358             this.buttonPowerOn.Text = "ON";
   359             this.buttonPowerOn.UseVisualStyleBackColor = true;
   360             this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
   361             // 
   362             // label1
   363             // 
   364             this.label1.AutoSize = true;
   365             this.label1.Location = new System.Drawing.Point(184, 45);
   366             this.label1.Name = "label1";
   367             this.label1.Size = new System.Drawing.Size(98, 13);
   368             this.label1.TabIndex = 19;
   369             this.label1.Text = "Timer interval (ms) :";
   370             // 
   371             // maskedTextBoxTimerInterval
   372             // 
   373             this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
   374             this.maskedTextBoxTimerInterval.Mask = "000";
   375             this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
   376             this.maskedTextBoxTimerInterval.PromptChar = ' ';
   377             this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
   378             this.maskedTextBoxTimerInterval.TabIndex = 18;
   379             this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
   380             // 
   381             // comboBoxDisplayType
   382             // 
   383             this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   384             this.comboBoxDisplayType.FormattingEnabled = true;
   385             this.comboBoxDisplayType.Items.AddRange(new object[] {
   386             "Auto Detect",
   387             "Futaba GP1212A01A",
   388             "Futaba GP1212A02A"});
   389             this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
   390             this.comboBoxDisplayType.Name = "comboBoxDisplayType";
   391             this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
   392             this.comboBoxDisplayType.TabIndex = 17;
   393             this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
   394             // 
   395             // buttonSuspend
   396             // 
   397             this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   398             this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
   399             this.buttonSuspend.Name = "buttonSuspend";
   400             this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
   401             this.buttonSuspend.TabIndex = 16;
   402             this.buttonSuspend.Text = "Pause";
   403             this.buttonSuspend.UseVisualStyleBackColor = true;
   404             this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
   405             // 
   406             // checkBoxConnectOnStartup
   407             // 
   408             this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   409             this.checkBoxConnectOnStartup.AutoSize = true;
   410             this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
   411             this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   412             this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   413             this.checkBoxConnectOnStartup.TabIndex = 13;
   414             this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   415             this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   416             this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   417             // 
   418             // trackBarBrightness
   419             // 
   420             this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   421             | System.Windows.Forms.AnchorStyles.Right)));
   422             this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   423             this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   424             this.trackBarBrightness.Name = "trackBarBrightness";
   425             this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   426             this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
   427             this.trackBarBrightness.TabIndex = 10;
   428             this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   429             this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   430             // 
   431             // buttonFill
   432             // 
   433             this.buttonFill.Location = new System.Drawing.Point(6, 93);
   434             this.buttonFill.Name = "buttonFill";
   435             this.buttonFill.Size = new System.Drawing.Size(75, 23);
   436             this.buttonFill.TabIndex = 9;
   437             this.buttonFill.Text = "Fill";
   438             this.buttonFill.UseVisualStyleBackColor = true;
   439             this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   440             // 
   441             // buttonClear
   442             // 
   443             this.buttonClear.Location = new System.Drawing.Point(6, 64);
   444             this.buttonClear.Name = "buttonClear";
   445             this.buttonClear.Size = new System.Drawing.Size(75, 23);
   446             this.buttonClear.TabIndex = 8;
   447             this.buttonClear.Text = "Clear";
   448             this.buttonClear.UseVisualStyleBackColor = true;
   449             this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   450             // 
   451             // buttonClose
   452             // 
   453             this.buttonClose.Location = new System.Drawing.Point(6, 35);
   454             this.buttonClose.Name = "buttonClose";
   455             this.buttonClose.Size = new System.Drawing.Size(75, 23);
   456             this.buttonClose.TabIndex = 7;
   457             this.buttonClose.Text = "Close";
   458             this.buttonClose.UseVisualStyleBackColor = true;
   459             this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   460             // 
   461             // buttonOpen
   462             // 
   463             this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   464             this.buttonOpen.Name = "buttonOpen";
   465             this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   466             this.buttonOpen.TabIndex = 6;
   467             this.buttonOpen.Text = "Open";
   468             this.buttonOpen.UseVisualStyleBackColor = true;
   469             this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   470             // 
   471             // buttonCapture
   472             // 
   473             this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   474             this.buttonCapture.Location = new System.Drawing.Point(6, 213);
   475             this.buttonCapture.Name = "buttonCapture";
   476             this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   477             this.buttonCapture.TabIndex = 5;
   478             this.buttonCapture.Text = "Capture";
   479             this.buttonCapture.UseVisualStyleBackColor = true;
   480             this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   481             // 
   482             // labelWarning
   483             // 
   484             this.labelWarning.AutoSize = true;
   485             this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   486             this.labelWarning.ForeColor = System.Drawing.Color.Red;
   487             this.labelWarning.Location = new System.Drawing.Point(9, 9);
   488             this.labelWarning.Name = "labelWarning";
   489             this.labelWarning.Size = new System.Drawing.Size(80, 16);
   490             this.labelWarning.TabIndex = 18;
   491             this.labelWarning.Text = "WARNING";
   492             this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   493             this.labelWarning.Visible = false;
   494             // 
   495             // checkBoxFixedPitchFontOnly
   496             // 
   497             this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   498             this.checkBoxFixedPitchFontOnly.AutoSize = true;
   499             this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
   500             this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
   501             this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
   502             this.checkBoxFixedPitchFontOnly.TabIndex = 17;
   503             this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
   504             this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
   505             // 
   506             // checkBoxShowBorders
   507             // 
   508             this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   509             this.checkBoxShowBorders.AutoSize = true;
   510             this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
   511             this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   512             this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   513             this.checkBoxShowBorders.TabIndex = 11;
   514             this.checkBoxShowBorders.Text = "Show borders";
   515             this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   516             this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   517             // 
   518             // buttonFont
   519             // 
   520             this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   521             this.buttonFont.Location = new System.Drawing.Point(6, 213);
   522             this.buttonFont.Name = "buttonFont";
   523             this.buttonFont.Size = new System.Drawing.Size(75, 23);
   524             this.buttonFont.TabIndex = 0;
   525             this.buttonFont.Text = "Select Font";
   526             this.buttonFont.UseVisualStyleBackColor = true;
   527             this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   528             // 
   529             // tabControl
   530             // 
   531             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   532             | System.Windows.Forms.AnchorStyles.Left) 
   533             | System.Windows.Forms.AnchorStyles.Right)));
   534             this.tabControl.Controls.Add(this.tabPageDisplay);
   535             this.tabControl.Controls.Add(this.tabPageClients);
   536             this.tabControl.Controls.Add(this.tabPageDesign);
   537             this.tabControl.Location = new System.Drawing.Point(12, 139);
   538             this.tabControl.Name = "tabControl";
   539             this.tabControl.SelectedIndex = 0;
   540             this.tabControl.Size = new System.Drawing.Size(600, 268);
   541             this.tabControl.TabIndex = 0;
   542             // 
   543             // tabPageDesign
   544             // 
   545             this.tabPageDesign.Controls.Add(this.buttonAlignRight);
   546             this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
   547             this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
   548             this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
   549             this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
   550             this.tabPageDesign.Controls.Add(this.buttonAddColumn);
   551             this.tabPageDesign.Controls.Add(this.buttonFont);
   552             this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
   553             this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
   554             this.tabPageDesign.Controls.Add(this.buttonAddRow);
   555             this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
   556             this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
   557             this.tabPageDesign.Name = "tabPageDesign";
   558             this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
   559             this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
   560             this.tabPageDesign.TabIndex = 3;
   561             this.tabPageDesign.Text = "Design";
   562             this.tabPageDesign.UseVisualStyleBackColor = true;
   563             // 
   564             // buttonAlignRight
   565             // 
   566             this.buttonAlignRight.Location = new System.Drawing.Point(171, 105);
   567             this.buttonAlignRight.Name = "buttonAlignRight";
   568             this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
   569             this.buttonAlignRight.TabIndex = 20;
   570             this.buttonAlignRight.Text = "Align Right";
   571             this.buttonAlignRight.UseVisualStyleBackColor = true;
   572             this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
   573             // 
   574             // buttonAlignCenter
   575             // 
   576             this.buttonAlignCenter.Location = new System.Drawing.Point(89, 106);
   577             this.buttonAlignCenter.Name = "buttonAlignCenter";
   578             this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
   579             this.buttonAlignCenter.TabIndex = 19;
   580             this.buttonAlignCenter.Text = "Align Center";
   581             this.buttonAlignCenter.UseVisualStyleBackColor = true;
   582             this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
   583             // 
   584             // buttonAlignLeft
   585             // 
   586             this.buttonAlignLeft.Location = new System.Drawing.Point(7, 106);
   587             this.buttonAlignLeft.Name = "buttonAlignLeft";
   588             this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
   589             this.buttonAlignLeft.TabIndex = 18;
   590             this.buttonAlignLeft.Text = "Align Left";
   591             this.buttonAlignLeft.UseVisualStyleBackColor = true;
   592             this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
   593             // 
   594             // buttonRemoveColumn
   595             // 
   596             this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
   597             this.buttonRemoveColumn.Name = "buttonRemoveColumn";
   598             this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
   599             this.buttonRemoveColumn.TabIndex = 3;
   600             this.buttonRemoveColumn.Text = "Remove col.";
   601             this.buttonRemoveColumn.UseVisualStyleBackColor = true;
   602             this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
   603             // 
   604             // buttonAddColumn
   605             // 
   606             this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
   607             this.buttonAddColumn.Name = "buttonAddColumn";
   608             this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
   609             this.buttonAddColumn.TabIndex = 2;
   610             this.buttonAddColumn.Text = "Add column";
   611             this.buttonAddColumn.UseVisualStyleBackColor = true;
   612             this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
   613             // 
   614             // checkBoxReverseScreen
   615             // 
   616             this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   617             this.checkBoxReverseScreen.AutoSize = true;
   618             this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
   619             this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
   620             this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
   621             this.checkBoxReverseScreen.TabIndex = 14;
   622             this.checkBoxReverseScreen.Text = "Reverse screen";
   623             this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
   624             this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
   625             // 
   626             // buttonRemoveRow
   627             // 
   628             this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
   629             this.buttonRemoveRow.Name = "buttonRemoveRow";
   630             this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
   631             this.buttonRemoveRow.TabIndex = 1;
   632             this.buttonRemoveRow.Text = "Remove row";
   633             this.buttonRemoveRow.UseVisualStyleBackColor = true;
   634             this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
   635             // 
   636             // buttonAddRow
   637             // 
   638             this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
   639             this.buttonAddRow.Name = "buttonAddRow";
   640             this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
   641             this.buttonAddRow.TabIndex = 0;
   642             this.buttonAddRow.Text = "Add row";
   643             this.buttonAddRow.UseVisualStyleBackColor = true;
   644             this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
   645             // 
   646             // marqueeLabelTop
   647             // 
   648             this.marqueeLabelTop.AutoEllipsis = true;
   649             this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   650             this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   651             this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   652             this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   653             this.marqueeLabelTop.Name = "marqueeLabelTop";
   654             this.marqueeLabelTop.OwnTimer = false;
   655             this.marqueeLabelTop.PixelsPerSecond = 64;
   656             this.marqueeLabelTop.Separator = "|";
   657             this.marqueeLabelTop.Size = new System.Drawing.Size(254, 9);
   658             this.marqueeLabelTop.TabIndex = 2;
   659             this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   660             this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   661             this.marqueeLabelTop.UseCompatibleTextRendering = true;
   662             // 
   663             // marqueeLabelBottom
   664             // 
   665             this.marqueeLabelBottom.AutoEllipsis = true;
   666             this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   667             this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 21);
   668             this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   669             this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   670             this.marqueeLabelBottom.OwnTimer = false;
   671             this.marqueeLabelBottom.PixelsPerSecond = 64;
   672             this.marqueeLabelBottom.Separator = "|";
   673             this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   674             this.marqueeLabelBottom.TabIndex = 3;
   675             this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   676             this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   677             this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   678             // 
   679             // labelFontWidth
   680             // 
   681             this.labelFontWidth.AutoSize = true;
   682             this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
   683             this.labelFontWidth.Name = "labelFontWidth";
   684             this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
   685             this.labelFontWidth.TabIndex = 19;
   686             this.labelFontWidth.Text = "Font width";
   687             // 
   688             // labelFontHeight
   689             // 
   690             this.labelFontHeight.AutoSize = true;
   691             this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
   692             this.labelFontHeight.Name = "labelFontHeight";
   693             this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
   694             this.labelFontHeight.TabIndex = 20;
   695             this.labelFontHeight.Text = "Font height";
   696             // 
   697             // MainForm
   698             // 
   699             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   700             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   701             this.ClientSize = new System.Drawing.Size(624, 442);
   702             this.Controls.Add(this.labelFontHeight);
   703             this.Controls.Add(this.labelFontWidth);
   704             this.Controls.Add(this.labelWarning);
   705             this.Controls.Add(this.statusStrip);
   706             this.Controls.Add(this.tabControl);
   707             this.Controls.Add(this.panelDisplay);
   708             this.MinimumSize = new System.Drawing.Size(640, 480);
   709             this.Name = "MainForm";
   710             this.Text = "Sharp Display Manager";
   711             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   712             this.Load += new System.EventHandler(this.MainForm_Load);
   713             this.Resize += new System.EventHandler(this.MainForm_Resize);
   714             this.panelDisplay.ResumeLayout(false);
   715             this.tableLayoutPanel.ResumeLayout(false);
   716             this.statusStrip.ResumeLayout(false);
   717             this.statusStrip.PerformLayout();
   718             this.tabPageClients.ResumeLayout(false);
   719             this.tabPageDisplay.ResumeLayout(false);
   720             this.tabPageDisplay.PerformLayout();
   721             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   722             this.tabControl.ResumeLayout(false);
   723             this.tabPageDesign.ResumeLayout(false);
   724             this.tabPageDesign.PerformLayout();
   725             this.ResumeLayout(false);
   726             this.PerformLayout();
   727 
   728         }
   729 
   730         #endregion
   731 
   732         private System.Windows.Forms.FontDialog fontDialog;
   733         private System.Windows.Forms.Timer timer;
   734         private System.Windows.Forms.StatusStrip statusStrip;
   735         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   736         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   737         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   738         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   739         private System.Windows.Forms.Panel panelDisplay;
   740         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   741         private MarqueeLabel marqueeLabelTop;
   742         private MarqueeLabel marqueeLabelBottom;
   743         private System.Windows.Forms.TabPage tabPageClients;
   744         private System.Windows.Forms.TreeView treeViewClients;
   745         private System.Windows.Forms.TabPage tabPageDisplay;
   746         private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
   747         private System.Windows.Forms.Button buttonSuspend;
   748         private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   749         private System.Windows.Forms.CheckBox checkBoxShowBorders;
   750         private System.Windows.Forms.TrackBar trackBarBrightness;
   751         private System.Windows.Forms.Button buttonFill;
   752         private System.Windows.Forms.Button buttonClear;
   753         private System.Windows.Forms.Button buttonClose;
   754         private System.Windows.Forms.Button buttonOpen;
   755         private System.Windows.Forms.Button buttonCapture;
   756         private System.Windows.Forms.Button buttonFont;
   757         private System.Windows.Forms.TabControl tabControl;
   758         private System.Windows.Forms.Button buttonCloseClients;
   759         private System.Windows.Forms.Button buttonStartClient;
   760         private System.Windows.Forms.Label labelWarning;
   761         private System.Windows.Forms.TabPage tabPageDesign;
   762         private System.Windows.Forms.Button buttonRemoveColumn;
   763         private System.Windows.Forms.Button buttonAddColumn;
   764         private System.Windows.Forms.Button buttonRemoveRow;
   765         private System.Windows.Forms.Button buttonAddRow;
   766         private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   767         private System.Windows.Forms.Button buttonAlignRight;
   768         private System.Windows.Forms.Button buttonAlignCenter;
   769         private System.Windows.Forms.Button buttonAlignLeft;
   770         private System.Windows.Forms.ComboBox comboBoxDisplayType;
   771         private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
   772         private System.Windows.Forms.Label label1;
   773         private System.Windows.Forms.Button buttonPowerOff;
   774         private System.Windows.Forms.Button buttonPowerOn;
   775         private System.Windows.Forms.Button buttonShowClock;
   776         private System.Windows.Forms.Button buttonHideClock;
   777         private System.Windows.Forms.Label labelFontWidth;
   778         private System.Windows.Forms.Label labelFontHeight;
   779     }
   780 }
   781