Server/MainForm.Designer.cs
author sl
Tue, 19 Aug 2014 21:26:17 +0200
changeset 37 405a2590eda4
parent 36 a3aa661da810
child 38 babab407f2bb
permissions -rw-r--r--
Font height now also checked on startup.
sl@0
     1
namespace SharpDisplayManager
sl@0
     2
{
sl@0
     3
    partial class MainForm
sl@0
     4
    {
sl@0
     5
        /// <summary>
sl@0
     6
        /// Required designer variable.
sl@0
     7
        /// </summary>
sl@0
     8
        private System.ComponentModel.IContainer components = null;
sl@0
     9
sl@0
    10
        /// <summary>
sl@0
    11
        /// Clean up any resources being used.
sl@0
    12
        /// </summary>
sl@0
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
sl@0
    14
        protected override void Dispose(bool disposing)
sl@0
    15
        {
sl@0
    16
            if (disposing && (components != null))
sl@0
    17
            {
sl@0
    18
                components.Dispose();
sl@0
    19
            }
sl@0
    20
            base.Dispose(disposing);
sl@0
    21
        }
sl@0
    22
sl@0
    23
        #region Windows Form Designer generated code
sl@0
    24
sl@0
    25
        /// <summary>
sl@0
    26
        /// Required method for Designer support - do not modify
sl@0
    27
        /// the contents of this method with the code editor.
sl@0
    28
        /// </summary>
sl@0
    29
        private void InitializeComponent()
sl@0
    30
        {
sl@2
    31
            this.components = new System.ComponentModel.Container();
sl@36
    32
            this.panelDisplay = new System.Windows.Forms.Panel();
sl@36
    33
            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
sl@37
    34
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
sl@37
    35
            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
sl@36
    36
            this.fontDialog = new System.Windows.Forms.FontDialog();
sl@36
    37
            this.timer = new System.Windows.Forms.Timer(this.components);
sl@36
    38
            this.statusStrip = new System.Windows.Forms.StatusStrip();
sl@36
    39
            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    40
            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    41
            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    42
            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
sl@36
    43
            this.tabPageClients = new System.Windows.Forms.TabPage();
sl@36
    44
            this.buttonCloseClients = new System.Windows.Forms.Button();
sl@36
    45
            this.buttonStartClient = new System.Windows.Forms.Button();
sl@36
    46
            this.treeViewClients = new System.Windows.Forms.TreeView();
sl@0
    47
            this.tabPageDisplay = new System.Windows.Forms.TabPage();
sl@37
    48
            this.labelWarning = new System.Windows.Forms.Label();
sl@29
    49
            this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
sl@28
    50
            this.buttonSuspend = new System.Windows.Forms.Button();
sl@16
    51
            this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
sl@16
    52
            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
sl@11
    53
            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
sl@4
    54
            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
sl@4
    55
            this.buttonFill = new System.Windows.Forms.Button();
sl@4
    56
            this.buttonClear = new System.Windows.Forms.Button();
sl@4
    57
            this.buttonClose = new System.Windows.Forms.Button();
sl@4
    58
            this.buttonOpen = new System.Windows.Forms.Button();
sl@0
    59
            this.buttonCapture = new System.Windows.Forms.Button();
sl@0
    60
            this.buttonFont = new System.Windows.Forms.Button();
sl@36
    61
            this.tabControl = new System.Windows.Forms.TabControl();
sl@16
    62
            this.panelDisplay.SuspendLayout();
sl@16
    63
            this.tableLayoutPanel.SuspendLayout();
sl@36
    64
            this.statusStrip.SuspendLayout();
sl@36
    65
            this.tabPageClients.SuspendLayout();
sl@36
    66
            this.tabPageDisplay.SuspendLayout();
sl@4
    67
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
sl@36
    68
            this.tabControl.SuspendLayout();
sl@0
    69
            this.SuspendLayout();
sl@0
    70
            // 
sl@36
    71
            // panelDisplay
sl@0
    72
            // 
sl@36
    73
            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
sl@36
    74
            this.panelDisplay.Controls.Add(this.tableLayoutPanel);
sl@36
    75
            this.panelDisplay.Location = new System.Drawing.Point(173, 40);
sl@36
    76
            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
sl@36
    77
            this.panelDisplay.Name = "panelDisplay";
sl@36
    78
            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
sl@36
    79
            this.panelDisplay.TabIndex = 12;
sl@36
    80
            // 
sl@36
    81
            // tableLayoutPanel
sl@36
    82
            // 
sl@36
    83
            this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@0
    84
            | System.Windows.Forms.AnchorStyles.Left) 
sl@0
    85
            | System.Windows.Forms.AnchorStyles.Right)));
sl@36
    86
            this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
sl@36
    87
            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
sl@36
    88
            this.tableLayoutPanel.ColumnCount = 1;
sl@36
    89
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@36
    90
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
sl@36
    91
            this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
sl@36
    92
            this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
sl@36
    93
            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
sl@36
    94
            this.tableLayoutPanel.Name = "tableLayoutPanel";
sl@36
    95
            this.tableLayoutPanel.RowCount = 2;
sl@36
    96
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@36
    97
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
sl@36
    98
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
    99
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   100
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   101
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   102
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   103
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   104
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   105
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   106
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   107
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   108
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   109
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   110
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   111
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   112
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   113
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   114
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   115
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   116
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   117
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   118
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   119
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   120
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   121
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   122
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   123
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   124
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   125
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   126
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   127
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   128
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   129
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   130
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   131
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   132
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   133
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   134
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   135
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   136
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   137
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   138
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   139
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   140
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   141
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   142
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   143
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   144
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   145
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   146
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   147
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   148
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   149
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   150
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   151
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   152
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   153
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
sl@36
   154
            this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
sl@36
   155
            this.tableLayoutPanel.TabIndex = 5;
sl@36
   156
            // 
sl@37
   157
            // marqueeLabelTop
sl@37
   158
            // 
sl@37
   159
            this.marqueeLabelTop.AutoEllipsis = true;
sl@37
   160
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
sl@37
   161
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
sl@37
   162
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
sl@37
   163
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
sl@37
   164
            this.marqueeLabelTop.Name = "marqueeLabelTop";
sl@37
   165
            this.marqueeLabelTop.OwnTimer = false;
sl@37
   166
            this.marqueeLabelTop.PixelsPerSecond = 64;
sl@37
   167
            this.marqueeLabelTop.Separator = "|";
sl@37
   168
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
sl@37
   169
            this.marqueeLabelTop.TabIndex = 2;
sl@37
   170
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
sl@37
   171
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@37
   172
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
sl@37
   173
            // 
sl@37
   174
            // marqueeLabelBottom
sl@37
   175
            // 
sl@37
   176
            this.marqueeLabelBottom.AutoEllipsis = true;
sl@37
   177
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
sl@37
   178
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
sl@37
   179
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
sl@37
   180
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
sl@37
   181
            this.marqueeLabelBottom.OwnTimer = false;
sl@37
   182
            this.marqueeLabelBottom.PixelsPerSecond = 64;
sl@37
   183
            this.marqueeLabelBottom.Separator = "|";
sl@37
   184
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
sl@37
   185
            this.marqueeLabelBottom.TabIndex = 3;
sl@37
   186
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
sl@37
   187
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@37
   188
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
sl@37
   189
            // 
sl@36
   190
            // timer
sl@36
   191
            // 
sl@36
   192
            this.timer.Enabled = true;
sl@36
   193
            this.timer.Interval = 50;
sl@36
   194
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
sl@36
   195
            // 
sl@36
   196
            // statusStrip
sl@36
   197
            // 
sl@36
   198
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@36
   199
            this.toolStripStatusLabelConnect,
sl@36
   200
            this.toolStripStatusLabelSpring,
sl@36
   201
            this.toolStripStatusLabelPower,
sl@36
   202
            this.toolStripStatusLabelFps});
sl@36
   203
            this.statusStrip.Location = new System.Drawing.Point(0, 495);
sl@36
   204
            this.statusStrip.Name = "statusStrip";
sl@36
   205
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
sl@36
   206
            this.statusStrip.Size = new System.Drawing.Size(624, 22);
sl@36
   207
            this.statusStrip.TabIndex = 1;
sl@36
   208
            this.statusStrip.Text = "statusStrip";
sl@36
   209
            // 
sl@36
   210
            // toolStripStatusLabelConnect
sl@36
   211
            // 
sl@36
   212
            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
sl@36
   213
            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
sl@36
   214
            this.toolStripStatusLabelConnect.Text = "Not connected";
sl@36
   215
            // 
sl@36
   216
            // toolStripStatusLabelSpring
sl@36
   217
            // 
sl@36
   218
            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
sl@36
   219
            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
sl@36
   220
            this.toolStripStatusLabelSpring.Spring = true;
sl@36
   221
            // 
sl@36
   222
            // toolStripStatusLabelPower
sl@36
   223
            // 
sl@36
   224
            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
sl@36
   225
            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
sl@36
   226
            this.toolStripStatusLabelPower.Text = "NA";
sl@36
   227
            // 
sl@36
   228
            // toolStripStatusLabelFps
sl@36
   229
            // 
sl@36
   230
            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
sl@36
   231
            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
sl@36
   232
            this.toolStripStatusLabelFps.Text = "FPS";
sl@36
   233
            // 
sl@36
   234
            // tabPageClients
sl@36
   235
            // 
sl@36
   236
            this.tabPageClients.Controls.Add(this.buttonCloseClients);
sl@36
   237
            this.tabPageClients.Controls.Add(this.buttonStartClient);
sl@36
   238
            this.tabPageClients.Controls.Add(this.treeViewClients);
sl@36
   239
            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
sl@36
   240
            this.tabPageClients.Name = "tabPageClients";
sl@36
   241
            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
sl@36
   242
            this.tabPageClients.Size = new System.Drawing.Size(592, 317);
sl@36
   243
            this.tabPageClients.TabIndex = 2;
sl@36
   244
            this.tabPageClients.Text = "Clients";
sl@36
   245
            this.tabPageClients.UseVisualStyleBackColor = true;
sl@36
   246
            // 
sl@36
   247
            // buttonCloseClients
sl@36
   248
            // 
sl@36
   249
            this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@36
   250
            this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
sl@36
   251
            this.buttonCloseClients.Name = "buttonCloseClients";
sl@36
   252
            this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
sl@36
   253
            this.buttonCloseClients.TabIndex = 20;
sl@36
   254
            this.buttonCloseClients.Text = "Close Clients";
sl@36
   255
            this.buttonCloseClients.UseVisualStyleBackColor = true;
sl@36
   256
            this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
sl@36
   257
            // 
sl@36
   258
            // buttonStartClient
sl@36
   259
            // 
sl@36
   260
            this.buttonStartClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@36
   261
            this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
sl@36
   262
            this.buttonStartClient.Name = "buttonStartClient";
sl@36
   263
            this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
sl@36
   264
            this.buttonStartClient.TabIndex = 19;
sl@36
   265
            this.buttonStartClient.Text = "Start Client";
sl@36
   266
            this.buttonStartClient.UseVisualStyleBackColor = true;
sl@36
   267
            this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
sl@36
   268
            // 
sl@36
   269
            // treeViewClients
sl@36
   270
            // 
sl@36
   271
            this.treeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@36
   272
            | System.Windows.Forms.AnchorStyles.Left) 
sl@36
   273
            | System.Windows.Forms.AnchorStyles.Right)));
sl@36
   274
            this.treeViewClients.Location = new System.Drawing.Point(87, 6);
sl@36
   275
            this.treeViewClients.Name = "treeViewClients";
sl@36
   276
            this.treeViewClients.Size = new System.Drawing.Size(499, 308);
sl@36
   277
            this.treeViewClients.TabIndex = 0;
sl@36
   278
            this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
sl@0
   279
            // 
sl@0
   280
            // tabPageDisplay
sl@0
   281
            // 
sl@36
   282
            this.tabPageDisplay.Controls.Add(this.labelWarning);
sl@28
   283
            this.tabPageDisplay.Controls.Add(this.checkBoxFixedPitchFontOnly);
sl@27
   284
            this.tabPageDisplay.Controls.Add(this.buttonSuspend);
sl@16
   285
            this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
sl@13
   286
            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
sl@9
   287
            this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
sl@3
   288
            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
sl@3
   289
            this.tabPageDisplay.Controls.Add(this.buttonFill);
sl@3
   290
            this.tabPageDisplay.Controls.Add(this.buttonClear);
sl@3
   291
            this.tabPageDisplay.Controls.Add(this.buttonClose);
sl@3
   292
            this.tabPageDisplay.Controls.Add(this.buttonOpen);
sl@0
   293
            this.tabPageDisplay.Controls.Add(this.buttonCapture);
sl@0
   294
            this.tabPageDisplay.Controls.Add(this.buttonFont);
sl@0
   295
            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
sl@0
   296
            this.tabPageDisplay.Name = "tabPageDisplay";
sl@0
   297
            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
sl@36
   298
            this.tabPageDisplay.Size = new System.Drawing.Size(592, 317);
sl@0
   299
            this.tabPageDisplay.TabIndex = 0;
sl@0
   300
            this.tabPageDisplay.Text = "Display";
sl@0
   301
            this.tabPageDisplay.UseVisualStyleBackColor = true;
sl@0
   302
            // 
sl@37
   303
            // labelWarning
sl@37
   304
            // 
sl@37
   305
            this.labelWarning.AutoSize = true;
sl@37
   306
            this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
sl@37
   307
            this.labelWarning.ForeColor = System.Drawing.Color.Red;
sl@37
   308
            this.labelWarning.Location = new System.Drawing.Point(87, 9);
sl@37
   309
            this.labelWarning.Name = "labelWarning";
sl@37
   310
            this.labelWarning.Size = new System.Drawing.Size(80, 16);
sl@37
   311
            this.labelWarning.TabIndex = 18;
sl@37
   312
            this.labelWarning.Text = "WARNING";
sl@37
   313
            this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
sl@37
   314
            this.labelWarning.Visible = false;
sl@37
   315
            // 
sl@29
   316
            // checkBoxFixedPitchFontOnly
sl@29
   317
            // 
sl@36
   318
            this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@29
   319
            this.checkBoxFixedPitchFontOnly.AutoSize = true;
sl@36
   320
            this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(113, 223);
sl@29
   321
            this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
sl@29
   322
            this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
sl@29
   323
            this.checkBoxFixedPitchFontOnly.TabIndex = 17;
sl@29
   324
            this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
sl@29
   325
            this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
sl@29
   326
            // 
sl@28
   327
            // buttonSuspend
sl@28
   328
            // 
sl@36
   329
            this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@36
   330
            this.buttonSuspend.Location = new System.Drawing.Point(6, 230);
sl@28
   331
            this.buttonSuspend.Name = "buttonSuspend";
sl@28
   332
            this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
sl@28
   333
            this.buttonSuspend.TabIndex = 16;
sl@28
   334
            this.buttonSuspend.Text = "Suspend";
sl@28
   335
            this.buttonSuspend.UseVisualStyleBackColor = true;
sl@28
   336
            this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
sl@28
   337
            // 
sl@16
   338
            // checkBoxReverseScreen
sl@16
   339
            // 
sl@36
   340
            this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@16
   341
            this.checkBoxReverseScreen.AutoSize = true;
sl@36
   342
            this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 246);
sl@16
   343
            this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
sl@16
   344
            this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
sl@16
   345
            this.checkBoxReverseScreen.TabIndex = 14;
sl@16
   346
            this.checkBoxReverseScreen.Text = "Reverse screen";
sl@16
   347
            this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
sl@16
   348
            this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
sl@16
   349
            // 
sl@16
   350
            // checkBoxConnectOnStartup
sl@16
   351
            // 
sl@36
   352
            this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@16
   353
            this.checkBoxConnectOnStartup.AutoSize = true;
sl@36
   354
            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 269);
sl@16
   355
            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
sl@16
   356
            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
sl@16
   357
            this.checkBoxConnectOnStartup.TabIndex = 13;
sl@16
   358
            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
sl@16
   359
            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
sl@16
   360
            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
sl@16
   361
            // 
sl@11
   362
            // checkBoxShowBorders
sl@11
   363
            // 
sl@36
   364
            this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@11
   365
            this.checkBoxShowBorders.AutoSize = true;
sl@36
   366
            this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 292);
sl@11
   367
            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
sl@11
   368
            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
sl@11
   369
            this.checkBoxShowBorders.TabIndex = 11;
sl@11
   370
            this.checkBoxShowBorders.Text = "Show borders";
sl@11
   371
            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
sl@11
   372
            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
sl@11
   373
            // 
sl@4
   374
            // trackBarBrightness
sl@4
   375
            // 
sl@7
   376
            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@7
   377
            | System.Windows.Forms.AnchorStyles.Right)));
sl@4
   378
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
sl@7
   379
            this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
sl@4
   380
            this.trackBarBrightness.Name = "trackBarBrightness";
sl@4
   381
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
sl@36
   382
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 305);
sl@4
   383
            this.trackBarBrightness.TabIndex = 10;
sl@4
   384
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
sl@4
   385
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
sl@4
   386
            // 
sl@4
   387
            // buttonFill
sl@4
   388
            // 
sl@4
   389
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
sl@4
   390
            this.buttonFill.Name = "buttonFill";
sl@4
   391
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
sl@4
   392
            this.buttonFill.TabIndex = 9;
sl@4
   393
            this.buttonFill.Text = "Fill";
sl@4
   394
            this.buttonFill.UseVisualStyleBackColor = true;
sl@4
   395
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
sl@4
   396
            // 
sl@4
   397
            // buttonClear
sl@4
   398
            // 
sl@4
   399
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
sl@4
   400
            this.buttonClear.Name = "buttonClear";
sl@4
   401
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
sl@4
   402
            this.buttonClear.TabIndex = 8;
sl@4
   403
            this.buttonClear.Text = "Clear";
sl@4
   404
            this.buttonClear.UseVisualStyleBackColor = true;
sl@4
   405
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
sl@4
   406
            // 
sl@4
   407
            // buttonClose
sl@4
   408
            // 
sl@4
   409
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
sl@4
   410
            this.buttonClose.Name = "buttonClose";
sl@4
   411
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
sl@4
   412
            this.buttonClose.TabIndex = 7;
sl@4
   413
            this.buttonClose.Text = "Close";
sl@4
   414
            this.buttonClose.UseVisualStyleBackColor = true;
sl@4
   415
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
sl@4
   416
            // 
sl@4
   417
            // buttonOpen
sl@4
   418
            // 
sl@4
   419
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
sl@4
   420
            this.buttonOpen.Name = "buttonOpen";
sl@4
   421
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
sl@4
   422
            this.buttonOpen.TabIndex = 6;
sl@4
   423
            this.buttonOpen.Text = "Open";
sl@4
   424
            this.buttonOpen.UseVisualStyleBackColor = true;
sl@4
   425
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
sl@4
   426
            // 
sl@0
   427
            // buttonCapture
sl@0
   428
            // 
sl@7
   429
            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@36
   430
            this.buttonCapture.Location = new System.Drawing.Point(6, 259);
sl@0
   431
            this.buttonCapture.Name = "buttonCapture";
sl@0
   432
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
sl@0
   433
            this.buttonCapture.TabIndex = 5;
sl@0
   434
            this.buttonCapture.Text = "Capture";
sl@0
   435
            this.buttonCapture.UseVisualStyleBackColor = true;
sl@0
   436
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
sl@0
   437
            // 
sl@0
   438
            // buttonFont
sl@0
   439
            // 
sl@7
   440
            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
sl@36
   441
            this.buttonFont.Location = new System.Drawing.Point(6, 288);
sl@0
   442
            this.buttonFont.Name = "buttonFont";
sl@0
   443
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
sl@0
   444
            this.buttonFont.TabIndex = 0;
sl@0
   445
            this.buttonFont.Text = "Select Font";
sl@0
   446
            this.buttonFont.UseVisualStyleBackColor = true;
sl@0
   447
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
sl@0
   448
            // 
sl@36
   449
            // tabControl
sl@0
   450
            // 
sl@36
   451
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@34
   452
            | System.Windows.Forms.AnchorStyles.Left) 
sl@34
   453
            | System.Windows.Forms.AnchorStyles.Right)));
sl@36
   454
            this.tabControl.Controls.Add(this.tabPageDisplay);
sl@36
   455
            this.tabControl.Controls.Add(this.tabPageClients);
sl@36
   456
            this.tabControl.Location = new System.Drawing.Point(12, 139);
sl@36
   457
            this.tabControl.Name = "tabControl";
sl@36
   458
            this.tabControl.SelectedIndex = 0;
sl@36
   459
            this.tabControl.Size = new System.Drawing.Size(600, 343);
sl@36
   460
            this.tabControl.TabIndex = 0;
sl@33
   461
            // 
sl@0
   462
            // MainForm
sl@0
   463
            // 
sl@0
   464
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@0
   465
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@36
   466
            this.ClientSize = new System.Drawing.Size(624, 517);
sl@7
   467
            this.Controls.Add(this.statusStrip);
sl@0
   468
            this.Controls.Add(this.tabControl);
sl@36
   469
            this.Controls.Add(this.panelDisplay);
sl@7
   470
            this.MinimumSize = new System.Drawing.Size(640, 480);
sl@0
   471
            this.Name = "MainForm";
sl@0
   472
            this.Text = "Sharp Display Manager";
sl@17
   473
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@13
   474
            this.Load += new System.EventHandler(this.MainForm_Load);
sl@14
   475
            this.Resize += new System.EventHandler(this.MainForm_Resize);
sl@36
   476
            this.panelDisplay.ResumeLayout(false);
sl@36
   477
            this.tableLayoutPanel.ResumeLayout(false);
sl@36
   478
            this.statusStrip.ResumeLayout(false);
sl@36
   479
            this.statusStrip.PerformLayout();
sl@36
   480
            this.tabPageClients.ResumeLayout(false);
sl@0
   481
            this.tabPageDisplay.ResumeLayout(false);
sl@3
   482
            this.tabPageDisplay.PerformLayout();
sl@4
   483
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
sl@36
   484
            this.tabControl.ResumeLayout(false);
sl@0
   485
            this.ResumeLayout(false);
sl@7
   486
            this.PerformLayout();
sl@0
   487
sl@0
   488
        }
sl@0
   489
sl@0
   490
        #endregion
sl@0
   491
sl@0
   492
        private System.Windows.Forms.FontDialog fontDialog;
sl@2
   493
        private System.Windows.Forms.Timer timer;
sl@7
   494
        private System.Windows.Forms.StatusStrip statusStrip;
sl@7
   495
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
sl@8
   496
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
sl@8
   497
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
sl@12
   498
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
sl@13
   499
        private System.Windows.Forms.Panel panelDisplay;
sl@13
   500
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@30
   501
        private MarqueeLabel marqueeLabelTop;
sl@30
   502
        private MarqueeLabel marqueeLabelBottom;
sl@30
   503
        private System.Windows.Forms.TabPage tabPageClients;
sl@30
   504
        private System.Windows.Forms.TreeView treeViewClients;
sl@36
   505
        private System.Windows.Forms.TabPage tabPageDisplay;
sl@36
   506
        private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
sl@36
   507
        private System.Windows.Forms.Button buttonSuspend;
sl@36
   508
        private System.Windows.Forms.CheckBox checkBoxReverseScreen;
sl@36
   509
        private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
sl@36
   510
        private System.Windows.Forms.CheckBox checkBoxShowBorders;
sl@36
   511
        private System.Windows.Forms.TrackBar trackBarBrightness;
sl@36
   512
        private System.Windows.Forms.Button buttonFill;
sl@36
   513
        private System.Windows.Forms.Button buttonClear;
sl@36
   514
        private System.Windows.Forms.Button buttonClose;
sl@36
   515
        private System.Windows.Forms.Button buttonOpen;
sl@36
   516
        private System.Windows.Forms.Button buttonCapture;
sl@36
   517
        private System.Windows.Forms.Button buttonFont;
sl@36
   518
        private System.Windows.Forms.TabControl tabControl;
sl@36
   519
        private System.Windows.Forms.Button buttonCloseClients;
sl@36
   520
        private System.Windows.Forms.Button buttonStartClient;
sl@36
   521
        private System.Windows.Forms.Label labelWarning;
sl@0
   522
    }
sl@0
   523
}
sl@0
   524