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