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