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