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