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