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