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