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