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