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