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