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