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