Server/MainForm.Designer.cs
author sl
Sat, 30 Aug 2014 19:24:47 +0200
changeset 47 c9e3d1389d06
parent 46 0c0ee86760ea
child 52 b22b0127afa4
permissions -rw-r--r--
Timer interval can now be set and is persisted.
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@36
    32
            this.panelDisplay = new System.Windows.Forms.Panel();
sl@36
    33
            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
sl@36
    34
            this.fontDialog = new System.Windows.Forms.FontDialog();
sl@36
    35
            this.timer = new System.Windows.Forms.Timer(this.components);
sl@36
    36
            this.statusStrip = new System.Windows.Forms.StatusStrip();
sl@36
    37
            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    38
            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    39
            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    40
            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    41
            this.tabPageClients = new System.Windows.Forms.TabPage();
sl@36
    42
            this.buttonCloseClients = new System.Windows.Forms.Button();
sl@36
    43
            this.buttonStartClient = new System.Windows.Forms.Button();
sl@36
    44
            this.treeViewClients = new System.Windows.Forms.TreeView();
sl@0
    45
            this.tabPageDisplay = new System.Windows.Forms.TabPage();
sl@47
    46
            this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
sl@46
    47
            this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
sl@28
    48
            this.buttonSuspend = new System.Windows.Forms.Button();
sl@16
    49
            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
sl@4
    50
            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
sl@4
    51
            this.buttonFill = new System.Windows.Forms.Button();
sl@4
    52
            this.buttonClear = new System.Windows.Forms.Button();
sl@4
    53
            this.buttonClose = new System.Windows.Forms.Button();
sl@4
    54
            this.buttonOpen = new System.Windows.Forms.Button();
sl@0
    55
            this.buttonCapture = new System.Windows.Forms.Button();
sl@40
    56
            this.labelWarning = new System.Windows.Forms.Label();
sl@40
    57
            this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
sl@40
    58
            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
sl@0
    59
            this.buttonFont = new System.Windows.Forms.Button();
sl@36
    60
            this.tabControl = new System.Windows.Forms.TabControl();
sl@38
    61
            this.tabPageDesign = new System.Windows.Forms.TabPage();
sl@41
    62
            this.buttonAlignRight = new System.Windows.Forms.Button();
sl@41
    63
            this.buttonAlignCenter = new System.Windows.Forms.Button();
sl@41
    64
            this.buttonAlignLeft = new System.Windows.Forms.Button();
sl@40
    65
            this.buttonRemoveColumn = new System.Windows.Forms.Button();
sl@40
    66
            this.buttonAddColumn = new System.Windows.Forms.Button();
sl@41
    67
            this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
sl@40
    68
            this.buttonRemoveRow = new System.Windows.Forms.Button();
sl@38
    69
            this.buttonAddRow = new System.Windows.Forms.Button();
sl@47
    70
            this.label1 = new System.Windows.Forms.Label();
sl@47
    71
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@47
    72
            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
sl@16
    73
            this.panelDisplay.SuspendLayout();
sl@16
    74
            this.tableLayoutPanel.SuspendLayout();
sl@36
    75
            this.statusStrip.SuspendLayout();
sl@36
    76
            this.tabPageClients.SuspendLayout();
sl@36
    77
            this.tabPageDisplay.SuspendLayout();
sl@4
    78
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
sl@36
    79
            this.tabControl.SuspendLayout();
sl@38
    80
            this.tabPageDesign.SuspendLayout();
sl@0
    81
            this.SuspendLayout();
sl@0
    82
            // 
sl@36
    83
            // panelDisplay
sl@0
    84
            // 
sl@36
    85
            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
sl@36
    86
            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
sl@36
    87
            this.panelDisplay.Location = new System.Drawing.Point(173, 40);
sl@36
    88
            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
sl@36
    89
            this.panelDisplay.Name = "panelDisplay";
sl@36
    90
            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
sl@36
    91
            this.panelDisplay.TabIndex = 12;
sl@36
    92
            // 
sl@36
    93
            // tableLayoutPanel
sl@36
    94
            // 
sl@36
    95
            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@0
    96
            | System.Windows.Forms.AnchorStyles.Left) 
sl@0
    97
            | System.Windows.Forms.AnchorStyles.Right)));
sl@36
    98
            this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
sl@36
    99
            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@36
   100
            this.tableLayoutPanel.ColumnCount = 1;
sl@36
   101
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@36
   102
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
sl@36
   103
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
sl@36
   104
            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
sl@36
   105
            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@36
   106
            this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@36
   107
            this.tableLayoutPanel.RowCount = 2;
sl@36
   108
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@36
   109
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@36
   110
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   111
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   112
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   113
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   114
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   115
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   116
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   117
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   118
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   119
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   120
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   121
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   122
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   123
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   124
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   125
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   126
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   127
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   128
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   129
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   130
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   131
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   132
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   133
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   134
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   135
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   136
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   137
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   138
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   139
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   140
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   141
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   142
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   143
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   144
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   145
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   146
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   147
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   148
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   149
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   150
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   151
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   152
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   153
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   154
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   155
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   156
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   157
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   158
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   159
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   160
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   161
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   162
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   163
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   164
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   165
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   166
            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@36
   167
            this.tableLayoutPanel.TabIndex = 5;
sl@36
   168
            // 
sl@36
   169
            // timer
sl@36
   170
            // 
sl@36
   171
            this.timer.Enabled = true;
sl@36
   172
            this.timer.Interval = 50;
sl@36
   173
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
sl@36
   174
            // 
sl@36
   175
            // statusStrip
sl@36
   176
            // 
sl@36
   177
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@36
   178
            this.toolStripStatusLabelConnect,
sl@36
   179
            this.toolStripStatusLabelSpring,
sl@36
   180
            this.toolStripStatusLabelPower,
sl@36
   181
            this.toolStripStatusLabelFps});
sl@40
   182
            this.statusStrip.Location = new System.Drawing.Point(0, 420);
sl@36
   183
            this.statusStrip.Name = "statusStrip";
sl@36
   184
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
sl@36
   185
            this.statusStrip.Size = new System.Drawing.Size(624, 22);
sl@36
   186
            this.statusStrip.TabIndex = 1;
sl@36
   187
            this.statusStrip.Text = "statusStrip";
sl@36
   188
            // 
sl@36
   189
            // toolStripStatusLabelConnect
sl@36
   190
            // 
sl@36
   191
            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
sl@36
   192
            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
sl@36
   193
            this.toolStripStatusLabelConnect.Text = "Not connected";
sl@36
   194
            // 
sl@36
   195
            // toolStripStatusLabelSpring
sl@36
   196
            // 
sl@36
   197
            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
sl@36
   198
            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
sl@36
   199
            this.toolStripStatusLabelSpring.Spring = true;
sl@36
   200
            // 
sl@36
   201
            // toolStripStatusLabelPower
sl@36
   202
            // 
sl@36
   203
            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
sl@36
   204
            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
sl@36
   205
            this.toolStripStatusLabelPower.Text = "NA";
sl@36
   206
            // 
sl@36
   207
            // toolStripStatusLabelFps
sl@36
   208
            // 
sl@36
   209
            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
sl@36
   210
            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
sl@36
   211
            this.toolStripStatusLabelFps.Text = "FPS";
sl@36
   212
            // 
sl@36
   213
            // tabPageClients
sl@36
   214
            // 
sl@36
   215
            this.tabPageClients.Controls.Add(this.buttonCloseClients);
sl@36
   216
            this.tabPageClients.Controls.Add(this.buttonStartClient);
sl@36
   217
            this.tabPageClients.Controls.Add(this.treeViewClients);
sl@36
   218
            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
sl@36
   219
            this.tabPageClients.Name = "tabPageClients";
sl@36
   220
            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
sl@40
   221
            this.tabPageClients.Size = new System.Drawing.Size(592, 242);
sl@36
   222
            this.tabPageClients.TabIndex = 2;
sl@36
   223
            this.tabPageClients.Text = "Clients";
sl@36
   224
            this.tabPageClients.UseVisualStyleBackColor = true;
sl@36
   225
            // 
sl@36
   226
            // buttonCloseClients
sl@36
   227
            // 
sl@36
   228
            this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
sl@36
   229
            this.buttonCloseClients.Name = "buttonCloseClients";
sl@36
   230
            this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
sl@36
   231
            this.buttonCloseClients.TabIndex = 20;
sl@36
   232
            this.buttonCloseClients.Text = "Close Clients";
sl@36
   233
            this.buttonCloseClients.UseVisualStyleBackColor = true;
sl@36
   234
            this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
sl@36
   235
            // 
sl@36
   236
            // buttonStartClient
sl@36
   237
            // 
sl@36
   238
            this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
sl@36
   239
            this.buttonStartClient.Name = "buttonStartClient";
sl@36
   240
            this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
sl@36
   241
            this.buttonStartClient.TabIndex = 19;
sl@36
   242
            this.buttonStartClient.Text = "Start Client";
sl@36
   243
            this.buttonStartClient.UseVisualStyleBackColor = true;
sl@36
   244
            this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
sl@36
   245
            // 
sl@36
   246
            // treeViewClients
sl@36
   247
            // 
sl@36
   248
            this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@36
   249
            | System.Windows.Forms.AnchorStyles.Left) 
sl@36
   250
            | System.Windows.Forms.AnchorStyles.Right)));
sl@36
   251
            this.treeViewClients.Location = new System.Drawing.Point(87, 6);
sl@36
   252
            this.treeViewClients.Name = "treeViewClients";
sl@40
   253
            this.treeViewClients.Size = new System.Drawing.Size(499, 233);
sl@36
   254
            this.treeViewClients.TabIndex = 0;
sl@36
   255
            this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
sl@0
   256
            // 
sl@0
   257
            // tabPageDisplay
sl@0
   258
            // 
sl@47
   259
            this.tabPageDisplay.Controls.Add(this.label1);
sl@47
   260
            this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
sl@46
   261
            this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
sl@27
   262
            this.tabPageDisplay.Controls.Add(this.buttonSuspend);
sl@13
   263
            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
sl@3
   264
            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
sl@3
   265
            this.tabPageDisplay.Controls.Add(this.buttonFill);
sl@3
   266
            this.tabPageDisplay.Controls.Add(this.buttonClear);
sl@3
   267
            this.tabPageDisplay.Controls.Add(this.buttonClose);
sl@3
   268
            this.tabPageDisplay.Controls.Add(this.buttonOpen);
sl@0
   269
            this.tabPageDisplay.Controls.Add(this.buttonCapture);
sl@0
   270
            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
sl@0
   271
            this.tabPageDisplay.Name = "tabPageDisplay";
sl@0
   272
            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
sl@40
   273
            this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
sl@0
   274
            this.tabPageDisplay.TabIndex = 0;
sl@0
   275
            this.tabPageDisplay.Text = "Display";
sl@0
   276
            this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0
   277
            // 
sl@47
   278
            // maskedTextBoxTimerInterval
sl@47
   279
            // 
sl@47
   280
            this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
sl@47
   281
            this.maskedTextBoxTimerInterval.Mask = "000";
sl@47
   282
            this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
sl@47
   283
            this.maskedTextBoxTimerInterval.PromptChar = ' ';
sl@47
   284
            this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
sl@47
   285
            this.maskedTextBoxTimerInterval.TabIndex = 18;
sl@47
   286
            this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
sl@47
   287
            // 
sl@46
   288
            // comboBoxDisplayType
sl@46
   289
            // 
sl@46
   290
            this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
sl@46
   291
            this.comboBoxDisplayType.FormattingEnabled = true;
sl@46
   292
            this.comboBoxDisplayType.Items.AddRange(new object[] {
sl@46
   293
            "Auto Detect",
sl@46
   294
            "Futaba GP1212A01A",
sl@46
   295
            "Futaba GP1212A02A"});
sl@46
   296
            this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
sl@46
   297
            this.comboBoxDisplayType.Name = "comboBoxDisplayType";
sl@46
   298
            this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
sl@46
   299
            this.comboBoxDisplayType.TabIndex = 17;
sl@46
   300
            this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
sl@46
   301
            // 
sl@28
   302
            // buttonSuspend
sl@28
   303
            // 
sl@36
   304
            this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@40
   305
            this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
sl@28
   306
            this.buttonSuspend.Name = "buttonSuspend";
sl@28
   307
            this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
sl@28
   308
            this.buttonSuspend.TabIndex = 16;
sl@28
   309
            this.buttonSuspend.Text = "Suspend";
sl@28
   310
            this.buttonSuspend.UseVisualStyleBackColor = true;
sl@28
   311
            this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
sl@28
   312
            // 
sl@16
   313
            // checkBoxConnectOnStartup
sl@16
   314
            // 
sl@36
   315
            this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@16
   316
            this.checkBoxConnectOnStartup.AutoSize = true;
sl@40
   317
            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
sl@16
   318
            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
sl@16
   319
            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
sl@16
   320
            this.checkBoxConnectOnStartup.TabIndex = 13;
sl@16
   321
            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
sl@16
   322
            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
sl@16
   323
            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
sl@16
   324
            // 
sl@4
   325
            // trackBarBrightness
sl@4
   326
            // 
sl@7
   327
            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@7
   328
            | System.Windows.Forms.AnchorStyles.Right)));
sl@4
   329
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@7
   330
            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
sl@4
   331
            this.trackBarBrightness.Name = "trackBarBrightness";
sl@4
   332
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@40
   333
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
sl@4
   334
            this.trackBarBrightness.TabIndex = 10;
sl@4
   335
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
sl@4
   336
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
sl@4
   337
            // 
sl@4
   338
            // buttonFill
sl@4
   339
            // 
sl@4
   340
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
sl@4
   341
            this.buttonFill.Name = "buttonFill";
sl@4
   342
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
sl@4
   343
            this.buttonFill.TabIndex = 9;
sl@4
   344
            this.buttonFill.Text = "Fill";
sl@4
   345
            this.buttonFill.UseVisualStyleBackColor = true;
sl@4
   346
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
sl@4
   347
            // 
sl@4
   348
            // buttonClear
sl@4
   349
            // 
sl@4
   350
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
sl@4
   351
            this.buttonClear.Name = "buttonClear";
sl@4
   352
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
sl@4
   353
            this.buttonClear.TabIndex = 8;
sl@4
   354
            this.buttonClear.Text = "Clear";
sl@4
   355
            this.buttonClear.UseVisualStyleBackColor = true;
sl@4
   356
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
sl@4
   357
            // 
sl@4
   358
            // buttonClose
sl@4
   359
            // 
sl@4
   360
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
sl@4
   361
            this.buttonClose.Name = "buttonClose";
sl@4
   362
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
sl@4
   363
            this.buttonClose.TabIndex = 7;
sl@4
   364
            this.buttonClose.Text = "Close";
sl@4
   365
            this.buttonClose.UseVisualStyleBackColor = true;
sl@4
   366
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
sl@4
   367
            // 
sl@4
   368
            // buttonOpen
sl@4
   369
            // 
sl@4
   370
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
sl@4
   371
            this.buttonOpen.Name = "buttonOpen";
sl@4
   372
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
sl@4
   373
            this.buttonOpen.TabIndex = 6;
sl@4
   374
            this.buttonOpen.Text = "Open";
sl@4
   375
            this.buttonOpen.UseVisualStyleBackColor = true;
sl@4
   376
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
sl@4
   377
            // 
sl@0
   378
            // buttonCapture
sl@0
   379
            // 
sl@7
   380
            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@40
   381
            this.buttonCapture.Location = new System.Drawing.Point(6, 213);
sl@0
   382
            this.buttonCapture.Name = "buttonCapture";
sl@0
   383
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0
   384
            this.buttonCapture.TabIndex = 5;
sl@0
   385
            this.buttonCapture.Text = "Capture";
sl@0
   386
            this.buttonCapture.UseVisualStyleBackColor = true;
sl@0
   387
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0
   388
            // 
sl@40
   389
            // labelWarning
sl@40
   390
            // 
sl@40
   391
            this.labelWarning.AutoSize = true;
sl@40
   392
            this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
sl@40
   393
            this.labelWarning.ForeColor = System.Drawing.Color.Red;
sl@40
   394
            this.labelWarning.Location = new System.Drawing.Point(9, 9);
sl@40
   395
            this.labelWarning.Name = "labelWarning";
sl@40
   396
            this.labelWarning.Size = new System.Drawing.Size(80, 16);
sl@40
   397
            this.labelWarning.TabIndex = 18;
sl@40
   398
            this.labelWarning.Text = "WARNING";
sl@40
   399
            this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@40
   400
            this.labelWarning.Visible = false;
sl@40
   401
            // 
sl@40
   402
            // checkBoxFixedPitchFontOnly
sl@40
   403
            // 
sl@40
   404
            this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@40
   405
            this.checkBoxFixedPitchFontOnly.AutoSize = true;
sl@40
   406
            this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
sl@40
   407
            this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
sl@40
   408
            this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
sl@40
   409
            this.checkBoxFixedPitchFontOnly.TabIndex = 17;
sl@40
   410
            this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
sl@40
   411
            this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
sl@40
   412
            // 
sl@40
   413
            // checkBoxShowBorders
sl@40
   414
            // 
sl@40
   415
            this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
sl@40
   416
            this.checkBoxShowBorders.AutoSize = true;
sl@40
   417
            this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
sl@40
   418
            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
sl@40
   419
            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
sl@40
   420
            this.checkBoxShowBorders.TabIndex = 11;
sl@40
   421
            this.checkBoxShowBorders.Text = "Show borders";
sl@40
   422
            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
sl@40
   423
            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
sl@40
   424
            // 
sl@0
   425
            // buttonFont
sl@0
   426
            // 
sl@7
   427
            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@40
   428
            this.buttonFont.Location = new System.Drawing.Point(6, 213);
sl@0
   429
            this.buttonFont.Name = "buttonFont";
sl@0
   430
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0
   431
            this.buttonFont.TabIndex = 0;
sl@0
   432
            this.buttonFont.Text = "Select Font";
sl@0
   433
            this.buttonFont.UseVisualStyleBackColor = true;
sl@0
   434
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0
   435
            // 
sl@36
   436
            // tabControl
sl@0
   437
            // 
sl@36
   438
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@34
   439
            | System.Windows.Forms.AnchorStyles.Left) 
sl@34
   440
            | System.Windows.Forms.AnchorStyles.Right)));
sl@36
   441
            this.tabControl.Controls.Add(this.tabPageDisplay);
sl@36
   442
            this.tabControl.Controls.Add(this.tabPageClients);
sl@38
   443
            this.tabControl.Controls.Add(this.tabPageDesign);
sl@36
   444
            this.tabControl.Location = new System.Drawing.Point(12, 139);
sl@36
   445
            this.tabControl.Name = "tabControl";
sl@36
   446
            this.tabControl.SelectedIndex = 0;
sl@40
   447
            this.tabControl.Size = new System.Drawing.Size(600, 268);
sl@36
   448
            this.tabControl.TabIndex = 0;
sl@33
   449
            // 
sl@38
   450
            // tabPageDesign
sl@38
   451
            // 
sl@41
   452
            this.tabPageDesign.Controls.Add(this.buttonAlignRight);
sl@41
   453
            this.tabPageDesign.Controls.Add(this.buttonAlignCenter);
sl@41
   454
            this.tabPageDesign.Controls.Add(this.buttonAlignLeft);
sl@38
   455
            this.tabPageDesign.Controls.Add(this.buttonRemoveColumn);
sl@38
   456
            this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
sl@38
   457
            this.tabPageDesign.Controls.Add(this.buttonAddColumn);
sl@38
   458
            this.tabPageDesign.Controls.Add(this.buttonFont);
sl@40
   459
            this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
sl@38
   460
            this.tabPageDesign.Controls.Add(this.buttonRemoveRow);
sl@38
   461
            this.tabPageDesign.Controls.Add(this.buttonAddRow);
sl@38
   462
            this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
sl@38
   463
            this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
sl@38
   464
            this.tabPageDesign.Name = "tabPageDesign";
sl@38
   465
            this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
sl@40
   466
            this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
sl@38
   467
            this.tabPageDesign.TabIndex = 3;
sl@38
   468
            this.tabPageDesign.Text = "Design";
sl@38
   469
            this.tabPageDesign.UseVisualStyleBackColor = true;
sl@38
   470
            // 
sl@41
   471
            // buttonAlignRight
sl@41
   472
            // 
sl@41
   473
            this.buttonAlignRight.Location = new System.Drawing.Point(171, 105);
sl@41
   474
            this.buttonAlignRight.Name = "buttonAlignRight";
sl@41
   475
            this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
sl@41
   476
            this.buttonAlignRight.TabIndex = 20;
sl@41
   477
            this.buttonAlignRight.Text = "Align Right";
sl@41
   478
            this.buttonAlignRight.UseVisualStyleBackColor = true;
sl@41
   479
            this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
sl@41
   480
            // 
sl@41
   481
            // buttonAlignCenter
sl@41
   482
            // 
sl@41
   483
            this.buttonAlignCenter.Location = new System.Drawing.Point(89, 106);
sl@41
   484
            this.buttonAlignCenter.Name = "buttonAlignCenter";
sl@41
   485
            this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
sl@41
   486
            this.buttonAlignCenter.TabIndex = 19;
sl@41
   487
            this.buttonAlignCenter.Text = "Align Center";
sl@41
   488
            this.buttonAlignCenter.UseVisualStyleBackColor = true;
sl@41
   489
            this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
sl@41
   490
            // 
sl@41
   491
            // buttonAlignLeft
sl@41
   492
            // 
sl@41
   493
            this.buttonAlignLeft.Location = new System.Drawing.Point(7, 106);
sl@41
   494
            this.buttonAlignLeft.Name = "buttonAlignLeft";
sl@41
   495
            this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
sl@41
   496
            this.buttonAlignLeft.TabIndex = 18;
sl@41
   497
            this.buttonAlignLeft.Text = "Align Left";
sl@41
   498
            this.buttonAlignLeft.UseVisualStyleBackColor = true;
sl@41
   499
            this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
sl@41
   500
            // 
sl@40
   501
            // buttonRemoveColumn
sl@40
   502
            // 
sl@40
   503
            this.buttonRemoveColumn.Location = new System.Drawing.Point(89, 37);
sl@40
   504
            this.buttonRemoveColumn.Name = "buttonRemoveColumn";
sl@40
   505
            this.buttonRemoveColumn.Size = new System.Drawing.Size(75, 23);
sl@40
   506
            this.buttonRemoveColumn.TabIndex = 3;
sl@40
   507
            this.buttonRemoveColumn.Text = "Remove col.";
sl@40
   508
            this.buttonRemoveColumn.UseVisualStyleBackColor = true;
sl@40
   509
            this.buttonRemoveColumn.Click += new System.EventHandler(this.buttonRemoveColumn_Click);
sl@40
   510
            // 
sl@40
   511
            // buttonAddColumn
sl@40
   512
            // 
sl@40
   513
            this.buttonAddColumn.Location = new System.Drawing.Point(89, 7);
sl@40
   514
            this.buttonAddColumn.Name = "buttonAddColumn";
sl@40
   515
            this.buttonAddColumn.Size = new System.Drawing.Size(75, 23);
sl@40
   516
            this.buttonAddColumn.TabIndex = 2;
sl@40
   517
            this.buttonAddColumn.Text = "Add column";
sl@40
   518
            this.buttonAddColumn.UseVisualStyleBackColor = true;
sl@40
   519
            this.buttonAddColumn.Click += new System.EventHandler(this.buttonAddColumn_Click);
sl@40
   520
            // 
sl@41
   521
            // checkBoxReverseScreen
sl@41
   522
            // 
sl@41
   523
            this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
sl@41
   524
            this.checkBoxReverseScreen.AutoSize = true;
sl@41
   525
            this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
sl@41
   526
            this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
sl@41
   527
            this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
sl@41
   528
            this.checkBoxReverseScreen.TabIndex = 14;
sl@41
   529
            this.checkBoxReverseScreen.Text = "Reverse screen";
sl@41
   530
            this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
sl@41
   531
            this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
sl@41
   532
            // 
sl@40
   533
            // buttonRemoveRow
sl@40
   534
            // 
sl@40
   535
            this.buttonRemoveRow.Location = new System.Drawing.Point(7, 37);
sl@40
   536
            this.buttonRemoveRow.Name = "buttonRemoveRow";
sl@40
   537
            this.buttonRemoveRow.Size = new System.Drawing.Size(75, 23);
sl@40
   538
            this.buttonRemoveRow.TabIndex = 1;
sl@40
   539
            this.buttonRemoveRow.Text = "Remove row";
sl@40
   540
            this.buttonRemoveRow.UseVisualStyleBackColor = true;
sl@40
   541
            this.buttonRemoveRow.Click += new System.EventHandler(this.buttonRemoveRow_Click);
sl@40
   542
            // 
sl@38
   543
            // buttonAddRow
sl@38
   544
            // 
sl@38
   545
            this.buttonAddRow.Location = new System.Drawing.Point(7, 7);
sl@38
   546
            this.buttonAddRow.Name = "buttonAddRow";
sl@38
   547
            this.buttonAddRow.Size = new System.Drawing.Size(75, 23);
sl@38
   548
            this.buttonAddRow.TabIndex = 0;
sl@38
   549
            this.buttonAddRow.Text = "Add row";
sl@38
   550
            this.buttonAddRow.UseVisualStyleBackColor = true;
sl@38
   551
            this.buttonAddRow.Click += new System.EventHandler(this.buttonAddRow_Click);
sl@38
   552
            // 
sl@47
   553
            // label1
sl@47
   554
            // 
sl@47
   555
            this.label1.AutoSize = true;
sl@47
   556
            this.label1.Location = new System.Drawing.Point(184, 45);
sl@47
   557
            this.label1.Name = "label1";
sl@47
   558
            this.label1.Size = new System.Drawing.Size(98, 13);
sl@47
   559
            this.label1.TabIndex = 19;
sl@47
   560
            this.label1.Text = "Timer interval (ms) :";
sl@47
   561
            // 
sl@47
   562
            // marqueeLabelTop
sl@47
   563
            // 
sl@47
   564
            this.marqueeLabelTop.AutoEllipsis = true;
sl@47
   565
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@47
   566
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@47
   567
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, -9);
sl@47
   568
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@47
   569
            this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@47
   570
            this.marqueeLabelTop.OwnTimer = false;
sl@47
   571
            this.marqueeLabelTop.PixelsPerSecond = 64;
sl@47
   572
            this.marqueeLabelTop.Separator = "|";
sl@47
   573
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 1);
sl@47
   574
            this.marqueeLabelTop.TabIndex = 2;
sl@47
   575
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@47
   576
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@47
   577
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@47
   578
            // 
sl@47
   579
            // marqueeLabelBottom
sl@47
   580
            // 
sl@47
   581
            this.marqueeLabelBottom.AutoEllipsis = true;
sl@47
   582
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@47
   583
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 2);
sl@47
   584
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@47
   585
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@47
   586
            this.marqueeLabelBottom.OwnTimer = false;
sl@47
   587
            this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@47
   588
            this.marqueeLabelBottom.Separator = "|";
sl@47
   589
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 20);
sl@47
   590
            this.marqueeLabelBottom.TabIndex = 3;
sl@47
   591
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@47
   592
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@47
   593
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@47
   594
            // 
sl@0
   595
            // MainForm
sl@0
   596
            // 
sl@0
   597
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@0
   598
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@40
   599
            this.ClientSize = new System.Drawing.Size(624, 442);
sl@38
   600
            this.Controls.Add(this.labelWarning);
sl@7
   601
            this.Controls.Add(this.statusStrip);
sl@0
   602
            this.Controls.Add(this.tabControl);
sl@36
   603
            this.Controls.Add(this.panelDisplay);
sl@7
   604
            this.MinimumSize = new System.Drawing.Size(640, 480);
sl@0
   605
            this.Name = "MainForm";
sl@0
   606
            this.Text = "Sharp Display Manager";
sl@17
   607
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@13
   608
            this.Load += new System.EventHandler(this.MainForm_Load);
sl@14
   609
            this.Resize += new System.EventHandler(this.MainForm_Resize);
sl@36
   610
            this.panelDisplay.ResumeLayout(false);
sl@36
   611
            this.tableLayoutPanel.ResumeLayout(false);
sl@36
   612
            this.statusStrip.ResumeLayout(false);
sl@36
   613
            this.statusStrip.PerformLayout();
sl@36
   614
            this.tabPageClients.ResumeLayout(false);
sl@0
   615
            this.tabPageDisplay.ResumeLayout(false);
sl@3
   616
            this.tabPageDisplay.PerformLayout();
sl@4
   617
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
sl@36
   618
            this.tabControl.ResumeLayout(false);
sl@38
   619
            this.tabPageDesign.ResumeLayout(false);
sl@38
   620
            this.tabPageDesign.PerformLayout();
sl@0
   621
            this.ResumeLayout(false);
sl@7
   622
            this.PerformLayout();
sl@0
   623
sl@0
   624
        }
sl@0
   625
sl@0
   626
        #endregion
sl@0
   627
sl@0
   628
        private System.Windows.Forms.FontDialog fontDialog;
sl@2
   629
        private System.Windows.Forms.Timer timer;
sl@7
   630
        private System.Windows.Forms.StatusStrip statusStrip;
sl@7
   631
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
sl@8
   632
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
sl@8
   633
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
sl@12
   634
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
sl@13
   635
        private System.Windows.Forms.Panel panelDisplay;
sl@13
   636
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@30
   637
        private MarqueeLabel marqueeLabelTop;
sl@30
   638
        private MarqueeLabel marqueeLabelBottom;
sl@30
   639
        private System.Windows.Forms.TabPage tabPageClients;
sl@30
   640
        private System.Windows.Forms.TreeView treeViewClients;
sl@36
   641
        private System.Windows.Forms.TabPage tabPageDisplay;
sl@36
   642
        private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
sl@36
   643
        private System.Windows.Forms.Button buttonSuspend;
sl@36
   644
        private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
sl@36
   645
        private System.Windows.Forms.CheckBox checkBoxShowBorders;
sl@36
   646
        private System.Windows.Forms.TrackBar trackBarBrightness;
sl@36
   647
        private System.Windows.Forms.Button buttonFill;
sl@36
   648
        private System.Windows.Forms.Button buttonClear;
sl@36
   649
        private System.Windows.Forms.Button buttonClose;
sl@36
   650
        private System.Windows.Forms.Button buttonOpen;
sl@36
   651
        private System.Windows.Forms.Button buttonCapture;
sl@36
   652
        private System.Windows.Forms.Button buttonFont;
sl@36
   653
        private System.Windows.Forms.TabControl tabControl;
sl@36
   654
        private System.Windows.Forms.Button buttonCloseClients;
sl@36
   655
        private System.Windows.Forms.Button buttonStartClient;
sl@36
   656
        private System.Windows.Forms.Label labelWarning;
sl@38
   657
        private System.Windows.Forms.TabPage tabPageDesign;
sl@38
   658
        private System.Windows.Forms.Button buttonRemoveColumn;
sl@38
   659
        private System.Windows.Forms.Button buttonAddColumn;
sl@38
   660
        private System.Windows.Forms.Button buttonRemoveRow;
sl@38
   661
        private System.Windows.Forms.Button buttonAddRow;
sl@40
   662
        private System.Windows.Forms.CheckBox checkBoxReverseScreen;
sl@41
   663
        private System.Windows.Forms.Button buttonAlignRight;
sl@41
   664
        private System.Windows.Forms.Button buttonAlignCenter;
sl@41
   665
        private System.Windows.Forms.Button buttonAlignLeft;
sl@46
   666
        private System.Windows.Forms.ComboBox comboBoxDisplayType;
sl@47
   667
        private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
sl@47
   668
        private System.Windows.Forms.Label label1;
sl@0
   669
    }
sl@0
   670
}
sl@0
   671