Server/MainForm.Designer.cs
author sl
Fri, 15 Aug 2014 10:20:01 +0200
changeset 30 c375286d1a1c
parent 29 c4e03315035c
child 33 1363bda20171
permissions -rw-r--r--
Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.
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@11
    42
            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
sl@4
    43
            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
sl@4
    44
            this.buttonFill = new System.Windows.Forms.Button();
sl@4
    45
            this.buttonClear = new System.Windows.Forms.Button();
sl@4
    46
            this.buttonClose = new System.Windows.Forms.Button();
sl@4
    47
            this.buttonOpen = new System.Windows.Forms.Button();
sl@0
    48
            this.buttonCapture = new System.Windows.Forms.Button();
sl@0
    49
            this.buttonFont = new System.Windows.Forms.Button();
sl@0
    50
            this.tabPageTests = new System.Windows.Forms.TabPage();
sl@0
    51
            this.fontDialog = new System.Windows.Forms.FontDialog();
sl@2
    52
            this.timer = new System.Windows.Forms.Timer(this.components);
sl@7
    53
            this.statusStrip = new System.Windows.Forms.StatusStrip();
sl@7
    54
            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    55
            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
sl@13
    56
            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
sl@8
    57
            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
sl@30
    58
            this.tabPageClients = new System.Windows.Forms.TabPage();
sl@30
    59
            this.treeViewClients = new System.Windows.Forms.TreeView();
sl@30
    60
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@30
    61
            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
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@13
    67
            this.statusStrip.SuspendLayout();
sl@30
    68
            this.tabPageClients.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@11
   257
            // checkBoxShowBorders
sl@11
   258
            // 
sl@11
   259
            this.checkBoxShowBorders.AutoSize = true;
sl@11
   260
            this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
sl@11
   261
            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
sl@11
   262
            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
sl@11
   263
            this.checkBoxShowBorders.TabIndex = 11;
sl@11
   264
            this.checkBoxShowBorders.Text = "Show borders";
sl@11
   265
            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
sl@11
   266
            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
sl@11
   267
            // 
sl@4
   268
            // trackBarBrightness
sl@4
   269
            // 
sl@7
   270
            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@7
   271
            | System.Windows.Forms.AnchorStyles.Right)));
sl@4
   272
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@7
   273
            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
sl@4
   274
            this.trackBarBrightness.Name = "trackBarBrightness";
sl@4
   275
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@7
   276
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
sl@4
   277
            this.trackBarBrightness.TabIndex = 10;
sl@4
   278
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
sl@4
   279
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
sl@4
   280
            // 
sl@4
   281
            // buttonFill
sl@4
   282
            // 
sl@4
   283
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
sl@4
   284
            this.buttonFill.Name = "buttonFill";
sl@4
   285
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
sl@4
   286
            this.buttonFill.TabIndex = 9;
sl@4
   287
            this.buttonFill.Text = "Fill";
sl@4
   288
            this.buttonFill.UseVisualStyleBackColor = true;
sl@4
   289
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
sl@4
   290
            // 
sl@4
   291
            // buttonClear
sl@4
   292
            // 
sl@4
   293
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
sl@4
   294
            this.buttonClear.Name = "buttonClear";
sl@4
   295
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
sl@4
   296
            this.buttonClear.TabIndex = 8;
sl@4
   297
            this.buttonClear.Text = "Clear";
sl@4
   298
            this.buttonClear.UseVisualStyleBackColor = true;
sl@4
   299
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
sl@4
   300
            // 
sl@4
   301
            // buttonClose
sl@4
   302
            // 
sl@4
   303
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
sl@4
   304
            this.buttonClose.Name = "buttonClose";
sl@4
   305
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
sl@4
   306
            this.buttonClose.TabIndex = 7;
sl@4
   307
            this.buttonClose.Text = "Close";
sl@4
   308
            this.buttonClose.UseVisualStyleBackColor = true;
sl@4
   309
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
sl@4
   310
            // 
sl@4
   311
            // buttonOpen
sl@4
   312
            // 
sl@4
   313
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
sl@4
   314
            this.buttonOpen.Name = "buttonOpen";
sl@4
   315
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
sl@4
   316
            this.buttonOpen.TabIndex = 6;
sl@4
   317
            this.buttonOpen.Text = "Open";
sl@4
   318
            this.buttonOpen.UseVisualStyleBackColor = true;
sl@4
   319
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
sl@4
   320
            // 
sl@0
   321
            // buttonCapture
sl@0
   322
            // 
sl@7
   323
            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   324
            this.buttonCapture.Location = new System.Drawing.Point(6, 311);
sl@0
   325
            this.buttonCapture.Name = "buttonCapture";
sl@0
   326
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0
   327
            this.buttonCapture.TabIndex = 5;
sl@0
   328
            this.buttonCapture.Text = "Capture";
sl@0
   329
            this.buttonCapture.UseVisualStyleBackColor = true;
sl@0
   330
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0
   331
            // 
sl@0
   332
            // buttonFont
sl@0
   333
            // 
sl@7
   334
            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@7
   335
            this.buttonFont.Location = new System.Drawing.Point(6, 340);
sl@0
   336
            this.buttonFont.Name = "buttonFont";
sl@0
   337
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0
   338
            this.buttonFont.TabIndex = 0;
sl@0
   339
            this.buttonFont.Text = "Select Font";
sl@0
   340
            this.buttonFont.UseVisualStyleBackColor = true;
sl@0
   341
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0
   342
            // 
sl@0
   343
            // tabPageTests
sl@0
   344
            // 
sl@0
   345
            this.tabPageTests.Location = new System.Drawing.Point(4, 22);
sl@0
   346
            this.tabPageTests.Name = "tabPageTests";
sl@0
   347
            this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
sl@7
   348
            this.tabPageTests.Size = new System.Drawing.Size(592, 369);
sl@0
   349
            this.tabPageTests.TabIndex = 1;
sl@0
   350
            this.tabPageTests.Text = "Test";
sl@0
   351
            this.tabPageTests.UseVisualStyleBackColor = true;
sl@0
   352
            // 
sl@2
   353
            // timer
sl@2
   354
            // 
sl@2
   355
            this.timer.Enabled = true;
sl@2
   356
            this.timer.Interval = 50;
sl@2
   357
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
sl@2
   358
            // 
sl@7
   359
            // statusStrip
sl@7
   360
            // 
sl@7
   361
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@8
   362
            this.toolStripStatusLabelConnect,
sl@8
   363
            this.toolStripStatusLabelSpring,
sl@12
   364
            this.toolStripStatusLabelPower,
sl@8
   365
            this.toolStripStatusLabelFps});
sl@7
   366
            this.statusStrip.Location = new System.Drawing.Point(0, 420);
sl@7
   367
            this.statusStrip.Name = "statusStrip";
sl@8
   368
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
sl@7
   369
            this.statusStrip.Size = new System.Drawing.Size(624, 22);
sl@7
   370
            this.statusStrip.TabIndex = 1;
sl@7
   371
            this.statusStrip.Text = "statusStrip";
sl@7
   372
            // 
sl@7
   373
            // toolStripStatusLabelConnect
sl@7
   374
            // 
sl@7
   375
            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
sl@7
   376
            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
sl@7
   377
            this.toolStripStatusLabelConnect.Text = "Not connected";
sl@7
   378
            // 
sl@8
   379
            // toolStripStatusLabelSpring
sl@7
   380
            // 
sl@8
   381
            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
sl@13
   382
            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
sl@8
   383
            this.toolStripStatusLabelSpring.Spring = true;
sl@7
   384
            // 
sl@13
   385
            // toolStripStatusLabelPower
sl@13
   386
            // 
sl@13
   387
            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
sl@13
   388
            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
sl@13
   389
            this.toolStripStatusLabelPower.Text = "NA";
sl@13
   390
            // 
sl@8
   391
            // toolStripStatusLabelFps
sl@7
   392
            // 
sl@8
   393
            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
sl@8
   394
            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
sl@8
   395
            this.toolStripStatusLabelFps.Text = "FPS";
sl@7
   396
            // 
sl@30
   397
            // tabPageClients
sl@17
   398
            // 
sl@30
   399
            this.tabPageClients.Controls.Add(this.treeViewClients);
sl@30
   400
            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
sl@30
   401
            this.tabPageClients.Name = "tabPageClients";
sl@30
   402
            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
sl@30
   403
            this.tabPageClients.Size = new System.Drawing.Size(592, 369);
sl@30
   404
            this.tabPageClients.TabIndex = 2;
sl@30
   405
            this.tabPageClients.Text = "Clients";
sl@30
   406
            this.tabPageClients.UseVisualStyleBackColor = true;
sl@30
   407
            // 
sl@30
   408
            // treeViewClients
sl@30
   409
            // 
sl@30
   410
            this.treeViewClients.Location = new System.Drawing.Point(6, 6);
sl@30
   411
            this.treeViewClients.Name = "treeViewClients";
sl@30
   412
            this.treeViewClients.Size = new System.Drawing.Size(439, 357);
sl@30
   413
            this.treeViewClients.TabIndex = 0;
sl@30
   414
            this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
sl@30
   415
            // 
sl@30
   416
            // marqueeLabelTop
sl@30
   417
            // 
sl@30
   418
            this.marqueeLabelTop.AutoEllipsis = true;
sl@30
   419
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@30
   420
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@30
   421
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
sl@30
   422
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@30
   423
            this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@30
   424
            this.marqueeLabelTop.OwnTimer = false;
sl@30
   425
            this.marqueeLabelTop.PixelsPerSecond = 64;
sl@30
   426
            this.marqueeLabelTop.Separator = "|";
sl@30
   427
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 9);
sl@30
   428
            this.marqueeLabelTop.TabIndex = 2;
sl@30
   429
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@30
   430
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@30
   431
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@30
   432
            // 
sl@30
   433
            // marqueeLabelBottom
sl@30
   434
            // 
sl@30
   435
            this.marqueeLabelBottom.AutoEllipsis = true;
sl@30
   436
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@30
   437
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 21);
sl@30
   438
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@30
   439
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@30
   440
            this.marqueeLabelBottom.OwnTimer = false;
sl@30
   441
            this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@30
   442
            this.marqueeLabelBottom.Separator = null;
sl@30
   443
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
sl@30
   444
            this.marqueeLabelBottom.TabIndex = 3;
sl@30
   445
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@30
   446
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@30
   447
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@27
   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@7
   468
            this.statusStrip.ResumeLayout(false);
sl@7
   469
            this.statusStrip.PerformLayout();
sl@30
   470
            this.tabPageClients.ResumeLayout(false);
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