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