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