Server/MainForm.Designer.cs
author sl
Fri, 22 Aug 2014 08:24:51 +0200
changeset 40 4846aa0bb10c
parent 38 babab407f2bb
child 41 1864e4fd1728
permissions -rw-r--r--
Fixing designer issues with controls being outside our dialog.
     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.buttonSuspend = new System.Windows.Forms.Button();
    47             this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    48             this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    49             this.buttonFill = new System.Windows.Forms.Button();
    50             this.buttonClear = new System.Windows.Forms.Button();
    51             this.buttonClose = new System.Windows.Forms.Button();
    52             this.buttonOpen = new System.Windows.Forms.Button();
    53             this.buttonCapture = new System.Windows.Forms.Button();
    54             this.labelWarning = new System.Windows.Forms.Label();
    55             this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
    56             this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    57             this.buttonFont = new System.Windows.Forms.Button();
    58             this.tabControl = new System.Windows.Forms.TabControl();
    59             this.tabPageDesign = new System.Windows.Forms.TabPage();
    60             this.buttonRemoveColumn = new System.Windows.Forms.Button();
    61             this.buttonAddColumn = new System.Windows.Forms.Button();
    62             this.buttonRemoveRow = new System.Windows.Forms.Button();
    63             this.buttonAddRow = new System.Windows.Forms.Button();
    64             this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    65             this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    66             this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    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, 420);
   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, 242);
   216             this.tabPageClients.TabIndex = 2;
   217             this.tabPageClients.Text = "Clients";
   218             this.tabPageClients.UseVisualStyleBackColor = true;
   219             // 
   220             // buttonCloseClients
   221             // 
   222             this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
   223             this.buttonCloseClients.Name = "buttonCloseClients";
   224             this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
   225             this.buttonCloseClients.TabIndex = 20;
   226             this.buttonCloseClients.Text = "Close Clients";
   227             this.buttonCloseClients.UseVisualStyleBackColor = true;
   228             this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
   229             // 
   230             // buttonStartClient
   231             // 
   232             this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
   233             this.buttonStartClient.Name = "buttonStartClient";
   234             this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   235             this.buttonStartClient.TabIndex = 19;
   236             this.buttonStartClient.Text = "Start Client";
   237             this.buttonStartClient.UseVisualStyleBackColor = true;
   238             this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   239             // 
   240             // treeViewClients
   241             // 
   242             this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   243             | System.Windows.Forms.AnchorStyles.Left) 
   244             | System.Windows.Forms.AnchorStyles.Right)));
   245             this.treeViewClients.Location = new System.Drawing.Point(87, 6);
   246             this.treeViewClients.Name = "treeViewClients";
   247             this.treeViewClients.Size = new System.Drawing.Size(499, 233);
   248             this.treeViewClients.TabIndex = 0;
   249             this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
   250             // 
   251             // tabPageDisplay
   252             // 
   253             this.tabPageDisplay.Controls.Add(this.buttonSuspend);
   254             this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
   255             this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
   256             this.tabPageDisplay.Controls.Add(this.buttonFill);
   257             this.tabPageDisplay.Controls.Add(this.buttonClear);
   258             this.tabPageDisplay.Controls.Add(this.buttonClose);
   259             this.tabPageDisplay.Controls.Add(this.buttonOpen);
   260             this.tabPageDisplay.Controls.Add(this.buttonCapture);
   261             this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
   262             this.tabPageDisplay.Name = "tabPageDisplay";
   263             this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
   264             this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
   265             this.tabPageDisplay.TabIndex = 0;
   266             this.tabPageDisplay.Text = "Display";
   267             this.tabPageDisplay.UseVisualStyleBackColor = true;
   268             // 
   269             // buttonSuspend
   270             // 
   271             this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   272             this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
   273             this.buttonSuspend.Name = "buttonSuspend";
   274             this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
   275             this.buttonSuspend.TabIndex = 16;
   276             this.buttonSuspend.Text = "Suspend";
   277             this.buttonSuspend.UseVisualStyleBackColor = true;
   278             this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
   279             // 
   280             // checkBoxConnectOnStartup
   281             // 
   282             this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   283             this.checkBoxConnectOnStartup.AutoSize = true;
   284             this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
   285             this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   286             this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   287             this.checkBoxConnectOnStartup.TabIndex = 13;
   288             this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   289             this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   290             this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   291             // 
   292             // trackBarBrightness
   293             // 
   294             this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   295             | System.Windows.Forms.AnchorStyles.Right)));
   296             this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   297             this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   298             this.trackBarBrightness.Name = "trackBarBrightness";
   299             this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   300             this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
   301             this.trackBarBrightness.TabIndex = 10;
   302             this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   303             this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   304             // 
   305             // buttonFill
   306             // 
   307             this.buttonFill.Location = new System.Drawing.Point(6, 93);
   308             this.buttonFill.Name = "buttonFill";
   309             this.buttonFill.Size = new System.Drawing.Size(75, 23);
   310             this.buttonFill.TabIndex = 9;
   311             this.buttonFill.Text = "Fill";
   312             this.buttonFill.UseVisualStyleBackColor = true;
   313             this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   314             // 
   315             // buttonClear
   316             // 
   317             this.buttonClear.Location = new System.Drawing.Point(6, 64);
   318             this.buttonClear.Name = "buttonClear";
   319             this.buttonClear.Size = new System.Drawing.Size(75, 23);
   320             this.buttonClear.TabIndex = 8;
   321             this.buttonClear.Text = "Clear";
   322             this.buttonClear.UseVisualStyleBackColor = true;
   323             this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   324             // 
   325             // buttonClose
   326             // 
   327             this.buttonClose.Location = new System.Drawing.Point(6, 35);
   328             this.buttonClose.Name = "buttonClose";
   329             this.buttonClose.Size = new System.Drawing.Size(75, 23);
   330             this.buttonClose.TabIndex = 7;
   331             this.buttonClose.Text = "Close";
   332             this.buttonClose.UseVisualStyleBackColor = true;
   333             this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   334             // 
   335             // buttonOpen
   336             // 
   337             this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   338             this.buttonOpen.Name = "buttonOpen";
   339             this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   340             this.buttonOpen.TabIndex = 6;
   341             this.buttonOpen.Text = "Open";
   342             this.buttonOpen.UseVisualStyleBackColor = true;
   343             this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   344             // 
   345             // buttonCapture
   346             // 
   347             this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   348             this.buttonCapture.Location = new System.Drawing.Point(6, 213);
   349             this.buttonCapture.Name = "buttonCapture";
   350             this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   351             this.buttonCapture.TabIndex = 5;
   352             this.buttonCapture.Text = "Capture";
   353             this.buttonCapture.UseVisualStyleBackColor = true;
   354             this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   355             // 
   356             // labelWarning
   357             // 
   358             this.labelWarning.AutoSize = true;
   359             this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   360             this.labelWarning.ForeColor = System.Drawing.Color.Red;
   361             this.labelWarning.Location = new System.Drawing.Point(9, 9);
   362             this.labelWarning.Name = "labelWarning";
   363             this.labelWarning.Size = new System.Drawing.Size(80, 16);
   364             this.labelWarning.TabIndex = 18;
   365             this.labelWarning.Text = "WARNING";
   366             this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   367             this.labelWarning.Visible = false;
   368             // 
   369             // checkBoxFixedPitchFontOnly
   370             // 
   371             this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   372             this.checkBoxFixedPitchFontOnly.AutoSize = true;
   373             this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
   374             this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
   375             this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
   376             this.checkBoxFixedPitchFontOnly.TabIndex = 17;
   377             this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
   378             this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
   379             // 
   380             // checkBoxShowBorders
   381             // 
   382             this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   383             this.checkBoxShowBorders.AutoSize = true;
   384             this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
   385             this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   386             this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   387             this.checkBoxShowBorders.TabIndex = 11;
   388             this.checkBoxShowBorders.Text = "Show borders";
   389             this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   390             this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   391             // 
   392             // buttonFont
   393             // 
   394             this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   395             this.buttonFont.Location = new System.Drawing.Point(6, 213);
   396             this.buttonFont.Name = "buttonFont";
   397             this.buttonFont.Size = new System.Drawing.Size(75, 23);
   398             this.buttonFont.TabIndex = 0;
   399             this.buttonFont.Text = "Select Font";
   400             this.buttonFont.UseVisualStyleBackColor = true;
   401             this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   402             // 
   403             // tabControl
   404             // 
   405             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   406             | System.Windows.Forms.AnchorStyles.Left) 
   407             | System.Windows.Forms.AnchorStyles.Right)));
   408             this.tabControl.Controls.Add(this.tabPageDisplay);
   409             this.tabControl.Controls.Add(this.tabPageClients);
   410             this.tabControl.Controls.Add(this.tabPageDesign);
   411             this.tabControl.Location = new System.Drawing.Point(12, 139);
   412             this.tabControl.Name = "tabControl";
   413             this.tabControl.SelectedIndex = 0;
   414             this.tabControl.Size = new System.Drawing.Size(600, 268);
   415             this.tabControl.TabIndex = 0;
   416             // 
   417             // tabPageDesign
   418             // 
   419             this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
   420             this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
   421             this.tabPageDesign.Controls.Add(this.buttonAddColumn);
   422             this.tabPageDesign.Controls.Add(this.buttonFont);
   423             this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
   424             this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
   425             this.tabPageDesign.Controls.Add(this.buttonAddRow);
   426             this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
   427             this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
   428             this.tabPageDesign.Name = "tabPageDesign";
   429             this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
   430             this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
   431             this.tabPageDesign.TabIndex = 3;
   432             this.tabPageDesign.Text = "Design";
   433             this.tabPageDesign.UseVisualStyleBackColor = true;
   434             // 
   435             // buttonRemoveColumn
   436             // 
   437             this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
   438             this.buttonRemoveColumn.Name = "buttonRemoveColumn";
   439             this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
   440             this.buttonRemoveColumn.TabIndex = 3;
   441             this.buttonRemoveColumn.Text = "Remove col.";
   442             this.buttonRemoveColumn.UseVisualStyleBackColor = true;
   443             this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
   444             // 
   445             // buttonAddColumn
   446             // 
   447             this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
   448             this.buttonAddColumn.Name = "buttonAddColumn";
   449             this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
   450             this.buttonAddColumn.TabIndex = 2;
   451             this.buttonAddColumn.Text = "Add column";
   452             this.buttonAddColumn.UseVisualStyleBackColor = true;
   453             this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
   454             // 
   455             // buttonRemoveRow
   456             // 
   457             this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
   458             this.buttonRemoveRow.Name = "buttonRemoveRow";
   459             this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
   460             this.buttonRemoveRow.TabIndex = 1;
   461             this.buttonRemoveRow.Text = "Remove row";
   462             this.buttonRemoveRow.UseVisualStyleBackColor = true;
   463             this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
   464             // 
   465             // buttonAddRow
   466             // 
   467             this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
   468             this.buttonAddRow.Name = "buttonAddRow";
   469             this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
   470             this.buttonAddRow.TabIndex = 0;
   471             this.buttonAddRow.Text = "Add row";
   472             this.buttonAddRow.UseVisualStyleBackColor = true;
   473             this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
   474             // 
   475             // marqueeLabelTop
   476             // 
   477             this.marqueeLabelTop.AutoEllipsis = true;
   478             this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   479             this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   480             this.marqueeLabelTop.Location = new System.Drawing.Point(1, -9);
   481             this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   482             this.marqueeLabelTop.Name = "marqueeLabelTop";
   483             this.marqueeLabelTop.OwnTimer = false;
   484             this.marqueeLabelTop.PixelsPerSecond = 64;
   485             this.marqueeLabelTop.Separator = "|";
   486             this.marqueeLabelTop.Size = new System.Drawing.Size(254, 1);
   487             this.marqueeLabelTop.TabIndex = 2;
   488             this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   489             this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   490             this.marqueeLabelTop.UseCompatibleTextRendering = true;
   491             // 
   492             // marqueeLabelBottom
   493             // 
   494             this.marqueeLabelBottom.AutoEllipsis = true;
   495             this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   496             this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 2);
   497             this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   498             this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   499             this.marqueeLabelBottom.OwnTimer = false;
   500             this.marqueeLabelBottom.PixelsPerSecond = 64;
   501             this.marqueeLabelBottom.Separator = "|";
   502             this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
   503             this.marqueeLabelBottom.TabIndex = 3;
   504             this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   505             this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   506             this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   507             // 
   508             // checkBoxReverseScreen
   509             // 
   510             this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   511             this.checkBoxReverseScreen.AutoSize = true;
   512             this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
   513             this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
   514             this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
   515             this.checkBoxReverseScreen.TabIndex = 14;
   516             this.checkBoxReverseScreen.Text = "Reverse screen";
   517             this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
   518             this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
   519             // 
   520             // MainForm
   521             // 
   522             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   523             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   524             this.ClientSize = new System.Drawing.Size(624, 442);
   525             this.Controls.Add(this.labelWarning);
   526             this.Controls.Add(this.statusStrip);
   527             this.Controls.Add(this.tabControl);
   528             this.Controls.Add(this.panelDisplay);
   529             this.MinimumSize = new System.Drawing.Size(640, 480);
   530             this.Name = "MainForm";
   531             this.Text = "Sharp Display Manager";
   532             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   533             this.Load += new System.EventHandler(this.MainForm_Load);
   534             this.Resize += new System.EventHandler(this.MainForm_Resize);
   535             this.panelDisplay.ResumeLayout(false);
   536             this.tableLayoutPanel.ResumeLayout(false);
   537             this.statusStrip.ResumeLayout(false);
   538             this.statusStrip.PerformLayout();
   539             this.tabPageClients.ResumeLayout(false);
   540             this.tabPageDisplay.ResumeLayout(false);
   541             this.tabPageDisplay.PerformLayout();
   542             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   543             this.tabControl.ResumeLayout(false);
   544             this.tabPageDesign.ResumeLayout(false);
   545             this.tabPageDesign.PerformLayout();
   546             this.ResumeLayout(false);
   547             this.PerformLayout();
   548 
   549         }
   550 
   551         #endregion
   552 
   553         private System.Windows.Forms.FontDialog fontDialog;
   554         private System.Windows.Forms.Timer timer;
   555         private System.Windows.Forms.StatusStrip statusStrip;
   556         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   557         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   558         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   559         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   560         private System.Windows.Forms.Panel panelDisplay;
   561         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   562         private MarqueeLabel marqueeLabelTop;
   563         private MarqueeLabel marqueeLabelBottom;
   564         private System.Windows.Forms.TabPage tabPageClients;
   565         private System.Windows.Forms.TreeView treeViewClients;
   566         private System.Windows.Forms.TabPage tabPageDisplay;
   567         private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
   568         private System.Windows.Forms.Button buttonSuspend;
   569         private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   570         private System.Windows.Forms.CheckBox checkBoxShowBorders;
   571         private System.Windows.Forms.TrackBar trackBarBrightness;
   572         private System.Windows.Forms.Button buttonFill;
   573         private System.Windows.Forms.Button buttonClear;
   574         private System.Windows.Forms.Button buttonClose;
   575         private System.Windows.Forms.Button buttonOpen;
   576         private System.Windows.Forms.Button buttonCapture;
   577         private System.Windows.Forms.Button buttonFont;
   578         private System.Windows.Forms.TabControl tabControl;
   579         private System.Windows.Forms.Button buttonCloseClients;
   580         private System.Windows.Forms.Button buttonStartClient;
   581         private System.Windows.Forms.Label labelWarning;
   582         private System.Windows.Forms.TabPage tabPageDesign;
   583         private System.Windows.Forms.Button buttonRemoveColumn;
   584         private System.Windows.Forms.Button buttonAddColumn;
   585         private System.Windows.Forms.Button buttonRemoveRow;
   586         private System.Windows.Forms.Button buttonAddRow;
   587         private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   588     }
   589 }
   590