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