Server/MainForm.Designer.cs
author sl
Sat, 16 Aug 2014 11:15:42 +0200
changeset 33 1363bda20171
parent 30 c375286d1a1c
child 34 59bfa4ebcbbb
permissions -rw-r--r--
Adding texts fields to our test client.
Trying to fix bugs and optimize our marquee control.
Creating a proper ClientData class to use in our UI thread client dictionary.
Centralising tree-view update.
sl@0
     1
namespace SharpDisplayManager
sl@0
     2
{
sl@0
     3
    partial class MainForm
sl@0
     4
    {
sl@0
     5
        /// <summary>
sl@0
     6
        /// Required designer variable.
sl@0
     7
        /// </summary>
sl@0
     8
        private System.ComponentModel.IContainer components = null;
sl@0
     9
sl@0
    10
        /// <summary>
sl@0
    11
        /// Clean up any resources being used.
sl@0
    12
        /// </summary>
sl@0
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
sl@0
    14
        protected override void Dispose(bool disposing)
sl@0
    15
        {
sl@0
    16
            if (disposing && (components != null))
sl@0
    17
            {
sl@0
    18
                components.Dispose();
sl@0
    19
            }
sl@0
    20
            base.Dispose(disposing);
sl@0
    21
        }
sl@0
    22
sl@0
    23
        #region Windows Form Designer generated code
sl@0
    24
sl@0
    25
        /// <summary>
sl@0
    26
        /// Required method for Designer support - do not modify
sl@0
    27
        /// the contents of this method with the code editor.
sl@0
    28
        /// </summary>
sl@0
    29
        private void InitializeComponent()
sl@0
    30
        {
sl@2
    31
            this.components = new System.ComponentModel.Container();
sl@0
    32
            this.tabControl = new System.Windows.Forms.TabControl();
sl@0
    33
            this.tabPageDisplay = new System.Windows.Forms.TabPage();
sl@30
    34
            this.buttonCloseClients = new System.Windows.Forms.Button();
sl@29
    35
            this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
sl@28
    36
            this.buttonSuspend = new System.Windows.Forms.Button();
sl@28
    37
            this.buttonStartClient = new System.Windows.Forms.Button();
sl@16
    38
            this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
sl@16
    39
            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
sl@16
    40
            this.panelDisplay = new System.Windows.Forms.Panel();
sl@16
    41
            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
sl@33
    42
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@33
    43
            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
sl@11
    44
            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
sl@4
    45
            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
sl@4
    46
            this.buttonFill = new System.Windows.Forms.Button();
sl@4
    47
            this.buttonClear = new System.Windows.Forms.Button();
sl@4
    48
            this.buttonClose = new System.Windows.Forms.Button();
sl@4
    49
            this.buttonOpen = new System.Windows.Forms.Button();
sl@0
    50
            this.buttonCapture = new System.Windows.Forms.Button();
sl@0
    51
            this.buttonFont = new System.Windows.Forms.Button();
sl@0
    52
            this.tabPageTests = new System.Windows.Forms.TabPage();
sl@33
    53
            this.tabPageClients = new System.Windows.Forms.TabPage();
sl@33
    54
            this.treeViewClients = new System.Windows.Forms.TreeView();
sl@0
    55
            this.fontDialog = new System.Windows.Forms.FontDialog();
sl@2
    56
            this.timer = new System.Windows.Forms.Timer(this.components);
sl@7
    57
            this.statusStrip = new System.Windows.Forms.StatusStrip();
sl@7
    58
            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    59
            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
sl@13
    60
            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    61
            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
sl@0
    62
            this.tabControl.SuspendLayout();
sl@0
    63
            this.tabPageDisplay.SuspendLayout();
sl@16
    64
            this.panelDisplay.SuspendLayout();
sl@16
    65
            this.tableLayoutPanel.SuspendLayout();
sl@4
    66
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
sl@33
    67
            this.tabPageClients.SuspendLayout();
sl@13
    68
            this.statusStrip.SuspendLayout();
sl@0
    69
            this.SuspendLayout();
sl@0
    70
            // 
sl@0
    71
            // tabControl
sl@0
    72
            // 
sl@0
    73
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@0
    74
            | System.Windows.Forms.AnchorStyles.Left) 
sl@0
    75
            | System.Windows.Forms.AnchorStyles.Right)));
sl@0
    76
            this.tabControl.Controls.Add(this.tabPageDisplay);
sl@0
    77
            this.tabControl.Controls.Add(this.tabPageTests);
sl@30
    78
            this.tabControl.Controls.Add(this.tabPageClients);
sl@0
    79
            this.tabControl.Location = new System.Drawing.Point(12, 12);
sl@0
    80
            this.tabControl.Name = "tabControl";
sl@0
    81
            this.tabControl.SelectedIndex = 0;
sl@7
    82
            this.tabControl.Size = new System.Drawing.Size(600, 395);
sl@0
    83
            this.tabControl.TabIndex = 0;
sl@0
    84
            // 
sl@0
    85
            // tabPageDisplay
sl@0
    86
            // 
sl@29
    87
            this.tabPageDisplay.Controls.Add(this.buttonCloseClients);
sl@28
    88
            this.tabPageDisplay.Controls.Add(this.checkBoxFixedPitchFontOnly);
sl@27
    89
            this.tabPageDisplay.Controls.Add(this.buttonSuspend);
sl@25
    90
            this.tabPageDisplay.Controls.Add(this.buttonStartClient);
sl@16
    91
            this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
sl@13
    92
            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
sl@13
    93
            this.tabPageDisplay.Controls.Add(this.panelDisplay);
sl@9
    94
            this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
sl@3
    95
            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
sl@3
    96
            this.tabPageDisplay.Controls.Add(this.buttonFill);
sl@3
    97
            this.tabPageDisplay.Controls.Add(this.buttonClear);
sl@3
    98
            this.tabPageDisplay.Controls.Add(this.buttonClose);
sl@3
    99
            this.tabPageDisplay.Controls.Add(this.buttonOpen);
sl@0
   100
            this.tabPageDisplay.Controls.Add(this.buttonCapture);
sl@0
   101
            this.tabPageDisplay.Controls.Add(this.buttonFont);
sl@0
   102
            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
sl@0
   103
            this.tabPageDisplay.Name = "tabPageDisplay";
sl@0
   104
            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
sl@7
   105
            this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
sl@0
   106
            this.tabPageDisplay.TabIndex = 0;
sl@0
   107
            this.tabPageDisplay.Text = "Display";
sl@0
   108
            this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0
   109
            // 
sl@30
   110
            // buttonCloseClients
sl@30
   111
            // 
sl@30
   112
            this.buttonCloseClients.Location = new System.Drawing.Point(7, 224);
sl@30
   113
            this.buttonCloseClients.Name = "buttonCloseClients";
sl@30
   114
            this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
sl@30
   115
            this.buttonCloseClients.TabIndex = 18;
sl@30
   116
            this.buttonCloseClients.Text = "Close Clients";
sl@30
   117
            this.buttonCloseClients.UseVisualStyleBackColor = true;
sl@30
   118
            this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
sl@30
   119
            // 
sl@29
   120
            // checkBoxFixedPitchFontOnly
sl@29
   121
            // 
sl@29
   122
            this.checkBoxFixedPitchFontOnly.AutoSize = true;
sl@29
   123
            this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(113, 275);
sl@29
   124
            this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
sl@29
   125
            this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
sl@29
   126
            this.checkBoxFixedPitchFontOnly.TabIndex = 17;
sl@29
   127
            this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
sl@29
   128
            this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
sl@29
   129
            // 
sl@28
   130
            // buttonSuspend
sl@28
   131
            // 
sl@28
   132
            this.buttonSuspend.Location = new System.Drawing.Point(7, 253);
sl@28
   133
            this.buttonSuspend.Name = "buttonSuspend";
sl@28
   134
            this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
sl@28
   135
            this.buttonSuspend.TabIndex = 16;
sl@28
   136
            this.buttonSuspend.Text = "Suspend";
sl@28
   137
            this.buttonSuspend.UseVisualStyleBackColor = true;
sl@28
   138
            this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
sl@28
   139
            // 
sl@28
   140
            // buttonStartClient
sl@28
   141
            // 
sl@28
   142
            this.buttonStartClient.Location = new System.Drawing.Point(6, 282);
sl@28
   143
            this.buttonStartClient.Name = "buttonStartClient";
sl@28
   144
            this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
sl@28
   145
            this.buttonStartClient.TabIndex = 15;
sl@28
   146
            this.buttonStartClient.Text = "Start Client";
sl@28
   147
            this.buttonStartClient.UseVisualStyleBackColor = true;
sl@28
   148
            this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
sl@28
   149
            // 
sl@16
   150
            // checkBoxReverseScreen
sl@16
   151
            // 
sl@16
   152
            this.checkBoxReverseScreen.AutoSize = true;
sl@16
   153
            this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 298);
sl@16
   154
            this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
sl@16
   155
            this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
sl@16
   156
            this.checkBoxReverseScreen.TabIndex = 14;
sl@16
   157
            this.checkBoxReverseScreen.Text = "Reverse screen";
sl@16
   158
            this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
sl@16
   159
            this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
sl@16
   160
            // 
sl@16
   161
            // checkBoxConnectOnStartup
sl@16
   162
            // 
sl@16
   163
            this.checkBoxConnectOnStartup.AutoSize = true;
sl@16
   164
            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
sl@16
   165
            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
sl@16
   166
            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
sl@16
   167
            this.checkBoxConnectOnStartup.TabIndex = 13;
sl@16
   168
            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
sl@16
   169
            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
sl@16
   170
            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
sl@16
   171
            // 
sl@16
   172
            // panelDisplay
sl@16
   173
            // 
sl@16
   174
            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
sl@16
   175
            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
sl@16
   176
            this.panelDisplay.Location = new System.Drawing.Point(181, 151);
sl@16
   177
            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
sl@16
   178
            this.panelDisplay.Name = "panelDisplay";
sl@16
   179
            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
sl@16
   180
            this.panelDisplay.TabIndex = 12;
sl@16
   181
            // 
sl@16
   182
            // tableLayoutPanel
sl@16
   183
            // 
sl@16
   184
            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@16
   185
            | System.Windows.Forms.AnchorStyles.Left) 
sl@16
   186
            | System.Windows.Forms.AnchorStyles.Right)));
sl@16
   187
            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@16
   188
            this.tableLayoutPanel.ColumnCount = 1;
sl@16
   189
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@16
   190
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
sl@16
   191
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
sl@16
   192
            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
sl@16
   193
            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@16
   194
            this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@16
   195
            this.tableLayoutPanel.RowCount = 2;
sl@16
   196
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@16
   197
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@16
   198
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   199
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   200
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   201
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   202
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   203
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   204
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   205
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   206
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   207
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   208
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   209
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   210
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   211
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   212
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   213
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   214
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   215
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   216
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   217
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   218
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   219
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   220
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   221
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   222
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   223
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   224
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   225
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   226
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   227
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   228
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   229
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   230
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   231
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   232
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   233
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   234
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   235
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   236
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   237
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   238
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   239
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   240
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   241
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   242
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   243
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   244
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   245
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   246
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   247
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   248
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   249
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   250
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   251
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   252
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   253
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@16
   254
            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@16
   255
            this.tableLayoutPanel.TabIndex = 5;
sl@16
   256
            // 
sl@33
   257
            // marqueeLabelTop
sl@33
   258
            // 
sl@33
   259
            this.marqueeLabelTop.AutoEllipsis = true;
sl@33
   260
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@33
   261
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@33
   262
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
sl@33
   263
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@33
   264
            this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@33
   265
            this.marqueeLabelTop.OwnTimer = false;
sl@33
   266
            this.marqueeLabelTop.PixelsPerSecond = 64;
sl@33
   267
            this.marqueeLabelTop.Separator = "|";
sl@33
   268
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
sl@33
   269
            this.marqueeLabelTop.TabIndex = 2;
sl@33
   270
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@33
   271
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@33
   272
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@33
   273
            // 
sl@33
   274
            // marqueeLabelBottom
sl@33
   275
            // 
sl@33
   276
            this.marqueeLabelBottom.AutoEllipsis = true;
sl@33
   277
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@33
   278
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
sl@33
   279
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@33
   280
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@33
   281
            this.marqueeLabelBottom.OwnTimer = false;
sl@33
   282
            this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@33
   283
            this.marqueeLabelBottom.Separator = "|";
sl@33
   284
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
sl@33
   285
            this.marqueeLabelBottom.TabIndex = 3;
sl@33
   286
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@33
   287
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@33
   288
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@33
   289
            // 
sl@11
   290
            // checkBoxShowBorders
sl@11
   291
            // 
sl@11
   292
            this.checkBoxShowBorders.AutoSize = true;
sl@11
   293
            this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
sl@11
   294
            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
sl@11
   295
            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
sl@11
   296
            this.checkBoxShowBorders.TabIndex = 11;
sl@11
   297
            this.checkBoxShowBorders.Text = "Show borders";
sl@11
   298
            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
sl@11
   299
            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
sl@11
   300
            // 
sl@4
   301
            // trackBarBrightness
sl@4
   302
            // 
sl@7
   303
            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@7
   304
            | System.Windows.Forms.AnchorStyles.Right)));
sl@4
   305
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@7
   306
            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
sl@4
   307
            this.trackBarBrightness.Name = "trackBarBrightness";
sl@4
   308
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@7
   309
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
sl@4
   310
            this.trackBarBrightness.TabIndex = 10;
sl@4
   311
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
sl@4
   312
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
sl@4
   313
            // 
sl@4
   314
            // buttonFill
sl@4
   315
            // 
sl@4
   316
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
sl@4
   317
            this.buttonFill.Name = "buttonFill";
sl@4
   318
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
sl@4
   319
            this.buttonFill.TabIndex = 9;
sl@4
   320
            this.buttonFill.Text = "Fill";
sl@4
   321
            this.buttonFill.UseVisualStyleBackColor = true;
sl@4
   322
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
sl@4
   323
            // 
sl@4
   324
            // buttonClear
sl@4
   325
            // 
sl@4
   326
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
sl@4
   327
            this.buttonClear.Name = "buttonClear";
sl@4
   328
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
sl@4
   329
            this.buttonClear.TabIndex = 8;
sl@4
   330
            this.buttonClear.Text = "Clear";
sl@4
   331
            this.buttonClear.UseVisualStyleBackColor = true;
sl@4
   332
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
sl@4
   333
            // 
sl@4
   334
            // buttonClose
sl@4
   335
            // 
sl@4
   336
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
sl@4
   337
            this.buttonClose.Name = "buttonClose";
sl@4
   338
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
sl@4
   339
            this.buttonClose.TabIndex = 7;
sl@4
   340
            this.buttonClose.Text = "Close";
sl@4
   341
            this.buttonClose.UseVisualStyleBackColor = true;
sl@4
   342
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
sl@4
   343
            // 
sl@4
   344
            // buttonOpen
sl@4
   345
            // 
sl@4
   346
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
sl@4
   347
            this.buttonOpen.Name = "buttonOpen";
sl@4
   348
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
sl@4
   349
            this.buttonOpen.TabIndex = 6;
sl@4
   350
            this.buttonOpen.Text = "Open";
sl@4
   351
            this.buttonOpen.UseVisualStyleBackColor = true;
sl@4
   352
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
sl@4
   353
            // 
sl@0
   354
            // buttonCapture
sl@0
   355
            // 
sl@7
   356
            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   357
            this.buttonCapture.Location = new System.Drawing.Point(6, 311);
sl@0
   358
            this.buttonCapture.Name = "buttonCapture";
sl@0
   359
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0
   360
            this.buttonCapture.TabIndex = 5;
sl@0
   361
            this.buttonCapture.Text = "Capture";
sl@0
   362
            this.buttonCapture.UseVisualStyleBackColor = true;
sl@0
   363
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0
   364
            // 
sl@0
   365
            // buttonFont
sl@0
   366
            // 
sl@7
   367
            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   368
            this.buttonFont.Location = new System.Drawing.Point(6, 340);
sl@0
   369
            this.buttonFont.Name = "buttonFont";
sl@0
   370
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0
   371
            this.buttonFont.TabIndex = 0;
sl@0
   372
            this.buttonFont.Text = "Select Font";
sl@0
   373
            this.buttonFont.UseVisualStyleBackColor = true;
sl@0
   374
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0
   375
            // 
sl@0
   376
            // tabPageTests
sl@0
   377
            // 
sl@0
   378
            this.tabPageTests.Location = new System.Drawing.Point(4, 22);
sl@0
   379
            this.tabPageTests.Name = "tabPageTests";
sl@0
   380
            this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
sl@7
   381
            this.tabPageTests.Size = new System.Drawing.Size(592, 369);
sl@0
   382
            this.tabPageTests.TabIndex = 1;
sl@0
   383
            this.tabPageTests.Text = "Test";
sl@0
   384
            this.tabPageTests.UseVisualStyleBackColor = true;
sl@0
   385
            // 
sl@33
   386
            // tabPageClients
sl@33
   387
            // 
sl@33
   388
            this.tabPageClients.Controls.Add(this.treeViewClients);
sl@33
   389
            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
sl@33
   390
            this.tabPageClients.Name = "tabPageClients";
sl@33
   391
            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
sl@33
   392
            this.tabPageClients.Size = new System.Drawing.Size(592, 369);
sl@33
   393
            this.tabPageClients.TabIndex = 2;
sl@33
   394
            this.tabPageClients.Text = "Clients";
sl@33
   395
            this.tabPageClients.UseVisualStyleBackColor = true;
sl@33
   396
            // 
sl@33
   397
            // treeViewClients
sl@33
   398
            // 
sl@33
   399
            this.treeViewClients.Location = new System.Drawing.Point(6, 6);
sl@33
   400
            this.treeViewClients.Name = "treeViewClients";
sl@33
   401
            this.treeViewClients.Size = new System.Drawing.Size(439, 357);
sl@33
   402
            this.treeViewClients.TabIndex = 0;
sl@33
   403
            this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
sl@33
   404
            // 
sl@2
   405
            // timer
sl@2
   406
            // 
sl@2
   407
            this.timer.Enabled = true;
sl@2
   408
            this.timer.Interval = 50;
sl@2
   409
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
sl@2
   410
            // 
sl@7
   411
            // statusStrip
sl@7
   412
            // 
sl@7
   413
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@8
   414
            this.toolStripStatusLabelConnect,
sl@8
   415
            this.toolStripStatusLabelSpring,
sl@12
   416
            this.toolStripStatusLabelPower,
sl@8
   417
            this.toolStripStatusLabelFps});
sl@7
   418
            this.statusStrip.Location = new System.Drawing.Point(0, 420);
sl@7
   419
            this.statusStrip.Name = "statusStrip";
sl@8
   420
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
sl@7
   421
            this.statusStrip.Size = new System.Drawing.Size(624, 22);
sl@7
   422
            this.statusStrip.TabIndex = 1;
sl@7
   423
            this.statusStrip.Text = "statusStrip";
sl@7
   424
            // 
sl@7
   425
            // toolStripStatusLabelConnect
sl@7
   426
            // 
sl@7
   427
            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
sl@7
   428
            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
sl@7
   429
            this.toolStripStatusLabelConnect.Text = "Not connected";
sl@7
   430
            // 
sl@8
   431
            // toolStripStatusLabelSpring
sl@7
   432
            // 
sl@8
   433
            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
sl@13
   434
            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
sl@8
   435
            this.toolStripStatusLabelSpring.Spring = true;
sl@7
   436
            // 
sl@13
   437
            // toolStripStatusLabelPower
sl@13
   438
            // 
sl@13
   439
            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
sl@13
   440
            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
sl@13
   441
            this.toolStripStatusLabelPower.Text = "NA";
sl@13
   442
            // 
sl@8
   443
            // toolStripStatusLabelFps
sl@7
   444
            // 
sl@8
   445
            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
sl@8
   446
            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
sl@8
   447
            this.toolStripStatusLabelFps.Text = "FPS";
sl@7
   448
            // 
sl@0
   449
            // MainForm
sl@0
   450
            // 
sl@0
   451
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@0
   452
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@7
   453
            this.ClientSize = new System.Drawing.Size(624, 442);
sl@7
   454
            this.Controls.Add(this.statusStrip);
sl@0
   455
            this.Controls.Add(this.tabControl);
sl@7
   456
            this.MinimumSize = new System.Drawing.Size(640, 480);
sl@0
   457
            this.Name = "MainForm";
sl@0
   458
            this.Text = "Sharp Display Manager";
sl@17
   459
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@13
   460
            this.Load += new System.EventHandler(this.MainForm_Load);
sl@14
   461
            this.Resize += new System.EventHandler(this.MainForm_Resize);
sl@0
   462
            this.tabControl.ResumeLayout(false);
sl@0
   463
            this.tabPageDisplay.ResumeLayout(false);
sl@3
   464
            this.tabPageDisplay.PerformLayout();
sl@16
   465
            this.panelDisplay.ResumeLayout(false);
sl@16
   466
            this.tableLayoutPanel.ResumeLayout(false);
sl@4
   467
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
sl@33
   468
            this.tabPageClients.ResumeLayout(false);
sl@7
   469
            this.statusStrip.ResumeLayout(false);
sl@7
   470
            this.statusStrip.PerformLayout();
sl@0
   471
            this.ResumeLayout(false);
sl@7
   472
            this.PerformLayout();
sl@0
   473
sl@0
   474
        }
sl@0
   475
sl@0
   476
        #endregion
sl@0
   477
sl@0
   478
        private System.Windows.Forms.TabControl tabControl;
sl@0
   479
        private System.Windows.Forms.TabPage tabPageDisplay;
sl@0
   480
        private System.Windows.Forms.TabPage tabPageTests;
sl@0
   481
        private System.Windows.Forms.Button buttonFont;
sl@0
   482
        private System.Windows.Forms.FontDialog fontDialog;
sl@0
   483
        private System.Windows.Forms.Button buttonCapture;
sl@2
   484
        private System.Windows.Forms.Timer timer;
sl@3
   485
        private System.Windows.Forms.Button buttonFill;
sl@3
   486
        private System.Windows.Forms.Button buttonClear;
sl@3
   487
        private System.Windows.Forms.Button buttonClose;
sl@3
   488
        private System.Windows.Forms.Button buttonOpen;
sl@3
   489
        private System.Windows.Forms.TrackBar trackBarBrightness;
sl@7
   490
        private System.Windows.Forms.StatusStrip statusStrip;
sl@7
   491
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
sl@8
   492
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
sl@8
   493
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
sl@9
   494
        private System.Windows.Forms.CheckBox checkBoxShowBorders;
sl@12
   495
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
sl@13
   496
        private System.Windows.Forms.Panel panelDisplay;
sl@13
   497
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@30
   498
        private MarqueeLabel marqueeLabelTop;
sl@30
   499
        private MarqueeLabel marqueeLabelBottom;
sl@13
   500
        private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
sl@16
   501
        private System.Windows.Forms.CheckBox checkBoxReverseScreen;
sl@25
   502
        private System.Windows.Forms.Button buttonStartClient;
sl@27
   503
        private System.Windows.Forms.Button buttonSuspend;
sl@28
   504
        private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
sl@29
   505
        private System.Windows.Forms.Button buttonCloseClients;
sl@30
   506
        private System.Windows.Forms.TabPage tabPageClients;
sl@30
   507
        private System.Windows.Forms.TreeView treeViewClients;
sl@0
   508
    }
sl@0
   509
}
sl@0
   510