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