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