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