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