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