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