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