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