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