Beispiel #1
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpTextBoxHostname = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.mpButtonTestConnection = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpComboBoxHostname = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.mpGroupBox900 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpNumericTextBoxWOLTimeOut = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
      this.mpLabelWOLTimeOut = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpTextBoxMacAddress = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.mpLabel400 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpCheckBoxIsAutoMacAddressEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxIsWakeOnLanEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpGroupBox2.SuspendLayout();
      this.mpGroupBox900.SuspendLayout();
      this.SuspendLayout();
      // 
      // radioButton1
      // 
      this.radioButton1.AutoSize = true;
      this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButton1.Location = new System.Drawing.Point(0, 0);
      this.radioButton1.Name = "radioButton1";
      this.radioButton1.Size = new System.Drawing.Size(104, 24);
      this.radioButton1.TabIndex = 0;
      this.radioButton1.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox2
      // 
      this.mpGroupBox2.Controls.Add(this.mpTextBoxHostname);
      this.mpGroupBox2.Controls.Add(this.mpButtonTestConnection);
      this.mpGroupBox2.Controls.Add(this.mpLabel3);
      this.mpGroupBox2.Controls.Add(this.mpComboBoxHostname);
      this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox2.Location = new System.Drawing.Point(6, 0);
      this.mpGroupBox2.Name = "mpGroupBox2";
      this.mpGroupBox2.Size = new System.Drawing.Size(462, 53);
      this.mpGroupBox2.TabIndex = 17;
      this.mpGroupBox2.TabStop = false;
      this.mpGroupBox2.Text = "TV-Server";
      // 
      // mpTextBoxHostname
      // 
      this.mpTextBoxHostname.BorderColor = System.Drawing.Color.Empty;
      this.mpTextBoxHostname.BorderStyle = System.Windows.Forms.BorderStyle.None;
      this.mpTextBoxHostname.Location = new System.Drawing.Point(129, 25);
      this.mpTextBoxHostname.Multiline = true;
      this.mpTextBoxHostname.Name = "mpTextBoxHostname";
      this.mpTextBoxHostname.Size = new System.Drawing.Size(141, 15);
      this.mpTextBoxHostname.TabIndex = 1;
      this.mpTextBoxHostname.TextChanged += new System.EventHandler(this.mpTextBoxHostname_TextChanged);
      // 
      // mpButtonTestConnection
      // 
      this.mpButtonTestConnection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonTestConnection.Location = new System.Drawing.Point(325, 21);
      this.mpButtonTestConnection.Name = "mpButtonTestConnection";
      this.mpButtonTestConnection.Size = new System.Drawing.Size(131, 23);
      this.mpButtonTestConnection.TabIndex = 3;
      this.mpButtonTestConnection.Text = "Test connection";
      this.mpButtonTestConnection.UseVisualStyleBackColor = true;
      this.mpButtonTestConnection.Click += new System.EventHandler(this.mpButtonTestConnection_Click);
      // 
      // mpLabel3
      // 
      this.mpLabel3.AutoSize = true;
      this.mpLabel3.Location = new System.Drawing.Point(19, 25);
      this.mpLabel3.Name = "mpLabel3";
      this.mpLabel3.Size = new System.Drawing.Size(58, 13);
      this.mpLabel3.TabIndex = 5;
      this.mpLabel3.Text = "Hostname:";
      // 
      // mpComboBoxHostname
      // 
      this.mpComboBoxHostname.BorderColor = System.Drawing.Color.Empty;
      this.mpComboBoxHostname.FormattingEnabled = true;
      this.mpComboBoxHostname.Location = new System.Drawing.Point(126, 22);
      this.mpComboBoxHostname.Name = "mpComboBoxHostname";
      this.mpComboBoxHostname.Size = new System.Drawing.Size(164, 21);
      this.mpComboBoxHostname.TabIndex = 2;
      this.mpComboBoxHostname.DropDown += new System.EventHandler(this.mpComboBoxHostname_DropDown);
      this.mpComboBoxHostname.SelectionChangeCommitted += new System.EventHandler(this.mpComboBoxHostname_SelectionChangeCommitted);
      // 
      // mpGroupBox900
      // 
      this.mpGroupBox900.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
      this.mpGroupBox900.Controls.Add(this.mpNumericTextBoxWOLTimeOut);
      this.mpGroupBox900.Controls.Add(this.mpLabelWOLTimeOut);
      this.mpGroupBox900.Controls.Add(this.mpTextBoxMacAddress);
      this.mpGroupBox900.Controls.Add(this.mpLabel400);
      this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsAutoMacAddressEnabled);
      this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsWakeOnLanEnabled);
      this.mpGroupBox900.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox900.Location = new System.Drawing.Point(6, 59);
      this.mpGroupBox900.Name = "mpGroupBox900";
      this.mpGroupBox900.Size = new System.Drawing.Size(462, 126);
      this.mpGroupBox900.TabIndex = 18;
      this.mpGroupBox900.TabStop = false;
      this.mpGroupBox900.Text = "Wake-On-Lan";
      // 
      // mpNumericTextBoxWOLTimeOut
      // 
      this.mpNumericTextBoxWOLTimeOut.AutoCompleteCustomSource.AddRange(new string[] {
            "10",
            "20",
            "30",
            "40",
            "50",
            "60",
            "70",
            "80",
            "90"});
      this.mpNumericTextBoxWOLTimeOut.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
      this.mpNumericTextBoxWOLTimeOut.Enabled = false;
      this.mpNumericTextBoxWOLTimeOut.Location = new System.Drawing.Point(126, 42);
      this.mpNumericTextBoxWOLTimeOut.MaxLength = 4;
      this.mpNumericTextBoxWOLTimeOut.Name = "mpNumericTextBoxWOLTimeOut";
      this.mpNumericTextBoxWOLTimeOut.Size = new System.Drawing.Size(45, 20);
      this.mpNumericTextBoxWOLTimeOut.TabIndex = 1;
      this.mpNumericTextBoxWOLTimeOut.Tag = "Default timeout is 10 seconds";
      this.mpNumericTextBoxWOLTimeOut.Text = "10";
      this.mpNumericTextBoxWOLTimeOut.Value = 10;
      this.mpNumericTextBoxWOLTimeOut.WordWrap = false;
      // 
      // mpLabelWOLTimeOut
      // 
      this.mpLabelWOLTimeOut.AutoSize = true;
      this.mpLabelWOLTimeOut.Location = new System.Drawing.Point(41, 45);
      this.mpLabelWOLTimeOut.Name = "mpLabelWOLTimeOut";
      this.mpLabelWOLTimeOut.Size = new System.Drawing.Size(72, 13);
      this.mpLabelWOLTimeOut.TabIndex = 8;
      this.mpLabelWOLTimeOut.Text = "WOL timeout:";
      // 
      // mpTextBoxMacAddress
      // 
      this.mpTextBoxMacAddress.BorderColor = System.Drawing.Color.Empty;
      this.mpTextBoxMacAddress.Location = new System.Drawing.Point(126, 91);
      this.mpTextBoxMacAddress.MaxLength = 17;
      this.mpTextBoxMacAddress.Name = "mpTextBoxMacAddress";
      this.mpTextBoxMacAddress.Size = new System.Drawing.Size(97, 20);
      this.mpTextBoxMacAddress.TabIndex = 3;
      this.mpTextBoxMacAddress.Text = "00:00:00:00:00:00";
      // 
      // mpLabel400
      // 
      this.mpLabel400.AutoSize = true;
      this.mpLabel400.Location = new System.Drawing.Point(41, 94);
      this.mpLabel400.Name = "mpLabel400";
      this.mpLabel400.Size = new System.Drawing.Size(74, 13);
      this.mpLabel400.TabIndex = 6;
      this.mpLabel400.Text = "MAC Address:";
      // 
      // mpCheckBoxIsAutoMacAddressEnabled
      // 
      this.mpCheckBoxIsAutoMacAddressEnabled.AutoSize = true;
      this.mpCheckBoxIsAutoMacAddressEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxIsAutoMacAddressEnabled.Location = new System.Drawing.Point(44, 68);
      this.mpCheckBoxIsAutoMacAddressEnabled.Name = "mpCheckBoxIsAutoMacAddressEnabled";
      this.mpCheckBoxIsAutoMacAddressEnabled.Size = new System.Drawing.Size(192, 17);
      this.mpCheckBoxIsAutoMacAddressEnabled.TabIndex = 2;
      this.mpCheckBoxIsAutoMacAddressEnabled.Text = "Auto-configure server MAC Address";
      this.mpCheckBoxIsAutoMacAddressEnabled.UseVisualStyleBackColor = true;
      this.mpCheckBoxIsAutoMacAddressEnabled.CheckedChanged += new System.EventHandler(this.mpCheckBoxIsAutoMacAddressEnabled_CheckedChanged);
      // 
      // mpCheckBoxIsWakeOnLanEnabled
      // 
      this.mpCheckBoxIsWakeOnLanEnabled.AutoSize = true;
      this.mpCheckBoxIsWakeOnLanEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxIsWakeOnLanEnabled.Location = new System.Drawing.Point(22, 19);
      this.mpCheckBoxIsWakeOnLanEnabled.Name = "mpCheckBoxIsWakeOnLanEnabled";
      this.mpCheckBoxIsWakeOnLanEnabled.Size = new System.Drawing.Size(172, 17);
      this.mpCheckBoxIsWakeOnLanEnabled.TabIndex = 0;
      this.mpCheckBoxIsWakeOnLanEnabled.Text = "Wake up TV Server as needed";
      this.mpCheckBoxIsWakeOnLanEnabled.UseVisualStyleBackColor = true;
      this.mpCheckBoxIsWakeOnLanEnabled.CheckedChanged += new System.EventHandler(this.mpCheckBoxIsWakeOnLanEnabled_CheckedChanged);
      // 
      // TVRadio
      // 
      this.Controls.Add(this.mpGroupBox900);
      this.Controls.Add(this.mpGroupBox2);
      this.Name = "TVRadio";
      this.Size = new System.Drawing.Size(472, 427);
      this.mpGroupBox2.ResumeLayout(false);
      this.mpGroupBox2.PerformLayout();
      this.mpGroupBox900.ResumeLayout(false);
      this.mpGroupBox900.PerformLayout();
      this.ResumeLayout(false);

    }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   System.ComponentModel.ComponentResourceManager resources =
     new System.ComponentModel.ComponentResourceManager(typeof (TVDebugOptions));
   this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.mpEnableRecordingFromTimeshiftCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.mpUseRtspCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.mpMainToolTip = new MediaPortal.UserInterface.Controls.MPToolTip();
   this.mpRtspPathsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
   this.buttonRecordingPath = new System.Windows.Forms.Button();
   this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpLabelRecording = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
   this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
   this.textBoxRecording = new System.Windows.Forms.TextBox();
   this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
   this.groupBoxSettings.SuspendLayout();
   this.mpRtspPathsGroupBox.SuspendLayout();
   this.SuspendLayout();
   // 
   // groupBoxSettings
   // 
   this.groupBoxSettings.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
   this.groupBoxSettings.Controls.Add(this.mpEnableRecordingFromTimeshiftCheckBox);
   this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
   this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
   this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxSettings.Location = new System.Drawing.Point(0, 0);
   this.groupBoxSettings.Name = "groupBoxSettings";
   this.groupBoxSettings.Size = new System.Drawing.Size(472, 158);
   this.groupBoxSettings.TabIndex = 0;
   this.groupBoxSettings.TabStop = false;
   this.groupBoxSettings.Text = "Settings";
   // 
   // mpDoNotAllowSlowMotionDuringZappingCheckBox
   // 
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize = true;
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location = new System.Drawing.Point(9, 70);
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size = new System.Drawing.Size(336, 17);
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex = 4;
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text =
     "Do not use slow motion to sync video to audio on channel change";
   this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox,
                                 "Selecting this will prevent live TV from playing video until video is in sync wit" +
                                 "h the audio, instead of playing video in slow motion");
   this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
   // 
   // mpEnableRecordingFromTimeshiftCheckBox
   // 
   this.mpEnableRecordingFromTimeshiftCheckBox.AutoSize = true;
   this.mpEnableRecordingFromTimeshiftCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpEnableRecordingFromTimeshiftCheckBox.Location = new System.Drawing.Point(9, 93);
   this.mpEnableRecordingFromTimeshiftCheckBox.Name = "mpEnableRecordingFromTimeshiftCheckBox";
   this.mpEnableRecordingFromTimeshiftCheckBox.Size = new System.Drawing.Size(269, 17);
   this.mpEnableRecordingFromTimeshiftCheckBox.TabIndex = 3;
   this.mpEnableRecordingFromTimeshiftCheckBox.Text = "Include timeshift buffer in \"Record Now\" recordings ";
   this.mpMainToolTip.SetToolTip(this.mpEnableRecordingFromTimeshiftCheckBox,
                                 "When enabled, \"Record Now\" will include in the recording the part of the current " +
                                 "program that has already been timeshifted, instead of starting the recording fro" +
                                 "m the live point.");
   this.mpEnableRecordingFromTimeshiftCheckBox.UseVisualStyleBackColor = true;
   // 
   // mpUseRtspCheckBox
   // 
   this.mpUseRtspCheckBox.AutoSize = true;
   this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpUseRtspCheckBox.Location = new System.Drawing.Point(9, 116);
   this.mpUseRtspCheckBox.Name = "mpUseRtspCheckBox";
   this.mpUseRtspCheckBox.Size = new System.Drawing.Size(144, 17);
   this.mpUseRtspCheckBox.TabIndex = 1;
   this.mpUseRtspCheckBox.Text = "-- Label defined in code --\r\n";
   this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
   this.mpUseRtspCheckBox.CheckedChanged += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
   // 
   // mpWarningLabel
   // 
   this.mpWarningLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
   this.mpWarningLabel.Location = new System.Drawing.Point(6, 16);
   this.mpWarningLabel.Name = "mpWarningLabel";
   this.mpWarningLabel.Size = new System.Drawing.Size(460, 51);
   this.mpWarningLabel.TabIndex = 0;
   this.mpWarningLabel.Text = "This section provides special/debugging settings that are not supported by the Te" +
                              "am. Some of these settings are experimental. Do not alter any of the settings be" +
                              "low unless you know what you are doing.";
   // 
   // radioButton1
   // 
   this.radioButton1.AutoSize = true;
   this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButton1.Location = new System.Drawing.Point(0, 0);
   this.radioButton1.Name = "radioButton1";
   this.radioButton1.Size = new System.Drawing.Size(104, 24);
   this.radioButton1.TabIndex = 0;
   this.radioButton1.UseVisualStyleBackColor = true;
   // 
   // mpRtspPathsGroupBox
   // 
   this.mpRtspPathsGroupBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath);
   this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath);
   this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1);
   this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording);
   this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting);
   this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting);
   this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording);
   this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpRtspPathsGroupBox.Location = new System.Drawing.Point(0, 164);
   this.mpRtspPathsGroupBox.Name = "mpRtspPathsGroupBox";
   this.mpRtspPathsGroupBox.Size = new System.Drawing.Size(472, 231);
   this.mpRtspPathsGroupBox.TabIndex = 1;
   this.mpRtspPathsGroupBox.TabStop = false;
   this.mpRtspPathsGroupBox.Text = "Additional RTSP settings";
   // 
   // buttonTimeshiftingPath
   // 
   this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 98);
   this.buttonTimeshiftingPath.Name = "buttonTimeshiftingPath";
   this.buttonTimeshiftingPath.Size = new System.Drawing.Size(58, 20);
   this.buttonTimeshiftingPath.TabIndex = 6;
   this.buttonTimeshiftingPath.Text = "browse";
   this.buttonTimeshiftingPath.UseVisualStyleBackColor = true;
   this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click);
   // 
   // buttonRecordingPath
   // 
   this.buttonRecordingPath.Location = new System.Drawing.Point(408, 49);
   this.buttonRecordingPath.Name = "buttonRecordingPath";
   this.buttonRecordingPath.Size = new System.Drawing.Size(58, 20);
   this.buttonRecordingPath.TabIndex = 5;
   this.buttonRecordingPath.Text = "browse";
   this.buttonRecordingPath.UseVisualStyleBackColor = true;
   this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click);
   // 
   // mpLabel1
   // 
   this.mpLabel1.AutoSize = true;
   this.mpLabel1.Location = new System.Drawing.Point(30, 124);
   this.mpLabel1.Name = "mpLabel1";
   this.mpLabel1.Size = new System.Drawing.Size(392, 104);
   this.mpLabel1.TabIndex = 4;
   this.mpLabel1.Text = resources.GetString("mpLabel1.Text");
   // 
   // mpLabelRecording
   // 
   this.mpLabelRecording.AutoSize = true;
   this.mpLabelRecording.Location = new System.Drawing.Point(6, 32);
   this.mpLabelRecording.Name = "mpLabelRecording";
   this.mpLabelRecording.Size = new System.Drawing.Size(83, 13);
   this.mpLabelRecording.TabIndex = 3;
   this.mpLabelRecording.Text = "Recording path:";
   // 
   // mpLabelTimeshifting
   // 
   this.mpLabelTimeshifting.AutoSize = true;
   this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 80);
   this.mpLabelTimeshifting.Name = "mpLabelTimeshifting";
   this.mpLabelTimeshifting.Size = new System.Drawing.Size(90, 13);
   this.mpLabelTimeshifting.TabIndex = 2;
   this.mpLabelTimeshifting.Text = "Timeshifting path:";
   // 
   // textBoxTimeshifting
   // 
   this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 98);
   this.textBoxTimeshifting.Name = "textBoxTimeshifting";
   this.textBoxTimeshifting.Size = new System.Drawing.Size(398, 20);
   this.textBoxTimeshifting.TabIndex = 1;
   // 
   // textBoxRecording
   // 
   this.textBoxRecording.Location = new System.Drawing.Point(9, 50);
   this.textBoxRecording.Name = "textBoxRecording";
   this.textBoxRecording.Size = new System.Drawing.Size(398, 20);
   this.textBoxRecording.TabIndex = 0;
   // 
   // folderBrowserDialog
   // 
   this.folderBrowserDialog.Description = "Select the appropriate network folder";
   this.folderBrowserDialog.ShowNewFolderButton = false;
   // 
   // TVDebugOptions
   // 
   this.Controls.Add(this.mpRtspPathsGroupBox);
   this.Controls.Add(this.groupBoxSettings);
   this.Name = "TVDebugOptions";
   this.Size = new System.Drawing.Size(472, 408);
   this.groupBoxSettings.ResumeLayout(false);
   this.groupBoxSettings.PerformLayout();
   this.mpRtspPathsGroupBox.ResumeLayout(false);
   this.mpRtspPathsGroupBox.PerformLayout();
   this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.nudFontSize = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.FontSizeValueLbl = new MediaPortal.UserInterface.Controls.MPLabel();
   this.FontSizeLbl = new MediaPortal.UserInterface.Controls.MPLabel();
   this.cbHiddenMode = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.cbRememberValue = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.cbTransparentMode = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.groupBox1.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.nudFontSize)).BeginInit();
   this.SuspendLayout();
   // 
   // groupBox1
   // 
   this.groupBox1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox1.Controls.Add(this.nudFontSize);
   this.groupBox1.Controls.Add(this.FontSizeValueLbl);
   this.groupBox1.Controls.Add(this.FontSizeLbl);
   this.groupBox1.Controls.Add(this.cbHiddenMode);
   this.groupBox1.Controls.Add(this.cbRememberValue);
   this.groupBox1.Controls.Add(this.cbTransparentMode);
   this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox1.Location = new System.Drawing.Point(6, 0);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(462, 127);
   this.groupBox1.TabIndex = 0;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = "Settings";
   // 
   // nudFontSize
   // 
   this.nudFontSize.Location = new System.Drawing.Point(72, 97);
   this.nudFontSize.Minimum = new decimal(new int[]
                                            {
                                              50,
                                              0,
                                              0,
                                              0
                                            });
   this.nudFontSize.Name = "nudFontSize";
   this.nudFontSize.Size = new System.Drawing.Size(56, 20);
   this.nudFontSize.TabIndex = 1;
   this.nudFontSize.Value = new decimal(new int[]
                                          {
                                            80,
                                            0,
                                            0,
                                            0
                                          });
   // 
   // FontSizeValueLbl
   // 
   this.FontSizeValueLbl.AutoSize = true;
   this.FontSizeValueLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                        System.Drawing.FontStyle.Regular,
                                                        System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   this.FontSizeValueLbl.Location = new System.Drawing.Point(134, 99);
   this.FontSizeValueLbl.Name = "FontSizeValueLbl";
   this.FontSizeValueLbl.Size = new System.Drawing.Size(105, 13);
   this.FontSizeValueLbl.TabIndex = 3;
   this.FontSizeValueLbl.Text = "% of maximum height";
   this.FontSizeValueLbl.TextAlign = System.Drawing.ContentAlignment.TopRight;
   // 
   // FontSizeLbl
   // 
   this.FontSizeLbl.AutoSize = true;
   this.FontSizeLbl.Location = new System.Drawing.Point(14, 99);
   this.FontSizeLbl.Name = "FontSizeLbl";
   this.FontSizeLbl.Size = new System.Drawing.Size(52, 13);
   this.FontSizeLbl.TabIndex = 1;
   this.FontSizeLbl.Text = "Font size:";
   // 
   // cbHiddenMode
   // 
   this.cbHiddenMode.AutoSize = true;
   this.cbHiddenMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.cbHiddenMode.Location = new System.Drawing.Point(17, 28);
   this.cbHiddenMode.Name = "cbHiddenMode";
   this.cbHiddenMode.Size = new System.Drawing.Size(87, 17);
   this.cbHiddenMode.TabIndex = 0;
   this.cbHiddenMode.Text = "Hidden mode";
   this.cbHiddenMode.UseVisualStyleBackColor = true;
   // 
   // cbRememberValue
   // 
   this.cbRememberValue.AutoSize = true;
   this.cbRememberValue.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.cbRememberValue.Location = new System.Drawing.Point(17, 74);
   this.cbRememberValue.Name = "cbRememberValue";
   this.cbRememberValue.Size = new System.Drawing.Size(123, 17);
   this.cbRememberValue.TabIndex = 2;
   this.cbRememberValue.Text = "Remember last value";
   this.cbRememberValue.UseVisualStyleBackColor = true;
   // 
   // cbTransparentMode
   // 
   this.cbTransparentMode.AutoSize = true;
   this.cbTransparentMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.cbTransparentMode.Location = new System.Drawing.Point(17, 51);
   this.cbTransparentMode.Name = "cbTransparentMode";
   this.cbTransparentMode.Size = new System.Drawing.Size(169, 17);
   this.cbTransparentMode.TabIndex = 1;
   this.cbTransparentMode.Text = "Transparent mode in fullscreen";
   this.cbTransparentMode.UseVisualStyleBackColor = true;
   // 
   // radioButton1
   // 
   this.radioButton1.AutoSize = true;
   this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButton1.Location = new System.Drawing.Point(0, 0);
   this.radioButton1.Name = "radioButton1";
   this.radioButton1.Size = new System.Drawing.Size(104, 24);
   this.radioButton1.TabIndex = 0;
   this.radioButton1.UseVisualStyleBackColor = true;
   // 
   // TVTeletext
   // 
   this.Controls.Add(this.groupBox1);
   this.Name = "TVTeletext";
   this.Size = new System.Drawing.Size(472, 408);
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.nudFontSize)).EndInit();
   this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.enableAutoCropper = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.Parameters = new System.Windows.Forms.GroupBox();
   this.maxBrightnessTresholdLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.maxBrightnessTresholdInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.minBrightnessTresholdLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.minBrightnessTresholdInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.cbUseForVideos = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.cbVerboseLog = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.minSubtitleHeightLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.minSubtitleHeightInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.bottomScanEndInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.topScanEndInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.bottomScanStartInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.topScanStartInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.bottomScanEndLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.bottomScanStartLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.topScanEndLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.topScanStartLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.manualModeGroup = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.manualSampleLengthInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.manualSampleLengthLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.enableManualMode = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.automodeGroup = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.bottomMemLength = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.topMemLength = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.labelBottomMemLength = new MediaPortal.UserInterface.Controls.MPLabel();
   this.labelTopMemLength = new MediaPortal.UserInterface.Controls.MPLabel();
   this.sampleIntervalInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.autoSampleIntervalLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.enableMoveSubs = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.enableAutoMode = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.okButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.defaultsButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.rbDefaultManual = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.rbDefaultAutomatic = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.groupDefaultMode = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.labelWarning = new MediaPortal.UserInterface.Controls.MPLabel();
   this.linkHelp = new System.Windows.Forms.LinkLabel();
   this.cancelButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.Parameters.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.maxBrightnessTresholdInput)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.minBrightnessTresholdInput)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.minSubtitleHeightInput)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.bottomScanEndInput)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.topScanEndInput)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.bottomScanStartInput)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.topScanStartInput)).BeginInit();
   this.manualModeGroup.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.manualSampleLengthInput)).BeginInit();
   this.automodeGroup.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.bottomMemLength)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.topMemLength)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.sampleIntervalInput)).BeginInit();
   this.groupDefaultMode.SuspendLayout();
   this.SuspendLayout();
   // 
   // enableAutoCropper
   // 
   this.enableAutoCropper.AutoSize = true;
   this.enableAutoCropper.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.enableAutoCropper.Location = new System.Drawing.Point(9, 10);
   this.enableAutoCropper.Name = "enableAutoCropper";
   this.enableAutoCropper.Size = new System.Drawing.Size(119, 17);
   this.enableAutoCropper.TabIndex = 0;
   this.enableAutoCropper.Text = "Enable AutoCropper";
   this.enableAutoCropper.UseVisualStyleBackColor = true;
   this.enableAutoCropper.Visible = false;
   this.enableAutoCropper.CheckedChanged += new System.EventHandler(this.OnChange);
   // 
   // Parameters
   // 
   this.Parameters.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.Parameters.Controls.Add(this.maxBrightnessTresholdLabel);
   this.Parameters.Controls.Add(this.maxBrightnessTresholdInput);
   this.Parameters.Controls.Add(this.minBrightnessTresholdLabel);
   this.Parameters.Controls.Add(this.minBrightnessTresholdInput);
   this.Parameters.Controls.Add(this.cbUseForVideos);
   this.Parameters.Controls.Add(this.cbVerboseLog);
   this.Parameters.Controls.Add(this.minSubtitleHeightLabel);
   this.Parameters.Controls.Add(this.minSubtitleHeightInput);
   this.Parameters.Controls.Add(this.bottomScanEndInput);
   this.Parameters.Controls.Add(this.topScanEndInput);
   this.Parameters.Controls.Add(this.bottomScanStartInput);
   this.Parameters.Controls.Add(this.topScanStartInput);
   this.Parameters.Controls.Add(this.bottomScanEndLabel);
   this.Parameters.Controls.Add(this.bottomScanStartLabel);
   this.Parameters.Controls.Add(this.topScanEndLabel);
   this.Parameters.Controls.Add(this.topScanStartLabel);
   this.Parameters.Location = new System.Drawing.Point(9, 192);
   this.Parameters.Name = "Parameters";
   this.Parameters.Size = new System.Drawing.Size(443, 235);
   this.Parameters.TabIndex = 1;
   this.Parameters.TabStop = false;
   this.Parameters.Text = "Parameters";
   // 
   // maxBrightnessTresholdLabel
   // 
   this.maxBrightnessTresholdLabel.AutoSize = true;
   this.maxBrightnessTresholdLabel.Location = new System.Drawing.Point(13, 139);
   this.maxBrightnessTresholdLabel.Name = "maxBrightnessTresholdLabel";
   this.maxBrightnessTresholdLabel.Size = new System.Drawing.Size(123, 13);
   this.maxBrightnessTresholdLabel.TabIndex = 23;
   this.maxBrightnessTresholdLabel.Text = "Noise sensitivity (0=high)";
   // 
   // maxBrightnessTresholdInput
   // 
   this.maxBrightnessTresholdInput.Location = new System.Drawing.Point(154, 137);
   this.maxBrightnessTresholdInput.Maximum = new decimal(new int[]
                                                           {
                                                             255,
                                                             0,
                                                             0,
                                                             0
                                                           });
   this.maxBrightnessTresholdInput.Name = "maxBrightnessTresholdInput";
   this.maxBrightnessTresholdInput.Size = new System.Drawing.Size(61, 20);
   this.maxBrightnessTresholdInput.TabIndex = 22;
   // 
   // minBrightnessTresholdLabel
   // 
   this.minBrightnessTresholdLabel.AutoSize = true;
   this.minBrightnessTresholdLabel.Location = new System.Drawing.Point(13, 174);
   this.minBrightnessTresholdLabel.Name = "minBrightnessTresholdLabel";
   this.minBrightnessTresholdLabel.Size = new System.Drawing.Size(133, 13);
   this.minBrightnessTresholdLabel.TabIndex = 21;
   this.minBrightnessTresholdLabel.Text = "Content sensitivity (0=Low)";
   // 
   // minBrightnessTresholdInput
   // 
   this.minBrightnessTresholdInput.Location = new System.Drawing.Point(154, 172);
   this.minBrightnessTresholdInput.Maximum = new decimal(new int[]
                                                           {
                                                             238,
                                                             0,
                                                             0,
                                                             0
                                                           });
   this.minBrightnessTresholdInput.Name = "minBrightnessTresholdInput";
   this.minBrightnessTresholdInput.Size = new System.Drawing.Size(61, 20);
   this.minBrightnessTresholdInput.TabIndex = 20;
   // 
   // cbUseForVideos
   // 
   this.cbUseForVideos.AutoSize = true;
   this.cbUseForVideos.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.cbUseForVideos.Location = new System.Drawing.Point(113, 203);
   this.cbUseForVideos.Name = "cbUseForVideos";
   this.cbUseForVideos.Size = new System.Drawing.Size(127, 17);
   this.cbUseForVideos.TabIndex = 19;
   this.cbUseForVideos.Text = "Also use in My Videos";
   this.cbUseForVideos.UseVisualStyleBackColor = true;
   // 
   // cbVerboseLog
   // 
   this.cbVerboseLog.AutoSize = true;
   this.cbVerboseLog.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.cbVerboseLog.Location = new System.Drawing.Point(21, 203);
   this.cbVerboseLog.Name = "cbVerboseLog";
   this.cbVerboseLog.Size = new System.Drawing.Size(84, 17);
   this.cbVerboseLog.TabIndex = 18;
   this.cbVerboseLog.Text = "Verbose Log";
   this.cbVerboseLog.UseVisualStyleBackColor = true;
   // 
   // minSubtitleHeightLabel
   // 
   this.minSubtitleHeightLabel.AutoSize = true;
   this.minSubtitleHeightLabel.Location = new System.Drawing.Point(13, 106);
   this.minSubtitleHeightLabel.Name = "minSubtitleHeightLabel";
   this.minSubtitleHeightLabel.Size = new System.Drawing.Size(103, 13);
   this.minSubtitleHeightLabel.TabIndex = 16;
   this.minSubtitleHeightLabel.Text = "Min subtitle height %";
   // 
   // minSubtitleHeightInput
   // 
   this.minSubtitleHeightInput.Location = new System.Drawing.Point(154, 104);
   this.minSubtitleHeightInput.Name = "minSubtitleHeightInput";
   this.minSubtitleHeightInput.Size = new System.Drawing.Size(61, 20);
   this.minSubtitleHeightInput.TabIndex = 15;
   // 
   // bottomScanEndInput
   // 
   this.bottomScanEndInput.Location = new System.Drawing.Point(355, 69);
   this.bottomScanEndInput.Name = "bottomScanEndInput";
   this.bottomScanEndInput.Size = new System.Drawing.Size(61, 20);
   this.bottomScanEndInput.TabIndex = 14;
   // 
   // topScanEndInput
   // 
   this.topScanEndInput.Location = new System.Drawing.Point(355, 37);
   this.topScanEndInput.Name = "topScanEndInput";
   this.topScanEndInput.Size = new System.Drawing.Size(61, 20);
   this.topScanEndInput.TabIndex = 13;
   // 
   // bottomScanStartInput
   // 
   this.bottomScanStartInput.Location = new System.Drawing.Point(154, 69);
   this.bottomScanStartInput.Name = "bottomScanStartInput";
   this.bottomScanStartInput.Size = new System.Drawing.Size(61, 20);
   this.bottomScanStartInput.TabIndex = 12;
   // 
   // topScanStartInput
   // 
   this.topScanStartInput.Location = new System.Drawing.Point(154, 37);
   this.topScanStartInput.Name = "topScanStartInput";
   this.topScanStartInput.Size = new System.Drawing.Size(61, 20);
   this.topScanStartInput.TabIndex = 11;
   // 
   // bottomScanEndLabel
   // 
   this.bottomScanEndLabel.AutoSize = true;
   this.bottomScanEndLabel.Location = new System.Drawing.Point(232, 76);
   this.bottomScanEndLabel.Name = "bottomScanEndLabel";
   this.bottomScanEndLabel.Size = new System.Drawing.Size(101, 13);
   this.bottomScanEndLabel.TabIndex = 5;
   this.bottomScanEndLabel.Text = "Bottom Scan End %";
   // 
   // bottomScanStartLabel
   // 
   this.bottomScanStartLabel.AutoSize = true;
   this.bottomScanStartLabel.Location = new System.Drawing.Point(12, 76);
   this.bottomScanStartLabel.Name = "bottomScanStartLabel";
   this.bottomScanStartLabel.Size = new System.Drawing.Size(104, 13);
   this.bottomScanStartLabel.TabIndex = 4;
   this.bottomScanStartLabel.Text = "Bottom Scan Start %";
   // 
   // topScanEndLabel
   // 
   this.topScanEndLabel.AutoSize = true;
   this.topScanEndLabel.Location = new System.Drawing.Point(232, 44);
   this.topScanEndLabel.Name = "topScanEndLabel";
   this.topScanEndLabel.Size = new System.Drawing.Size(87, 13);
   this.topScanEndLabel.TabIndex = 2;
   this.topScanEndLabel.Text = "Top Scan End %";
   // 
   // topScanStartLabel
   // 
   this.topScanStartLabel.AutoSize = true;
   this.topScanStartLabel.Location = new System.Drawing.Point(12, 44);
   this.topScanStartLabel.Name = "topScanStartLabel";
   this.topScanStartLabel.Size = new System.Drawing.Size(90, 13);
   this.topScanStartLabel.TabIndex = 1;
   this.topScanStartLabel.Text = "Top Scan Start %";
   // 
   // manualModeGroup
   // 
   this.manualModeGroup.Controls.Add(this.manualSampleLengthInput);
   this.manualModeGroup.Controls.Add(this.manualSampleLengthLabel);
   this.manualModeGroup.Controls.Add(this.enableManualMode);
   this.manualModeGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.manualModeGroup.Location = new System.Drawing.Point(12, 33);
   this.manualModeGroup.Name = "manualModeGroup";
   this.manualModeGroup.Size = new System.Drawing.Size(214, 113);
   this.manualModeGroup.TabIndex = 2;
   this.manualModeGroup.TabStop = false;
   this.manualModeGroup.Text = "Manual Mode";
   // 
   // manualSampleLengthInput
   // 
   this.manualSampleLengthInput.Location = new System.Drawing.Point(110, 111);
   this.manualSampleLengthInput.Name = "manualSampleLengthInput";
   this.manualSampleLengthInput.Size = new System.Drawing.Size(39, 20);
   this.manualSampleLengthInput.TabIndex = 10;
   this.manualSampleLengthInput.Visible = false;
   // 
   // manualSampleLengthLabel
   // 
   this.manualSampleLengthLabel.AutoSize = true;
   this.manualSampleLengthLabel.Location = new System.Drawing.Point(15, 113);
   this.manualSampleLengthLabel.Name = "manualSampleLengthLabel";
   this.manualSampleLengthLabel.Size = new System.Drawing.Size(89, 13);
   this.manualSampleLengthLabel.TabIndex = 9;
   this.manualSampleLengthLabel.Text = "Frames to sample";
   this.manualSampleLengthLabel.Visible = false;
   // 
   // enableManualMode
   // 
   this.enableManualMode.AutoSize = true;
   this.enableManualMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.enableManualMode.Location = new System.Drawing.Point(18, 19);
   this.enableManualMode.Name = "enableManualMode";
   this.enableManualMode.Size = new System.Drawing.Size(57, 17);
   this.enableManualMode.TabIndex = 4;
   this.enableManualMode.Text = "Enable";
   this.enableManualMode.UseVisualStyleBackColor = true;
   this.enableManualMode.CheckedChanged += new System.EventHandler(this.OnChange);
   // 
   // automodeGroup
   // 
   this.automodeGroup.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.automodeGroup.Controls.Add(this.bottomMemLength);
   this.automodeGroup.Controls.Add(this.topMemLength);
   this.automodeGroup.Controls.Add(this.labelBottomMemLength);
   this.automodeGroup.Controls.Add(this.labelTopMemLength);
   this.automodeGroup.Controls.Add(this.sampleIntervalInput);
   this.automodeGroup.Controls.Add(this.autoSampleIntervalLabel);
   this.automodeGroup.Controls.Add(this.enableMoveSubs);
   this.automodeGroup.Controls.Add(this.enableAutoMode);
   this.automodeGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.automodeGroup.Location = new System.Drawing.Point(232, 33);
   this.automodeGroup.Name = "automodeGroup";
   this.automodeGroup.Size = new System.Drawing.Size(220, 113);
   this.automodeGroup.TabIndex = 3;
   this.automodeGroup.TabStop = false;
   this.automodeGroup.Text = "Automatic Mode";
   // 
   // bottomMemLength
   // 
   this.bottomMemLength.Location = new System.Drawing.Point(153, 84);
   this.bottomMemLength.Name = "bottomMemLength";
   this.bottomMemLength.Size = new System.Drawing.Size(61, 20);
   this.bottomMemLength.TabIndex = 15;
   // 
   // topMemLength
   // 
   this.topMemLength.Location = new System.Drawing.Point(153, 58);
   this.topMemLength.Name = "topMemLength";
   this.topMemLength.Size = new System.Drawing.Size(61, 20);
   this.topMemLength.TabIndex = 14;
   // 
   // labelBottomMemLength
   // 
   this.labelBottomMemLength.AutoSize = true;
   this.labelBottomMemLength.Location = new System.Drawing.Point(19, 86);
   this.labelBottomMemLength.Name = "labelBottomMemLength";
   this.labelBottomMemLength.Size = new System.Drawing.Size(125, 13);
   this.labelBottomMemLength.TabIndex = 13;
   this.labelBottomMemLength.Text = "Bottom memory length (s)";
   // 
   // labelTopMemLength
   // 
   this.labelTopMemLength.AutoSize = true;
   this.labelTopMemLength.Location = new System.Drawing.Point(19, 64);
   this.labelTopMemLength.Name = "labelTopMemLength";
   this.labelTopMemLength.Size = new System.Drawing.Size(111, 13);
   this.labelTopMemLength.TabIndex = 12;
   this.labelTopMemLength.Text = "Top memory length (s)";
   // 
   // sampleIntervalInput
   // 
   this.sampleIntervalInput.Location = new System.Drawing.Point(153, 34);
   this.sampleIntervalInput.Name = "sampleIntervalInput";
   this.sampleIntervalInput.Size = new System.Drawing.Size(61, 20);
   this.sampleIntervalInput.TabIndex = 11;
   // 
   // autoSampleIntervalLabel
   // 
   this.autoSampleIntervalLabel.AutoSize = true;
   this.autoSampleIntervalLabel.Location = new System.Drawing.Point(19, 41);
   this.autoSampleIntervalLabel.Name = "autoSampleIntervalLabel";
   this.autoSampleIntervalLabel.Size = new System.Drawing.Size(101, 13);
   this.autoSampleIntervalLabel.TabIndex = 10;
   this.autoSampleIntervalLabel.Text = "Sample interval (ms)";
   // 
   // enableMoveSubs
   // 
   this.enableMoveSubs.AutoSize = true;
   this.enableMoveSubs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.enableMoveSubs.Location = new System.Drawing.Point(16, 113);
   this.enableMoveSubs.Name = "enableMoveSubs";
   this.enableMoveSubs.Size = new System.Drawing.Size(94, 17);
   this.enableMoveSubs.TabIndex = 6;
   this.enableMoveSubs.Text = "Move Subtitles";
   this.enableMoveSubs.UseVisualStyleBackColor = true;
   this.enableMoveSubs.Visible = false;
   this.enableMoveSubs.CheckedChanged += new System.EventHandler(this.OnChange);
   // 
   // enableAutoMode
   // 
   this.enableAutoMode.AutoSize = true;
   this.enableAutoMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.enableAutoMode.Location = new System.Drawing.Point(15, 19);
   this.enableAutoMode.Name = "enableAutoMode";
   this.enableAutoMode.Size = new System.Drawing.Size(57, 17);
   this.enableAutoMode.TabIndex = 5;
   this.enableAutoMode.Text = "Enable";
   this.enableAutoMode.UseVisualStyleBackColor = true;
   this.enableAutoMode.CheckedChanged += new System.EventHandler(this.OnChange);
   // 
   // okButton
   // 
   this.okButton.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.okButton.Location = new System.Drawing.Point(266, 446);
   this.okButton.Name = "okButton";
   this.okButton.Size = new System.Drawing.Size(93, 27);
   this.okButton.TabIndex = 4;
   this.okButton.Text = "&OK";
   this.okButton.UseVisualStyleBackColor = true;
   this.okButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnOk);
   // 
   // defaultsButton
   // 
   this.defaultsButton.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.defaultsButton.Location = new System.Drawing.Point(160, 446);
   this.defaultsButton.Name = "defaultsButton";
   this.defaultsButton.Size = new System.Drawing.Size(100, 27);
   this.defaultsButton.TabIndex = 5;
   this.defaultsButton.Text = "&Defaults";
   this.defaultsButton.UseVisualStyleBackColor = true;
   this.defaultsButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnDefaults);
   // 
   // rbDefaultManual
   // 
   this.rbDefaultManual.AutoSize = true;
   this.rbDefaultManual.Checked = true;
   this.rbDefaultManual.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.rbDefaultManual.Location = new System.Drawing.Point(110, 13);
   this.rbDefaultManual.Name = "rbDefaultManual";
   this.rbDefaultManual.Size = new System.Drawing.Size(59, 17);
   this.rbDefaultManual.TabIndex = 9;
   this.rbDefaultManual.TabStop = true;
   this.rbDefaultManual.Text = "Manual";
   this.rbDefaultManual.UseVisualStyleBackColor = true;
   // 
   // rbDefaultAutomatic
   // 
   this.rbDefaultAutomatic.AutoSize = true;
   this.rbDefaultAutomatic.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.rbDefaultAutomatic.Location = new System.Drawing.Point(279, 13);
   this.rbDefaultAutomatic.Name = "rbDefaultAutomatic";
   this.rbDefaultAutomatic.Size = new System.Drawing.Size(71, 17);
   this.rbDefaultAutomatic.TabIndex = 10;
   this.rbDefaultAutomatic.TabStop = true;
   this.rbDefaultAutomatic.Text = "Automatic";
   this.rbDefaultAutomatic.UseVisualStyleBackColor = true;
   // 
   // groupDefaultMode
   // 
   this.groupDefaultMode.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupDefaultMode.Controls.Add(this.rbDefaultAutomatic);
   this.groupDefaultMode.Controls.Add(this.rbDefaultManual);
   this.groupDefaultMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupDefaultMode.Location = new System.Drawing.Point(12, 152);
   this.groupDefaultMode.Name = "groupDefaultMode";
   this.groupDefaultMode.Size = new System.Drawing.Size(440, 36);
   this.groupDefaultMode.TabIndex = 11;
   this.groupDefaultMode.TabStop = false;
   this.groupDefaultMode.Text = "Default Mode";
   // 
   // labelWarning
   // 
   this.labelWarning.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.labelWarning.AutoSize = true;
   this.labelWarning.ForeColor = System.Drawing.Color.Red;
   this.labelWarning.Location = new System.Drawing.Point(119, 9);
   this.labelWarning.Name = "labelWarning";
   this.labelWarning.Size = new System.Drawing.Size(323, 13);
   this.labelWarning.TabIndex = 20;
   this.labelWarning.Text = "Note that Auto mode is experimental and very resource demanding!";
   // 
   // linkHelp
   // 
   this.linkHelp.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.linkHelp.AutoSize = true;
   this.linkHelp.Location = new System.Drawing.Point(10, 453);
   this.linkHelp.Name = "linkHelp";
   this.linkHelp.Size = new System.Drawing.Size(125, 13);
   this.linkHelp.TabIndex = 20;
   this.linkHelp.TabStop = true;
   this.linkHelp.Text = "Click for more information";
   this.linkHelp.Click += new System.EventHandler(this.OnHelp);
   // 
   // cancelButton
   // 
   this.cancelButton.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.cancelButton.Location = new System.Drawing.Point(365, 446);
   this.cancelButton.Name = "cancelButton";
   this.cancelButton.Size = new System.Drawing.Size(87, 27);
   this.cancelButton.TabIndex = 21;
   this.cancelButton.Text = "&Cancel";
   this.cancelButton.UseVisualStyleBackColor = true;
   this.cancelButton.Click += new System.EventHandler(this.OnCancel);
   // 
   // AutoCropperConfig
   // 
   this.AcceptButton = this.okButton;
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.CancelButton = this.cancelButton;
   this.ClientSize = new System.Drawing.Size(467, 485);
   this.Controls.Add(this.cancelButton);
   this.Controls.Add(this.linkHelp);
   this.Controls.Add(this.labelWarning);
   this.Controls.Add(this.groupDefaultMode);
   this.Controls.Add(this.defaultsButton);
   this.Controls.Add(this.okButton);
   this.Controls.Add(this.automodeGroup);
   this.Controls.Add(this.manualModeGroup);
   this.Controls.Add(this.enableAutoCropper);
   this.Controls.Add(this.Parameters);
   this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   this.Name = "AutoCropperConfig";
   this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
   this.Text = "AutoCropper - Setup";
   this.Parameters.ResumeLayout(false);
   this.Parameters.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.maxBrightnessTresholdInput)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.minBrightnessTresholdInput)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.minSubtitleHeightInput)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.bottomScanEndInput)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.topScanEndInput)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.bottomScanStartInput)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.topScanStartInput)).EndInit();
   this.manualModeGroup.ResumeLayout(false);
   this.manualModeGroup.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.manualSampleLengthInput)).EndInit();
   this.automodeGroup.ResumeLayout(false);
   this.automodeGroup.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.bottomMemLength)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.topMemLength)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.sampleIntervalInput)).EndInit();
   this.groupDefaultMode.ResumeLayout(false);
   this.groupDefaultMode.PerformLayout();
   this.ResumeLayout(false);
   this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.kenburnsTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.transitionTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.durationTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.repeatSlideshowCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.autoShuffleCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonKenBurns = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonRandom = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonXFade = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.groupBoxRotation = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxUsePicasa = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxUseExif = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBoxViewSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxEnableVideo = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxGroupDays = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxPlayVideosInSlideshow = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBox1.SuspendLayout();
   this.groupBox2.SuspendLayout();
   this.groupBoxRotation.SuspendLayout();
   this.groupBoxViewSettings.SuspendLayout();
   this.SuspendLayout();
   // 
   // groupBox1
   // 
   this.groupBox1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox1.Controls.Add(this.kenburnsTextBox);
   this.groupBox1.Controls.Add(this.label3);
   this.groupBox1.Controls.Add(this.transitionTextBox);
   this.groupBox1.Controls.Add(this.durationTextBox);
   this.groupBox1.Controls.Add(this.label2);
   this.groupBox1.Controls.Add(this.label1);
   this.groupBox1.Controls.Add(this.repeatSlideshowCheckBox);
   this.groupBox1.Controls.Add(this.autoShuffleCheckBox);
   this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox1.Location = new System.Drawing.Point(0, 97);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(472, 160);
   this.groupBox1.TabIndex = 1;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = "Slideshow Settings";
   // 
   // kenburnsTextBox
   // 
   this.kenburnsTextBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.kenburnsTextBox.BorderColor = System.Drawing.Color.Empty;
   this.kenburnsTextBox.Location = new System.Drawing.Point(168, 68);
   this.kenburnsTextBox.Name = "kenburnsTextBox";
   this.kenburnsTextBox.Size = new System.Drawing.Size(288, 20);
   this.kenburnsTextBox.TabIndex = 5;
   // 
   // label3
   // 
   this.label3.AutoSize = true;
   this.label3.Location = new System.Drawing.Point(16, 72);
   this.label3.Name = "label3";
   this.label3.Size = new System.Drawing.Size(91, 13);
   this.label3.TabIndex = 4;
   this.label3.Text = "Ken Burns speed:";
   // 
   // transitionTextBox
   // 
   this.transitionTextBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.transitionTextBox.BorderColor = System.Drawing.Color.Empty;
   this.transitionTextBox.Location = new System.Drawing.Point(168, 44);
   this.transitionTextBox.Name = "transitionTextBox";
   this.transitionTextBox.Size = new System.Drawing.Size(288, 20);
   this.transitionTextBox.TabIndex = 3;
   // 
   // durationTextBox
   // 
   this.durationTextBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.durationTextBox.BorderColor = System.Drawing.Color.Empty;
   this.durationTextBox.Location = new System.Drawing.Point(168, 20);
   this.durationTextBox.Name = "durationTextBox";
   this.durationTextBox.Size = new System.Drawing.Size(288, 20);
   this.durationTextBox.TabIndex = 1;
   // 
   // label2
   // 
   this.label2.AutoSize = true;
   this.label2.Location = new System.Drawing.Point(16, 48);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(96, 13);
   this.label2.TabIndex = 2;
   this.label2.Text = "Transition (frames):";
   // 
   // label1
   // 
   this.label1.AutoSize = true;
   this.label1.Location = new System.Drawing.Point(16, 24);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(124, 13);
   this.label1.TabIndex = 0;
   this.label1.Text = "Picture visible (seconds):";
   // 
   // repeatSlideshowCheckBox
   // 
   this.repeatSlideshowCheckBox.AutoSize = true;
   this.repeatSlideshowCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.repeatSlideshowCheckBox.Location = new System.Drawing.Point(16, 104);
   this.repeatSlideshowCheckBox.Name = "repeatSlideshowCheckBox";
   this.repeatSlideshowCheckBox.Size = new System.Drawing.Size(133, 17);
   this.repeatSlideshowCheckBox.TabIndex = 6;
   this.repeatSlideshowCheckBox.Text = "Repeat/loop slideshow";
   this.repeatSlideshowCheckBox.UseVisualStyleBackColor = true;
   // 
   // autoShuffleCheckBox
   // 
   this.autoShuffleCheckBox.AutoSize = true;
   this.autoShuffleCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.autoShuffleCheckBox.Location = new System.Drawing.Point(16, 128);
   this.autoShuffleCheckBox.Name = "autoShuffleCheckBox";
   this.autoShuffleCheckBox.Size = new System.Drawing.Size(129, 17);
   this.autoShuffleCheckBox.TabIndex = 7;
   this.autoShuffleCheckBox.Text = "Auto shuffle slideshow";
   this.autoShuffleCheckBox.UseVisualStyleBackColor = true;
   // 
   // groupBox2
   // 
   this.groupBox2.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox2.Controls.Add(this.radioButtonKenBurns);
   this.groupBox2.Controls.Add(this.radioButtonRandom);
   this.groupBox2.Controls.Add(this.radioButtonXFade);
   this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox2.Location = new System.Drawing.Point(0, 0);
   this.groupBox2.Name = "groupBox2";
   this.groupBox2.Size = new System.Drawing.Size(472, 91);
   this.groupBox2.TabIndex = 0;
   this.groupBox2.TabStop = false;
   this.groupBox2.Text = "Slideshow Transitions";
   // 
   // radioButtonKenBurns
   // 
   this.radioButtonKenBurns.AutoSize = true;
   this.radioButtonKenBurns.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonKenBurns.Location = new System.Drawing.Point(16, 23);
   this.radioButtonKenBurns.Name = "radioButtonKenBurns";
   this.radioButtonKenBurns.Size = new System.Drawing.Size(180, 17);
   this.radioButtonKenBurns.TabIndex = 0;
   this.radioButtonKenBurns.Text = "Use Ken Burns effect on pictures";
   this.radioButtonKenBurns.UseVisualStyleBackColor = true;
   // 
   // radioButtonRandom
   // 
   this.radioButtonRandom.AutoSize = true;
   this.radioButtonRandom.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonRandom.Location = new System.Drawing.Point(16, 44);
   this.radioButtonRandom.Name = "radioButtonRandom";
   this.radioButtonRandom.Size = new System.Drawing.Size(215, 17);
   this.radioButtonRandom.TabIndex = 1;
   this.radioButtonRandom.Text = "Use random transitions between pictures";
   this.radioButtonRandom.UseVisualStyleBackColor = true;
   // 
   // radioButtonXFade
   // 
   this.radioButtonXFade.AutoSize = true;
   this.radioButtonXFade.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonXFade.Location = new System.Drawing.Point(16, 65);
   this.radioButtonXFade.Name = "radioButtonXFade";
   this.radioButtonXFade.Size = new System.Drawing.Size(206, 17);
   this.radioButtonXFade.TabIndex = 2;
   this.radioButtonXFade.Text = "Use X-fade transition between pictures";
   this.radioButtonXFade.UseVisualStyleBackColor = true;
   // 
   // groupBoxRotation
   // 
   this.groupBoxRotation.Controls.Add(this.checkBoxUsePicasa);
   this.groupBoxRotation.Controls.Add(this.checkBoxUseExif);
   this.groupBoxRotation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxRotation.Location = new System.Drawing.Point(0, 263);
   this.groupBoxRotation.Name = "groupBoxRotation";
   this.groupBoxRotation.Size = new System.Drawing.Size(472, 78);
   this.groupBoxRotation.TabIndex = 2;
   this.groupBoxRotation.TabStop = false;
   this.groupBoxRotation.Text = "Rotation Settings";
   // 
   // checkBoxUsePicasa
   // 
   this.checkBoxUsePicasa.AutoSize = true;
   this.checkBoxUsePicasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxUsePicasa.Location = new System.Drawing.Point(16, 47);
   this.checkBoxUsePicasa.Name = "checkBoxUsePicasa";
   this.checkBoxUsePicasa.Size = new System.Drawing.Size(330, 17);
   this.checkBoxUsePicasa.TabIndex = 8;
   this.checkBoxUsePicasa.Text = "Use Google Picasa.ini to determine the rotation (if file is available)";
   this.checkBoxUsePicasa.UseVisualStyleBackColor = true;
   // 
   // checkBoxUseExif
   // 
   this.checkBoxUseExif.AutoSize = true;
   this.checkBoxUseExif.Checked = true;
   this.checkBoxUseExif.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxUseExif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxUseExif.Location = new System.Drawing.Point(16, 24);
   this.checkBoxUseExif.Name = "checkBoxUseExif";
   this.checkBoxUseExif.Size = new System.Drawing.Size(401, 17);
   this.checkBoxUseExif.TabIndex = 7;
   this.checkBoxUseExif.Text = "Use EXIF metadata to determine the rotation (might interfere with buggy viewers)";
   this.checkBoxUseExif.UseVisualStyleBackColor = true;
   // 
   // groupBoxViewSettings
   // 
   this.groupBoxViewSettings.Controls.Add(this.checkBoxPlayVideosInSlideshow);
   this.groupBoxViewSettings.Controls.Add(this.checkBoxEnableVideo);
   this.groupBoxViewSettings.Controls.Add(this.checkBoxGroupDays);
   this.groupBoxViewSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxViewSettings.Location = new System.Drawing.Point(0, 347);
   this.groupBoxViewSettings.Name = "groupBoxViewSettings";
   this.groupBoxViewSettings.Size = new System.Drawing.Size(472, 96);
   this.groupBoxViewSettings.TabIndex = 3;
   this.groupBoxViewSettings.TabStop = false;
   this.groupBoxViewSettings.Text = "View Settings";
   // 
   // checkBoxEnableVideo
   // 
   this.checkBoxEnableVideo.AutoSize = true;
   this.checkBoxEnableVideo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxEnableVideo.Location = new System.Drawing.Point(19, 47);
   this.checkBoxEnableVideo.Name = "checkBoxEnableVideo";
   this.checkBoxEnableVideo.Size = new System.Drawing.Size(260, 17);
   this.checkBoxEnableVideo.TabIndex = 8;
   this.checkBoxEnableVideo.Text = "Enable playing videos files made with your camera";
   this.checkBoxEnableVideo.UseVisualStyleBackColor = true;
   this.checkBoxEnableVideo.CheckedChanged += new System.EventHandler(this.checkBoxEnableVideo_CheckedChanged);
   // 
   // checkBoxGroupDays
   // 
   this.checkBoxGroupDays.AutoSize = true;
   this.checkBoxGroupDays.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxGroupDays.Location = new System.Drawing.Point(19, 24);
   this.checkBoxGroupDays.Name = "checkBoxGroupDays";
   this.checkBoxGroupDays.Size = new System.Drawing.Size(379, 17);
   this.checkBoxGroupDays.TabIndex = 7;
   this.checkBoxGroupDays.Text = "Create a group for each day in date view (instead of showing the full month)";
   this.checkBoxGroupDays.UseVisualStyleBackColor = true;
   // 
   // checkBoxPlayVideosInSlideshow
   // 
   this.checkBoxPlayVideosInSlideshow.AutoSize = true;
   this.checkBoxPlayVideosInSlideshow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxPlayVideosInSlideshow.Location = new System.Drawing.Point(19, 70);
   this.checkBoxPlayVideosInSlideshow.Name = "checkBoxPlayVideosInSlideshow";
   this.checkBoxPlayVideosInSlideshow.Size = new System.Drawing.Size(143, 17);
   this.checkBoxPlayVideosInSlideshow.TabIndex = 9;
   this.checkBoxPlayVideosInSlideshow.Text = "Play videos in slideshows";
   this.checkBoxPlayVideosInSlideshow.UseVisualStyleBackColor = true;
   // 
   // Pictures
   // 
   this.Controls.Add(this.groupBoxViewSettings);
   this.Controls.Add(this.groupBoxRotation);
   this.Controls.Add(this.groupBox1);
   this.Controls.Add(this.groupBox2);
   this.Name = "Pictures";
   this.Size = new System.Drawing.Size(472, 446);
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   this.groupBox2.ResumeLayout(false);
   this.groupBox2.PerformLayout();
   this.groupBoxRotation.ResumeLayout(false);
   this.groupBoxRotation.PerformLayout();
   this.groupBoxViewSettings.ResumeLayout(false);
   this.groupBoxViewSettings.PerformLayout();
   this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.VideoDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.ColourScheme = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxColourScheme = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.DisplayType = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonDTAnamorphic = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonDTPan = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonDTLetterbox = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonDTDefault = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.DeinterlaceMode = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxDeInterlaceMode = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.comboBoxDeInterlaceControl = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.DeinterlaceControl = new MediaPortal.UserInterface.Controls.MPLabel();
   this.checkBoxDxVA = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.AudioDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.comboBoxOutPutMode = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.DynamicRangeControl = new MediaPortal.UserInterface.Controls.MPLabel();
   this.ProLogicII = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxProLogicII = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.comboBoxDRC = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.comboBoxSpeakerSetup = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.comboBoxHeadphones = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.SpeakerSetup = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonReceiver = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonHeadphones = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonSpeakers = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.VideoDecoderSettings.SuspendLayout();
   this.DisplayType.SuspendLayout();
   this.AudioDecoderSettings.SuspendLayout();
   this.SpeakerSetup.SuspendLayout();
   this.SuspendLayout();
   // 
   // VideoDecoderSettings
   // 
   this.VideoDecoderSettings.Controls.Add(this.ColourScheme);
   this.VideoDecoderSettings.Controls.Add(this.comboBoxColourScheme);
   this.VideoDecoderSettings.Controls.Add(this.DisplayType);
   this.VideoDecoderSettings.Controls.Add(this.DeinterlaceMode);
   this.VideoDecoderSettings.Controls.Add(this.comboBoxDeInterlaceMode);
   this.VideoDecoderSettings.Controls.Add(this.comboBoxDeInterlaceControl);
   this.VideoDecoderSettings.Controls.Add(this.DeinterlaceControl);
   this.VideoDecoderSettings.Controls.Add(this.checkBoxDxVA);
   this.VideoDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.VideoDecoderSettings.Location = new System.Drawing.Point(6, 0);
   this.VideoDecoderSettings.Name = "VideoDecoderSettings";
   this.VideoDecoderSettings.Size = new System.Drawing.Size(462, 181);
   this.VideoDecoderSettings.TabIndex = 3;
   this.VideoDecoderSettings.TabStop = false;
   this.VideoDecoderSettings.Text = "Video Decoder Settings";
   // 
   // ColourScheme
   // 
   this.ColourScheme.AutoSize = true;
   this.ColourScheme.Location = new System.Drawing.Point(253, 119);
   this.ColourScheme.Name = "ColourScheme";
   this.ColourScheme.Size = new System.Drawing.Size(79, 13);
   this.ColourScheme.TabIndex = 8;
   this.ColourScheme.Text = "Colour Scheme";
   // 
   // comboBoxColourScheme
   // 
   this.comboBoxColourScheme.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxColourScheme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxColourScheme.FormattingEnabled = true;
   this.comboBoxColourScheme.Items.AddRange(new object[]
                                              {
                                                "Default",
                                                "Theater",
                                                "Office",
                                                "Airplane",
                                                "Car"
                                              });
   this.comboBoxColourScheme.Location = new System.Drawing.Point(256, 140);
   this.comboBoxColourScheme.Name = "comboBoxColourScheme";
   this.comboBoxColourScheme.Size = new System.Drawing.Size(198, 21);
   this.comboBoxColourScheme.TabIndex = 7;
   // 
   // DisplayType
   // 
   this.DisplayType.Controls.Add(this.radioButtonDTAnamorphic);
   this.DisplayType.Controls.Add(this.radioButtonDTPan);
   this.DisplayType.Controls.Add(this.radioButtonDTLetterbox);
   this.DisplayType.Controls.Add(this.radioButtonDTDefault);
   this.DisplayType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.DisplayType.Location = new System.Drawing.Point(18, 48);
   this.DisplayType.Name = "DisplayType";
   this.DisplayType.Size = new System.Drawing.Size(217, 120);
   this.DisplayType.TabIndex = 6;
   this.DisplayType.TabStop = false;
   this.DisplayType.Text = "Display Type";
   // 
   // radioButtonDTAnamorphic
   // 
   this.radioButtonDTAnamorphic.AutoSize = true;
   this.radioButtonDTAnamorphic.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonDTAnamorphic.Location = new System.Drawing.Point(20, 91);
   this.radioButtonDTAnamorphic.Name = "radioButtonDTAnamorphic";
   this.radioButtonDTAnamorphic.Size = new System.Drawing.Size(149, 17);
   this.radioButtonDTAnamorphic.TabIndex = 3;
   this.radioButtonDTAnamorphic.TabStop = true;
   this.radioButtonDTAnamorphic.Text = "Anamorphic / Raw Aspect";
   this.radioButtonDTAnamorphic.UseVisualStyleBackColor = true;
   // 
   // radioButtonDTPan
   // 
   this.radioButtonDTPan.AutoSize = true;
   this.radioButtonDTPan.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonDTPan.Location = new System.Drawing.Point(20, 69);
   this.radioButtonDTPan.Name = "radioButtonDTPan";
   this.radioButtonDTPan.Size = new System.Drawing.Size(92, 17);
   this.radioButtonDTPan.TabIndex = 2;
   this.radioButtonDTPan.TabStop = true;
   this.radioButtonDTPan.Text = "Pan and Scan";
   this.radioButtonDTPan.UseVisualStyleBackColor = true;
   // 
   // radioButtonDTLetterbox
   // 
   this.radioButtonDTLetterbox.AutoSize = true;
   this.radioButtonDTLetterbox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonDTLetterbox.Location = new System.Drawing.Point(20, 45);
   this.radioButtonDTLetterbox.Name = "radioButtonDTLetterbox";
   this.radioButtonDTLetterbox.Size = new System.Drawing.Size(68, 17);
   this.radioButtonDTLetterbox.TabIndex = 1;
   this.radioButtonDTLetterbox.TabStop = true;
   this.radioButtonDTLetterbox.Text = "Letterbox";
   this.radioButtonDTLetterbox.UseVisualStyleBackColor = true;
   // 
   // radioButtonDTDefault
   // 
   this.radioButtonDTDefault.AutoSize = true;
   this.radioButtonDTDefault.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonDTDefault.Location = new System.Drawing.Point(20, 21);
   this.radioButtonDTDefault.Name = "radioButtonDTDefault";
   this.radioButtonDTDefault.Size = new System.Drawing.Size(96, 17);
   this.radioButtonDTDefault.TabIndex = 0;
   this.radioButtonDTDefault.TabStop = true;
   this.radioButtonDTDefault.Text = "Content default";
   this.radioButtonDTDefault.UseVisualStyleBackColor = true;
   // 
   // DeinterlaceMode
   // 
   this.DeinterlaceMode.AutoSize = true;
   this.DeinterlaceMode.Location = new System.Drawing.Point(253, 71);
   this.DeinterlaceMode.Name = "DeinterlaceMode";
   this.DeinterlaceMode.Size = new System.Drawing.Size(95, 13);
   this.DeinterlaceMode.TabIndex = 5;
   this.DeinterlaceMode.Text = "De-Interlace Mode";
   // 
   // comboBoxDeInterlaceMode
   // 
   this.comboBoxDeInterlaceMode.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxDeInterlaceMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxDeInterlaceMode.FormattingEnabled = true;
   this.comboBoxDeInterlaceMode.Items.AddRange(new object[]
                                                 {
                                                   "VMR default",
                                                   "VMR pixel adaptive",
                                                   "VMR median filtering",
                                                   "VMR vertical stretch"
                                                 });
   this.comboBoxDeInterlaceMode.Location = new System.Drawing.Point(256, 90);
   this.comboBoxDeInterlaceMode.Name = "comboBoxDeInterlaceMode";
   this.comboBoxDeInterlaceMode.Size = new System.Drawing.Size(198, 21);
   this.comboBoxDeInterlaceMode.TabIndex = 4;
   // 
   // comboBoxDeInterlaceControl
   // 
   this.comboBoxDeInterlaceControl.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxDeInterlaceControl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxDeInterlaceControl.FormattingEnabled = true;
   this.comboBoxDeInterlaceControl.Items.AddRange(new object[]
                                                    {
                                                      "Automatic",
                                                      "Film",
                                                      "Video",
                                                      "Smart"
                                                    });
   this.comboBoxDeInterlaceControl.Location = new System.Drawing.Point(256, 41);
   this.comboBoxDeInterlaceControl.Name = "comboBoxDeInterlaceControl";
   this.comboBoxDeInterlaceControl.Size = new System.Drawing.Size(198, 21);
   this.comboBoxDeInterlaceControl.TabIndex = 3;
   // 
   // DeinterlaceControl
   // 
   this.DeinterlaceControl.AutoSize = true;
   this.DeinterlaceControl.Location = new System.Drawing.Point(253, 22);
   this.DeinterlaceControl.Name = "DeinterlaceControl";
   this.DeinterlaceControl.Size = new System.Drawing.Size(101, 13);
   this.DeinterlaceControl.TabIndex = 2;
   this.DeinterlaceControl.Text = "De-Interlace Control";
   // 
   // checkBoxDxVA
   // 
   this.checkBoxDxVA.AutoSize = true;
   this.checkBoxDxVA.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxDxVA.Location = new System.Drawing.Point(38, 23);
   this.checkBoxDxVA.Name = "checkBoxDxVA";
   this.checkBoxDxVA.Size = new System.Drawing.Size(154, 17);
   this.checkBoxDxVA.TabIndex = 0;
   this.checkBoxDxVA.Text = "Use Hardware Acceleration";
   this.checkBoxDxVA.UseVisualStyleBackColor = true;
   // 
   // AudioDecoderSettings
   // 
   this.AudioDecoderSettings.Controls.Add(this.comboBoxOutPutMode);
   this.AudioDecoderSettings.Controls.Add(this.DynamicRangeControl);
   this.AudioDecoderSettings.Controls.Add(this.ProLogicII);
   this.AudioDecoderSettings.Controls.Add(this.comboBoxProLogicII);
   this.AudioDecoderSettings.Controls.Add(this.comboBoxDRC);
   this.AudioDecoderSettings.Controls.Add(this.comboBoxSpeakerSetup);
   this.AudioDecoderSettings.Controls.Add(this.comboBoxHeadphones);
   this.AudioDecoderSettings.Controls.Add(this.SpeakerSetup);
   this.AudioDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.AudioDecoderSettings.Location = new System.Drawing.Point(6, 187);
   this.AudioDecoderSettings.Name = "AudioDecoderSettings";
   this.AudioDecoderSettings.Size = new System.Drawing.Size(462, 207);
   this.AudioDecoderSettings.TabIndex = 2;
   this.AudioDecoderSettings.TabStop = false;
   this.AudioDecoderSettings.Text = "Audio Decoder Settings";
   // 
   // comboBoxOutPutMode
   // 
   this.comboBoxOutPutMode.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxOutPutMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxOutPutMode.FormattingEnabled = true;
   this.comboBoxOutPutMode.Items.AddRange(new object[]
                                            {
                                              "SPDIF Mode",
                                              "Pro Logic Mode"
                                            });
   this.comboBoxOutPutMode.Location = new System.Drawing.Point(214, 104);
   this.comboBoxOutPutMode.Name = "comboBoxOutPutMode";
   this.comboBoxOutPutMode.Size = new System.Drawing.Size(183, 21);
   this.comboBoxOutPutMode.TabIndex = 12;
   this.comboBoxOutPutMode.SelectedIndexChanged +=
     new System.EventHandler(this.comboBoxOutPutMode_SelectedIndexChanged);
   // 
   // DynamicRangeControl
   // 
   this.DynamicRangeControl.AutoSize = true;
   this.DynamicRangeControl.Location = new System.Drawing.Point(243, 146);
   this.DynamicRangeControl.Name = "DynamicRangeControl";
   this.DynamicRangeControl.Size = new System.Drawing.Size(119, 13);
   this.DynamicRangeControl.TabIndex = 10;
   this.DynamicRangeControl.Text = "Dynamic Range Control";
   // 
   // ProLogicII
   // 
   this.ProLogicII.AutoSize = true;
   this.ProLogicII.Location = new System.Drawing.Point(22, 147);
   this.ProLogicII.Name = "ProLogicII";
   this.ProLogicII.Size = new System.Drawing.Size(61, 13);
   this.ProLogicII.TabIndex = 8;
   this.ProLogicII.Text = "Pro Logic II";
   // 
   // comboBoxProLogicII
   // 
   this.comboBoxProLogicII.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxProLogicII.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxProLogicII.FormattingEnabled = true;
   this.comboBoxProLogicII.Items.AddRange(new object[]
                                            {
                                              "Off",
                                              "Pro Logic",
                                              "Music Mode",
                                              "Movie Mode",
                                              "Matrix Mode"
                                            });
   this.comboBoxProLogicII.Location = new System.Drawing.Point(38, 167);
   this.comboBoxProLogicII.Name = "comboBoxProLogicII";
   this.comboBoxProLogicII.Size = new System.Drawing.Size(183, 21);
   this.comboBoxProLogicII.TabIndex = 7;
   // 
   // comboBoxDRC
   // 
   this.comboBoxDRC.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxDRC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxDRC.FormattingEnabled = true;
   this.comboBoxDRC.Items.AddRange(new object[]
                                     {
                                       "Normal",
                                       "Late Night",
                                       "Theatre"
                                     });
   this.comboBoxDRC.Location = new System.Drawing.Point(262, 167);
   this.comboBoxDRC.Name = "comboBoxDRC";
   this.comboBoxDRC.Size = new System.Drawing.Size(192, 21);
   this.comboBoxDRC.TabIndex = 4;
   // 
   // comboBoxSpeakerSetup
   // 
   this.comboBoxSpeakerSetup.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxSpeakerSetup.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxSpeakerSetup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxSpeakerSetup.Items.AddRange(new object[]
                                              {
                                                "Mono",
                                                "Stereo",
                                                "3 Speakers (2.1)",
                                                "4 Speakers",
                                                "5 Speakers",
                                                "6 Speakers (6.1)"
                                              });
   this.comboBoxSpeakerSetup.Location = new System.Drawing.Point(214, 46);
   this.comboBoxSpeakerSetup.Name = "comboBoxSpeakerSetup";
   this.comboBoxSpeakerSetup.Size = new System.Drawing.Size(173, 21);
   this.comboBoxSpeakerSetup.TabIndex = 1;
   this.comboBoxSpeakerSetup.SelectedIndexChanged +=
     new System.EventHandler(this.comboBoxSpeakerSetup_SelectedIndexChanged);
   // 
   // comboBoxHeadphones
   // 
   this.comboBoxHeadphones.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxHeadphones.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxHeadphones.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxHeadphones.DropDownWidth = 183;
   this.comboBoxHeadphones.Items.AddRange(new object[]
                                            {
                                              "None",
                                              "Dolby Headphone 1",
                                              "Dolby Headphone 2",
                                              "Dolby Headphone 3"
                                            });
   this.comboBoxHeadphones.Location = new System.Drawing.Point(214, 76);
   this.comboBoxHeadphones.Name = "comboBoxHeadphones";
   this.comboBoxHeadphones.Size = new System.Drawing.Size(173, 21);
   this.comboBoxHeadphones.TabIndex = 0;
   // 
   // SpeakerSetup
   // 
   this.SpeakerSetup.Controls.Add(this.radioButtonReceiver);
   this.SpeakerSetup.Controls.Add(this.radioButtonHeadphones);
   this.SpeakerSetup.Controls.Add(this.radioButtonSpeakers);
   this.SpeakerSetup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.SpeakerSetup.Location = new System.Drawing.Point(18, 19);
   this.SpeakerSetup.Name = "SpeakerSetup";
   this.SpeakerSetup.Size = new System.Drawing.Size(436, 114);
   this.SpeakerSetup.TabIndex = 13;
   this.SpeakerSetup.TabStop = false;
   this.SpeakerSetup.Text = "SpeakerSetup";
   // 
   // radioButtonReceiver
   // 
   this.radioButtonReceiver.AutoSize = true;
   this.radioButtonReceiver.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonReceiver.Location = new System.Drawing.Point(20, 86);
   this.radioButtonReceiver.Name = "radioButtonReceiver";
   this.radioButtonReceiver.Size = new System.Drawing.Size(108, 17);
   this.radioButtonReceiver.TabIndex = 11;
   this.radioButtonReceiver.TabStop = true;
   this.radioButtonReceiver.Text = "External Receiver";
   this.radioButtonReceiver.UseVisualStyleBackColor = true;
   this.radioButtonReceiver.CheckedChanged += new System.EventHandler(this.radioButtonReceiver_CheckedChanged);
   // 
   // radioButtonHeadphones
   // 
   this.radioButtonHeadphones.AutoSize = true;
   this.radioButtonHeadphones.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonHeadphones.Location = new System.Drawing.Point(20, 58);
   this.radioButtonHeadphones.Name = "radioButtonHeadphones";
   this.radioButtonHeadphones.Size = new System.Drawing.Size(85, 17);
   this.radioButtonHeadphones.TabIndex = 9;
   this.radioButtonHeadphones.TabStop = true;
   this.radioButtonHeadphones.Text = "Headphones";
   this.radioButtonHeadphones.UseVisualStyleBackColor = true;
   this.radioButtonHeadphones.CheckedChanged += new System.EventHandler(this.radioButtonHeadphones_CheckedChanged);
   // 
   // radioButtonSpeakers
   // 
   this.radioButtonSpeakers.AutoSize = true;
   this.radioButtonSpeakers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonSpeakers.Location = new System.Drawing.Point(20, 31);
   this.radioButtonSpeakers.Name = "radioButtonSpeakers";
   this.radioButtonSpeakers.Size = new System.Drawing.Size(117, 17);
   this.radioButtonSpeakers.TabIndex = 6;
   this.radioButtonSpeakers.TabStop = true;
   this.radioButtonSpeakers.Text = "Computer Speakers";
   this.radioButtonSpeakers.UseVisualStyleBackColor = true;
   this.radioButtonSpeakers.CheckedChanged += new System.EventHandler(this.radioButtonSpeakers_CheckedChanged);
   // 
   // FiltersPureVideoDecoder
   // 
   this.Controls.Add(this.VideoDecoderSettings);
   this.Controls.Add(this.AudioDecoderSettings);
   this.Name = "FiltersPureVideoDecoder";
   this.Size = new System.Drawing.Size(472, 408);
   this.VideoDecoderSettings.ResumeLayout(false);
   this.VideoDecoderSettings.PerformLayout();
   this.DisplayType.ResumeLayout(false);
   this.DisplayType.PerformLayout();
   this.AudioDecoderSettings.ResumeLayout(false);
   this.AudioDecoderSettings.PerformLayout();
   this.SpeakerSetup.ResumeLayout(false);
   this.SpeakerSetup.PerformLayout();
   this.ResumeLayout(false);
 }
Beispiel #7
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.components = new System.ComponentModel.Container();
      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
      this.checkBoxHidEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabControlRemotes = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageHid = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.pictureBox11 = new System.Windows.Forms.PictureBox();
      this.pictureBox12 = new System.Windows.Forms.PictureBox();
      this.pictureBox9 = new System.Windows.Forms.PictureBox();
      this.pictureBox6 = new System.Windows.Forms.PictureBox();
      this.pictureBox1 = new System.Windows.Forms.PictureBox();
      this.pictureBox4 = new System.Windows.Forms.PictureBox();
      this.pictureBox5 = new System.Windows.Forms.PictureBox();
      this.pictureBox2 = new System.Windows.Forms.PictureBox();
      this.groupBoxHidGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.numericRepeatSpeed = new System.Windows.Forms.NumericUpDown();
      this.numericRepeatDelay = new System.Windows.Forms.NumericUpDown();
      this.linkLabelDocumentation = new System.Windows.Forms.LinkLabel();
      this.checkBoxHidExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonHidMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.labelRepeatSpeed = new System.Windows.Forms.Label();
      this.labelRepeatDelay = new System.Windows.Forms.Label();
      this.tabPageAppCommand = new System.Windows.Forms.TabPage();
      this.labelMediaWarning = new System.Windows.Forms.Label();
      this.pictureBox8 = new System.Windows.Forms.PictureBox();
      this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.linkLabelMediaDocumentation = new System.Windows.Forms.LinkLabel();
      this.checkBoxAppCommandBackground = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxAppCommandVerbose = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpButtonAppCommandMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpCheckBoxAppCommandEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.pictureBox7 = new System.Windows.Forms.PictureBox();
      this.tabPageCentarea = new System.Windows.Forms.TabPage();
      this.groupBoxCentareaOptions = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxMapJoystick = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxCentareaReMapMouseButton = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxCentareaVerbose = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxCentareaEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonCentareaMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.pictureBoxCentarea = new System.Windows.Forms.PictureBox();
      this.tabPageFireDtv = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBox_x64 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.linkLabel_x64 = new System.Windows.Forms.LinkLabel();
      this.groupBoxFireDTVRecieiverSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.labelFireDTVModel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.comboBoxFireDTVReceiver = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.groupBoxFireDTVReceiverGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxFireDTVExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonFireDTVMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.checkBoxFireDTVEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.pictureBox3 = new System.Windows.Forms.PictureBox();
      this.tabPageX10 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBoxX10Status = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.labelX10DriverInfo = new System.Windows.Forms.Label();
      this.linkLabelDownloadX10 = new System.Windows.Forms.LinkLabel();
      this.labelX10Status = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxX10General = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.buttonX10LearnMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.radioButtonX10Firefly = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonX10Other = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonX10Ati = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonX10Medion = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.checkBoxX10Enabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBoxX10Settings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.LabelChannelNumber = new MediaPortal.UserInterface.Controls.MPLabel();
      this.TextBoxChannelNumber = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.checkBoxX10ChannelControl = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxX10ExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonX10Defaults = new MediaPortal.UserInterface.Controls.MPButton();
      this.tabPageHcw = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBoxHcwRepeatDelay = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.hScrollBarHcwRepeatSpeed = new System.Windows.Forms.HScrollBar();
      this.labelHcwFast = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwRepeatSpeed = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwSlow = new MediaPortal.UserInterface.Controls.MPLabel();
      this.hScrollBarHcwRepeatFilter = new System.Windows.Forms.HScrollBar();
      this.labelHcwMax = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwRepeatFilter = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwMin = new MediaPortal.UserInterface.Controls.MPLabel();
      this.hScrollBarHcwButtonRelease = new System.Windows.Forms.HScrollBar();
      this.labelHcw1000msec = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwButtonRelease = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcw20msec = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxHcwGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.HCWLearn = new System.Windows.Forms.Button();
      this.buttonHcwDefaults = new MediaPortal.UserInterface.Controls.MPButton();
      this.checkBoxHcwEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBoxHcwStatus = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.linkLabelHcwDownload = new System.Windows.Forms.LinkLabel();
      this.labelHcwDriverStatus = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxHcwSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxHcwFilterDoubleKlicks = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxHcwAllowExternal = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxHcwKeepControl = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxHcwExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabPageIrTrans = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBoxIrTransStatus = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.IRTransLink = new System.Windows.Forms.LinkLabel();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelIrTransStatus = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxIrTransServerSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.buttonIrTransTest = new MediaPortal.UserInterface.Controls.MPButton();
      this.labelIrTransNoteModel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.textBoxRemoteModel = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.labelIrTransRemoteModel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.textBoxIrTransServerPort = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
      this.labelIrTransServerPort = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxIrTransGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxIrTransExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxIrTransEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonIrTransMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpCheckBox1 = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBox2 = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpButton1 = new MediaPortal.UserInterface.Controls.MPButton();
      this.tabControlRemotes.SuspendLayout();
      this.tabPageHid.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
      this.groupBoxHidGeneral.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatSpeed)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatDelay)).BeginInit();
      this.tabPageAppCommand.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
      this.mpGroupBox1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
      this.tabPageCentarea.SuspendLayout();
      this.groupBoxCentareaOptions.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCentarea)).BeginInit();
      this.tabPageFireDtv.SuspendLayout();
      this.groupBox_x64.SuspendLayout();
      this.groupBoxFireDTVRecieiverSettings.SuspendLayout();
      this.groupBoxFireDTVReceiverGeneral.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
      this.tabPageX10.SuspendLayout();
      this.groupBoxX10Status.SuspendLayout();
      this.groupBoxX10General.SuspendLayout();
      this.groupBoxX10Settings.SuspendLayout();
      this.tabPageHcw.SuspendLayout();
      this.groupBoxHcwRepeatDelay.SuspendLayout();
      this.groupBoxHcwGeneral.SuspendLayout();
      this.groupBoxHcwStatus.SuspendLayout();
      this.groupBoxHcwSettings.SuspendLayout();
      this.tabPageIrTrans.SuspendLayout();
      this.groupBoxIrTransStatus.SuspendLayout();
      this.groupBoxIrTransServerSettings.SuspendLayout();
      this.groupBoxIrTransGeneral.SuspendLayout();
      this.SuspendLayout();
      // 
      // toolTip
      // 
      this.toolTip.ShowAlways = true;
      // 
      // checkBoxHidEnabled
      // 
      this.checkBoxHidEnabled.AutoSize = true;
      this.checkBoxHidEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHidEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxHidEnabled.Name = "checkBoxHidEnabled";
      this.checkBoxHidEnabled.Size = new System.Drawing.Size(138, 17);
      this.checkBoxHidEnabled.TabIndex = 0;
      this.checkBoxHidEnabled.Text = "Use generic HID device";
      this.toolTip.SetToolTip(this.checkBoxHidEnabled, "Supports the largest range of remote and control devices. This should be you pref" +
        "erred option.");
      this.checkBoxHidEnabled.UseVisualStyleBackColor = true;
      this.checkBoxHidEnabled.CheckedChanged += new System.EventHandler(this.checkBoxHidEnabled_CheckedChanged);
      // 
      // tabControlRemotes
      // 
      this.tabControlRemotes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.tabControlRemotes.Controls.Add(this.tabPageHid);
      this.tabControlRemotes.Controls.Add(this.tabPageAppCommand);
      this.tabControlRemotes.Controls.Add(this.tabPageCentarea);
      this.tabControlRemotes.Controls.Add(this.tabPageFireDtv);
      this.tabControlRemotes.Controls.Add(this.tabPageX10);
      this.tabControlRemotes.Controls.Add(this.tabPageHcw);
      this.tabControlRemotes.Controls.Add(this.tabPageIrTrans);
      this.tabControlRemotes.Location = new System.Drawing.Point(0, 8);
      this.tabControlRemotes.Name = "tabControlRemotes";
      this.tabControlRemotes.SelectedIndex = 0;
      this.tabControlRemotes.Size = new System.Drawing.Size(480, 448);
      this.tabControlRemotes.TabIndex = 0;
      // 
      // tabPageHid
      // 
      this.tabPageHid.Controls.Add(this.pictureBox11);
      this.tabPageHid.Controls.Add(this.pictureBox12);
      this.tabPageHid.Controls.Add(this.pictureBox9);
      this.tabPageHid.Controls.Add(this.pictureBox6);
      this.tabPageHid.Controls.Add(this.pictureBox1);
      this.tabPageHid.Controls.Add(this.pictureBox4);
      this.tabPageHid.Controls.Add(this.pictureBox5);
      this.tabPageHid.Controls.Add(this.pictureBox2);
      this.tabPageHid.Controls.Add(this.groupBoxHidGeneral);
      this.tabPageHid.Location = new System.Drawing.Point(4, 22);
      this.tabPageHid.Name = "tabPageHid";
      this.tabPageHid.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageHid.Size = new System.Drawing.Size(472, 422);
      this.tabPageHid.TabIndex = 4;
      this.tabPageHid.Text = "HID";
      this.tabPageHid.UseVisualStyleBackColor = true;
      // 
      // pictureBox11
      // 
      this.pictureBox11.Image = global::MediaPortal.Configuration.Properties.Resources.gamepad_LogitechCordlessRumblePad2;
      this.pictureBox11.Location = new System.Drawing.Point(6, 200);
      this.pictureBox11.Name = "pictureBox11";
      this.pictureBox11.Size = new System.Drawing.Size(179, 107);
      this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox11.TabIndex = 12;
      this.pictureBox11.TabStop = false;
      this.pictureBox11.Click += new System.EventHandler(this.pictureBox11_Click);
      // 
      // pictureBox12
      // 
      this.pictureBox12.Image = global::MediaPortal.Configuration.Properties.Resources.gamepad_MicrosoftXbox360WirelessController;
      this.pictureBox12.Location = new System.Drawing.Point(6, 91);
      this.pictureBox12.Name = "pictureBox12";
      this.pictureBox12.Size = new System.Drawing.Size(179, 107);
      this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox12.TabIndex = 11;
      this.pictureBox12.TabStop = false;
      // 
      // pictureBox9
      // 
      this.pictureBox9.Image = global::MediaPortal.Configuration.Properties.Resources.gamepad_LogitechWirelessGamepadF710;
      this.pictureBox9.Location = new System.Drawing.Point(6, 309);
      this.pictureBox9.Name = "pictureBox9";
      this.pictureBox9.Size = new System.Drawing.Size(179, 107);
      this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox9.TabIndex = 10;
      this.pictureBox9.TabStop = false;
      // 
      // pictureBox6
      // 
      this.pictureBox6.Image = global::MediaPortal.Configuration.Properties.Resources.remote_MceHp;
      this.pictureBox6.Location = new System.Drawing.Point(191, 91);
      this.pictureBox6.Name = "pictureBox6";
      this.pictureBox6.Size = new System.Drawing.Size(141, 212);
      this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox6.TabIndex = 9;
      this.pictureBox6.TabStop = false;
      this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click);
      // 
      // pictureBox1
      // 
      this.pictureBox1.Image = global::MediaPortal.Configuration.Properties.Resources.remote_MceVista;
      this.pictureBox1.Location = new System.Drawing.Point(405, 263);
      this.pictureBox1.Name = "pictureBox1";
      this.pictureBox1.Size = new System.Drawing.Size(61, 153);
      this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox1.TabIndex = 8;
      this.pictureBox1.TabStop = false;
      // 
      // pictureBox4
      // 
      this.pictureBox4.Image = global::MediaPortal.Configuration.Properties.Resources.remote_Mce2005;
      this.pictureBox4.Location = new System.Drawing.Point(338, 91);
      this.pictureBox4.Name = "pictureBox4";
      this.pictureBox4.Size = new System.Drawing.Size(61, 153);
      this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox4.TabIndex = 7;
      this.pictureBox4.TabStop = false;
      // 
      // pictureBox5
      // 
      this.pictureBox5.Image = global::MediaPortal.Configuration.Properties.Resources.remote_Mce2004;
      this.pictureBox5.Location = new System.Drawing.Point(405, 91);
      this.pictureBox5.Name = "pictureBox5";
      this.pictureBox5.Size = new System.Drawing.Size(61, 153);
      this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox5.TabIndex = 6;
      this.pictureBox5.TabStop = false;
      // 
      // pictureBox2
      // 
      this.pictureBox2.Image = global::MediaPortal.Configuration.Properties.Resources.ms_wed_7000;
      this.pictureBox2.Location = new System.Drawing.Point(191, 309);
      this.pictureBox2.Name = "pictureBox2";
      this.pictureBox2.Size = new System.Drawing.Size(208, 107);
      this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox2.TabIndex = 4;
      this.pictureBox2.TabStop = false;
      // 
      // groupBoxHidGeneral
      // 
      this.groupBoxHidGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHidGeneral.Controls.Add(this.numericRepeatSpeed);
      this.groupBoxHidGeneral.Controls.Add(this.numericRepeatDelay);
      this.groupBoxHidGeneral.Controls.Add(this.linkLabelDocumentation);
      this.groupBoxHidGeneral.Controls.Add(this.checkBoxHidExtendedLogging);
      this.groupBoxHidGeneral.Controls.Add(this.buttonHidMapping);
      this.groupBoxHidGeneral.Controls.Add(this.checkBoxHidEnabled);
      this.groupBoxHidGeneral.Controls.Add(this.labelRepeatSpeed);
      this.groupBoxHidGeneral.Controls.Add(this.labelRepeatDelay);
      this.groupBoxHidGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHidGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxHidGeneral.Name = "groupBoxHidGeneral";
      this.groupBoxHidGeneral.Size = new System.Drawing.Size(448, 77);
      this.groupBoxHidGeneral.TabIndex = 1;
      this.groupBoxHidGeneral.TabStop = false;
      // 
      // numericRepeatSpeed
      // 
      this.numericRepeatSpeed.Location = new System.Drawing.Point(269, 47);
      this.numericRepeatSpeed.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
      this.numericRepeatSpeed.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      this.numericRepeatSpeed.Name = "numericRepeatSpeed";
      this.numericRepeatSpeed.Size = new System.Drawing.Size(47, 20);
      this.numericRepeatSpeed.TabIndex = 7;
      this.numericRepeatSpeed.Value = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      // 
      // numericRepeatDelay
      // 
      this.numericRepeatDelay.Location = new System.Drawing.Point(269, 24);
      this.numericRepeatDelay.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
      this.numericRepeatDelay.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      this.numericRepeatDelay.Name = "numericRepeatDelay";
      this.numericRepeatDelay.Size = new System.Drawing.Size(47, 20);
      this.numericRepeatDelay.TabIndex = 6;
      this.numericRepeatDelay.Value = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      // 
      // linkLabelDocumentation
      // 
      this.linkLabelDocumentation.AutoSize = true;
      this.linkLabelDocumentation.Location = new System.Drawing.Point(319, 51);
      this.linkLabelDocumentation.Name = "linkLabelDocumentation";
      this.linkLabelDocumentation.Size = new System.Drawing.Size(112, 13);
      this.linkLabelDocumentation.TabIndex = 5;
      this.linkLabelDocumentation.TabStop = true;
      this.linkLabelDocumentation.Text = "Online Documentation";
      this.linkLabelDocumentation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDocumentation_LinkClicked);
      // 
      // checkBoxHidExtendedLogging
      // 
      this.checkBoxHidExtendedLogging.AutoSize = true;
      this.checkBoxHidExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHidExtendedLogging.Location = new System.Drawing.Point(16, 47);
      this.checkBoxHidExtendedLogging.Name = "checkBoxHidExtendedLogging";
      this.checkBoxHidExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxHidExtendedLogging.TabIndex = 4;
      this.checkBoxHidExtendedLogging.Text = "Extended logging";
      this.checkBoxHidExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // buttonHidMapping
      // 
      this.buttonHidMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonHidMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonHidMapping.Name = "buttonHidMapping";
      this.buttonHidMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonHidMapping.TabIndex = 1;
      this.buttonHidMapping.Text = "Mapping";
      this.buttonHidMapping.UseVisualStyleBackColor = true;
      this.buttonHidMapping.Click += new System.EventHandler(this.buttonHidMapping_Click);
      // 
      // labelRepeatSpeed
      // 
      this.labelRepeatSpeed.AutoSize = true;
      this.labelRepeatSpeed.Location = new System.Drawing.Point(169, 49);
      this.labelRepeatSpeed.Name = "labelRepeatSpeed";
      this.labelRepeatSpeed.Size = new System.Drawing.Size(96, 13);
      this.labelRepeatSpeed.TabIndex = 9;
      this.labelRepeatSpeed.Text = "Repeat speed (ms)";
      // 
      // labelRepeatDelay
      // 
      this.labelRepeatDelay.AutoSize = true;
      this.labelRepeatDelay.Location = new System.Drawing.Point(169, 26);
      this.labelRepeatDelay.Name = "labelRepeatDelay";
      this.labelRepeatDelay.Size = new System.Drawing.Size(92, 13);
      this.labelRepeatDelay.TabIndex = 8;
      this.labelRepeatDelay.Text = "Repeat delay (ms)";
      // 
      // tabPageAppCommand
      // 
      this.tabPageAppCommand.Controls.Add(this.labelMediaWarning);
      this.tabPageAppCommand.Controls.Add(this.pictureBox8);
      this.tabPageAppCommand.Controls.Add(this.mpGroupBox1);
      this.tabPageAppCommand.Controls.Add(this.pictureBox7);
      this.tabPageAppCommand.Location = new System.Drawing.Point(4, 22);
      this.tabPageAppCommand.Name = "tabPageAppCommand";
      this.tabPageAppCommand.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageAppCommand.Size = new System.Drawing.Size(472, 422);
      this.tabPageAppCommand.TabIndex = 7;
      this.tabPageAppCommand.Text = "Media";
      this.tabPageAppCommand.UseVisualStyleBackColor = true;
      // 
      // labelMediaWarning
      // 
      this.labelMediaWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelMediaWarning.ForeColor = System.Drawing.Color.Red;
      this.labelMediaWarning.Location = new System.Drawing.Point(7, 371);
      this.labelMediaWarning.Name = "labelMediaWarning";
      this.labelMediaWarning.Size = new System.Drawing.Size(459, 48);
      this.labelMediaWarning.TabIndex = 8;
      this.labelMediaWarning.Text = "Consider using HID instead.\r\nDo not enable together with HID unless you know what" +
    " you are doing.\r\n\r\n\r\n";
      // 
      // pictureBox8
      // 
      this.pictureBox8.Image = global::MediaPortal.Configuration.Properties.Resources.k60_media_keys;
      this.pictureBox8.Location = new System.Drawing.Point(210, 109);
      this.pictureBox8.Name = "pictureBox8";
      this.pictureBox8.Size = new System.Drawing.Size(250, 227);
      this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox8.TabIndex = 7;
      this.pictureBox8.TabStop = false;
      // 
      // mpGroupBox1
      // 
      this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox1.Controls.Add(this.linkLabelMediaDocumentation);
      this.mpGroupBox1.Controls.Add(this.checkBoxAppCommandBackground);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxAppCommandVerbose);
      this.mpGroupBox1.Controls.Add(this.mpButtonAppCommandMapping);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxAppCommandEnabled);
      this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox1.Location = new System.Drawing.Point(12, 8);
      this.mpGroupBox1.Name = "mpGroupBox1";
      this.mpGroupBox1.Size = new System.Drawing.Size(448, 95);
      this.mpGroupBox1.TabIndex = 5;
      this.mpGroupBox1.TabStop = false;
      // 
      // linkLabelMediaDocumentation
      // 
      this.linkLabelMediaDocumentation.AutoSize = true;
      this.linkLabelMediaDocumentation.Location = new System.Drawing.Point(319, 70);
      this.linkLabelMediaDocumentation.Name = "linkLabelMediaDocumentation";
      this.linkLabelMediaDocumentation.Size = new System.Drawing.Size(112, 13);
      this.linkLabelMediaDocumentation.TabIndex = 6;
      this.linkLabelMediaDocumentation.TabStop = true;
      this.linkLabelMediaDocumentation.Text = "Online Documentation";
      this.linkLabelMediaDocumentation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelMediaDocumentation_LinkClicked);
      // 
      // checkBoxAppCommandBackground
      // 
      this.checkBoxAppCommandBackground.AutoSize = true;
      this.checkBoxAppCommandBackground.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxAppCommandBackground.Location = new System.Drawing.Point(16, 70);
      this.checkBoxAppCommandBackground.Name = "checkBoxAppCommandBackground";
      this.checkBoxAppCommandBackground.Size = new System.Drawing.Size(222, 17);
      this.checkBoxAppCommandBackground.TabIndex = 5;
      this.checkBoxAppCommandBackground.Text = "Support input even if MP is in background";
      this.checkBoxAppCommandBackground.UseVisualStyleBackColor = true;
      // 
      // mpCheckBoxAppCommandVerbose
      // 
      this.mpCheckBoxAppCommandVerbose.AutoSize = true;
      this.mpCheckBoxAppCommandVerbose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxAppCommandVerbose.Location = new System.Drawing.Point(16, 47);
      this.mpCheckBoxAppCommandVerbose.Name = "mpCheckBoxAppCommandVerbose";
      this.mpCheckBoxAppCommandVerbose.Size = new System.Drawing.Size(106, 17);
      this.mpCheckBoxAppCommandVerbose.TabIndex = 4;
      this.mpCheckBoxAppCommandVerbose.Text = "Extended logging";
      this.mpCheckBoxAppCommandVerbose.UseVisualStyleBackColor = true;
      // 
      // mpButtonAppCommandMapping
      // 
      this.mpButtonAppCommandMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonAppCommandMapping.Location = new System.Drawing.Point(359, 21);
      this.mpButtonAppCommandMapping.Name = "mpButtonAppCommandMapping";
      this.mpButtonAppCommandMapping.Size = new System.Drawing.Size(72, 22);
      this.mpButtonAppCommandMapping.TabIndex = 1;
      this.mpButtonAppCommandMapping.Text = "Mapping";
      this.mpButtonAppCommandMapping.UseVisualStyleBackColor = true;
      this.mpButtonAppCommandMapping.Click += new System.EventHandler(this.mpButtonAppCommandMapping_Click);
      // 
      // mpCheckBoxAppCommandEnabled
      // 
      this.mpCheckBoxAppCommandEnabled.AutoSize = true;
      this.mpCheckBoxAppCommandEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxAppCommandEnabled.Location = new System.Drawing.Point(16, 24);
      this.mpCheckBoxAppCommandEnabled.Name = "mpCheckBoxAppCommandEnabled";
      this.mpCheckBoxAppCommandEnabled.Size = new System.Drawing.Size(99, 17);
      this.mpCheckBoxAppCommandEnabled.TabIndex = 0;
      this.mpCheckBoxAppCommandEnabled.Text = "Use media keys";
      this.mpCheckBoxAppCommandEnabled.UseVisualStyleBackColor = true;
      this.mpCheckBoxAppCommandEnabled.CheckedChanged += new System.EventHandler(this.mpCheckBoxAppCommandEnabled_CheckedChanged);
      // 
      // pictureBox7
      // 
      this.pictureBox7.Image = global::MediaPortal.Configuration.Properties.Resources.ms_wed_7000;
      this.pictureBox7.Location = new System.Drawing.Point(12, 109);
      this.pictureBox7.Name = "pictureBox7";
      this.pictureBox7.Size = new System.Drawing.Size(192, 177);
      this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox7.TabIndex = 6;
      this.pictureBox7.TabStop = false;
      // 
      // tabPageCentarea
      // 
      this.tabPageCentarea.Controls.Add(this.groupBoxCentareaOptions);
      this.tabPageCentarea.Controls.Add(this.pictureBoxCentarea);
      this.tabPageCentarea.Location = new System.Drawing.Point(4, 22);
      this.tabPageCentarea.Name = "tabPageCentarea";
      this.tabPageCentarea.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageCentarea.Size = new System.Drawing.Size(472, 422);
      this.tabPageCentarea.TabIndex = 6;
      this.tabPageCentarea.Text = "Sceneo";
      this.tabPageCentarea.UseVisualStyleBackColor = true;
      // 
      // groupBoxCentareaOptions
      // 
      this.groupBoxCentareaOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxMapJoystick);
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxCentareaReMapMouseButton);
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxCentareaVerbose);
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxCentareaEnabled);
      this.groupBoxCentareaOptions.Controls.Add(this.buttonCentareaMapping);
      this.groupBoxCentareaOptions.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxCentareaOptions.Location = new System.Drawing.Point(12, 8);
      this.groupBoxCentareaOptions.Name = "groupBoxCentareaOptions";
      this.groupBoxCentareaOptions.Size = new System.Drawing.Size(448, 120);
      this.groupBoxCentareaOptions.TabIndex = 4;
      this.groupBoxCentareaOptions.TabStop = false;
      // 
      // checkBoxMapJoystick
      // 
      this.checkBoxMapJoystick.AutoSize = true;
      this.checkBoxMapJoystick.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxMapJoystick.Location = new System.Drawing.Point(16, 93);
      this.checkBoxMapJoystick.Name = "checkBoxMapJoystick";
      this.checkBoxMapJoystick.Size = new System.Drawing.Size(291, 17);
      this.checkBoxMapJoystick.TabIndex = 6;
      this.checkBoxMapJoystick.Text = "Map mouse movement to cursor directions (experimental)";
      this.checkBoxMapJoystick.UseVisualStyleBackColor = true;
      // 
      // checkBoxCentareaReMapMouseButton
      // 
      this.checkBoxCentareaReMapMouseButton.AutoSize = true;
      this.checkBoxCentareaReMapMouseButton.Checked = true;
      this.checkBoxCentareaReMapMouseButton.CheckState = System.Windows.Forms.CheckState.Checked;
      this.checkBoxCentareaReMapMouseButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxCentareaReMapMouseButton.Location = new System.Drawing.Point(16, 70);
      this.checkBoxCentareaReMapMouseButton.Name = "checkBoxCentareaReMapMouseButton";
      this.checkBoxCentareaReMapMouseButton.Size = new System.Drawing.Size(227, 17);
      this.checkBoxCentareaReMapMouseButton.TabIndex = 5;
      this.checkBoxCentareaReMapMouseButton.Text = "Map mouse clicks to \'Ok\' and \"Info\" button";
      this.checkBoxCentareaReMapMouseButton.UseVisualStyleBackColor = true;
      // 
      // checkBoxCentareaVerbose
      // 
      this.checkBoxCentareaVerbose.AutoSize = true;
      this.checkBoxCentareaVerbose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxCentareaVerbose.Location = new System.Drawing.Point(16, 47);
      this.checkBoxCentareaVerbose.Name = "checkBoxCentareaVerbose";
      this.checkBoxCentareaVerbose.Size = new System.Drawing.Size(106, 17);
      this.checkBoxCentareaVerbose.TabIndex = 4;
      this.checkBoxCentareaVerbose.Text = "Extended logging";
      this.checkBoxCentareaVerbose.UseVisualStyleBackColor = true;
      // 
      // checkBoxCentareaEnabled
      // 
      this.checkBoxCentareaEnabled.AutoSize = true;
      this.checkBoxCentareaEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxCentareaEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxCentareaEnabled.Name = "checkBoxCentareaEnabled";
      this.checkBoxCentareaEnabled.Size = new System.Drawing.Size(277, 17);
      this.checkBoxCentareaEnabled.TabIndex = 0;
      this.checkBoxCentareaEnabled.Text = "Use Centarea Master Remote II / Sunwave SMR-140";
      this.checkBoxCentareaEnabled.UseVisualStyleBackColor = true;
      this.checkBoxCentareaEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCentareaEnabled_CheckedChanged);
      // 
      // buttonCentareaMapping
      // 
      this.buttonCentareaMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonCentareaMapping.Enabled = false;
      this.buttonCentareaMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonCentareaMapping.Name = "buttonCentareaMapping";
      this.buttonCentareaMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonCentareaMapping.TabIndex = 1;
      this.buttonCentareaMapping.Text = "Mapping";
      this.buttonCentareaMapping.UseVisualStyleBackColor = true;
      this.buttonCentareaMapping.Click += new System.EventHandler(this.buttonCentareaMapping_Click);
      // 
      // pictureBoxCentarea
      // 
      this.pictureBoxCentarea.Image = global::MediaPortal.Configuration.Properties.Resources.remote_Centarea;
      this.pictureBoxCentarea.Location = new System.Drawing.Point(12, 149);
      this.pictureBoxCentarea.Name = "pictureBoxCentarea";
      this.pictureBoxCentarea.Size = new System.Drawing.Size(122, 222);
      this.pictureBoxCentarea.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBoxCentarea.TabIndex = 5;
      this.pictureBoxCentarea.TabStop = false;
      // 
      // tabPageFireDtv
      // 
      this.tabPageFireDtv.Controls.Add(this.groupBox_x64);
      this.tabPageFireDtv.Controls.Add(this.groupBoxFireDTVRecieiverSettings);
      this.tabPageFireDtv.Controls.Add(this.groupBoxFireDTVReceiverGeneral);
      this.tabPageFireDtv.Controls.Add(this.pictureBox3);
      this.tabPageFireDtv.Location = new System.Drawing.Point(4, 22);
      this.tabPageFireDtv.Name = "tabPageFireDtv";
      this.tabPageFireDtv.Size = new System.Drawing.Size(472, 422);
      this.tabPageFireDtv.TabIndex = 2;
      this.tabPageFireDtv.Text = "FireDTV";
      this.tabPageFireDtv.UseVisualStyleBackColor = true;
      // 
      // groupBox_x64
      // 
      this.groupBox_x64.Controls.Add(this.linkLabel_x64);
      this.groupBox_x64.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBox_x64.Location = new System.Drawing.Point(156, 191);
      this.groupBox_x64.Name = "groupBox_x64";
      this.groupBox_x64.Size = new System.Drawing.Size(296, 105);
      this.groupBox_x64.TabIndex = 5;
      this.groupBox_x64.TabStop = false;
      this.groupBox_x64.Text = "Additional info";
      this.groupBox_x64.Visible = false;
      // 
      // linkLabel_x64
      // 
      this.linkLabel_x64.AutoSize = true;
      this.linkLabel_x64.Location = new System.Drawing.Point(16, 42);
      this.linkLabel_x64.Name = "linkLabel_x64";
      this.linkLabel_x64.Size = new System.Drawing.Size(259, 26);
      this.linkLabel_x64.TabIndex = 0;
      this.linkLabel_x64.TabStop = true;
      this.linkLabel_x64.Text = "Please check wiki to learn how to enable your remote\r\non a x64 operating system";
      this.linkLabel_x64.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_x64_LinkClicked);
      // 
      // groupBoxFireDTVRecieiverSettings
      // 
      this.groupBoxFireDTVRecieiverSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxFireDTVRecieiverSettings.Controls.Add(this.labelFireDTVModel);
      this.groupBoxFireDTVRecieiverSettings.Controls.Add(this.comboBoxFireDTVReceiver);
      this.groupBoxFireDTVRecieiverSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxFireDTVRecieiverSettings.Location = new System.Drawing.Point(12, 86);
      this.groupBoxFireDTVRecieiverSettings.Name = "groupBoxFireDTVRecieiverSettings";
      this.groupBoxFireDTVRecieiverSettings.Size = new System.Drawing.Size(448, 55);
      this.groupBoxFireDTVRecieiverSettings.TabIndex = 2;
      this.groupBoxFireDTVRecieiverSettings.TabStop = false;
      this.groupBoxFireDTVRecieiverSettings.Text = "Receiver settings";
      // 
      // labelFireDTVModel
      // 
      this.labelFireDTVModel.AutoSize = true;
      this.labelFireDTVModel.Location = new System.Drawing.Point(198, 25);
      this.labelFireDTVModel.Name = "labelFireDTVModel";
      this.labelFireDTVModel.Size = new System.Drawing.Size(236, 13);
      this.labelFireDTVModel.TabIndex = 2;
      this.labelFireDTVModel.Text = "Multiple FireDTV can be connected - select one.";
      // 
      // comboBoxFireDTVReceiver
      // 
      this.comboBoxFireDTVReceiver.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxFireDTVReceiver.DisplayMember = "FriendlyName";
      this.comboBoxFireDTVReceiver.FormattingEnabled = true;
      this.comboBoxFireDTVReceiver.Location = new System.Drawing.Point(16, 22);
      this.comboBoxFireDTVReceiver.Name = "comboBoxFireDTVReceiver";
      this.comboBoxFireDTVReceiver.Size = new System.Drawing.Size(168, 21);
      this.comboBoxFireDTVReceiver.TabIndex = 0;
      this.comboBoxFireDTVReceiver.ValueMember = "Name";
      // 
      // groupBoxFireDTVReceiverGeneral
      // 
      this.groupBoxFireDTVReceiverGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxFireDTVReceiverGeneral.Controls.Add(this.checkBoxFireDTVExtendedLogging);
      this.groupBoxFireDTVReceiverGeneral.Controls.Add(this.buttonFireDTVMapping);
      this.groupBoxFireDTVReceiverGeneral.Controls.Add(this.checkBoxFireDTVEnabled);
      this.groupBoxFireDTVReceiverGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxFireDTVReceiverGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxFireDTVReceiverGeneral.Name = "groupBoxFireDTVReceiverGeneral";
      this.groupBoxFireDTVReceiverGeneral.Size = new System.Drawing.Size(448, 72);
      this.groupBoxFireDTVReceiverGeneral.TabIndex = 0;
      this.groupBoxFireDTVReceiverGeneral.TabStop = false;
      // 
      // checkBoxFireDTVExtendedLogging
      // 
      this.checkBoxFireDTVExtendedLogging.AutoSize = true;
      this.checkBoxFireDTVExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxFireDTVExtendedLogging.Location = new System.Drawing.Point(16, 47);
      this.checkBoxFireDTVExtendedLogging.Name = "checkBoxFireDTVExtendedLogging";
      this.checkBoxFireDTVExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxFireDTVExtendedLogging.TabIndex = 0;
      this.checkBoxFireDTVExtendedLogging.Text = "Extended logging";
      this.checkBoxFireDTVExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // buttonFireDTVMapping
      // 
      this.buttonFireDTVMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonFireDTVMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonFireDTVMapping.Name = "buttonFireDTVMapping";
      this.buttonFireDTVMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonFireDTVMapping.TabIndex = 1;
      this.buttonFireDTVMapping.Text = "Mapping";
      this.buttonFireDTVMapping.UseVisualStyleBackColor = true;
      this.buttonFireDTVMapping.Click += new System.EventHandler(this.buttonFireDTVMapping_Click);
      // 
      // checkBoxFireDTVEnabled
      // 
      this.checkBoxFireDTVEnabled.AutoSize = true;
      this.checkBoxFireDTVEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxFireDTVEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxFireDTVEnabled.Name = "checkBoxFireDTVEnabled";
      this.checkBoxFireDTVEnabled.Size = new System.Drawing.Size(126, 17);
      this.checkBoxFireDTVEnabled.TabIndex = 0;
      this.checkBoxFireDTVEnabled.Text = "Use FireDTV receiver";
      this.checkBoxFireDTVEnabled.UseVisualStyleBackColor = true;
      this.checkBoxFireDTVEnabled.CheckedChanged += new System.EventHandler(this.checkBoxFireDTVEnabled_CheckedChanged);
      // 
      // pictureBox3
      // 
      this.pictureBox3.Image = global::MediaPortal.Configuration.Properties.Resources.remote_FireDtv;
      this.pictureBox3.Location = new System.Drawing.Point(12, 149);
      this.pictureBox3.Name = "pictureBox3";
      this.pictureBox3.Size = new System.Drawing.Size(122, 222);
      this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox3.TabIndex = 4;
      this.pictureBox3.TabStop = false;
      // 
      // tabPageX10
      // 
      this.tabPageX10.Controls.Add(this.groupBoxX10Status);
      this.tabPageX10.Controls.Add(this.groupBoxX10General);
      this.tabPageX10.Controls.Add(this.groupBoxX10Settings);
      this.tabPageX10.Location = new System.Drawing.Point(4, 22);
      this.tabPageX10.Name = "tabPageX10";
      this.tabPageX10.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageX10.Size = new System.Drawing.Size(472, 422);
      this.tabPageX10.TabIndex = 3;
      this.tabPageX10.Text = "X10";
      this.tabPageX10.UseVisualStyleBackColor = true;
      // 
      // groupBoxX10Status
      // 
      this.groupBoxX10Status.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxX10Status.Controls.Add(this.labelX10DriverInfo);
      this.groupBoxX10Status.Controls.Add(this.linkLabelDownloadX10);
      this.groupBoxX10Status.Controls.Add(this.labelX10Status);
      this.groupBoxX10Status.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxX10Status.Location = new System.Drawing.Point(12, 230);
      this.groupBoxX10Status.Name = "groupBoxX10Status";
      this.groupBoxX10Status.Size = new System.Drawing.Size(448, 123);
      this.groupBoxX10Status.TabIndex = 2;
      this.groupBoxX10Status.TabStop = false;
      this.groupBoxX10Status.Text = "Status";
      // 
      // labelX10DriverInfo
      // 
      this.labelX10DriverInfo.AutoSize = true;
      this.labelX10DriverInfo.Location = new System.Drawing.Point(13, 24);
      this.labelX10DriverInfo.Name = "labelX10DriverInfo";
      this.labelX10DriverInfo.Size = new System.Drawing.Size(392, 13);
      this.labelX10DriverInfo.TabIndex = 0;
      this.labelX10DriverInfo.Text = "You have to use the driver below, or your remote might not work with MediaPortal." +
    "";
      // 
      // linkLabelDownloadX10
      // 
      this.linkLabelDownloadX10.AutoSize = true;
      this.linkLabelDownloadX10.Location = new System.Drawing.Point(16, 64);
      this.linkLabelDownloadX10.Name = "linkLabelDownloadX10";
      this.linkLabelDownloadX10.Size = new System.Drawing.Size(222, 13);
      this.linkLabelDownloadX10.TabIndex = 1;
      this.linkLabelDownloadX10.TabStop = true;
      this.linkLabelDownloadX10.Text = "Click here to download the X10 remote driver.";
      this.linkLabelDownloadX10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDownloadX10_LinkClicked);
      // 
      // labelX10Status
      // 
      this.labelX10Status.AutoSize = true;
      this.labelX10Status.Location = new System.Drawing.Point(16, 24);
      this.labelX10Status.Name = "labelX10Status";
      this.labelX10Status.Size = new System.Drawing.Size(35, 13);
      this.labelX10Status.TabIndex = 5;
      this.labelX10Status.Text = "label2";
      this.labelX10Status.Visible = false;
      // 
      // groupBoxX10General
      // 
      this.groupBoxX10General.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxX10General.Controls.Add(this.buttonX10LearnMapping);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Firefly);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Other);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Ati);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Medion);
      this.groupBoxX10General.Controls.Add(this.checkBoxX10Enabled);
      this.groupBoxX10General.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxX10General.Location = new System.Drawing.Point(12, 8);
      this.groupBoxX10General.Name = "groupBoxX10General";
      this.groupBoxX10General.Size = new System.Drawing.Size(448, 128);
      this.groupBoxX10General.TabIndex = 0;
      this.groupBoxX10General.TabStop = false;
      // 
      // buttonX10LearnMapping
      // 
      this.buttonX10LearnMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonX10LearnMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonX10LearnMapping.Name = "buttonX10LearnMapping";
      this.buttonX10LearnMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonX10LearnMapping.TabIndex = 2;
      this.buttonX10LearnMapping.Text = "&Learn";
      this.buttonX10LearnMapping.UseVisualStyleBackColor = true;
      this.buttonX10LearnMapping.Click += new System.EventHandler(this.buttonX10LearnMapping_Click);
      // 
      // radioButtonX10Firefly
      // 
      this.radioButtonX10Firefly.AutoSize = true;
      this.radioButtonX10Firefly.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Firefly.Location = new System.Drawing.Point(32, 82);
      this.radioButtonX10Firefly.Name = "radioButtonX10Firefly";
      this.radioButtonX10Firefly.Size = new System.Drawing.Size(82, 17);
      this.radioButtonX10Firefly.TabIndex = 3;
      this.radioButtonX10Firefly.Text = "Firefly model";
      this.radioButtonX10Firefly.UseVisualStyleBackColor = true;
      // 
      // radioButtonX10Other
      // 
      this.radioButtonX10Other.AutoSize = true;
      this.radioButtonX10Other.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Other.Location = new System.Drawing.Point(32, 100);
      this.radioButtonX10Other.Name = "radioButtonX10Other";
      this.radioButtonX10Other.Size = new System.Drawing.Size(48, 17);
      this.radioButtonX10Other.TabIndex = 4;
      this.radioButtonX10Other.Text = "other";
      this.radioButtonX10Other.UseVisualStyleBackColor = true;
      // 
      // radioButtonX10Ati
      // 
      this.radioButtonX10Ati.AutoSize = true;
      this.radioButtonX10Ati.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Ati.Location = new System.Drawing.Point(32, 64);
      this.radioButtonX10Ati.Name = "radioButtonX10Ati";
      this.radioButtonX10Ati.Size = new System.Drawing.Size(72, 17);
      this.radioButtonX10Ati.TabIndex = 2;
      this.radioButtonX10Ati.Text = "ATI model";
      this.radioButtonX10Ati.UseVisualStyleBackColor = true;
      // 
      // radioButtonX10Medion
      // 
      this.radioButtonX10Medion.AutoSize = true;
      this.radioButtonX10Medion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Medion.Location = new System.Drawing.Point(32, 46);
      this.radioButtonX10Medion.Name = "radioButtonX10Medion";
      this.radioButtonX10Medion.Size = new System.Drawing.Size(90, 17);
      this.radioButtonX10Medion.TabIndex = 1;
      this.radioButtonX10Medion.Text = "Medion model";
      this.radioButtonX10Medion.UseVisualStyleBackColor = true;
      // 
      // checkBoxX10Enabled
      // 
      this.checkBoxX10Enabled.AutoSize = true;
      this.checkBoxX10Enabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxX10Enabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxX10Enabled.Name = "checkBoxX10Enabled";
      this.checkBoxX10Enabled.Size = new System.Drawing.Size(100, 17);
      this.checkBoxX10Enabled.TabIndex = 0;
      this.checkBoxX10Enabled.Text = "Use X10 remote";
      this.checkBoxX10Enabled.UseVisualStyleBackColor = true;
      this.checkBoxX10Enabled.CheckedChanged += new System.EventHandler(this.checkBoxX10Enabled_CheckedChanged);
      // 
      // groupBoxX10Settings
      // 
      this.groupBoxX10Settings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxX10Settings.Controls.Add(this.LabelChannelNumber);
      this.groupBoxX10Settings.Controls.Add(this.TextBoxChannelNumber);
      this.groupBoxX10Settings.Controls.Add(this.checkBoxX10ChannelControl);
      this.groupBoxX10Settings.Controls.Add(this.checkBoxX10ExtendedLogging);
      this.groupBoxX10Settings.Controls.Add(this.buttonX10Defaults);
      this.groupBoxX10Settings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxX10Settings.Location = new System.Drawing.Point(12, 144);
      this.groupBoxX10Settings.Name = "groupBoxX10Settings";
      this.groupBoxX10Settings.Size = new System.Drawing.Size(448, 80);
      this.groupBoxX10Settings.TabIndex = 1;
      this.groupBoxX10Settings.TabStop = false;
      this.groupBoxX10Settings.Text = "Settings";
      // 
      // LabelChannelNumber
      // 
      this.LabelChannelNumber.AutoSize = true;
      this.LabelChannelNumber.Location = new System.Drawing.Point(259, 52);
      this.LabelChannelNumber.Name = "LabelChannelNumber";
      this.LabelChannelNumber.Size = new System.Drawing.Size(87, 13);
      this.LabelChannelNumber.TabIndex = 5;
      this.LabelChannelNumber.Text = "Channel number:";
      // 
      // TextBoxChannelNumber
      // 
      this.TextBoxChannelNumber.BorderColor = System.Drawing.Color.Empty;
      this.TextBoxChannelNumber.Location = new System.Drawing.Point(351, 48);
      this.TextBoxChannelNumber.Name = "TextBoxChannelNumber";
      this.TextBoxChannelNumber.Size = new System.Drawing.Size(72, 20);
      this.TextBoxChannelNumber.TabIndex = 4;
      // 
      // checkBoxX10ChannelControl
      // 
      this.checkBoxX10ChannelControl.AutoSize = true;
      this.checkBoxX10ChannelControl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxX10ChannelControl.Location = new System.Drawing.Point(16, 48);
      this.checkBoxX10ChannelControl.Name = "checkBoxX10ChannelControl";
      this.checkBoxX10ChannelControl.Size = new System.Drawing.Size(136, 17);
      this.checkBoxX10ChannelControl.TabIndex = 1;
      this.checkBoxX10ChannelControl.Text = "Use RF channel control";
      this.checkBoxX10ChannelControl.UseVisualStyleBackColor = true;
      this.checkBoxX10ChannelControl.CheckedChanged += new System.EventHandler(this.checkBoxX10ChannelControl_CheckedChanged);
      // 
      // checkBoxX10ExtendedLogging
      // 
      this.checkBoxX10ExtendedLogging.AutoSize = true;
      this.checkBoxX10ExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxX10ExtendedLogging.Location = new System.Drawing.Point(16, 25);
      this.checkBoxX10ExtendedLogging.Name = "checkBoxX10ExtendedLogging";
      this.checkBoxX10ExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxX10ExtendedLogging.TabIndex = 0;
      this.checkBoxX10ExtendedLogging.Text = "Extended logging";
      this.checkBoxX10ExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // buttonX10Defaults
      // 
      this.buttonX10Defaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonX10Defaults.Location = new System.Drawing.Point(359, 22);
      this.buttonX10Defaults.Name = "buttonX10Defaults";
      this.buttonX10Defaults.Size = new System.Drawing.Size(72, 22);
      this.buttonX10Defaults.TabIndex = 3;
      this.buttonX10Defaults.Text = "&Defaults";
      this.buttonX10Defaults.UseVisualStyleBackColor = true;
      this.buttonX10Defaults.Click += new System.EventHandler(this.buttonX10Defaults_Click);
      // 
      // tabPageHcw
      // 
      this.tabPageHcw.Controls.Add(this.groupBoxHcwRepeatDelay);
      this.tabPageHcw.Controls.Add(this.groupBoxHcwGeneral);
      this.tabPageHcw.Controls.Add(this.groupBoxHcwStatus);
      this.tabPageHcw.Controls.Add(this.groupBoxHcwSettings);
      this.tabPageHcw.Location = new System.Drawing.Point(4, 22);
      this.tabPageHcw.Name = "tabPageHcw";
      this.tabPageHcw.Size = new System.Drawing.Size(472, 422);
      this.tabPageHcw.TabIndex = 1;
      this.tabPageHcw.Text = "Hauppauge";
      this.tabPageHcw.UseVisualStyleBackColor = true;
      // 
      // groupBoxHcwRepeatDelay
      // 
      this.groupBoxHcwRepeatDelay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwRepeatDelay.Controls.Add(this.hScrollBarHcwRepeatSpeed);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwFast);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwRepeatSpeed);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwSlow);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.hScrollBarHcwRepeatFilter);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwMax);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwRepeatFilter);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwMin);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.hScrollBarHcwButtonRelease);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcw1000msec);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwButtonRelease);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcw20msec);
      this.groupBoxHcwRepeatDelay.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwRepeatDelay.Location = new System.Drawing.Point(12, 160);
      this.groupBoxHcwRepeatDelay.Name = "groupBoxHcwRepeatDelay";
      this.groupBoxHcwRepeatDelay.Size = new System.Drawing.Size(448, 112);
      this.groupBoxHcwRepeatDelay.TabIndex = 2;
      this.groupBoxHcwRepeatDelay.TabStop = false;
      this.groupBoxHcwRepeatDelay.Text = "Repeat Delay";
      // 
      // hScrollBarHcwRepeatSpeed
      // 
      this.hScrollBarHcwRepeatSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarHcwRepeatSpeed.LargeChange = 1;
      this.hScrollBarHcwRepeatSpeed.Location = new System.Drawing.Point(152, 80);
      this.hScrollBarHcwRepeatSpeed.Maximum = 2;
      this.hScrollBarHcwRepeatSpeed.Name = "hScrollBarHcwRepeatSpeed";
      this.hScrollBarHcwRepeatSpeed.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
      this.hScrollBarHcwRepeatSpeed.Size = new System.Drawing.Size(221, 17);
      this.hScrollBarHcwRepeatSpeed.TabIndex = 10;
      this.hScrollBarHcwRepeatSpeed.Value = 1;
      this.hScrollBarHcwRepeatSpeed.ValueChanged += new System.EventHandler(this.hScrollBarHcwRepeatSpeed_ValueChanged);
      // 
      // labelHcwFast
      // 
      this.labelHcwFast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcwFast.AutoSize = true;
      this.labelHcwFast.Location = new System.Drawing.Point(376, 82);
      this.labelHcwFast.Name = "labelHcwFast";
      this.labelHcwFast.Size = new System.Drawing.Size(24, 13);
      this.labelHcwFast.TabIndex = 11;
      this.labelHcwFast.Text = "fast";
      // 
      // labelHcwRepeatSpeed
      // 
      this.labelHcwRepeatSpeed.AutoSize = true;
      this.labelHcwRepeatSpeed.Location = new System.Drawing.Point(12, 82);
      this.labelHcwRepeatSpeed.Name = "labelHcwRepeatSpeed";
      this.labelHcwRepeatSpeed.Size = new System.Drawing.Size(77, 13);
      this.labelHcwRepeatSpeed.TabIndex = 8;
      this.labelHcwRepeatSpeed.Text = "Repeat speed:";
      // 
      // labelHcwSlow
      // 
      this.labelHcwSlow.AutoSize = true;
      this.labelHcwSlow.Location = new System.Drawing.Point(123, 82);
      this.labelHcwSlow.Name = "labelHcwSlow";
      this.labelHcwSlow.Size = new System.Drawing.Size(28, 13);
      this.labelHcwSlow.TabIndex = 9;
      this.labelHcwSlow.Text = "slow";
      this.labelHcwSlow.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // hScrollBarHcwRepeatFilter
      // 
      this.hScrollBarHcwRepeatFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarHcwRepeatFilter.LargeChange = 2;
      this.hScrollBarHcwRepeatFilter.Location = new System.Drawing.Point(152, 52);
      this.hScrollBarHcwRepeatFilter.Maximum = 11;
      this.hScrollBarHcwRepeatFilter.Minimum = 2;
      this.hScrollBarHcwRepeatFilter.Name = "hScrollBarHcwRepeatFilter";
      this.hScrollBarHcwRepeatFilter.Size = new System.Drawing.Size(221, 17);
      this.hScrollBarHcwRepeatFilter.TabIndex = 6;
      this.hScrollBarHcwRepeatFilter.Value = 2;
      this.hScrollBarHcwRepeatFilter.ValueChanged += new System.EventHandler(this.hScrollBarHcwRepeatFilter_ValueChanged);
      // 
      // labelHcwMax
      // 
      this.labelHcwMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcwMax.AutoSize = true;
      this.labelHcwMax.Location = new System.Drawing.Point(376, 54);
      this.labelHcwMax.Name = "labelHcwMax";
      this.labelHcwMax.Size = new System.Drawing.Size(29, 13);
      this.labelHcwMax.TabIndex = 7;
      this.labelHcwMax.Text = "max.";
      // 
      // labelHcwRepeatFilter
      // 
      this.labelHcwRepeatFilter.AutoSize = true;
      this.labelHcwRepeatFilter.Location = new System.Drawing.Point(12, 54);
      this.labelHcwRepeatFilter.Name = "labelHcwRepeatFilter";
      this.labelHcwRepeatFilter.Size = new System.Drawing.Size(67, 13);
      this.labelHcwRepeatFilter.TabIndex = 4;
      this.labelHcwRepeatFilter.Text = "Repeat filter:";
      // 
      // labelHcwMin
      // 
      this.labelHcwMin.AutoSize = true;
      this.labelHcwMin.Location = new System.Drawing.Point(128, 54);
      this.labelHcwMin.Name = "labelHcwMin";
      this.labelHcwMin.Size = new System.Drawing.Size(26, 13);
      this.labelHcwMin.TabIndex = 5;
      this.labelHcwMin.Text = "min.";
      this.labelHcwMin.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // hScrollBarHcwButtonRelease
      // 
      this.hScrollBarHcwButtonRelease.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarHcwButtonRelease.Location = new System.Drawing.Point(152, 25);
      this.hScrollBarHcwButtonRelease.Maximum = 1009;
      this.hScrollBarHcwButtonRelease.Minimum = 20;
      this.hScrollBarHcwButtonRelease.Name = "hScrollBarHcwButtonRelease";
      this.hScrollBarHcwButtonRelease.Size = new System.Drawing.Size(221, 17);
      this.hScrollBarHcwButtonRelease.TabIndex = 2;
      this.hScrollBarHcwButtonRelease.Value = 500;
      this.hScrollBarHcwButtonRelease.ValueChanged += new System.EventHandler(this.hScrollBarHcwButtonRelease_ValueChanged);
      // 
      // labelHcw1000msec
      // 
      this.labelHcw1000msec.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcw1000msec.AutoSize = true;
      this.labelHcw1000msec.Location = new System.Drawing.Point(376, 27);
      this.labelHcw1000msec.Name = "labelHcw1000msec";
      this.labelHcw1000msec.Size = new System.Drawing.Size(62, 13);
      this.labelHcw1000msec.TabIndex = 3;
      this.labelHcw1000msec.Text = "1000 msec.";
      // 
      // labelHcwButtonRelease
      // 
      this.labelHcwButtonRelease.AutoSize = true;
      this.labelHcwButtonRelease.Location = new System.Drawing.Point(12, 27);
      this.labelHcwButtonRelease.Name = "labelHcwButtonRelease";
      this.labelHcwButtonRelease.Size = new System.Drawing.Size(78, 13);
      this.labelHcwButtonRelease.TabIndex = 0;
      this.labelHcwButtonRelease.Text = "Button release:";
      // 
      // labelHcw20msec
      // 
      this.labelHcw20msec.AutoSize = true;
      this.labelHcw20msec.Location = new System.Drawing.Point(103, 27);
      this.labelHcw20msec.Name = "labelHcw20msec";
      this.labelHcw20msec.Size = new System.Drawing.Size(50, 13);
      this.labelHcw20msec.TabIndex = 1;
      this.labelHcw20msec.Text = "20 msec.";
      this.labelHcw20msec.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // groupBoxHcwGeneral
      // 
      this.groupBoxHcwGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwGeneral.Controls.Add(this.HCWLearn);
      this.groupBoxHcwGeneral.Controls.Add(this.buttonHcwDefaults);
      this.groupBoxHcwGeneral.Controls.Add(this.checkBoxHcwEnabled);
      this.groupBoxHcwGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxHcwGeneral.Name = "groupBoxHcwGeneral";
      this.groupBoxHcwGeneral.Size = new System.Drawing.Size(448, 56);
      this.groupBoxHcwGeneral.TabIndex = 0;
      this.groupBoxHcwGeneral.TabStop = false;
      // 
      // HCWLearn
      // 
      this.HCWLearn.Location = new System.Drawing.Point(351, 21);
      this.HCWLearn.Name = "HCWLearn";
      this.HCWLearn.Size = new System.Drawing.Size(72, 22);
      this.HCWLearn.TabIndex = 2;
      this.HCWLearn.Text = "Learn";
      this.HCWLearn.UseVisualStyleBackColor = true;
      this.HCWLearn.Click += new System.EventHandler(this.HCWLearn_Click);
      // 
      // buttonHcwDefaults
      // 
      this.buttonHcwDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonHcwDefaults.Location = new System.Drawing.Point(281, 21);
      this.buttonHcwDefaults.Name = "buttonHcwDefaults";
      this.buttonHcwDefaults.Size = new System.Drawing.Size(72, 22);
      this.buttonHcwDefaults.TabIndex = 1;
      this.buttonHcwDefaults.Text = "&Defaults";
      this.buttonHcwDefaults.UseVisualStyleBackColor = true;
      this.buttonHcwDefaults.Click += new System.EventHandler(this.buttonHcwDefaults_Click);
      // 
      // checkBoxHcwEnabled
      // 
      this.checkBoxHcwEnabled.AutoSize = true;
      this.checkBoxHcwEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxHcwEnabled.Name = "checkBoxHcwEnabled";
      this.checkBoxHcwEnabled.Size = new System.Drawing.Size(137, 17);
      this.checkBoxHcwEnabled.TabIndex = 0;
      this.checkBoxHcwEnabled.Text = "Use Hauppauge remote";
      this.checkBoxHcwEnabled.UseVisualStyleBackColor = true;
      this.checkBoxHcwEnabled.CheckedChanged += new System.EventHandler(this.checkBoxHcwEnabled_CheckedChanged);
      // 
      // groupBoxHcwStatus
      // 
      this.groupBoxHcwStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwStatus.Controls.Add(this.linkLabelHcwDownload);
      this.groupBoxHcwStatus.Controls.Add(this.labelHcwDriverStatus);
      this.groupBoxHcwStatus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwStatus.Location = new System.Drawing.Point(12, 280);
      this.groupBoxHcwStatus.Name = "groupBoxHcwStatus";
      this.groupBoxHcwStatus.Size = new System.Drawing.Size(448, 80);
      this.groupBoxHcwStatus.TabIndex = 3;
      this.groupBoxHcwStatus.TabStop = false;
      this.groupBoxHcwStatus.Text = "Status";
      // 
      // linkLabelHcwDownload
      // 
      this.linkLabelHcwDownload.AutoSize = true;
      this.linkLabelHcwDownload.Location = new System.Drawing.Point(12, 54);
      this.linkLabelHcwDownload.Name = "linkLabelHcwDownload";
      this.linkLabelHcwDownload.Size = new System.Drawing.Size(275, 13);
      this.linkLabelHcwDownload.TabIndex = 2;
      this.linkLabelHcwDownload.TabStop = true;
      this.linkLabelHcwDownload.Text = "Click here for the latest \"IR.exe\" driver (inside WinTV cd)";
      this.linkLabelHcwDownload.Visible = false;
      this.linkLabelHcwDownload.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelHcwDownload_LinkClicked);
      // 
      // labelHcwDriverStatus
      // 
      this.labelHcwDriverStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcwDriverStatus.ForeColor = System.Drawing.SystemColors.ControlText;
      this.labelHcwDriverStatus.Location = new System.Drawing.Point(12, 24);
      this.labelHcwDriverStatus.Name = "labelHcwDriverStatus";
      this.labelHcwDriverStatus.Size = new System.Drawing.Size(422, 48);
      this.labelHcwDriverStatus.TabIndex = 0;
      this.labelHcwDriverStatus.Text = "No problems found.";
      // 
      // groupBoxHcwSettings
      // 
      this.groupBoxHcwSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwFilterDoubleKlicks);
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwAllowExternal);
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwKeepControl);
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwExtendedLogging);
      this.groupBoxHcwSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwSettings.Location = new System.Drawing.Point(12, 72);
      this.groupBoxHcwSettings.Name = "groupBoxHcwSettings";
      this.groupBoxHcwSettings.Size = new System.Drawing.Size(448, 80);
      this.groupBoxHcwSettings.TabIndex = 1;
      this.groupBoxHcwSettings.TabStop = false;
      this.groupBoxHcwSettings.Text = "Settings";
      // 
      // checkBoxHcwFilterDoubleKlicks
      // 
      this.checkBoxHcwFilterDoubleKlicks.AutoSize = true;
      this.checkBoxHcwFilterDoubleKlicks.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwFilterDoubleKlicks.Location = new System.Drawing.Point(288, 24);
      this.checkBoxHcwFilterDoubleKlicks.Name = "checkBoxHcwFilterDoubleKlicks";
      this.checkBoxHcwFilterDoubleKlicks.Size = new System.Drawing.Size(108, 17);
      this.checkBoxHcwFilterDoubleKlicks.TabIndex = 1;
      this.checkBoxHcwFilterDoubleKlicks.Text = "Filter doubleclicks";
      this.checkBoxHcwFilterDoubleKlicks.UseVisualStyleBackColor = true;
      // 
      // checkBoxHcwAllowExternal
      // 
      this.checkBoxHcwAllowExternal.AutoSize = true;
      this.checkBoxHcwAllowExternal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwAllowExternal.Location = new System.Drawing.Point(16, 24);
      this.checkBoxHcwAllowExternal.Name = "checkBoxHcwAllowExternal";
      this.checkBoxHcwAllowExternal.Size = new System.Drawing.Size(243, 17);
      this.checkBoxHcwAllowExternal.TabIndex = 0;
      this.checkBoxHcwAllowExternal.Text = "External processes may use the remote control";
      this.checkBoxHcwAllowExternal.UseVisualStyleBackColor = true;
      this.checkBoxHcwAllowExternal.CheckedChanged += new System.EventHandler(this.checkBoxHcwAllowExternal_CheckedChanged);
      // 
      // checkBoxHcwKeepControl
      // 
      this.checkBoxHcwKeepControl.AutoSize = true;
      this.checkBoxHcwKeepControl.Enabled = false;
      this.checkBoxHcwKeepControl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwKeepControl.Location = new System.Drawing.Point(15, 48);
      this.checkBoxHcwKeepControl.Name = "checkBoxHcwKeepControl";
      this.checkBoxHcwKeepControl.Size = new System.Drawing.Size(194, 17);
      this.checkBoxHcwKeepControl.TabIndex = 2;
      this.checkBoxHcwKeepControl.Text = "Keep control when MP looses focus";
      this.checkBoxHcwKeepControl.UseVisualStyleBackColor = true;
      // 
      // checkBoxHcwExtendedLogging
      // 
      this.checkBoxHcwExtendedLogging.AutoSize = true;
      this.checkBoxHcwExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwExtendedLogging.Location = new System.Drawing.Point(288, 48);
      this.checkBoxHcwExtendedLogging.Name = "checkBoxHcwExtendedLogging";
      this.checkBoxHcwExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxHcwExtendedLogging.TabIndex = 3;
      this.checkBoxHcwExtendedLogging.Text = "Extended logging";
      this.checkBoxHcwExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // tabPageIrTrans
      // 
      this.tabPageIrTrans.Controls.Add(this.groupBoxIrTransStatus);
      this.tabPageIrTrans.Controls.Add(this.groupBoxIrTransServerSettings);
      this.tabPageIrTrans.Controls.Add(this.groupBoxIrTransGeneral);
      this.tabPageIrTrans.Location = new System.Drawing.Point(4, 22);
      this.tabPageIrTrans.Name = "tabPageIrTrans";
      this.tabPageIrTrans.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageIrTrans.Size = new System.Drawing.Size(472, 422);
      this.tabPageIrTrans.TabIndex = 5;
      this.tabPageIrTrans.Text = "IRTrans";
      this.tabPageIrTrans.UseVisualStyleBackColor = true;
      // 
      // groupBoxIrTransStatus
      // 
      this.groupBoxIrTransStatus.Controls.Add(this.IRTransLink);
      this.groupBoxIrTransStatus.Controls.Add(this.mpLabel1);
      this.groupBoxIrTransStatus.Controls.Add(this.labelIrTransStatus);
      this.groupBoxIrTransStatus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxIrTransStatus.Location = new System.Drawing.Point(12, 271);
      this.groupBoxIrTransStatus.Name = "groupBoxIrTransStatus";
      this.groupBoxIrTransStatus.Size = new System.Drawing.Size(440, 89);
      this.groupBoxIrTransStatus.TabIndex = 5;
      this.groupBoxIrTransStatus.TabStop = false;
      this.groupBoxIrTransStatus.Text = "Status";
      // 
      // IRTransLink
      // 
      this.IRTransLink.AutoSize = true;
      this.IRTransLink.Location = new System.Drawing.Point(16, 53);
      this.IRTransLink.Name = "IRTransLink";
      this.IRTransLink.Size = new System.Drawing.Size(100, 13);
      this.IRTransLink.TabIndex = 10;
      this.IRTransLink.TabStop = true;
      this.IRTransLink.Text = "IRTrans Information";
      this.IRTransLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.IRTransLink_LinkClicked);
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(16, 24);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(343, 13);
      this.mpLabel1.TabIndex = 9;
      this.mpLabel1.Text = "If you experience duplicate key presses, please see the following article";
      // 
      // labelIrTransStatus
      // 
      this.labelIrTransStatus.Location = new System.Drawing.Point(16, 20);
      this.labelIrTransStatus.Name = "labelIrTransStatus";
      this.labelIrTransStatus.Size = new System.Drawing.Size(408, 20);
      this.labelIrTransStatus.TabIndex = 8;
      this.labelIrTransStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // groupBoxIrTransServerSettings
      // 
      this.groupBoxIrTransServerSettings.Controls.Add(this.buttonIrTransTest);
      this.groupBoxIrTransServerSettings.Controls.Add(this.labelIrTransNoteModel);
      this.groupBoxIrTransServerSettings.Controls.Add(this.textBoxRemoteModel);
      this.groupBoxIrTransServerSettings.Controls.Add(this.labelIrTransRemoteModel);
      this.groupBoxIrTransServerSettings.Controls.Add(this.textBoxIrTransServerPort);
      this.groupBoxIrTransServerSettings.Controls.Add(this.labelIrTransServerPort);
      this.groupBoxIrTransServerSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxIrTransServerSettings.Location = new System.Drawing.Point(12, 136);
      this.groupBoxIrTransServerSettings.Name = "groupBoxIrTransServerSettings";
      this.groupBoxIrTransServerSettings.Size = new System.Drawing.Size(440, 129);
      this.groupBoxIrTransServerSettings.TabIndex = 4;
      this.groupBoxIrTransServerSettings.TabStop = false;
      this.groupBoxIrTransServerSettings.Text = "Server Settings";
      // 
      // buttonIrTransTest
      // 
      this.buttonIrTransTest.Location = new System.Drawing.Point(352, 20);
      this.buttonIrTransTest.Name = "buttonIrTransTest";
      this.buttonIrTransTest.Size = new System.Drawing.Size(72, 22);
      this.buttonIrTransTest.TabIndex = 10;
      this.buttonIrTransTest.Text = "Test";
      this.buttonIrTransTest.UseVisualStyleBackColor = true;
      this.buttonIrTransTest.Click += new System.EventHandler(this.buttonIrTransTest_Click);
      // 
      // labelIrTransNoteModel
      // 
      this.labelIrTransNoteModel.Location = new System.Drawing.Point(136, 76);
      this.labelIrTransNoteModel.Name = "labelIrTransNoteModel";
      this.labelIrTransNoteModel.Size = new System.Drawing.Size(292, 44);
      this.labelIrTransNoteModel.TabIndex = 8;
      this.labelIrTransNoteModel.Text = "This must be exactly the name of the remote as found in the *.rem file of IRTrans" +
    ", for example \"mediacenter\", when using the MCE remote.";
      // 
      // textBoxRemoteModel
      // 
      this.textBoxRemoteModel.BorderColor = System.Drawing.Color.Empty;
      this.textBoxRemoteModel.Location = new System.Drawing.Point(138, 52);
      this.textBoxRemoteModel.MaxLength = 128;
      this.textBoxRemoteModel.Name = "textBoxRemoteModel";
      this.textBoxRemoteModel.Size = new System.Drawing.Size(128, 20);
      this.textBoxRemoteModel.TabIndex = 3;
      // 
      // labelIrTransRemoteModel
      // 
      this.labelIrTransRemoteModel.AutoSize = true;
      this.labelIrTransRemoteModel.Location = new System.Drawing.Point(16, 56);
      this.labelIrTransRemoteModel.Name = "labelIrTransRemoteModel";
      this.labelIrTransRemoteModel.Size = new System.Drawing.Size(79, 13);
      this.labelIrTransRemoteModel.TabIndex = 2;
      this.labelIrTransRemoteModel.Text = "Remote Model:";
      // 
      // textBoxIrTransServerPort
      // 
      this.textBoxIrTransServerPort.Location = new System.Drawing.Point(138, 25);
      this.textBoxIrTransServerPort.MaxLength = 5;
      this.textBoxIrTransServerPort.Name = "textBoxIrTransServerPort";
      this.textBoxIrTransServerPort.Size = new System.Drawing.Size(58, 20);
      this.textBoxIrTransServerPort.TabIndex = 1;
      this.textBoxIrTransServerPort.Text = "21000";
      this.textBoxIrTransServerPort.Value = 21000;
      // 
      // labelIrTransServerPort
      // 
      this.labelIrTransServerPort.AutoSize = true;
      this.labelIrTransServerPort.Location = new System.Drawing.Point(16, 28);
      this.labelIrTransServerPort.Name = "labelIrTransServerPort";
      this.labelIrTransServerPort.Size = new System.Drawing.Size(104, 13);
      this.labelIrTransServerPort.TabIndex = 0;
      this.labelIrTransServerPort.Text = "IRTrans Server Port:";
      // 
      // groupBoxIrTransGeneral
      // 
      this.groupBoxIrTransGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxIrTransGeneral.Controls.Add(this.checkBoxIrTransExtendedLogging);
      this.groupBoxIrTransGeneral.Controls.Add(this.checkBoxIrTransEnabled);
      this.groupBoxIrTransGeneral.Controls.Add(this.buttonIrTransMapping);
      this.groupBoxIrTransGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxIrTransGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxIrTransGeneral.Name = "groupBoxIrTransGeneral";
      this.groupBoxIrTransGeneral.Size = new System.Drawing.Size(448, 72);
      this.groupBoxIrTransGeneral.TabIndex = 3;
      this.groupBoxIrTransGeneral.TabStop = false;
      // 
      // checkBoxIrTransExtendedLogging
      // 
      this.checkBoxIrTransExtendedLogging.AutoSize = true;
      this.checkBoxIrTransExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxIrTransExtendedLogging.Location = new System.Drawing.Point(16, 47);
      this.checkBoxIrTransExtendedLogging.Name = "checkBoxIrTransExtendedLogging";
      this.checkBoxIrTransExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxIrTransExtendedLogging.TabIndex = 7;
      this.checkBoxIrTransExtendedLogging.Text = "Extended logging";
      this.checkBoxIrTransExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // checkBoxIrTransEnabled
      // 
      this.checkBoxIrTransEnabled.AutoSize = true;
      this.checkBoxIrTransEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxIrTransEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxIrTransEnabled.Name = "checkBoxIrTransEnabled";
      this.checkBoxIrTransEnabled.Size = new System.Drawing.Size(125, 17);
      this.checkBoxIrTransEnabled.TabIndex = 0;
      this.checkBoxIrTransEnabled.Text = "Use IRTrans receiver";
      this.checkBoxIrTransEnabled.UseVisualStyleBackColor = true;
      this.checkBoxIrTransEnabled.CheckedChanged += new System.EventHandler(this.checkBoxIrTransEnabled_CheckedChanged);
      // 
      // buttonIrTransMapping
      // 
      this.buttonIrTransMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonIrTransMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonIrTransMapping.Name = "buttonIrTransMapping";
      this.buttonIrTransMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonIrTransMapping.TabIndex = 1;
      this.buttonIrTransMapping.Text = "Mapping";
      this.buttonIrTransMapping.UseVisualStyleBackColor = true;
      this.buttonIrTransMapping.Click += new System.EventHandler(this.buttonIrTransMapping_Click);
      // 
      // mpCheckBox1
      // 
      this.mpCheckBox1.AutoSize = true;
      this.mpCheckBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBox1.Location = new System.Drawing.Point(16, 47);
      this.mpCheckBox1.Name = "mpCheckBox1";
      this.mpCheckBox1.Size = new System.Drawing.Size(106, 17);
      this.mpCheckBox1.TabIndex = 4;
      this.mpCheckBox1.Text = "Extended logging";
      this.mpCheckBox1.UseVisualStyleBackColor = true;
      // 
      // mpCheckBox2
      // 
      this.mpCheckBox2.AutoSize = true;
      this.mpCheckBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBox2.Location = new System.Drawing.Point(16, 24);
      this.mpCheckBox2.Name = "mpCheckBox2";
      this.mpCheckBox2.Size = new System.Drawing.Size(209, 17);
      this.mpCheckBox2.TabIndex = 0;
      this.mpCheckBox2.Text = "Use Microsoft MCE remote or keyboard";
      this.mpCheckBox2.UseVisualStyleBackColor = true;
      // 
      // mpButton1
      // 
      this.mpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButton1.Location = new System.Drawing.Point(351, 21);
      this.mpButton1.Name = "mpButton1";
      this.mpButton1.Size = new System.Drawing.Size(72, 22);
      this.mpButton1.TabIndex = 1;
      this.mpButton1.Text = "Mapping";
      this.mpButton1.UseVisualStyleBackColor = true;
      // 
      // Remote
      // 
      this.Controls.Add(this.tabControlRemotes);
      this.Name = "Remote";
      this.Size = new System.Drawing.Size(480, 456);
      this.tabControlRemotes.ResumeLayout(false);
      this.tabPageHid.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
      this.groupBoxHidGeneral.ResumeLayout(false);
      this.groupBoxHidGeneral.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatSpeed)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatDelay)).EndInit();
      this.tabPageAppCommand.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
      this.mpGroupBox1.ResumeLayout(false);
      this.mpGroupBox1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
      this.tabPageCentarea.ResumeLayout(false);
      this.groupBoxCentareaOptions.ResumeLayout(false);
      this.groupBoxCentareaOptions.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCentarea)).EndInit();
      this.tabPageFireDtv.ResumeLayout(false);
      this.groupBox_x64.ResumeLayout(false);
      this.groupBox_x64.PerformLayout();
      this.groupBoxFireDTVRecieiverSettings.ResumeLayout(false);
      this.groupBoxFireDTVRecieiverSettings.PerformLayout();
      this.groupBoxFireDTVReceiverGeneral.ResumeLayout(false);
      this.groupBoxFireDTVReceiverGeneral.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
      this.tabPageX10.ResumeLayout(false);
      this.groupBoxX10Status.ResumeLayout(false);
      this.groupBoxX10Status.PerformLayout();
      this.groupBoxX10General.ResumeLayout(false);
      this.groupBoxX10General.PerformLayout();
      this.groupBoxX10Settings.ResumeLayout(false);
      this.groupBoxX10Settings.PerformLayout();
      this.tabPageHcw.ResumeLayout(false);
      this.groupBoxHcwRepeatDelay.ResumeLayout(false);
      this.groupBoxHcwRepeatDelay.PerformLayout();
      this.groupBoxHcwGeneral.ResumeLayout(false);
      this.groupBoxHcwGeneral.PerformLayout();
      this.groupBoxHcwStatus.ResumeLayout(false);
      this.groupBoxHcwStatus.PerformLayout();
      this.groupBoxHcwSettings.ResumeLayout(false);
      this.groupBoxHcwSettings.PerformLayout();
      this.tabPageIrTrans.ResumeLayout(false);
      this.groupBoxIrTransStatus.ResumeLayout(false);
      this.groupBoxIrTransStatus.PerformLayout();
      this.groupBoxIrTransServerSettings.ResumeLayout(false);
      this.groupBoxIrTransServerSettings.PerformLayout();
      this.groupBoxIrTransGeneral.ResumeLayout(false);
      this.groupBoxIrTransGeneral.PerformLayout();
      this.ResumeLayout(false);

    }
Beispiel #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.groupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.byIndexCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.showChannelNumberCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.channelNumberMaxLengthNumUpDn = new System.Windows.Forms.NumericUpDown();
   this.lblChanNumMaxLen = new System.Windows.Forms.Label();
   this.groupBox5 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.cbAutoFullscreen = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.cbTurnOnTv = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.label8 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.cbDeinterlace = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.mpGroupBoxAdditional = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.groupBox3.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).BeginInit();
   this.groupBox5.SuspendLayout();
   this.mpGroupBoxAdditional.SuspendLayout();
   this.SuspendLayout();
   // 
   // radioButton1
   // 
   this.radioButton1.AutoSize = true;
   this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButton1.Location = new System.Drawing.Point(0, 0);
   this.radioButton1.Name = "radioButton1";
   this.radioButton1.Size = new System.Drawing.Size(104, 24);
   this.radioButton1.TabIndex = 0;
   this.radioButton1.UseVisualStyleBackColor = true;
   // 
   // groupBox3
   // 
   this.groupBox3.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox3.Controls.Add(this.byIndexCheckBox);
   this.groupBox3.Controls.Add(this.showChannelNumberCheckBox);
   this.groupBox3.Controls.Add(this.channelNumberMaxLengthNumUpDn);
   this.groupBox3.Controls.Add(this.lblChanNumMaxLen);
   this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox3.Location = new System.Drawing.Point(6, 66);
   this.groupBox3.Name = "groupBox3";
   this.groupBox3.Size = new System.Drawing.Size(233, 94);
   this.groupBox3.TabIndex = 3;
   this.groupBox3.TabStop = false;
   this.groupBox3.Text = "Channel numbers";
   // 
   // byIndexCheckBox
   // 
   this.byIndexCheckBox.AutoSize = true;
   this.byIndexCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.byIndexCheckBox.Location = new System.Drawing.Point(17, 20);
   this.byIndexCheckBox.Name = "byIndexCheckBox";
   this.byIndexCheckBox.Size = new System.Drawing.Size(182, 17);
   this.byIndexCheckBox.TabIndex = 0;
   this.byIndexCheckBox.Text = "Select channel by index (non-US)";
   this.byIndexCheckBox.UseVisualStyleBackColor = true;
   // 
   // showChannelNumberCheckBox
   // 
   this.showChannelNumberCheckBox.AutoSize = true;
   this.showChannelNumberCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.showChannelNumberCheckBox.Location = new System.Drawing.Point(17, 40);
   this.showChannelNumberCheckBox.Name = "showChannelNumberCheckBox";
   this.showChannelNumberCheckBox.Size = new System.Drawing.Size(135, 17);
   this.showChannelNumberCheckBox.TabIndex = 1;
   this.showChannelNumberCheckBox.Text = "Show channel numbers";
   this.showChannelNumberCheckBox.UseVisualStyleBackColor = true;
   // 
   // channelNumberMaxLengthNumUpDn
   // 
   this.channelNumberMaxLengthNumUpDn.AutoSize = true;
   this.channelNumberMaxLengthNumUpDn.Location = new System.Drawing.Point(178, 60);
   this.channelNumberMaxLengthNumUpDn.Maximum = new decimal(new int[]
                                                              {
                                                                5,
                                                                0,
                                                                0,
                                                                0
                                                              });
   this.channelNumberMaxLengthNumUpDn.Minimum = new decimal(new int[]
                                                              {
                                                                1,
                                                                0,
                                                                0,
                                                                0
                                                              });
   this.channelNumberMaxLengthNumUpDn.Name = "channelNumberMaxLengthNumUpDn";
   this.channelNumberMaxLengthNumUpDn.Size = new System.Drawing.Size(42, 20);
   this.channelNumberMaxLengthNumUpDn.TabIndex = 3;
   this.channelNumberMaxLengthNumUpDn.Value = new decimal(new int[]
                                                            {
                                                              3,
                                                              0,
                                                              0,
                                                              0
                                                            });
   // 
   // lblChanNumMaxLen
   // 
   this.lblChanNumMaxLen.AutoSize = true;
   this.lblChanNumMaxLen.Location = new System.Drawing.Point(31, 62);
   this.lblChanNumMaxLen.Name = "lblChanNumMaxLen";
   this.lblChanNumMaxLen.Size = new System.Drawing.Size(141, 13);
   this.lblChanNumMaxLen.TabIndex = 2;
   this.lblChanNumMaxLen.Text = "Channel number max. length";
   // 
   // groupBox5
   // 
   this.groupBox5.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox5.Controls.Add(this.cbAutoFullscreen);
   this.groupBox5.Controls.Add(this.cbTurnOnTv);
   this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox5.Location = new System.Drawing.Point(248, 66);
   this.groupBox5.Name = "groupBox5";
   this.groupBox5.Size = new System.Drawing.Size(220, 94);
   this.groupBox5.TabIndex = 4;
   this.groupBox5.TabStop = false;
   this.groupBox5.Text = "When entering the TV screen:";
   // 
   // cbAutoFullscreen
   // 
   this.cbAutoFullscreen.AutoSize = true;
   this.cbAutoFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.cbAutoFullscreen.Location = new System.Drawing.Point(17, 40);
   this.cbAutoFullscreen.Name = "cbAutoFullscreen";
   this.cbAutoFullscreen.Size = new System.Drawing.Size(152, 17);
   this.cbAutoFullscreen.TabIndex = 1;
   this.cbAutoFullscreen.Text = "Directly show fullscreen TV";
   this.cbAutoFullscreen.UseVisualStyleBackColor = true;
   this.cbAutoFullscreen.CheckedChanged += new System.EventHandler(this.cbAutoFullscreen_CheckedChanged);
   // 
   // cbTurnOnTv
   // 
   this.cbTurnOnTv.AutoSize = true;
   this.cbTurnOnTv.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.cbTurnOnTv.Location = new System.Drawing.Point(17, 20);
   this.cbTurnOnTv.Name = "cbTurnOnTv";
   this.cbTurnOnTv.Size = new System.Drawing.Size(78, 17);
   this.cbTurnOnTv.TabIndex = 0;
   this.cbTurnOnTv.Text = "Turn on TV";
   this.cbTurnOnTv.UseVisualStyleBackColor = true;
   // 
   // label8
   // 
   this.label8.Location = new System.Drawing.Point(6, 23);
   this.label8.Name = "label8";
   this.label8.Size = new System.Drawing.Size(146, 17);
   this.label8.TabIndex = 14;
   this.label8.Text = "Fallback de-interlace mode:";
   // 
   // cbDeinterlace
   // 
   this.cbDeinterlace.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.cbDeinterlace.BorderColor = System.Drawing.Color.Empty;
   this.cbDeinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.cbDeinterlace.Items.AddRange(new object[]
                                       {
                                         "None",
                                         "Bob",
                                         "Weave",
                                         "Best"
                                       });
   this.cbDeinterlace.Location = new System.Drawing.Point(166, 19);
   this.cbDeinterlace.Name = "cbDeinterlace";
   this.cbDeinterlace.Size = new System.Drawing.Size(290, 21);
   this.cbDeinterlace.TabIndex = 15;
   // 
   // mpGroupBoxAdditional
   // 
   this.mpGroupBoxAdditional.Controls.Add(this.cbDeinterlace);
   this.mpGroupBoxAdditional.Controls.Add(this.label8);
   this.mpGroupBoxAdditional.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpGroupBoxAdditional.Location = new System.Drawing.Point(6, 0);
   this.mpGroupBoxAdditional.Name = "mpGroupBoxAdditional";
   this.mpGroupBoxAdditional.Size = new System.Drawing.Size(462, 63);
   this.mpGroupBoxAdditional.TabIndex = 16;
   this.mpGroupBoxAdditional.TabStop = false;
   this.mpGroupBoxAdditional.Text = "Additional settings";
   // 
   // TV
   // 
   this.Controls.Add(this.mpGroupBoxAdditional);
   this.Controls.Add(this.groupBox5);
   this.Controls.Add(this.groupBox3);
   this.Name = "TV";
   this.Size = new System.Drawing.Size(472, 427);
   this.groupBox3.ResumeLayout(false);
   this.groupBox3.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).EndInit();
   this.groupBox5.ResumeLayout(false);
   this.groupBox5.PerformLayout();
   this.mpGroupBoxAdditional.ResumeLayout(false);
   this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.treeMapping = new System.Windows.Forms.TreeView();
   this.labelExpand = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonDown = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonUp = new MediaPortal.UserInterface.Controls.MPButton();
   this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
   this.buttonApply = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonOk = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonCancel = new MediaPortal.UserInterface.Controls.MPButton();
   this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
   this.groupBoxAction = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxGainFocus = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.textBoxKeyCode = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.textBoxKeyChar = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.radioButtonProcess = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.labelSound = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxSound = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.radioButtonAction = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonActWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonToggle = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonPower = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.comboBoxCmdProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.groupBoxCondition = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonFullscreen = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonPlaying = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonNoCondition = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.comboBoxCondProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.groupBoxLayer = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.comboBoxLayer = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.labelLayer = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonNew = new MediaPortal.UserInterface.Controls.MPButton();
   this.groupBoxAction.SuspendLayout();
   this.groupBoxCondition.SuspendLayout();
   this.groupBoxLayer.SuspendLayout();
   this.SuspendLayout();
   // 
   // treeMapping
   // 
   this.treeMapping.AllowDrop = true;
   this.treeMapping.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.treeMapping.FullRowSelect = true;
   this.treeMapping.HideSelection = false;
   this.treeMapping.Location = new System.Drawing.Point(16, 56);
   this.treeMapping.Name = "treeMapping";
   this.treeMapping.Size = new System.Drawing.Size(312, 335);
   this.treeMapping.TabIndex = 1;
   this.treeMapping.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeMapping_AfterSelect);
   // 
   // labelExpand
   // 
   this.labelExpand.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.labelExpand.AutoSize = true;
   this.labelExpand.Location = new System.Drawing.Point(328, 374);
   this.labelExpand.Name = "labelExpand";
   this.labelExpand.Size = new System.Drawing.Size(13, 13);
   this.labelExpand.TabIndex = 29;
   this.labelExpand.Text = "+";
   this.labelExpand.Click += new System.EventHandler(this.labelExpand_Click);
   // 
   // buttonDefault
   // 
   this.buttonDefault.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonDefault.Location = new System.Drawing.Point(262, 442);
   this.buttonDefault.Name = "buttonDefault";
   this.buttonDefault.Size = new System.Drawing.Size(75, 23);
   this.buttonDefault.TabIndex = 28;
   this.buttonDefault.Text = "Reset";
   this.buttonDefault.UseVisualStyleBackColor = true;
   this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
   // 
   // buttonRemove
   // 
   this.buttonRemove.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonRemove.Location = new System.Drawing.Point(272, 397);
   this.buttonRemove.Name = "buttonRemove";
   this.buttonRemove.Size = new System.Drawing.Size(56, 20);
   this.buttonRemove.TabIndex = 27;
   this.buttonRemove.Text = "Remove";
   this.buttonRemove.UseVisualStyleBackColor = true;
   this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
   // 
   // buttonDown
   // 
   this.buttonDown.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonDown.Location = new System.Drawing.Point(97, 397);
   this.buttonDown.Name = "buttonDown";
   this.buttonDown.Size = new System.Drawing.Size(56, 20);
   this.buttonDown.TabIndex = 24;
   this.buttonDown.Text = "Down";
   this.buttonDown.UseVisualStyleBackColor = true;
   this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
   // 
   // buttonUp
   // 
   this.buttonUp.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonUp.Location = new System.Drawing.Point(16, 397);
   this.buttonUp.Name = "buttonUp";
   this.buttonUp.Size = new System.Drawing.Size(56, 20);
   this.buttonUp.TabIndex = 23;
   this.buttonUp.Text = "Up";
   this.buttonUp.UseVisualStyleBackColor = true;
   this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
   // 
   // beveledLine1
   // 
   this.beveledLine1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.beveledLine1.Location = new System.Drawing.Point(8, 432);
   this.beveledLine1.Name = "beveledLine1";
   this.beveledLine1.Size = new System.Drawing.Size(572, 2);
   this.beveledLine1.TabIndex = 21;
   // 
   // buttonApply
   // 
   this.buttonApply.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonApply.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.buttonApply.Location = new System.Drawing.Point(343, 442);
   this.buttonApply.Name = "buttonApply";
   this.buttonApply.Size = new System.Drawing.Size(75, 23);
   this.buttonApply.TabIndex = 20;
   this.buttonApply.Text = "Apply";
   this.buttonApply.UseVisualStyleBackColor = true;
   this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click);
   // 
   // buttonOk
   // 
   this.buttonOk.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonOk.Location = new System.Drawing.Point(424, 442);
   this.buttonOk.Name = "buttonOk";
   this.buttonOk.Size = new System.Drawing.Size(75, 23);
   this.buttonOk.TabIndex = 19;
   this.buttonOk.Text = "OK";
   this.buttonOk.UseVisualStyleBackColor = true;
   this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
   // 
   // buttonCancel
   // 
   this.buttonCancel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.buttonCancel.Location = new System.Drawing.Point(505, 442);
   this.buttonCancel.Name = "buttonCancel";
   this.buttonCancel.Size = new System.Drawing.Size(75, 23);
   this.buttonCancel.TabIndex = 18;
   this.buttonCancel.Text = "Cancel";
   this.buttonCancel.UseVisualStyleBackColor = true;
   // 
   // headerLabel
   // 
   this.headerLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.headerLabel.Caption = "";
   this.headerLabel.FirstColor = System.Drawing.SystemColors.InactiveCaption;
   this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   this.headerLabel.LastColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.Location = new System.Drawing.Point(16, 16);
   this.headerLabel.Name = "headerLabel";
   this.headerLabel.PaddingLeft = 2;
   this.headerLabel.Size = new System.Drawing.Size(558, 24);
   this.headerLabel.TabIndex = 17;
   this.headerLabel.TextColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.TextFont = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                       System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   // 
   // groupBoxAction
   // 
   this.groupBoxAction.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxAction.Controls.Add(this.checkBoxGainFocus);
   this.groupBoxAction.Controls.Add(this.textBoxKeyCode);
   this.groupBoxAction.Controls.Add(this.label1);
   this.groupBoxAction.Controls.Add(this.textBoxKeyChar);
   this.groupBoxAction.Controls.Add(this.radioButtonProcess);
   this.groupBoxAction.Controls.Add(this.labelSound);
   this.groupBoxAction.Controls.Add(this.comboBoxSound);
   this.groupBoxAction.Controls.Add(this.radioButtonAction);
   this.groupBoxAction.Controls.Add(this.radioButtonActWindow);
   this.groupBoxAction.Controls.Add(this.radioButtonToggle);
   this.groupBoxAction.Controls.Add(this.radioButtonPower);
   this.groupBoxAction.Controls.Add(this.comboBoxCmdProperty);
   this.groupBoxAction.Enabled = false;
   this.groupBoxAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxAction.Location = new System.Drawing.Point(350, 221);
   this.groupBoxAction.Name = "groupBoxAction";
   this.groupBoxAction.Size = new System.Drawing.Size(224, 192);
   this.groupBoxAction.TabIndex = 16;
   this.groupBoxAction.TabStop = false;
   this.groupBoxAction.Text = "Action";
   // 
   // checkBoxGainFocus
   // 
   this.checkBoxGainFocus.AutoSize = true;
   this.checkBoxGainFocus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxGainFocus.Location = new System.Drawing.Point(112, 68);
   this.checkBoxGainFocus.Name = "checkBoxGainFocus";
   this.checkBoxGainFocus.Size = new System.Drawing.Size(78, 17);
   this.checkBoxGainFocus.TabIndex = 25;
   this.checkBoxGainFocus.Text = "Gain Focus";
   this.checkBoxGainFocus.UseVisualStyleBackColor = true;
   this.checkBoxGainFocus.CheckedChanged += new System.EventHandler(this.checkBoxGainFocus_CheckedChanged);
   // 
   // textBoxKeyCode
   // 
   this.textBoxKeyCode.BorderColor = System.Drawing.Color.Empty;
   this.textBoxKeyCode.Enabled = false;
   this.textBoxKeyCode.Location = new System.Drawing.Point(152, 124);
   this.textBoxKeyCode.MaxLength = 3;
   this.textBoxKeyCode.Name = "textBoxKeyCode";
   this.textBoxKeyCode.Size = new System.Drawing.Size(48, 20);
   this.textBoxKeyCode.TabIndex = 24;
   this.textBoxKeyCode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyCode_KeyUp);
   this.textBoxKeyCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyCode_KeyPress);
   // 
   // label1
   // 
   this.label1.AutoSize = true;
   this.label1.Location = new System.Drawing.Point(24, 128);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(28, 13);
   this.label1.TabIndex = 23;
   this.label1.Text = "Key:";
   // 
   // textBoxKeyChar
   // 
   this.textBoxKeyChar.BorderColor = System.Drawing.Color.Empty;
   this.textBoxKeyChar.Enabled = false;
   this.textBoxKeyChar.Location = new System.Drawing.Point(72, 124);
   this.textBoxKeyChar.MaxLength = 3;
   this.textBoxKeyChar.Name = "textBoxKeyChar";
   this.textBoxKeyChar.Size = new System.Drawing.Size(80, 20);
   this.textBoxKeyChar.TabIndex = 22;
   this.textBoxKeyChar.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyChar_KeyUp);
   this.textBoxKeyChar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyChar_KeyPress);
   // 
   // radioButtonProcess
   // 
   this.radioButtonProcess.AutoSize = true;
   this.radioButtonProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonProcess.Location = new System.Drawing.Point(24, 68);
   this.radioButtonProcess.Name = "radioButtonProcess";
   this.radioButtonProcess.Size = new System.Drawing.Size(62, 17);
   this.radioButtonProcess.TabIndex = 21;
   this.radioButtonProcess.Text = "Process";
   this.radioButtonProcess.UseVisualStyleBackColor = true;
   this.radioButtonProcess.Click += new System.EventHandler(this.radioButtonProcess_Click);
   // 
   // labelSound
   // 
   this.labelSound.AutoSize = true;
   this.labelSound.Location = new System.Drawing.Point(24, 156);
   this.labelSound.Name = "labelSound";
   this.labelSound.Size = new System.Drawing.Size(41, 13);
   this.labelSound.TabIndex = 20;
   this.labelSound.Text = "Sound:";
   // 
   // comboBoxSound
   // 
   this.comboBoxSound.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxSound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxSound.ForeColor = System.Drawing.Color.DarkRed;
   this.comboBoxSound.Location = new System.Drawing.Point(72, 153);
   this.comboBoxSound.Name = "comboBoxSound";
   this.comboBoxSound.Size = new System.Drawing.Size(128, 21);
   this.comboBoxSound.TabIndex = 19;
   this.comboBoxSound.SelectionChangeCommitted += new System.EventHandler(this.comboBoxSound_SelectionChangeCommitted);
   // 
   // radioButtonAction
   // 
   this.radioButtonAction.AutoSize = true;
   this.radioButtonAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonAction.Location = new System.Drawing.Point(24, 20);
   this.radioButtonAction.Name = "radioButtonAction";
   this.radioButtonAction.Size = new System.Drawing.Size(54, 17);
   this.radioButtonAction.TabIndex = 14;
   this.radioButtonAction.Text = "Action";
   this.radioButtonAction.UseVisualStyleBackColor = true;
   this.radioButtonAction.Click += new System.EventHandler(this.radioButtonAction_Click);
   // 
   // radioButtonActWindow
   // 
   this.radioButtonActWindow.AutoSize = true;
   this.radioButtonActWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonActWindow.Location = new System.Drawing.Point(112, 20);
   this.radioButtonActWindow.Name = "radioButtonActWindow";
   this.radioButtonActWindow.Size = new System.Drawing.Size(63, 17);
   this.radioButtonActWindow.TabIndex = 14;
   this.radioButtonActWindow.Text = "Window";
   this.radioButtonActWindow.UseVisualStyleBackColor = true;
   this.radioButtonActWindow.Click += new System.EventHandler(this.radioButtonActWindow_Click);
   // 
   // radioButtonToggle
   // 
   this.radioButtonToggle.AutoSize = true;
   this.radioButtonToggle.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonToggle.Location = new System.Drawing.Point(112, 44);
   this.radioButtonToggle.Name = "radioButtonToggle";
   this.radioButtonToggle.Size = new System.Drawing.Size(86, 17);
   this.radioButtonToggle.TabIndex = 17;
   this.radioButtonToggle.Text = "Toggle Layer";
   this.radioButtonToggle.UseVisualStyleBackColor = true;
   this.radioButtonToggle.Click += new System.EventHandler(this.radioButtonToggle_Click);
   // 
   // radioButtonPower
   // 
   this.radioButtonPower.AutoSize = true;
   this.radioButtonPower.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonPower.Location = new System.Drawing.Point(24, 44);
   this.radioButtonPower.Name = "radioButtonPower";
   this.radioButtonPower.Size = new System.Drawing.Size(80, 17);
   this.radioButtonPower.TabIndex = 18;
   this.radioButtonPower.Text = "Powerdown";
   this.radioButtonPower.UseVisualStyleBackColor = true;
   this.radioButtonPower.Click += new System.EventHandler(this.radioButtonPower_Click);
   // 
   // comboBoxCmdProperty
   // 
   this.comboBoxCmdProperty.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxCmdProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxCmdProperty.ForeColor = System.Drawing.Color.DarkGreen;
   this.comboBoxCmdProperty.Location = new System.Drawing.Point(24, 92);
   this.comboBoxCmdProperty.Name = "comboBoxCmdProperty";
   this.comboBoxCmdProperty.Size = new System.Drawing.Size(176, 21);
   this.comboBoxCmdProperty.Sorted = true;
   this.comboBoxCmdProperty.TabIndex = 14;
   this.comboBoxCmdProperty.SelectionChangeCommitted +=
     new System.EventHandler(this.comboBoxCmdProperty_SelectionChangeCommitted);
   // 
   // groupBoxCondition
   // 
   this.groupBoxCondition.Anchor = System.Windows.Forms.AnchorStyles.Right;
   this.groupBoxCondition.Controls.Add(this.radioButtonWindow);
   this.groupBoxCondition.Controls.Add(this.radioButtonFullscreen);
   this.groupBoxCondition.Controls.Add(this.radioButtonPlaying);
   this.groupBoxCondition.Controls.Add(this.radioButtonNoCondition);
   this.groupBoxCondition.Controls.Add(this.comboBoxCondProperty);
   this.groupBoxCondition.Enabled = false;
   this.groupBoxCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxCondition.Location = new System.Drawing.Point(350, 110);
   this.groupBoxCondition.Name = "groupBoxCondition";
   this.groupBoxCondition.Size = new System.Drawing.Size(224, 100);
   this.groupBoxCondition.TabIndex = 15;
   this.groupBoxCondition.TabStop = false;
   this.groupBoxCondition.Text = "Condition";
   // 
   // radioButtonWindow
   // 
   this.radioButtonWindow.AutoSize = true;
   this.radioButtonWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonWindow.Location = new System.Drawing.Point(24, 20);
   this.radioButtonWindow.Name = "radioButtonWindow";
   this.radioButtonWindow.Size = new System.Drawing.Size(63, 17);
   this.radioButtonWindow.TabIndex = 9;
   this.radioButtonWindow.Text = "Window";
   this.radioButtonWindow.UseVisualStyleBackColor = true;
   this.radioButtonWindow.Click += new System.EventHandler(this.radioButtonWindow_Click);
   // 
   // radioButtonFullscreen
   // 
   this.radioButtonFullscreen.AutoSize = true;
   this.radioButtonFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonFullscreen.Location = new System.Drawing.Point(112, 20);
   this.radioButtonFullscreen.Name = "radioButtonFullscreen";
   this.radioButtonFullscreen.Size = new System.Drawing.Size(72, 17);
   this.radioButtonFullscreen.TabIndex = 10;
   this.radioButtonFullscreen.Text = "Fullscreen";
   this.radioButtonFullscreen.UseVisualStyleBackColor = true;
   this.radioButtonFullscreen.Click += new System.EventHandler(this.radioButtonFullscreen_Click);
   // 
   // radioButtonPlaying
   // 
   this.radioButtonPlaying.AutoSize = true;
   this.radioButtonPlaying.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonPlaying.Location = new System.Drawing.Point(24, 44);
   this.radioButtonPlaying.Name = "radioButtonPlaying";
   this.radioButtonPlaying.Size = new System.Drawing.Size(58, 17);
   this.radioButtonPlaying.TabIndex = 11;
   this.radioButtonPlaying.Text = "Playing";
   this.radioButtonPlaying.UseVisualStyleBackColor = true;
   this.radioButtonPlaying.Click += new System.EventHandler(this.radioButtonPlaying_Click);
   // 
   // radioButtonNoCondition
   // 
   this.radioButtonNoCondition.AutoSize = true;
   this.radioButtonNoCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonNoCondition.Location = new System.Drawing.Point(112, 44);
   this.radioButtonNoCondition.Name = "radioButtonNoCondition";
   this.radioButtonNoCondition.Size = new System.Drawing.Size(85, 17);
   this.radioButtonNoCondition.TabIndex = 12;
   this.radioButtonNoCondition.Text = "No Condition";
   this.radioButtonNoCondition.UseVisualStyleBackColor = true;
   this.radioButtonNoCondition.Click += new System.EventHandler(this.radioButtonNoCondition_Click);
   // 
   // comboBoxCondProperty
   // 
   this.comboBoxCondProperty.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxCondProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxCondProperty.ForeColor = System.Drawing.Color.Blue;
   this.comboBoxCondProperty.Location = new System.Drawing.Point(24, 68);
   this.comboBoxCondProperty.Name = "comboBoxCondProperty";
   this.comboBoxCondProperty.Size = new System.Drawing.Size(176, 21);
   this.comboBoxCondProperty.Sorted = true;
   this.comboBoxCondProperty.TabIndex = 13;
   this.comboBoxCondProperty.SelectionChangeCommitted +=
     new System.EventHandler(this.comboBoxCondProperty_SelectionChangeCommitted);
   // 
   // groupBoxLayer
   // 
   this.groupBoxLayer.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxLayer.Controls.Add(this.comboBoxLayer);
   this.groupBoxLayer.Controls.Add(this.labelLayer);
   this.groupBoxLayer.Enabled = false;
   this.groupBoxLayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxLayer.Location = new System.Drawing.Point(350, 48);
   this.groupBoxLayer.Name = "groupBoxLayer";
   this.groupBoxLayer.Size = new System.Drawing.Size(224, 52);
   this.groupBoxLayer.TabIndex = 22;
   this.groupBoxLayer.TabStop = false;
   this.groupBoxLayer.Text = "Layer";
   // 
   // comboBoxLayer
   // 
   this.comboBoxLayer.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxLayer.ForeColor = System.Drawing.Color.DimGray;
   this.comboBoxLayer.Location = new System.Drawing.Point(80, 20);
   this.comboBoxLayer.Name = "comboBoxLayer";
   this.comboBoxLayer.Size = new System.Drawing.Size(121, 21);
   this.comboBoxLayer.TabIndex = 25;
   this.comboBoxLayer.SelectionChangeCommitted += new System.EventHandler(this.comboBoxLayer_SelectionChangeCommitted);
   // 
   // labelLayer
   // 
   this.labelLayer.AutoSize = true;
   this.labelLayer.Location = new System.Drawing.Point(24, 23);
   this.labelLayer.Name = "labelLayer";
   this.labelLayer.Size = new System.Drawing.Size(36, 13);
   this.labelLayer.TabIndex = 16;
   this.labelLayer.Text = "Layer:";
   // 
   // buttonNew
   // 
   this.buttonNew.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonNew.Location = new System.Drawing.Point(189, 397);
   this.buttonNew.Name = "buttonNew";
   this.buttonNew.Size = new System.Drawing.Size(56, 20);
   this.buttonNew.TabIndex = 26;
   this.buttonNew.Text = "New";
   this.buttonNew.UseVisualStyleBackColor = true;
   this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
   // 
   // InputMappingForm
   // 
   this.AcceptButton = this.buttonOk;
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.AutoScroll = true;
   this.CancelButton = this.buttonCancel;
   this.ClientSize = new System.Drawing.Size(590, 475);
   this.Controls.Add(this.labelExpand);
   this.Controls.Add(this.treeMapping);
   this.Controls.Add(this.buttonDefault);
   this.Controls.Add(this.buttonRemove);
   this.Controls.Add(this.buttonNew);
   this.Controls.Add(this.buttonDown);
   this.Controls.Add(this.buttonUp);
   this.Controls.Add(this.beveledLine1);
   this.Controls.Add(this.buttonApply);
   this.Controls.Add(this.buttonOk);
   this.Controls.Add(this.buttonCancel);
   this.Controls.Add(this.headerLabel);
   this.Controls.Add(this.groupBoxAction);
   this.Controls.Add(this.groupBoxCondition);
   this.Controls.Add(this.groupBoxLayer);
   this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   this.Name = "InputMappingForm";
   this.ShowInTaskbar = false;
   this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
   this.Text = "MediaPortal - Setup";
   this.groupBoxAction.ResumeLayout(false);
   this.groupBoxAction.PerformLayout();
   this.groupBoxCondition.ResumeLayout(false);
   this.groupBoxCondition.PerformLayout();
   this.groupBoxLayer.ResumeLayout(false);
   this.groupBoxLayer.PerformLayout();
   this.ResumeLayout(false);
   this.PerformLayout();
 }
Beispiel #10
0
 private void InitializeComponent()
 {
   this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.labelError2 = new System.Windows.Forms.Label();
   this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.mpRadioButton2 = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.mpRadioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.textBoxImmediateSkipSteps = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.groupBoxTimeout = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.numericUpDownSkipTimeout = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.labelSkipTimeout = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonResetSkipSteps = new MediaPortal.UserInterface.Controls.MPButton();
   this.groupBoxSkipSteps = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.labelError = new System.Windows.Forms.Label();
   this.textBoxManualSkipSteps = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.checkBoxStep16 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep4 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep15 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep12 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep11 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep10 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep9 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep5 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep6 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep14 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep8 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep13 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep7 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep3 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep2 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxStep1 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.mpGroupBox1.SuspendLayout();
   this.mpGroupBox2.SuspendLayout();
   this.groupBoxTimeout.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkipTimeout)).BeginInit();
   this.groupBoxSkipSteps.SuspendLayout();
   this.SuspendLayout();
   // 
   // mpGroupBox1
   // 
   this.mpGroupBox1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.mpGroupBox1.Controls.Add(this.labelError2);
   this.mpGroupBox1.Controls.Add(this.mpGroupBox2);
   this.mpGroupBox1.Controls.Add(this.textBoxImmediateSkipSteps);
   this.mpGroupBox1.Controls.Add(this.mpLabel1);
   this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpGroupBox1.Location = new System.Drawing.Point(6, 304);
   this.mpGroupBox1.Name = "mpGroupBox1";
   this.mpGroupBox1.Size = new System.Drawing.Size(347, 77);
   this.mpGroupBox1.TabIndex = 5;
   this.mpGroupBox1.TabStop = false;
   this.mpGroupBox1.Text = "Immediate skip steps (up / down)";
   // 
   // labelError2
   // 
   this.labelError2.Location = new System.Drawing.Point(145, 54);
   this.labelError2.Name = "labelError2";
   this.labelError2.Size = new System.Drawing.Size(196, 17);
   this.labelError2.TabIndex = 54;
   // 
   // mpGroupBox2
   // 
   this.mpGroupBox2.Controls.Add(this.mpRadioButton2);
   this.mpGroupBox2.Controls.Add(this.mpRadioButton1);
   this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpGroupBox2.Location = new System.Drawing.Point(6, 17);
   this.mpGroupBox2.Name = "mpGroupBox2";
   this.mpGroupBox2.Size = new System.Drawing.Size(130, 54);
   this.mpGroupBox2.TabIndex = 7;
   this.mpGroupBox2.TabStop = false;
   this.mpGroupBox2.Text = "Skip type";
   // 
   // mpRadioButton2
   // 
   this.mpRadioButton2.AutoSize = true;
   this.mpRadioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpRadioButton2.Location = new System.Drawing.Point(7, 34);
   this.mpRadioButton2.Name = "mpRadioButton2";
   this.mpRadioButton2.Size = new System.Drawing.Size(115, 17);
   this.mpRadioButton2.TabIndex = 3;
   this.mpRadioButton2.Text = "Constant (seconds)";
   this.mpRadioButton2.UseVisualStyleBackColor = true;
   // 
   // mpRadioButton1
   // 
   this.mpRadioButton1.AutoSize = true;
   this.mpRadioButton1.Checked = true;
   this.mpRadioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpRadioButton1.Location = new System.Drawing.Point(7, 14);
   this.mpRadioButton1.Name = "mpRadioButton1";
   this.mpRadioButton1.Size = new System.Drawing.Size(80, 17);
   this.mpRadioButton1.TabIndex = 2;
   this.mpRadioButton1.TabStop = true;
   this.mpRadioButton1.Text = "Relative (%)";
   this.mpRadioButton1.UseVisualStyleBackColor = true;
   // 
   // textBoxImmediateSkipSteps
   // 
   this.textBoxImmediateSkipSteps.AcceptsReturn = true;
   this.textBoxImmediateSkipSteps.BorderColor = System.Drawing.Color.Empty;
   this.textBoxImmediateSkipSteps.Location = new System.Drawing.Point(148, 33);
   this.textBoxImmediateSkipSteps.Name = "textBoxImmediateSkipSteps";
   this.textBoxImmediateSkipSteps.Size = new System.Drawing.Size(55, 20);
   this.textBoxImmediateSkipSteps.TabIndex = 6;
   this.textBoxImmediateSkipSteps.TextChanged += new System.EventHandler(this.textBoxImmediateSkipSteps_TextChanged);
   // 
   // mpLabel1
   // 
   this.mpLabel1.AutoSize = true;
   this.mpLabel1.Location = new System.Drawing.Point(145, 17);
   this.mpLabel1.Name = "mpLabel1";
   this.mpLabel1.Size = new System.Drawing.Size(168, 13);
   this.mpLabel1.TabIndex = 5;
   this.mpLabel1.Text = "Skip value (in seconds or percent)";
   // 
   // groupBoxTimeout
   // 
   this.groupBoxTimeout.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxTimeout.Controls.Add(this.numericUpDownSkipTimeout);
   this.groupBoxTimeout.Controls.Add(this.labelSkipTimeout);
   this.groupBoxTimeout.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxTimeout.Location = new System.Drawing.Point(6, 258);
   this.groupBoxTimeout.Name = "groupBoxTimeout";
   this.groupBoxTimeout.Size = new System.Drawing.Size(462, 40);
   this.groupBoxTimeout.TabIndex = 4;
   this.groupBoxTimeout.TabStop = false;
   this.groupBoxTimeout.Text = "Timeout";
   // 
   // numericUpDownSkipTimeout
   // 
   this.numericUpDownSkipTimeout.Increment = new decimal(new int[]
                                                           {
                                                             100,
                                                             0,
                                                             0,
                                                             0
                                                           });
   this.numericUpDownSkipTimeout.Location = new System.Drawing.Point(213, 14);
   this.numericUpDownSkipTimeout.Maximum = new decimal(new int[]
                                                         {
                                                           10000,
                                                           0,
                                                           0,
                                                           0
                                                         });
   this.numericUpDownSkipTimeout.Name = "numericUpDownSkipTimeout";
   this.numericUpDownSkipTimeout.Size = new System.Drawing.Size(56, 20);
   this.numericUpDownSkipTimeout.TabIndex = 1;
   this.numericUpDownSkipTimeout.Value = new decimal(new int[]
                                                       {
                                                         1500,
                                                         0,
                                                         0,
                                                         0
                                                       });
   // 
   // labelSkipTimeout
   // 
   this.labelSkipTimeout.AutoSize = true;
   this.labelSkipTimeout.Location = new System.Drawing.Point(12, 16);
   this.labelSkipTimeout.Name = "labelSkipTimeout";
   this.labelSkipTimeout.Size = new System.Drawing.Size(195, 13);
   this.labelSkipTimeout.TabIndex = 0;
   this.labelSkipTimeout.Text = "Timeout before skipping occurs (msec.):";
   // 
   // buttonResetSkipSteps
   // 
   this.buttonResetSkipSteps.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonResetSkipSteps.Location = new System.Drawing.Point(376, 358);
   this.buttonResetSkipSteps.Name = "buttonResetSkipSteps";
   this.buttonResetSkipSteps.Size = new System.Drawing.Size(75, 23);
   this.buttonResetSkipSteps.TabIndex = 6;
   this.buttonResetSkipSteps.Text = "Defaults";
   this.buttonResetSkipSteps.UseVisualStyleBackColor = true;
   this.buttonResetSkipSteps.Click += new System.EventHandler(this.buttonResetSkipSteps_Click);
   // 
   // groupBoxSkipSteps
   // 
   this.groupBoxSkipSteps.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxSkipSteps.Controls.Add(this.labelError);
   this.groupBoxSkipSteps.Controls.Add(this.textBoxManualSkipSteps);
   this.groupBoxSkipSteps.Controls.Add(this.label1);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep16);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep4);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep15);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep12);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep11);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep10);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep9);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep5);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep6);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep14);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep8);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep13);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep7);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep3);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep2);
   this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep1);
   this.groupBoxSkipSteps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxSkipSteps.Location = new System.Drawing.Point(6, 0);
   this.groupBoxSkipSteps.Name = "groupBoxSkipSteps";
   this.groupBoxSkipSteps.Size = new System.Drawing.Size(462, 252);
   this.groupBoxSkipSteps.TabIndex = 3;
   this.groupBoxSkipSteps.TabStop = false;
   this.groupBoxSkipSteps.Text = "Skip steps (left / right)";
   // 
   // labelError
   // 
   this.labelError.Location = new System.Drawing.Point(210, 206);
   this.labelError.Name = "labelError";
   this.labelError.Size = new System.Drawing.Size(212, 16);
   this.labelError.TabIndex = 53;
   // 
   // textBoxManualSkipSteps
   // 
   this.textBoxManualSkipSteps.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.textBoxManualSkipSteps.BorderColor = System.Drawing.Color.Empty;
   this.textBoxManualSkipSteps.Location = new System.Drawing.Point(158, 222);
   this.textBoxManualSkipSteps.Name = "textBoxManualSkipSteps";
   this.textBoxManualSkipSteps.Size = new System.Drawing.Size(298, 20);
   this.textBoxManualSkipSteps.TabIndex = 17;
   this.textBoxManualSkipSteps.Text = "15,30,60,180,300,600,900,1800,3600,7200";
   this.textBoxManualSkipSteps.TextChanged += new System.EventHandler(this.textBoxManualSkipSteps_TextChanged);
   // 
   // label1
   // 
   this.label1.AutoSize = true;
   this.label1.Location = new System.Drawing.Point(17, 225);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(135, 13);
   this.label1.TabIndex = 16;
   this.label1.Text = "Define skip steps manually:";
   // 
   // checkBoxStep16
   // 
   this.checkBoxStep16.AutoSize = true;
   this.checkBoxStep16.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep16.Location = new System.Drawing.Point(210, 98);
   this.checkBoxStep16.Name = "checkBoxStep16";
   this.checkBoxStep16.Size = new System.Drawing.Size(56, 17);
   this.checkBoxStep16.TabIndex = 15;
   this.checkBoxStep16.Text = "+/- 3 h";
   this.checkBoxStep16.UseVisualStyleBackColor = true;
   this.checkBoxStep16.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep4
   // 
   this.checkBoxStep4.AutoSize = true;
   this.checkBoxStep4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep4.Location = new System.Drawing.Point(15, 98);
   this.checkBoxStep4.Name = "checkBoxStep4";
   this.checkBoxStep4.Size = new System.Drawing.Size(73, 17);
   this.checkBoxStep4.TabIndex = 3;
   this.checkBoxStep4.Text = "+/- 45 sec";
   this.checkBoxStep4.UseVisualStyleBackColor = true;
   this.checkBoxStep4.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep15
   // 
   this.checkBoxStep15.AutoSize = true;
   this.checkBoxStep15.Checked = true;
   this.checkBoxStep15.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep15.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep15.Location = new System.Drawing.Point(210, 75);
   this.checkBoxStep15.Name = "checkBoxStep15";
   this.checkBoxStep15.Size = new System.Drawing.Size(56, 17);
   this.checkBoxStep15.TabIndex = 14;
   this.checkBoxStep15.Text = "+/- 2 h";
   this.checkBoxStep15.UseVisualStyleBackColor = true;
   this.checkBoxStep15.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep12
   // 
   this.checkBoxStep12.AutoSize = true;
   this.checkBoxStep12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep12.Location = new System.Drawing.Point(113, 190);
   this.checkBoxStep12.Name = "checkBoxStep12";
   this.checkBoxStep12.Size = new System.Drawing.Size(72, 17);
   this.checkBoxStep12.TabIndex = 11;
   this.checkBoxStep12.Text = "+/- 45 min";
   this.checkBoxStep12.UseVisualStyleBackColor = true;
   this.checkBoxStep12.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep11
   // 
   this.checkBoxStep11.AutoSize = true;
   this.checkBoxStep11.Checked = true;
   this.checkBoxStep11.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep11.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep11.Location = new System.Drawing.Point(113, 167);
   this.checkBoxStep11.Name = "checkBoxStep11";
   this.checkBoxStep11.Size = new System.Drawing.Size(72, 17);
   this.checkBoxStep11.TabIndex = 10;
   this.checkBoxStep11.Text = "+/- 30 min";
   this.checkBoxStep11.UseVisualStyleBackColor = true;
   this.checkBoxStep11.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep10
   // 
   this.checkBoxStep10.AutoSize = true;
   this.checkBoxStep10.Checked = true;
   this.checkBoxStep10.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep10.Location = new System.Drawing.Point(113, 144);
   this.checkBoxStep10.Name = "checkBoxStep10";
   this.checkBoxStep10.Size = new System.Drawing.Size(72, 17);
   this.checkBoxStep10.TabIndex = 9;
   this.checkBoxStep10.Text = "+/- 15 min";
   this.checkBoxStep10.UseVisualStyleBackColor = true;
   this.checkBoxStep10.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep9
   // 
   this.checkBoxStep9.AutoSize = true;
   this.checkBoxStep9.Checked = true;
   this.checkBoxStep9.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep9.Location = new System.Drawing.Point(113, 121);
   this.checkBoxStep9.Name = "checkBoxStep9";
   this.checkBoxStep9.Size = new System.Drawing.Size(72, 17);
   this.checkBoxStep9.TabIndex = 8;
   this.checkBoxStep9.Text = "+/- 10 min";
   this.checkBoxStep9.UseVisualStyleBackColor = true;
   this.checkBoxStep9.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep5
   // 
   this.checkBoxStep5.AutoSize = true;
   this.checkBoxStep5.Checked = true;
   this.checkBoxStep5.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep5.Location = new System.Drawing.Point(113, 29);
   this.checkBoxStep5.Name = "checkBoxStep5";
   this.checkBoxStep5.Size = new System.Drawing.Size(66, 17);
   this.checkBoxStep5.TabIndex = 4;
   this.checkBoxStep5.Text = "+/- 1 min";
   this.checkBoxStep5.UseVisualStyleBackColor = true;
   this.checkBoxStep5.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep6
   // 
   this.checkBoxStep6.AutoSize = true;
   this.checkBoxStep6.Checked = true;
   this.checkBoxStep6.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep6.Location = new System.Drawing.Point(113, 52);
   this.checkBoxStep6.Name = "checkBoxStep6";
   this.checkBoxStep6.Size = new System.Drawing.Size(66, 17);
   this.checkBoxStep6.TabIndex = 5;
   this.checkBoxStep6.Text = "+/- 3 min";
   this.checkBoxStep6.UseVisualStyleBackColor = true;
   this.checkBoxStep6.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep14
   // 
   this.checkBoxStep14.AutoSize = true;
   this.checkBoxStep14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep14.Location = new System.Drawing.Point(210, 52);
   this.checkBoxStep14.Name = "checkBoxStep14";
   this.checkBoxStep14.Size = new System.Drawing.Size(65, 17);
   this.checkBoxStep14.TabIndex = 13;
   this.checkBoxStep14.Text = "+/- 1,5 h";
   this.checkBoxStep14.UseVisualStyleBackColor = true;
   this.checkBoxStep14.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep8
   // 
   this.checkBoxStep8.AutoSize = true;
   this.checkBoxStep8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep8.Location = new System.Drawing.Point(113, 98);
   this.checkBoxStep8.Name = "checkBoxStep8";
   this.checkBoxStep8.Size = new System.Drawing.Size(66, 17);
   this.checkBoxStep8.TabIndex = 7;
   this.checkBoxStep8.Text = "+/- 7 min";
   this.checkBoxStep8.UseVisualStyleBackColor = true;
   this.checkBoxStep8.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep13
   // 
   this.checkBoxStep13.AutoSize = true;
   this.checkBoxStep13.Checked = true;
   this.checkBoxStep13.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep13.Location = new System.Drawing.Point(210, 29);
   this.checkBoxStep13.Name = "checkBoxStep13";
   this.checkBoxStep13.Size = new System.Drawing.Size(56, 17);
   this.checkBoxStep13.TabIndex = 12;
   this.checkBoxStep13.Text = "+/- 1 h";
   this.checkBoxStep13.UseVisualStyleBackColor = true;
   this.checkBoxStep13.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep7
   // 
   this.checkBoxStep7.AutoSize = true;
   this.checkBoxStep7.Checked = true;
   this.checkBoxStep7.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep7.Location = new System.Drawing.Point(113, 75);
   this.checkBoxStep7.Name = "checkBoxStep7";
   this.checkBoxStep7.Size = new System.Drawing.Size(66, 17);
   this.checkBoxStep7.TabIndex = 6;
   this.checkBoxStep7.Text = "+/- 5 min";
   this.checkBoxStep7.UseVisualStyleBackColor = true;
   this.checkBoxStep7.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep3
   // 
   this.checkBoxStep3.AutoSize = true;
   this.checkBoxStep3.Checked = true;
   this.checkBoxStep3.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep3.Location = new System.Drawing.Point(15, 75);
   this.checkBoxStep3.Name = "checkBoxStep3";
   this.checkBoxStep3.Size = new System.Drawing.Size(73, 17);
   this.checkBoxStep3.TabIndex = 2;
   this.checkBoxStep3.Text = "+/- 30 sec";
   this.checkBoxStep3.UseVisualStyleBackColor = true;
   this.checkBoxStep3.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep2
   // 
   this.checkBoxStep2.AutoSize = true;
   this.checkBoxStep2.Checked = true;
   this.checkBoxStep2.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxStep2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep2.Location = new System.Drawing.Point(15, 52);
   this.checkBoxStep2.Name = "checkBoxStep2";
   this.checkBoxStep2.Size = new System.Drawing.Size(73, 17);
   this.checkBoxStep2.TabIndex = 1;
   this.checkBoxStep2.Text = "+/- 15 sec";
   this.checkBoxStep2.UseVisualStyleBackColor = true;
   this.checkBoxStep2.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // checkBoxStep1
   // 
   this.checkBoxStep1.AutoSize = true;
   this.checkBoxStep1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxStep1.Location = new System.Drawing.Point(15, 29);
   this.checkBoxStep1.Name = "checkBoxStep1";
   this.checkBoxStep1.Size = new System.Drawing.Size(67, 17);
   this.checkBoxStep1.TabIndex = 0;
   this.checkBoxStep1.Text = "+/- 5 sec";
   this.checkBoxStep1.UseVisualStyleBackColor = true;
   this.checkBoxStep1.Click += new System.EventHandler(this.checkBoxStep_Click);
   // 
   // GuiSkipSteps
   // 
   this.Controls.Add(this.mpGroupBox1);
   this.Controls.Add(this.groupBoxTimeout);
   this.Controls.Add(this.buttonResetSkipSteps);
   this.Controls.Add(this.groupBoxSkipSteps);
   this.Name = "GuiSkipSteps";
   this.Size = new System.Drawing.Size(472, 476);
   this.mpGroupBox1.ResumeLayout(false);
   this.mpGroupBox1.PerformLayout();
   this.mpGroupBox2.ResumeLayout(false);
   this.mpGroupBox2.PerformLayout();
   this.groupBoxTimeout.ResumeLayout(false);
   this.groupBoxTimeout.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkipTimeout)).EndInit();
   this.groupBoxSkipSteps.ResumeLayout(false);
   this.groupBoxSkipSteps.PerformLayout();
   this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.adapterDeviceGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.deviceComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.deviceLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.adapterComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.displayAdapterLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.fullscreenRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.cancelButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.otherSettingsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.multisampleQualityComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.multisampleQualityLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.multisampleComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.backBufferFormatComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.multisampleLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.depthStencilBufferLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.backBufferFormatLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.depthStencilBufferComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.vertexProcComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.vertexProcLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.presentIntervalComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.presentIntervalLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.resolutionComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.windowedRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.resolutionLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.refreshRateComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.adapterFormatLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.refreshRateLabel = new MediaPortal.UserInterface.Controls.MPLabel();
   this.okButton = new MediaPortal.UserInterface.Controls.MPButton();
   this.modeSettingsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.adapterFormatComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.adapterDeviceGroupBox.SuspendLayout();
   this.otherSettingsGroupBox.SuspendLayout();
   this.modeSettingsGroupBox.SuspendLayout();
   this.SuspendLayout();
   // 
   // adapterDeviceGroupBox
   // 
   this.adapterDeviceGroupBox.Controls.AddRange(new System.Windows.Forms.Control[]
                                                  {
                                                    this.deviceComboBox,
                                                    this.deviceLabel,
                                                    this.adapterComboBox,
                                                    this.displayAdapterLabel
                                                  });
   this.adapterDeviceGroupBox.Location = new System.Drawing.Point(16, 8);
   this.adapterDeviceGroupBox.Name = "adapterDeviceGroupBox";
   this.adapterDeviceGroupBox.Size = new System.Drawing.Size(400, 80);
   this.adapterDeviceGroupBox.TabIndex = 0;
   this.adapterDeviceGroupBox.TabStop = false;
   this.adapterDeviceGroupBox.Text = "Adapter and device";
   // 
   // deviceComboBox
   // 
   this.deviceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.deviceComboBox.DropDownWidth = 121;
   this.deviceComboBox.Location = new System.Drawing.Point(160, 48);
   this.deviceComboBox.Name = "deviceComboBox";
   this.deviceComboBox.Size = new System.Drawing.Size(232, 21);
   this.deviceComboBox.TabIndex = 3;
   this.deviceComboBox.SelectedIndexChanged += new System.EventHandler(this.DeviceChanged);
   // 
   // deviceLabel
   // 
   this.deviceLabel.Location = new System.Drawing.Point(8, 48);
   this.deviceLabel.Name = "deviceLabel";
   this.deviceLabel.Size = new System.Drawing.Size(152, 23);
   this.deviceLabel.TabIndex = 2;
   this.deviceLabel.Text = "Render &Device:";
   // 
   // adapterComboBox
   // 
   this.adapterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.adapterComboBox.DropDownWidth = 121;
   this.adapterComboBox.Location = new System.Drawing.Point(160, 24);
   this.adapterComboBox.Name = "adapterComboBox";
   this.adapterComboBox.Size = new System.Drawing.Size(232, 21);
   this.adapterComboBox.TabIndex = 1;
   this.adapterComboBox.SelectedIndexChanged += new System.EventHandler(this.AdapterChanged);
   // 
   // displayAdapterLabel
   // 
   this.displayAdapterLabel.Location = new System.Drawing.Point(8, 24);
   this.displayAdapterLabel.Name = "displayAdapterLabel";
   this.displayAdapterLabel.Size = new System.Drawing.Size(152, 23);
   this.displayAdapterLabel.TabIndex = 0;
   this.displayAdapterLabel.Text = "Display &Adapter:";
   // 
   // fullscreenRadioButton
   // 
   this.fullscreenRadioButton.Location = new System.Drawing.Point(9, 38);
   this.fullscreenRadioButton.Name = "fullscreenRadioButton";
   this.fullscreenRadioButton.Size = new System.Drawing.Size(152, 24);
   this.fullscreenRadioButton.TabIndex = 1;
   this.fullscreenRadioButton.Text = "&Fullscreen";
   // 
   // cancelButton
   // 
   this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.cancelButton.Location = new System.Drawing.Point(248, 464);
   this.cancelButton.Name = "cancelButton";
   this.cancelButton.TabIndex = 4;
   this.cancelButton.Text = "Cancel";
   // 
   // otherSettingsGroupBox
   // 
   this.otherSettingsGroupBox.Controls.AddRange(new System.Windows.Forms.Control[]
                                                  {
                                                    this.multisampleQualityComboBox,
                                                    this.multisampleQualityLabel,
                                                    this.multisampleComboBox,
                                                    this.backBufferFormatComboBox,
                                                    this.multisampleLabel,
                                                    this.depthStencilBufferLabel,
                                                    this.backBufferFormatLabel,
                                                    this.depthStencilBufferComboBox,
                                                    this.vertexProcComboBox,
                                                    this.vertexProcLabel,
                                                    this.presentIntervalComboBox,
                                                    this.presentIntervalLabel
                                                  });
   this.otherSettingsGroupBox.Location = new System.Drawing.Point(16, 264);
   this.otherSettingsGroupBox.Name = "otherSettingsGroupBox";
   this.otherSettingsGroupBox.Size = new System.Drawing.Size(400, 176);
   this.otherSettingsGroupBox.TabIndex = 2;
   this.otherSettingsGroupBox.TabStop = false;
   this.otherSettingsGroupBox.Text = "Device settings";
   // 
   // multisampleQualityComboBox
   // 
   this.multisampleQualityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.multisampleQualityComboBox.DropDownWidth = 144;
   this.multisampleQualityComboBox.Location = new System.Drawing.Point(160, 96);
   this.multisampleQualityComboBox.Name = "multisampleQualityComboBox";
   this.multisampleQualityComboBox.Size = new System.Drawing.Size(232, 21);
   this.multisampleQualityComboBox.TabIndex = 7;
   this.multisampleQualityComboBox.SelectedIndexChanged += new System.EventHandler(this.MultisampleQualityChanged);
   // 
   // multisampleQualityLabel
   // 
   this.multisampleQualityLabel.Location = new System.Drawing.Point(8, 96);
   this.multisampleQualityLabel.Name = "multisampleQualityLabel";
   this.multisampleQualityLabel.Size = new System.Drawing.Size(152, 23);
   this.multisampleQualityLabel.TabIndex = 6;
   this.multisampleQualityLabel.Text = "Multisample &Quality:";
   // 
   // multisampleComboBox
   // 
   this.multisampleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.multisampleComboBox.DropDownWidth = 144;
   this.multisampleComboBox.Location = new System.Drawing.Point(160, 72);
   this.multisampleComboBox.Name = "multisampleComboBox";
   this.multisampleComboBox.Size = new System.Drawing.Size(232, 21);
   this.multisampleComboBox.TabIndex = 5;
   this.multisampleComboBox.SelectedIndexChanged += new System.EventHandler(this.MultisampleTypeChanged);
   // 
   // backBufferFormatComboBox
   // 
   this.backBufferFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.backBufferFormatComboBox.DropDownWidth = 144;
   this.backBufferFormatComboBox.Location = new System.Drawing.Point(160, 24);
   this.backBufferFormatComboBox.Name = "backBufferFormatComboBox";
   this.backBufferFormatComboBox.Size = new System.Drawing.Size(232, 21);
   this.backBufferFormatComboBox.TabIndex = 1;
   this.backBufferFormatComboBox.SelectedIndexChanged += new System.EventHandler(this.BackBufferFormatChanged);
   // 
   // multisampleLabel
   // 
   this.multisampleLabel.Location = new System.Drawing.Point(8, 72);
   this.multisampleLabel.Name = "multisampleLabel";
   this.multisampleLabel.Size = new System.Drawing.Size(152, 23);
   this.multisampleLabel.TabIndex = 4;
   this.multisampleLabel.Text = "&Multisample Type:";
   // 
   // depthStencilBufferLabel
   // 
   this.depthStencilBufferLabel.Location = new System.Drawing.Point(8, 48);
   this.depthStencilBufferLabel.Name = "depthStencilBufferLabel";
   this.depthStencilBufferLabel.Size = new System.Drawing.Size(152, 23);
   this.depthStencilBufferLabel.TabIndex = 2;
   this.depthStencilBufferLabel.Text = "De&pth/Stencil Buffer Format:";
   // 
   // backBufferFormatLabel
   // 
   this.backBufferFormatLabel.Location = new System.Drawing.Point(8, 24);
   this.backBufferFormatLabel.Name = "backBufferFormatLabel";
   this.backBufferFormatLabel.Size = new System.Drawing.Size(152, 23);
   this.backBufferFormatLabel.TabIndex = 0;
   this.backBufferFormatLabel.Text = "&Back Buffer Format:";
   // 
   // depthStencilBufferComboBox
   // 
   this.depthStencilBufferComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.depthStencilBufferComboBox.DropDownWidth = 144;
   this.depthStencilBufferComboBox.Location = new System.Drawing.Point(160, 48);
   this.depthStencilBufferComboBox.Name = "depthStencilBufferComboBox";
   this.depthStencilBufferComboBox.Size = new System.Drawing.Size(232, 21);
   this.depthStencilBufferComboBox.TabIndex = 3;
   this.depthStencilBufferComboBox.SelectedIndexChanged +=
     new System.EventHandler(this.DepthStencilBufferFormatChanged);
   // 
   // vertexProcComboBox
   // 
   this.vertexProcComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.vertexProcComboBox.DropDownWidth = 121;
   this.vertexProcComboBox.Location = new System.Drawing.Point(160, 120);
   this.vertexProcComboBox.Name = "vertexProcComboBox";
   this.vertexProcComboBox.Size = new System.Drawing.Size(232, 21);
   this.vertexProcComboBox.TabIndex = 9;
   this.vertexProcComboBox.SelectedIndexChanged += new System.EventHandler(this.VertexProcessingChanged);
   // 
   // vertexProcLabel
   // 
   this.vertexProcLabel.Location = new System.Drawing.Point(8, 120);
   this.vertexProcLabel.Name = "vertexProcLabel";
   this.vertexProcLabel.Size = new System.Drawing.Size(152, 23);
   this.vertexProcLabel.TabIndex = 8;
   this.vertexProcLabel.Text = "&Vertex Processing:";
   // 
   // presentIntervalComboBox
   // 
   this.presentIntervalComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.presentIntervalComboBox.DropDownWidth = 121;
   this.presentIntervalComboBox.Location = new System.Drawing.Point(160, 144);
   this.presentIntervalComboBox.Name = "presentIntervalComboBox";
   this.presentIntervalComboBox.Size = new System.Drawing.Size(232, 21);
   this.presentIntervalComboBox.TabIndex = 11;
   this.presentIntervalComboBox.SelectedValueChanged += new System.EventHandler(this.PresentIntervalChanged);
   // 
   // presentIntervalLabel
   // 
   this.presentIntervalLabel.Location = new System.Drawing.Point(8, 144);
   this.presentIntervalLabel.Name = "presentIntervalLabel";
   this.presentIntervalLabel.Size = new System.Drawing.Size(152, 23);
   this.presentIntervalLabel.TabIndex = 10;
   this.presentIntervalLabel.Text = "Present &Interval:";
   // 
   // resolutionComboBox
   // 
   this.resolutionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.resolutionComboBox.DropDownWidth = 144;
   this.resolutionComboBox.Location = new System.Drawing.Point(161, 94);
   this.resolutionComboBox.MaxDropDownItems = 14;
   this.resolutionComboBox.Name = "resolutionComboBox";
   this.resolutionComboBox.Size = new System.Drawing.Size(232, 21);
   this.resolutionComboBox.TabIndex = 5;
   this.resolutionComboBox.SelectedIndexChanged += new System.EventHandler(this.ResolutionChanged);
   // 
   // windowedRadioButton
   // 
   this.windowedRadioButton.Location = new System.Drawing.Point(9, 14);
   this.windowedRadioButton.Name = "windowedRadioButton";
   this.windowedRadioButton.Size = new System.Drawing.Size(152, 24);
   this.windowedRadioButton.TabIndex = 0;
   this.windowedRadioButton.Text = "&Windowed";
   this.windowedRadioButton.CheckedChanged += new System.EventHandler(this.WindowedFullscreenChanged);
   // 
   // resolutionLabel
   // 
   this.resolutionLabel.Location = new System.Drawing.Point(8, 94);
   this.resolutionLabel.Name = "resolutionLabel";
   this.resolutionLabel.Size = new System.Drawing.Size(152, 23);
   this.resolutionLabel.TabIndex = 4;
   this.resolutionLabel.Text = "&Resolution:";
   // 
   // refreshRateComboBox
   // 
   this.refreshRateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.refreshRateComboBox.DropDownWidth = 144;
   this.refreshRateComboBox.Location = new System.Drawing.Point(161, 118);
   this.refreshRateComboBox.MaxDropDownItems = 14;
   this.refreshRateComboBox.Name = "refreshRateComboBox";
   this.refreshRateComboBox.Size = new System.Drawing.Size(232, 21);
   this.refreshRateComboBox.TabIndex = 7;
   this.refreshRateComboBox.SelectedIndexChanged += new System.EventHandler(this.RefreshRateChanged);
   // 
   // adapterFormatLabel
   // 
   this.adapterFormatLabel.Location = new System.Drawing.Point(8, 72);
   this.adapterFormatLabel.Name = "adapterFormatLabel";
   this.adapterFormatLabel.Size = new System.Drawing.Size(152, 23);
   this.adapterFormatLabel.TabIndex = 2;
   this.adapterFormatLabel.Text = "Adapter F&ormat:";
   // 
   // refreshRateLabel
   // 
   this.refreshRateLabel.Location = new System.Drawing.Point(8, 118);
   this.refreshRateLabel.Name = "refreshRateLabel";
   this.refreshRateLabel.Size = new System.Drawing.Size(152, 23);
   this.refreshRateLabel.TabIndex = 6;
   this.refreshRateLabel.Text = "R&efresh Rate:";
   // 
   // okButton
   // 
   this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
   this.okButton.Location = new System.Drawing.Point(112, 464);
   this.okButton.Name = "okButton";
   this.okButton.TabIndex = 3;
   this.okButton.Text = "OK";
   // 
   // modeSettingsGroupBox
   // 
   this.modeSettingsGroupBox.Controls.AddRange(new System.Windows.Forms.Control[]
                                                 {
                                                   this.adapterFormatLabel,
                                                   this.refreshRateLabel,
                                                   this.resolutionComboBox,
                                                   this.adapterFormatComboBox,
                                                   this.resolutionLabel,
                                                   this.refreshRateComboBox,
                                                   this.windowedRadioButton,
                                                   this.fullscreenRadioButton
                                                 });
   this.modeSettingsGroupBox.Location = new System.Drawing.Point(16, 96);
   this.modeSettingsGroupBox.Name = "modeSettingsGroupBox";
   this.modeSettingsGroupBox.Size = new System.Drawing.Size(400, 160);
   this.modeSettingsGroupBox.TabIndex = 1;
   this.modeSettingsGroupBox.TabStop = false;
   this.modeSettingsGroupBox.Text = "Display mode settings";
   // 
   // adapterFormatComboBox
   // 
   this.adapterFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.adapterFormatComboBox.DropDownWidth = 121;
   this.adapterFormatComboBox.Location = new System.Drawing.Point(161, 70);
   this.adapterFormatComboBox.MaxDropDownItems = 14;
   this.adapterFormatComboBox.Name = "adapterFormatComboBox";
   this.adapterFormatComboBox.Size = new System.Drawing.Size(232, 21);
   this.adapterFormatComboBox.TabIndex = 3;
   this.adapterFormatComboBox.SelectedValueChanged += new System.EventHandler(this.AdapterFormatChanged);
   // 
   // D3DSettingsForm
   // 
   this.AcceptButton = this.okButton;
   this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
   this.CancelButton = this.cancelButton;
   this.ClientSize = new System.Drawing.Size(438, 512);
   this.Controls.AddRange(new System.Windows.Forms.Control[]
                            {
                              this.cancelButton,
                              this.okButton,
                              this.adapterDeviceGroupBox,
                              this.modeSettingsGroupBox,
                              this.otherSettingsGroupBox
                            });
   this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   this.MaximizeBox = false;
   this.Name = "D3DSettingsForm";
   this.Text = "Direct3D Settings";
   this.adapterDeviceGroupBox.ResumeLayout(false);
   this.otherSettingsGroupBox.ResumeLayout(false);
   this.modeSettingsGroupBox.ResumeLayout(false);
   this.ResumeLayout(false);
 }
Beispiel #12
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
      this.MusicSettingsTabCtl = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.PlayerTabPg = new System.Windows.Forms.TabPage();
      this.PlaybackSettingsGrpBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.enableMixing = new System.Windows.Forms.CheckBox();
      this.hScrollBarBuffering = new System.Windows.Forms.HScrollBar();
      this.hScrollBarCrossFade = new System.Windows.Forms.HScrollBar();
      this.GaplessPlaybackChkBox = new System.Windows.Forms.CheckBox();
      this.BufferingSecondsLbl = new System.Windows.Forms.Label();
      this.CrossFadeSecondsLbl = new System.Windows.Forms.Label();
      this.StreamOutputLevelNud = new System.Windows.Forms.NumericUpDown();
      this.FadeOnStartStopChkbox = new System.Windows.Forms.CheckBox();
      this.label12 = new System.Windows.Forms.Label();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.CrossFadingLbl = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.soundDeviceComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.audioPlayerComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.PlaySettingsTabPg = new System.Windows.Forms.TabPage();
      this.groupBox3 = new System.Windows.Forms.GroupBox();
      this.PlayNowJumpToCmbBox = new System.Windows.Forms.ComboBox();
      this.label8 = new System.Windows.Forms.Label();
      this.grpSelectOptions = new System.Windows.Forms.GroupBox();
      this.cmbSelectOption = new System.Windows.Forms.ComboBox();
      this.chkAddAllTracks = new System.Windows.Forms.CheckBox();
      this.tabPageNowPlaying = new System.Windows.Forms.TabPage();
      this.groupBoxVUMeter = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.radioButtonVULed = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonVUAnalog = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonVUNone = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.groupBoxDynamicContent = new System.Windows.Forms.GroupBox();
      this.checkBoxSwitchArtistOnLastFMSubmit = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxDisableTagLookups = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxDisableAlbumLookups = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxDisableCoverLookups = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBoxVizOptions = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.ShowVizInNowPlayingChkBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.ShowLyricsCmbBox = new System.Windows.Forms.ComboBox();
      this.label9 = new System.Windows.Forms.Label();
      this.PlaylistTabPg = new System.Windows.Forms.TabPage();
      this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.PlaylistCurrentCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.autoShuffleCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.ResumePlaylistChkBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.SavePlaylistOnExitChkBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.repeatPlaylistCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.playlistButton = new MediaPortal.UserInterface.Controls.MPButton();
      this.playlistFolderTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.VisualizationsTabPg = new System.Windows.Forms.TabPage();
      this.mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.groupBoxWinampVis = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.btWinampConfig = new MediaPortal.UserInterface.Controls.MPButton();
      this.EnableStatusOverlaysChkBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.ShowTrackInfoChkBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.label11 = new System.Windows.Forms.Label();
      this.label10 = new System.Windows.Forms.Label();
      this.VizPresetsCmbBox = new System.Windows.Forms.ComboBox();
      this.VisualizationsCmbBox = new System.Windows.Forms.ComboBox();
      this.label7 = new System.Windows.Forms.Label();
      this.label5 = new System.Windows.Forms.Label();
      this.VisualizationFpsNud = new System.Windows.Forms.NumericUpDown();
      this.label4 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.checkBox2 = new System.Windows.Forms.CheckBox();
      this.MusicSettingsTabCtl.SuspendLayout();
      this.PlayerTabPg.SuspendLayout();
      this.PlaybackSettingsGrpBox.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.StreamOutputLevelNud)).BeginInit();
      this.mpGroupBox1.SuspendLayout();
      this.PlaySettingsTabPg.SuspendLayout();
      this.groupBox3.SuspendLayout();
      this.grpSelectOptions.SuspendLayout();
      this.tabPageNowPlaying.SuspendLayout();
      this.groupBoxVUMeter.SuspendLayout();
      this.groupBoxDynamicContent.SuspendLayout();
      this.groupBoxVizOptions.SuspendLayout();
      this.PlaylistTabPg.SuspendLayout();
      this.groupBox1.SuspendLayout();
      this.VisualizationsTabPg.SuspendLayout();
      this.mpGroupBox3.SuspendLayout();
      this.groupBoxWinampVis.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.VisualizationFpsNud)).BeginInit();
      this.SuspendLayout();
      // 
      // MusicSettingsTabCtl
      // 
      this.MusicSettingsTabCtl.Controls.Add(this.PlayerTabPg);
      this.MusicSettingsTabCtl.Controls.Add(this.PlaySettingsTabPg);
      this.MusicSettingsTabCtl.Controls.Add(this.tabPageNowPlaying);
      this.MusicSettingsTabCtl.Controls.Add(this.PlaylistTabPg);
      this.MusicSettingsTabCtl.Controls.Add(this.VisualizationsTabPg);
      this.MusicSettingsTabCtl.Location = new System.Drawing.Point(0, 8);
      this.MusicSettingsTabCtl.Name = "MusicSettingsTabCtl";
      this.MusicSettingsTabCtl.SelectedIndex = 0;
      this.MusicSettingsTabCtl.Size = new System.Drawing.Size(472, 400);
      this.MusicSettingsTabCtl.TabIndex = 1;
      this.MusicSettingsTabCtl.SelectedIndexChanged += new System.EventHandler(this.MusicSettingsTabCtl_SelectedIndexChanged);
      // 
      // PlayerTabPg
      // 
      this.PlayerTabPg.Controls.Add(this.PlaybackSettingsGrpBox);
      this.PlayerTabPg.Controls.Add(this.mpGroupBox1);
      this.PlayerTabPg.Location = new System.Drawing.Point(4, 22);
      this.PlayerTabPg.Name = "PlayerTabPg";
      this.PlayerTabPg.Padding = new System.Windows.Forms.Padding(3);
      this.PlayerTabPg.Size = new System.Drawing.Size(464, 374);
      this.PlayerTabPg.TabIndex = 1;
      this.PlayerTabPg.Text = "Player settings";
      this.PlayerTabPg.UseVisualStyleBackColor = true;
      // 
      // PlaybackSettingsGrpBox
      // 
      this.PlaybackSettingsGrpBox.Controls.Add(this.enableMixing);
      this.PlaybackSettingsGrpBox.Controls.Add(this.hScrollBarBuffering);
      this.PlaybackSettingsGrpBox.Controls.Add(this.hScrollBarCrossFade);
      this.PlaybackSettingsGrpBox.Controls.Add(this.GaplessPlaybackChkBox);
      this.PlaybackSettingsGrpBox.Controls.Add(this.BufferingSecondsLbl);
      this.PlaybackSettingsGrpBox.Controls.Add(this.CrossFadeSecondsLbl);
      this.PlaybackSettingsGrpBox.Controls.Add(this.StreamOutputLevelNud);
      this.PlaybackSettingsGrpBox.Controls.Add(this.FadeOnStartStopChkbox);
      this.PlaybackSettingsGrpBox.Controls.Add(this.label12);
      this.PlaybackSettingsGrpBox.Controls.Add(this.mpLabel1);
      this.PlaybackSettingsGrpBox.Controls.Add(this.CrossFadingLbl);
      this.PlaybackSettingsGrpBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.PlaybackSettingsGrpBox.Location = new System.Drawing.Point(16, 129);
      this.PlaybackSettingsGrpBox.Name = "PlaybackSettingsGrpBox";
      this.PlaybackSettingsGrpBox.Size = new System.Drawing.Size(432, 207);
      this.PlaybackSettingsGrpBox.TabIndex = 1;
      this.PlaybackSettingsGrpBox.TabStop = false;
      this.PlaybackSettingsGrpBox.Text = "Playback settings (BASS player only)";
      // 
      // enableMixing
      // 
      this.enableMixing.AutoSize = true;
      this.enableMixing.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.enableMixing.Location = new System.Drawing.Point(91, 65);
      this.enableMixing.Name = "enableMixing";
      this.enableMixing.Size = new System.Drawing.Size(146, 17);
      this.enableMixing.TabIndex = 13;
      this.enableMixing.Text = "Upmix Stereo to 5.1 /  7.1";
      this.enableMixing.UseVisualStyleBackColor = true;
      this.enableMixing.CheckedChanged += new System.EventHandler(this.enableMixing_CheckedChanged);
      // 
      // hScrollBarBuffering
      // 
      this.hScrollBarBuffering.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarBuffering.LargeChange = 500;
      this.hScrollBarBuffering.Location = new System.Drawing.Point(91, 161);
      this.hScrollBarBuffering.Maximum = 8499;
      this.hScrollBarBuffering.Minimum = 1000;
      this.hScrollBarBuffering.Name = "hScrollBarBuffering";
      this.hScrollBarBuffering.Size = new System.Drawing.Size(248, 17);
      this.hScrollBarBuffering.SmallChange = 100;
      this.hScrollBarBuffering.TabIndex = 11;
      this.hScrollBarBuffering.Value = 5000;
      this.hScrollBarBuffering.ValueChanged += new System.EventHandler(this.hScrollBarBuffering_ValueChanged);
      // 
      // hScrollBarCrossFade
      // 
      this.hScrollBarCrossFade.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarCrossFade.LargeChange = 500;
      this.hScrollBarCrossFade.Location = new System.Drawing.Point(91, 137);
      this.hScrollBarCrossFade.Maximum = 16499;
      this.hScrollBarCrossFade.Name = "hScrollBarCrossFade";
      this.hScrollBarCrossFade.Size = new System.Drawing.Size(248, 17);
      this.hScrollBarCrossFade.SmallChange = 100;
      this.hScrollBarCrossFade.TabIndex = 10;
      this.hScrollBarCrossFade.Value = 4000;
      this.hScrollBarCrossFade.ValueChanged += new System.EventHandler(this.hScrollBarCrossFade_ValueChanged);
      // 
      // GaplessPlaybackChkBox
      // 
      this.GaplessPlaybackChkBox.AutoSize = true;
      this.GaplessPlaybackChkBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.GaplessPlaybackChkBox.Location = new System.Drawing.Point(91, 111);
      this.GaplessPlaybackChkBox.Name = "GaplessPlaybackChkBox";
      this.GaplessPlaybackChkBox.Size = new System.Drawing.Size(108, 17);
      this.GaplessPlaybackChkBox.TabIndex = 3;
      this.GaplessPlaybackChkBox.Text = "Gapless playback";
      this.GaplessPlaybackChkBox.UseVisualStyleBackColor = true;
      this.GaplessPlaybackChkBox.CheckedChanged += new System.EventHandler(this.GaplessPlaybackChkBox_CheckedChanged);
      // 
      // BufferingSecondsLbl
      // 
      this.BufferingSecondsLbl.Location = new System.Drawing.Point(342, 161);
      this.BufferingSecondsLbl.Name = "BufferingSecondsLbl";
      this.BufferingSecondsLbl.Size = new System.Drawing.Size(80, 13);
      this.BufferingSecondsLbl.TabIndex = 9;
      this.BufferingSecondsLbl.Text = "00.0 Seconds";
      this.BufferingSecondsLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // CrossFadeSecondsLbl
      // 
      this.CrossFadeSecondsLbl.Location = new System.Drawing.Point(342, 137);
      this.CrossFadeSecondsLbl.Name = "CrossFadeSecondsLbl";
      this.CrossFadeSecondsLbl.Size = new System.Drawing.Size(80, 13);
      this.CrossFadeSecondsLbl.TabIndex = 6;
      this.CrossFadeSecondsLbl.Text = "00.0 Seconds";
      this.CrossFadeSecondsLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // StreamOutputLevelNud
      // 
      this.StreamOutputLevelNud.Location = new System.Drawing.Point(91, 35);
      this.StreamOutputLevelNud.Name = "StreamOutputLevelNud";
      this.StreamOutputLevelNud.Size = new System.Drawing.Size(52, 20);
      this.StreamOutputLevelNud.TabIndex = 1;
      this.StreamOutputLevelNud.Value = new decimal(new int[] {
            85,
            0,
            0,
            0});
      // 
      // FadeOnStartStopChkbox
      // 
      this.FadeOnStartStopChkbox.AutoSize = true;
      this.FadeOnStartStopChkbox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.FadeOnStartStopChkbox.Location = new System.Drawing.Point(91, 88);
      this.FadeOnStartStopChkbox.Name = "FadeOnStartStopChkbox";
      this.FadeOnStartStopChkbox.Size = new System.Drawing.Size(97, 17);
      this.FadeOnStartStopChkbox.TabIndex = 2;
      this.FadeOnStartStopChkbox.Text = "Fade-in on start";
      this.FadeOnStartStopChkbox.UseVisualStyleBackColor = true;
      // 
      // label12
      // 
      this.label12.AutoSize = true;
      this.label12.Location = new System.Drawing.Point(31, 161);
      this.label12.Name = "label12";
      this.label12.Size = new System.Drawing.Size(52, 13);
      this.label12.TabIndex = 7;
      this.label12.Text = "Buffering:";
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(18, 37);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(67, 13);
      this.mpLabel1.TabIndex = 0;
      this.mpLabel1.Text = "Output level:";
      // 
      // CrossFadingLbl
      // 
      this.CrossFadingLbl.AutoSize = true;
      this.CrossFadingLbl.Location = new System.Drawing.Point(15, 137);
      this.CrossFadingLbl.Name = "CrossFadingLbl";
      this.CrossFadingLbl.Size = new System.Drawing.Size(68, 13);
      this.CrossFadingLbl.TabIndex = 4;
      this.CrossFadingLbl.Text = "Cross-fading:";
      // 
      // mpGroupBox1
      // 
      this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox1.Controls.Add(this.mpLabel2);
      this.mpGroupBox1.Controls.Add(this.soundDeviceComboBox);
      this.mpGroupBox1.Controls.Add(this.label2);
      this.mpGroupBox1.Controls.Add(this.audioPlayerComboBox);
      this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox1.Location = new System.Drawing.Point(16, 16);
      this.mpGroupBox1.Name = "mpGroupBox1";
      this.mpGroupBox1.Size = new System.Drawing.Size(432, 107);
      this.mpGroupBox1.TabIndex = 0;
      this.mpGroupBox1.TabStop = false;
      this.mpGroupBox1.Text = "General settings";
      // 
      // mpLabel2
      // 
      this.mpLabel2.AutoSize = true;
      this.mpLabel2.Location = new System.Drawing.Point(7, 54);
      this.mpLabel2.Name = "mpLabel2";
      this.mpLabel2.Size = new System.Drawing.Size(78, 13);
      this.mpLabel2.TabIndex = 4;
      this.mpLabel2.Text = "Sound Device:";
      // 
      // soundDeviceComboBox
      // 
      this.soundDeviceComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.soundDeviceComboBox.BorderColor = System.Drawing.Color.Empty;
      this.soundDeviceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.soundDeviceComboBox.Location = new System.Drawing.Point(91, 51);
      this.soundDeviceComboBox.Name = "soundDeviceComboBox";
      this.soundDeviceComboBox.Size = new System.Drawing.Size(289, 21);
      this.soundDeviceComboBox.TabIndex = 5;
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(46, 27);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(39, 13);
      this.label2.TabIndex = 0;
      this.label2.Text = "Player:";
      // 
      // audioPlayerComboBox
      // 
      this.audioPlayerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.audioPlayerComboBox.BorderColor = System.Drawing.Color.Empty;
      this.audioPlayerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.audioPlayerComboBox.Items.AddRange(new object[] {
            "Internal dshow player",
            "BASS engine"});
      this.audioPlayerComboBox.Location = new System.Drawing.Point(91, 24);
      this.audioPlayerComboBox.Name = "audioPlayerComboBox";
      this.audioPlayerComboBox.Size = new System.Drawing.Size(289, 21);
      this.audioPlayerComboBox.TabIndex = 1;
      this.audioPlayerComboBox.SelectedIndexChanged += new System.EventHandler(this.audioPlayerComboBox_SelectedIndexChanged);
      // 
      // PlaySettingsTabPg
      // 
      this.PlaySettingsTabPg.Controls.Add(this.groupBox3);
      this.PlaySettingsTabPg.Controls.Add(this.grpSelectOptions);
      this.PlaySettingsTabPg.Location = new System.Drawing.Point(4, 22);
      this.PlaySettingsTabPg.Name = "PlaySettingsTabPg";
      this.PlaySettingsTabPg.Size = new System.Drawing.Size(464, 374);
      this.PlaySettingsTabPg.TabIndex = 3;
      this.PlaySettingsTabPg.Text = "Play Settings";
      this.PlaySettingsTabPg.UseVisualStyleBackColor = true;
      // 
      // groupBox3
      // 
      this.groupBox3.Controls.Add(this.PlayNowJumpToCmbBox);
      this.groupBox3.Controls.Add(this.label8);
      this.groupBox3.Location = new System.Drawing.Point(14, 128);
      this.groupBox3.Name = "groupBox3";
      this.groupBox3.Size = new System.Drawing.Size(432, 74);
      this.groupBox3.TabIndex = 7;
      this.groupBox3.TabStop = false;
      this.groupBox3.Text = "Jump To Behaviour";
      // 
      // PlayNowJumpToCmbBox
      // 
      this.PlayNowJumpToCmbBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.PlayNowJumpToCmbBox.FormattingEnabled = true;
      this.PlayNowJumpToCmbBox.Location = new System.Drawing.Point(124, 27);
      this.PlayNowJumpToCmbBox.Name = "PlayNowJumpToCmbBox";
      this.PlayNowJumpToCmbBox.Size = new System.Drawing.Size(293, 21);
      this.PlayNowJumpToCmbBox.TabIndex = 7;
      // 
      // label8
      // 
      this.label8.AutoSize = true;
      this.label8.Location = new System.Drawing.Point(16, 31);
      this.label8.Name = "label8";
      this.label8.Size = new System.Drawing.Size(106, 13);
      this.label8.TabIndex = 6;
      this.label8.Text = "Jump on \"Play now\":";
      this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // grpSelectOptions
      // 
      this.grpSelectOptions.Controls.Add(this.cmbSelectOption);
      this.grpSelectOptions.Controls.Add(this.chkAddAllTracks);
      this.grpSelectOptions.Location = new System.Drawing.Point(14, 17);
      this.grpSelectOptions.Name = "grpSelectOptions";
      this.grpSelectOptions.Size = new System.Drawing.Size(432, 74);
      this.grpSelectOptions.TabIndex = 6;
      this.grpSelectOptions.TabStop = false;
      this.grpSelectOptions.Text = "OK / Enter / Select Button";
      // 
      // cmbSelectOption
      // 
      this.cmbSelectOption.FormattingEnabled = true;
      this.cmbSelectOption.Items.AddRange(new object[] {
            "Play",
            "Queue"});
      this.cmbSelectOption.Location = new System.Drawing.Point(15, 31);
      this.cmbSelectOption.Name = "cmbSelectOption";
      this.cmbSelectOption.Size = new System.Drawing.Size(211, 21);
      this.cmbSelectOption.TabIndex = 3;
      // 
      // chkAddAllTracks
      // 
      this.chkAddAllTracks.AutoSize = true;
      this.chkAddAllTracks.Location = new System.Drawing.Point(259, 33);
      this.chkAddAllTracks.Name = "chkAddAllTracks";
      this.chkAddAllTracks.Size = new System.Drawing.Size(95, 17);
      this.chkAddAllTracks.TabIndex = 4;
      this.chkAddAllTracks.Text = "Add All Tracks";
      this.chkAddAllTracks.UseVisualStyleBackColor = true;
      // 
      // tabPageNowPlaying
      // 
      this.tabPageNowPlaying.Controls.Add(this.groupBoxVUMeter);
      this.tabPageNowPlaying.Controls.Add(this.groupBoxDynamicContent);
      this.tabPageNowPlaying.Controls.Add(this.groupBoxVizOptions);
      this.tabPageNowPlaying.Location = new System.Drawing.Point(4, 22);
      this.tabPageNowPlaying.Name = "tabPageNowPlaying";
      this.tabPageNowPlaying.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageNowPlaying.Size = new System.Drawing.Size(464, 374);
      this.tabPageNowPlaying.TabIndex = 5;
      this.tabPageNowPlaying.Text = "Now playing";
      this.tabPageNowPlaying.UseVisualStyleBackColor = true;
      // 
      // groupBoxVUMeter
      // 
      this.groupBoxVUMeter.Controls.Add(this.radioButtonVULed);
      this.groupBoxVUMeter.Controls.Add(this.radioButtonVUAnalog);
      this.groupBoxVUMeter.Controls.Add(this.radioButtonVUNone);
      this.groupBoxVUMeter.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxVUMeter.Location = new System.Drawing.Point(16, 285);
      this.groupBoxVUMeter.Name = "groupBoxVUMeter";
      this.groupBoxVUMeter.Size = new System.Drawing.Size(432, 64);
      this.groupBoxVUMeter.TabIndex = 5;
      this.groupBoxVUMeter.TabStop = false;
      this.groupBoxVUMeter.Text = "VUMeter (BASS player only)";
      // 
      // radioButtonVULed
      // 
      this.radioButtonVULed.AutoSize = true;
      this.radioButtonVULed.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonVULed.Location = new System.Drawing.Point(234, 33);
      this.radioButtonVULed.Name = "radioButtonVULed";
      this.radioButtonVULed.Size = new System.Drawing.Size(45, 17);
      this.radioButtonVULed.TabIndex = 2;
      this.radioButtonVULed.Text = "LED";
      this.radioButtonVULed.UseVisualStyleBackColor = true;
      // 
      // radioButtonVUAnalog
      // 
      this.radioButtonVUAnalog.AutoSize = true;
      this.radioButtonVUAnalog.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonVUAnalog.Location = new System.Drawing.Point(119, 33);
      this.radioButtonVUAnalog.Name = "radioButtonVUAnalog";
      this.radioButtonVUAnalog.Size = new System.Drawing.Size(57, 17);
      this.radioButtonVUAnalog.TabIndex = 1;
      this.radioButtonVUAnalog.Text = "Analog";
      this.radioButtonVUAnalog.UseVisualStyleBackColor = true;
      // 
      // radioButtonVUNone
      // 
      this.radioButtonVUNone.AutoSize = true;
      this.radioButtonVUNone.Checked = true;
      this.radioButtonVUNone.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonVUNone.Location = new System.Drawing.Point(11, 33);
      this.radioButtonVUNone.Name = "radioButtonVUNone";
      this.radioButtonVUNone.Size = new System.Drawing.Size(50, 17);
      this.radioButtonVUNone.TabIndex = 0;
      this.radioButtonVUNone.TabStop = true;
      this.radioButtonVUNone.Text = "None";
      this.radioButtonVUNone.UseVisualStyleBackColor = true;
      // 
      // groupBoxDynamicContent
      // 
      this.groupBoxDynamicContent.Controls.Add(this.checkBoxSwitchArtistOnLastFMSubmit);
      this.groupBoxDynamicContent.Controls.Add(this.checkBoxDisableTagLookups);
      this.groupBoxDynamicContent.Controls.Add(this.checkBoxDisableAlbumLookups);
      this.groupBoxDynamicContent.Controls.Add(this.checkBoxDisableCoverLookups);
      this.groupBoxDynamicContent.Location = new System.Drawing.Point(16, 16);
      this.groupBoxDynamicContent.Name = "groupBoxDynamicContent";
      this.groupBoxDynamicContent.Size = new System.Drawing.Size(432, 194);
      this.groupBoxDynamicContent.TabIndex = 4;
      this.groupBoxDynamicContent.TabStop = false;
      this.groupBoxDynamicContent.Text = "Dynamic content";
      // 
      // checkBoxSwitchArtistOnLastFMSubmit
      // 
      this.checkBoxSwitchArtistOnLastFMSubmit.AutoSize = true;
      this.checkBoxSwitchArtistOnLastFMSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxSwitchArtistOnLastFMSubmit.Location = new System.Drawing.Point(11, 88);
      this.checkBoxSwitchArtistOnLastFMSubmit.Name = "checkBoxSwitchArtistOnLastFMSubmit";
      this.checkBoxSwitchArtistOnLastFMSubmit.Size = new System.Drawing.Size(404, 17);
      this.checkBoxSwitchArtistOnLastFMSubmit.TabIndex = 13;
      this.checkBoxSwitchArtistOnLastFMSubmit.Text = "Switch artist on internet lookup. i.e. LastName, Firstname -> FirstName LastName";
      this.checkBoxSwitchArtistOnLastFMSubmit.UseVisualStyleBackColor = true;
      // 
      // checkBoxDisableTagLookups
      // 
      this.checkBoxDisableTagLookups.AutoSize = true;
      this.checkBoxDisableTagLookups.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxDisableTagLookups.Location = new System.Drawing.Point(11, 65);
      this.checkBoxDisableTagLookups.Name = "checkBoxDisableTagLookups";
      this.checkBoxDisableTagLookups.Size = new System.Drawing.Size(238, 17);
      this.checkBoxDisableTagLookups.TabIndex = 10;
      this.checkBoxDisableTagLookups.Text = "Disable internet lookups for track suggestions";
      this.checkBoxDisableTagLookups.UseVisualStyleBackColor = true;
      // 
      // checkBoxDisableAlbumLookups
      // 
      this.checkBoxDisableAlbumLookups.AutoSize = true;
      this.checkBoxDisableAlbumLookups.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxDisableAlbumLookups.Location = new System.Drawing.Point(11, 42);
      this.checkBoxDisableAlbumLookups.Name = "checkBoxDisableAlbumLookups";
      this.checkBoxDisableAlbumLookups.Size = new System.Drawing.Size(238, 17);
      this.checkBoxDisableAlbumLookups.TabIndex = 9;
      this.checkBoxDisableAlbumLookups.Text = "Disable internet lookups for best album tracks";
      this.checkBoxDisableAlbumLookups.UseVisualStyleBackColor = true;
      // 
      // checkBoxDisableCoverLookups
      // 
      this.checkBoxDisableCoverLookups.AutoSize = true;
      this.checkBoxDisableCoverLookups.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxDisableCoverLookups.Location = new System.Drawing.Point(11, 19);
      this.checkBoxDisableCoverLookups.Name = "checkBoxDisableCoverLookups";
      this.checkBoxDisableCoverLookups.Size = new System.Drawing.Size(197, 17);
      this.checkBoxDisableCoverLookups.TabIndex = 8;
      this.checkBoxDisableCoverLookups.Text = "Disable internet lookups for cover art";
      this.checkBoxDisableCoverLookups.UseVisualStyleBackColor = true;
      // 
      // groupBoxVizOptions
      // 
      this.groupBoxVizOptions.Controls.Add(this.ShowVizInNowPlayingChkBox);
      this.groupBoxVizOptions.Controls.Add(this.ShowLyricsCmbBox);
      this.groupBoxVizOptions.Controls.Add(this.label9);
      this.groupBoxVizOptions.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxVizOptions.Location = new System.Drawing.Point(16, 216);
      this.groupBoxVizOptions.Name = "groupBoxVizOptions";
      this.groupBoxVizOptions.Size = new System.Drawing.Size(432, 54);
      this.groupBoxVizOptions.TabIndex = 3;
      this.groupBoxVizOptions.TabStop = false;
      this.groupBoxVizOptions.Text = "Visualization options";
      // 
      // ShowVizInNowPlayingChkBox
      // 
      this.ShowVizInNowPlayingChkBox.AutoSize = true;
      this.ShowVizInNowPlayingChkBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.ShowVizInNowPlayingChkBox.Location = new System.Drawing.Point(91, 23);
      this.ShowVizInNowPlayingChkBox.Name = "ShowVizInNowPlayingChkBox";
      this.ShowVizInNowPlayingChkBox.Size = new System.Drawing.Size(201, 17);
      this.ShowVizInNowPlayingChkBox.TabIndex = 4;
      this.ShowVizInNowPlayingChkBox.Text = "Show visualization (BASS player only)";
      this.ShowVizInNowPlayingChkBox.UseVisualStyleBackColor = true;
      // 
      // ShowLyricsCmbBox
      // 
      this.ShowLyricsCmbBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.ShowLyricsCmbBox.Enabled = false;
      this.ShowLyricsCmbBox.FormattingEnabled = true;
      this.ShowLyricsCmbBox.Location = new System.Drawing.Point(121, 32);
      this.ShowLyricsCmbBox.Name = "ShowLyricsCmbBox";
      this.ShowLyricsCmbBox.Size = new System.Drawing.Size(293, 21);
      this.ShowLyricsCmbBox.TabIndex = 1;
      this.ShowLyricsCmbBox.Visible = false;
      // 
      // label9
      // 
      this.label9.AutoSize = true;
      this.label9.Enabled = false;
      this.label9.Location = new System.Drawing.Point(22, 35);
      this.label9.Name = "label9";
      this.label9.Size = new System.Drawing.Size(63, 13);
      this.label9.TabIndex = 0;
      this.label9.Text = "Show lyrics:";
      this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
      this.label9.Visible = false;
      // 
      // PlaylistTabPg
      // 
      this.PlaylistTabPg.Controls.Add(this.groupBox1);
      this.PlaylistTabPg.Location = new System.Drawing.Point(4, 22);
      this.PlaylistTabPg.Name = "PlaylistTabPg";
      this.PlaylistTabPg.Size = new System.Drawing.Size(464, 374);
      this.PlaylistTabPg.TabIndex = 2;
      this.PlaylistTabPg.Text = "Playlist settings";
      this.PlaylistTabPg.UseVisualStyleBackColor = true;
      // 
      // groupBox1
      // 
      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox1.Controls.Add(this.PlaylistCurrentCheckBox);
      this.groupBox1.Controls.Add(this.autoShuffleCheckBox);
      this.groupBox1.Controls.Add(this.ResumePlaylistChkBox);
      this.groupBox1.Controls.Add(this.SavePlaylistOnExitChkBox);
      this.groupBox1.Controls.Add(this.repeatPlaylistCheckBox);
      this.groupBox1.Controls.Add(this.playlistButton);
      this.groupBox1.Controls.Add(this.playlistFolderTextBox);
      this.groupBox1.Controls.Add(this.label1);
      this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBox1.Location = new System.Drawing.Point(16, 16);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(432, 222);
      this.groupBox1.TabIndex = 0;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Playlist settings";
      // 
      // PlaylistCurrentCheckBox
      // 
      this.PlaylistCurrentCheckBox.AutoSize = true;
      this.PlaylistCurrentCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.PlaylistCurrentCheckBox.Location = new System.Drawing.Point(91, 153);
      this.PlaylistCurrentCheckBox.Name = "PlaylistCurrentCheckBox";
      this.PlaylistCurrentCheckBox.Size = new System.Drawing.Size(194, 17);
      this.PlaylistCurrentCheckBox.TabIndex = 7;
      this.PlaylistCurrentCheckBox.Text = "Playlist screen shows current playlist";
      this.PlaylistCurrentCheckBox.UseVisualStyleBackColor = true;
      // 
      // autoShuffleCheckBox
      // 
      this.autoShuffleCheckBox.AutoSize = true;
      this.autoShuffleCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.autoShuffleCheckBox.Location = new System.Drawing.Point(91, 84);
      this.autoShuffleCheckBox.Name = "autoShuffleCheckBox";
      this.autoShuffleCheckBox.Size = new System.Drawing.Size(180, 17);
      this.autoShuffleCheckBox.TabIndex = 4;
      this.autoShuffleCheckBox.Text = "Auto shuffle playlists after loading";
      this.autoShuffleCheckBox.UseVisualStyleBackColor = true;
      // 
      // ResumePlaylistChkBox
      // 
      this.ResumePlaylistChkBox.AutoSize = true;
      this.ResumePlaylistChkBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.ResumePlaylistChkBox.Location = new System.Drawing.Point(91, 130);
      this.ResumePlaylistChkBox.Name = "ResumePlaylistChkBox";
      this.ResumePlaylistChkBox.Size = new System.Drawing.Size(229, 17);
      this.ResumePlaylistChkBox.TabIndex = 5;
      this.ResumePlaylistChkBox.Text = "Load default playlist on MediaPortal startup ";
      this.ResumePlaylistChkBox.UseVisualStyleBackColor = true;
      // 
      // SavePlaylistOnExitChkBox
      // 
      this.SavePlaylistOnExitChkBox.AutoSize = true;
      this.SavePlaylistOnExitChkBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.SavePlaylistOnExitChkBox.Location = new System.Drawing.Point(91, 107);
      this.SavePlaylistOnExitChkBox.Name = "SavePlaylistOnExitChkBox";
      this.SavePlaylistOnExitChkBox.Size = new System.Drawing.Size(293, 17);
      this.SavePlaylistOnExitChkBox.TabIndex = 5;
      this.SavePlaylistOnExitChkBox.Text = "Save current playlist as default when leaving MediaPortal";
      this.SavePlaylistOnExitChkBox.UseVisualStyleBackColor = true;
      // 
      // repeatPlaylistCheckBox
      // 
      this.repeatPlaylistCheckBox.AutoSize = true;
      this.repeatPlaylistCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.repeatPlaylistCheckBox.Location = new System.Drawing.Point(91, 61);
      this.repeatPlaylistCheckBox.Name = "repeatPlaylistCheckBox";
      this.repeatPlaylistCheckBox.Size = new System.Drawing.Size(219, 17);
      this.repeatPlaylistCheckBox.TabIndex = 3;
      this.repeatPlaylistCheckBox.Text = "Repeat/loop music playlists (m3u, b4, pls)";
      this.repeatPlaylistCheckBox.UseVisualStyleBackColor = true;
      // 
      // playlistButton
      // 
      this.playlistButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.playlistButton.Location = new System.Drawing.Point(365, 22);
      this.playlistButton.Name = "playlistButton";
      this.playlistButton.Size = new System.Drawing.Size(61, 22);
      this.playlistButton.TabIndex = 2;
      this.playlistButton.Text = "Browse";
      this.playlistButton.UseVisualStyleBackColor = true;
      this.playlistButton.Click += new System.EventHandler(this.playlistButton_Click);
      // 
      // playlistFolderTextBox
      // 
      this.playlistFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.playlistFolderTextBox.BorderColor = System.Drawing.Color.Empty;
      this.playlistFolderTextBox.Location = new System.Drawing.Point(91, 24);
      this.playlistFolderTextBox.Name = "playlistFolderTextBox";
      this.playlistFolderTextBox.Size = new System.Drawing.Size(268, 20);
      this.playlistFolderTextBox.TabIndex = 1;
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(14, 27);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(71, 13);
      this.label1.TabIndex = 0;
      this.label1.Text = "Playlist folder:";
      // 
      // VisualizationsTabPg
      // 
      this.VisualizationsTabPg.Controls.Add(this.mpGroupBox3);
      this.VisualizationsTabPg.Location = new System.Drawing.Point(4, 22);
      this.VisualizationsTabPg.Name = "VisualizationsTabPg";
      this.VisualizationsTabPg.Size = new System.Drawing.Size(464, 374);
      this.VisualizationsTabPg.TabIndex = 4;
      this.VisualizationsTabPg.Text = "Visualizations";
      this.VisualizationsTabPg.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox3
      // 
      this.mpGroupBox3.Controls.Add(this.groupBoxWinampVis);
      this.mpGroupBox3.Controls.Add(this.EnableStatusOverlaysChkBox);
      this.mpGroupBox3.Controls.Add(this.ShowTrackInfoChkBox);
      this.mpGroupBox3.Controls.Add(this.label11);
      this.mpGroupBox3.Controls.Add(this.label10);
      this.mpGroupBox3.Controls.Add(this.VizPresetsCmbBox);
      this.mpGroupBox3.Controls.Add(this.VisualizationsCmbBox);
      this.mpGroupBox3.Controls.Add(this.label7);
      this.mpGroupBox3.Controls.Add(this.label5);
      this.mpGroupBox3.Controls.Add(this.VisualizationFpsNud);
      this.mpGroupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox3.Location = new System.Drawing.Point(16, 16);
      this.mpGroupBox3.Name = "mpGroupBox3";
      this.mpGroupBox3.Size = new System.Drawing.Size(432, 343);
      this.mpGroupBox3.TabIndex = 0;
      this.mpGroupBox3.TabStop = false;
      this.mpGroupBox3.Text = "Visualization settings";
      // 
      // groupBoxWinampVis
      // 
      this.groupBoxWinampVis.Controls.Add(this.btWinampConfig);
      this.groupBoxWinampVis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxWinampVis.Location = new System.Drawing.Point(91, 86);
      this.groupBoxWinampVis.Name = "groupBoxWinampVis";
      this.groupBoxWinampVis.Size = new System.Drawing.Size(289, 56);
      this.groupBoxWinampVis.TabIndex = 11;
      this.groupBoxWinampVis.TabStop = false;
      this.groupBoxWinampVis.Text = "Winamp Vis.";
      // 
      // btWinampConfig
      // 
      this.btWinampConfig.Location = new System.Drawing.Point(6, 24);
      this.btWinampConfig.Name = "btWinampConfig";
      this.btWinampConfig.Size = new System.Drawing.Size(75, 23);
      this.btWinampConfig.TabIndex = 4;
      this.btWinampConfig.Text = "Config";
      this.btWinampConfig.UseVisualStyleBackColor = true;
      this.btWinampConfig.Click += new System.EventHandler(this.btWinampConfig_Click);
      // 
      // EnableStatusOverlaysChkBox
      // 
      this.EnableStatusOverlaysChkBox.AutoSize = true;
      this.EnableStatusOverlaysChkBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.EnableStatusOverlaysChkBox.Location = new System.Drawing.Point(91, 246);
      this.EnableStatusOverlaysChkBox.Name = "EnableStatusOverlaysChkBox";
      this.EnableStatusOverlaysChkBox.Size = new System.Drawing.Size(299, 17);
      this.EnableStatusOverlaysChkBox.TabIndex = 9;
      this.EnableStatusOverlaysChkBox.Text = "Enable status display in fullscreen mode (fast systems only)";
      this.EnableStatusOverlaysChkBox.UseVisualStyleBackColor = true;
      this.EnableStatusOverlaysChkBox.CheckedChanged += new System.EventHandler(this.EnableStatusOverlaysChkBox_CheckedChanged);
      // 
      // ShowTrackInfoChkBox
      // 
      this.ShowTrackInfoChkBox.AutoSize = true;
      this.ShowTrackInfoChkBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.ShowTrackInfoChkBox.Location = new System.Drawing.Point(110, 267);
      this.ShowTrackInfoChkBox.Name = "ShowTrackInfoChkBox";
      this.ShowTrackInfoChkBox.Size = new System.Drawing.Size(178, 17);
      this.ShowTrackInfoChkBox.TabIndex = 10;
      this.ShowTrackInfoChkBox.Text = "Show song info on track change";
      this.ShowTrackInfoChkBox.UseVisualStyleBackColor = true;
      // 
      // label11
      // 
      this.label11.AutoSize = true;
      this.label11.Location = new System.Drawing.Point(45, 54);
      this.label11.Name = "label11";
      this.label11.Size = new System.Drawing.Size(40, 13);
      this.label11.TabIndex = 2;
      this.label11.Text = "Preset:";
      // 
      // label10
      // 
      this.label10.AutoSize = true;
      this.label10.Location = new System.Drawing.Point(17, 27);
      this.label10.Name = "label10";
      this.label10.Size = new System.Drawing.Size(68, 13);
      this.label10.TabIndex = 0;
      this.label10.Text = "Visualization:";
      // 
      // VizPresetsCmbBox
      // 
      this.VizPresetsCmbBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.VizPresetsCmbBox.FormattingEnabled = true;
      this.VizPresetsCmbBox.Location = new System.Drawing.Point(91, 51);
      this.VizPresetsCmbBox.Name = "VizPresetsCmbBox";
      this.VizPresetsCmbBox.Size = new System.Drawing.Size(289, 21);
      this.VizPresetsCmbBox.TabIndex = 3;
      this.VizPresetsCmbBox.SelectedIndexChanged += new System.EventHandler(this.VizPresetsCmbBox_SelectedIndexChanged);
      // 
      // VisualizationsCmbBox
      // 
      this.VisualizationsCmbBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.VisualizationsCmbBox.FormattingEnabled = true;
      this.VisualizationsCmbBox.Location = new System.Drawing.Point(91, 24);
      this.VisualizationsCmbBox.Name = "VisualizationsCmbBox";
      this.VisualizationsCmbBox.Size = new System.Drawing.Size(289, 21);
      this.VisualizationsCmbBox.TabIndex = 1;
      this.VisualizationsCmbBox.SelectedIndexChanged += new System.EventHandler(this.VisualizationsCmbBox_SelectedIndexChanged);
      // 
      // label7
      // 
      this.label7.AutoSize = true;
      this.label7.Location = new System.Drawing.Point(149, 220);
      this.label7.Name = "label7";
      this.label7.Size = new System.Drawing.Size(166, 13);
      this.label7.TabIndex = 8;
      this.label7.Text = "(use lower value for slow systems)";
      // 
      // label5
      // 
      this.label5.AutoSize = true;
      this.label5.Location = new System.Drawing.Point(21, 220);
      this.label5.Name = "label5";
      this.label5.Size = new System.Drawing.Size(64, 13);
      this.label5.TabIndex = 6;
      this.label5.Text = "Target FPS:";
      // 
      // VisualizationFpsNud
      // 
      this.VisualizationFpsNud.Location = new System.Drawing.Point(91, 218);
      this.VisualizationFpsNud.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
      this.VisualizationFpsNud.Minimum = new decimal(new int[] {
            5,
            0,
            0,
            0});
      this.VisualizationFpsNud.Name = "VisualizationFpsNud";
      this.VisualizationFpsNud.Size = new System.Drawing.Size(52, 20);
      this.VisualizationFpsNud.TabIndex = 7;
      this.VisualizationFpsNud.Value = new decimal(new int[] {
            30,
            0,
            0,
            0});
      this.VisualizationFpsNud.ValueChanged += new System.EventHandler(this.VisualizationFpsNud_ValueChanged);
      // 
      // label4
      // 
      this.label4.Location = new System.Drawing.Point(0, 0);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(100, 23);
      this.label4.TabIndex = 0;
      // 
      // checkBox2
      // 
      this.checkBox2.AutoSize = true;
      this.checkBox2.Location = new System.Drawing.Point(259, 21);
      this.checkBox2.Name = "checkBox2";
      this.checkBox2.Size = new System.Drawing.Size(95, 17);
      this.checkBox2.TabIndex = 6;
      this.checkBox2.Text = "Add All Tracks";
      this.checkBox2.UseVisualStyleBackColor = true;
      // 
      // Music
      // 
      this.Controls.Add(this.MusicSettingsTabCtl);
      this.Name = "Music";
      this.Size = new System.Drawing.Size(472, 408);
      this.MusicSettingsTabCtl.ResumeLayout(false);
      this.PlayerTabPg.ResumeLayout(false);
      this.PlaybackSettingsGrpBox.ResumeLayout(false);
      this.PlaybackSettingsGrpBox.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.StreamOutputLevelNud)).EndInit();
      this.mpGroupBox1.ResumeLayout(false);
      this.mpGroupBox1.PerformLayout();
      this.PlaySettingsTabPg.ResumeLayout(false);
      this.groupBox3.ResumeLayout(false);
      this.groupBox3.PerformLayout();
      this.grpSelectOptions.ResumeLayout(false);
      this.grpSelectOptions.PerformLayout();
      this.tabPageNowPlaying.ResumeLayout(false);
      this.groupBoxVUMeter.ResumeLayout(false);
      this.groupBoxVUMeter.PerformLayout();
      this.groupBoxDynamicContent.ResumeLayout(false);
      this.groupBoxDynamicContent.PerformLayout();
      this.groupBoxVizOptions.ResumeLayout(false);
      this.groupBoxVizOptions.PerformLayout();
      this.PlaylistTabPg.ResumeLayout(false);
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      this.VisualizationsTabPg.ResumeLayout(false);
      this.mpGroupBox3.ResumeLayout(false);
      this.mpGroupBox3.PerformLayout();
      this.groupBoxWinampVis.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.VisualizationFpsNud)).EndInit();
      this.ResumeLayout(false);

    }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.AudioQuality = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonQualityLow = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonQualityMedium = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonQualityGood = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonQualityHigh = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.SampleFrequency = new MediaPortal.UserInterface.Controls.MPLabel();
   this.AudioBitrate = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxFrequency = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.comboBoxAudioBitrate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.AudioMode = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonModeStereo = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonModeDualChannel = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonModeMono = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonModeJointStereo = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.EncoderQuality = new MediaPortal.UserInterface.Controls.MPLabel();
   this.VideoFormat = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxEncoderQuality = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.comboBoxVideoFormat = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.AspectRatio = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxAspectRatio = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.FrameRate = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxFrameRate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.mpGroupBox2.SuspendLayout();
   this.AudioQuality.SuspendLayout();
   this.AudioMode.SuspendLayout();
   this.mpGroupBox1.SuspendLayout();
   this.SuspendLayout();
   // 
   // mpGroupBox2
   // 
   this.mpGroupBox2.Controls.Add(this.AudioQuality);
   this.mpGroupBox2.Controls.Add(this.SampleFrequency);
   this.mpGroupBox2.Controls.Add(this.AudioBitrate);
   this.mpGroupBox2.Controls.Add(this.comboBoxFrequency);
   this.mpGroupBox2.Controls.Add(this.comboBoxAudioBitrate);
   this.mpGroupBox2.Controls.Add(this.AudioMode);
   this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpGroupBox2.Location = new System.Drawing.Point(6, 146);
   this.mpGroupBox2.Name = "mpGroupBox2";
   this.mpGroupBox2.Size = new System.Drawing.Size(462, 202);
   this.mpGroupBox2.TabIndex = 0;
   this.mpGroupBox2.TabStop = false;
   this.mpGroupBox2.Text = "Audio Encoder Settings";
   // 
   // AudioQuality
   // 
   this.AudioQuality.Controls.Add(this.radioButtonQualityLow);
   this.AudioQuality.Controls.Add(this.radioButtonQualityMedium);
   this.AudioQuality.Controls.Add(this.radioButtonQualityGood);
   this.AudioQuality.Controls.Add(this.radioButtonQualityHigh);
   this.AudioQuality.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.AudioQuality.Location = new System.Drawing.Point(223, 19);
   this.AudioQuality.Name = "AudioQuality";
   this.AudioQuality.Size = new System.Drawing.Size(224, 78);
   this.AudioQuality.TabIndex = 14;
   this.AudioQuality.TabStop = false;
   this.AudioQuality.Text = "Audio Quality";
   // 
   // radioButtonQualityLow
   // 
   this.radioButtonQualityLow.AutoSize = true;
   this.radioButtonQualityLow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonQualityLow.Location = new System.Drawing.Point(135, 42);
   this.radioButtonQualityLow.Name = "radioButtonQualityLow";
   this.radioButtonQualityLow.Size = new System.Drawing.Size(44, 17);
   this.radioButtonQualityLow.TabIndex = 9;
   this.radioButtonQualityLow.TabStop = true;
   this.radioButtonQualityLow.Text = "Low";
   this.radioButtonQualityLow.UseVisualStyleBackColor = true;
   this.radioButtonQualityLow.CheckedChanged += new System.EventHandler(this.radioButtonQualityLow_CheckedChanged);
   // 
   // radioButtonQualityMedium
   // 
   this.radioButtonQualityMedium.AutoSize = true;
   this.radioButtonQualityMedium.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonQualityMedium.Location = new System.Drawing.Point(31, 42);
   this.radioButtonQualityMedium.Name = "radioButtonQualityMedium";
   this.radioButtonQualityMedium.Size = new System.Drawing.Size(61, 17);
   this.radioButtonQualityMedium.TabIndex = 8;
   this.radioButtonQualityMedium.TabStop = true;
   this.radioButtonQualityMedium.Text = "Medium";
   this.radioButtonQualityMedium.UseVisualStyleBackColor = true;
   this.radioButtonQualityMedium.CheckedChanged +=
     new System.EventHandler(this.radioButtonQualityMedium_CheckedChanged);
   // 
   // radioButtonQualityGood
   // 
   this.radioButtonQualityGood.AutoSize = true;
   this.radioButtonQualityGood.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonQualityGood.Location = new System.Drawing.Point(135, 19);
   this.radioButtonQualityGood.Name = "radioButtonQualityGood";
   this.radioButtonQualityGood.Size = new System.Drawing.Size(50, 17);
   this.radioButtonQualityGood.TabIndex = 7;
   this.radioButtonQualityGood.TabStop = true;
   this.radioButtonQualityGood.Text = "Good";
   this.radioButtonQualityGood.UseVisualStyleBackColor = true;
   this.radioButtonQualityGood.CheckedChanged += new System.EventHandler(this.radioButtonQualityGood_CheckedChanged);
   // 
   // radioButtonQualityHigh
   // 
   this.radioButtonQualityHigh.AutoSize = true;
   this.radioButtonQualityHigh.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonQualityHigh.Location = new System.Drawing.Point(31, 19);
   this.radioButtonQualityHigh.Name = "radioButtonQualityHigh";
   this.radioButtonQualityHigh.Size = new System.Drawing.Size(46, 17);
   this.radioButtonQualityHigh.TabIndex = 4;
   this.radioButtonQualityHigh.TabStop = true;
   this.radioButtonQualityHigh.Text = "High";
   this.radioButtonQualityHigh.UseVisualStyleBackColor = true;
   this.radioButtonQualityHigh.CheckedChanged += new System.EventHandler(this.radioButtonQualityHigh_CheckedChanged);
   // 
   // SampleFrequency
   // 
   this.SampleFrequency.AutoSize = true;
   this.SampleFrequency.Location = new System.Drawing.Point(7, 106);
   this.SampleFrequency.Name = "SampleFrequency";
   this.SampleFrequency.Size = new System.Drawing.Size(103, 13);
   this.SampleFrequency.TabIndex = 3;
   this.SampleFrequency.Text = "Sampling Frequency";
   // 
   // AudioBitrate
   // 
   this.AudioBitrate.AutoSize = true;
   this.AudioBitrate.Location = new System.Drawing.Point(7, 32);
   this.AudioBitrate.Name = "AudioBitrate";
   this.AudioBitrate.Size = new System.Drawing.Size(140, 13);
   this.AudioBitrate.TabIndex = 2;
   this.AudioBitrate.Text = "Audio Bitrate (kbits/s x1000)";
   // 
   // comboBoxFrequency
   // 
   this.comboBoxFrequency.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxFrequency.DropDownWidth = 125;
   this.comboBoxFrequency.Items.AddRange(new object[]
                                           {
                                             "From Source",
                                             "44.1 kHz",
                                             "48 kHz",
                                             "32 kHz"
                                           });
   this.comboBoxFrequency.Location = new System.Drawing.Point(62, 135);
   this.comboBoxFrequency.Name = "comboBoxFrequency";
   this.comboBoxFrequency.Size = new System.Drawing.Size(125, 21);
   this.comboBoxFrequency.TabIndex = 0;
   this.comboBoxFrequency.SelectedIndexChanged += new System.EventHandler(this.comboBoxFrequency_SelectedIndexChanged);
   // 
   // comboBoxAudioBitrate
   // 
   this.comboBoxAudioBitrate.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxAudioBitrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxAudioBitrate.Items.AddRange(new object[]
                                              {
                                                "128",
                                                "160",
                                                "192",
                                                "224",
                                                "256",
                                                "320",
                                                "384"
                                              });
   this.comboBoxAudioBitrate.Location = new System.Drawing.Point(62, 57);
   this.comboBoxAudioBitrate.Name = "comboBoxAudioBitrate";
   this.comboBoxAudioBitrate.Size = new System.Drawing.Size(125, 21);
   this.comboBoxAudioBitrate.TabIndex = 1;
   // 
   // AudioMode
   // 
   this.AudioMode.Controls.Add(this.radioButtonModeStereo);
   this.AudioMode.Controls.Add(this.radioButtonModeDualChannel);
   this.AudioMode.Controls.Add(this.radioButtonModeMono);
   this.AudioMode.Controls.Add(this.radioButtonModeJointStereo);
   this.AudioMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.AudioMode.Location = new System.Drawing.Point(223, 106);
   this.AudioMode.Name = "AudioMode";
   this.AudioMode.Size = new System.Drawing.Size(224, 79);
   this.AudioMode.TabIndex = 15;
   this.AudioMode.TabStop = false;
   this.AudioMode.Text = "Audio Mode";
   // 
   // radioButtonModeStereo
   // 
   this.radioButtonModeStereo.AutoSize = true;
   this.radioButtonModeStereo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonModeStereo.Location = new System.Drawing.Point(31, 19);
   this.radioButtonModeStereo.Name = "radioButtonModeStereo";
   this.radioButtonModeStereo.Size = new System.Drawing.Size(55, 17);
   this.radioButtonModeStereo.TabIndex = 10;
   this.radioButtonModeStereo.TabStop = true;
   this.radioButtonModeStereo.Text = "Stereo";
   this.radioButtonModeStereo.UseVisualStyleBackColor = true;
   this.radioButtonModeStereo.CheckedChanged += new System.EventHandler(this.radioButtonModeStereo_CheckedChanged);
   // 
   // radioButtonModeDualChannel
   // 
   this.radioButtonModeDualChannel.AutoSize = true;
   this.radioButtonModeDualChannel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonModeDualChannel.Location = new System.Drawing.Point(31, 42);
   this.radioButtonModeDualChannel.Name = "radioButtonModeDualChannel";
   this.radioButtonModeDualChannel.Size = new System.Drawing.Size(88, 17);
   this.radioButtonModeDualChannel.TabIndex = 12;
   this.radioButtonModeDualChannel.TabStop = true;
   this.radioButtonModeDualChannel.Text = "Dual Channel";
   this.radioButtonModeDualChannel.UseVisualStyleBackColor = true;
   this.radioButtonModeDualChannel.CheckedChanged +=
     new System.EventHandler(this.radioButtonModeDualChannel_CheckedChanged);
   // 
   // radioButtonModeMono
   // 
   this.radioButtonModeMono.AutoSize = true;
   this.radioButtonModeMono.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonModeMono.Location = new System.Drawing.Point(135, 42);
   this.radioButtonModeMono.Name = "radioButtonModeMono";
   this.radioButtonModeMono.Size = new System.Drawing.Size(51, 17);
   this.radioButtonModeMono.TabIndex = 13;
   this.radioButtonModeMono.TabStop = true;
   this.radioButtonModeMono.Text = "Mono";
   this.radioButtonModeMono.UseVisualStyleBackColor = true;
   this.radioButtonModeMono.CheckedChanged += new System.EventHandler(this.radioButtonModeMono_CheckedChanged);
   // 
   // radioButtonModeJointStereo
   // 
   this.radioButtonModeJointStereo.AutoSize = true;
   this.radioButtonModeJointStereo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonModeJointStereo.Location = new System.Drawing.Point(135, 19);
   this.radioButtonModeJointStereo.Name = "radioButtonModeJointStereo";
   this.radioButtonModeJointStereo.Size = new System.Drawing.Size(80, 17);
   this.radioButtonModeJointStereo.TabIndex = 11;
   this.radioButtonModeJointStereo.TabStop = true;
   this.radioButtonModeJointStereo.Text = "Joint Stereo";
   this.radioButtonModeJointStereo.UseVisualStyleBackColor = true;
   this.radioButtonModeJointStereo.CheckedChanged +=
     new System.EventHandler(this.radioButtonModeJointStereo_CheckedChanged);
   // 
   // mpGroupBox1
   // 
   this.mpGroupBox1.Controls.Add(this.EncoderQuality);
   this.mpGroupBox1.Controls.Add(this.VideoFormat);
   this.mpGroupBox1.Controls.Add(this.comboBoxEncoderQuality);
   this.mpGroupBox1.Controls.Add(this.comboBoxVideoFormat);
   this.mpGroupBox1.Controls.Add(this.AspectRatio);
   this.mpGroupBox1.Controls.Add(this.comboBoxAspectRatio);
   this.mpGroupBox1.Controls.Add(this.FrameRate);
   this.mpGroupBox1.Controls.Add(this.comboBoxFrameRate);
   this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpGroupBox1.Location = new System.Drawing.Point(6, 0);
   this.mpGroupBox1.Name = "mpGroupBox1";
   this.mpGroupBox1.Size = new System.Drawing.Size(462, 143);
   this.mpGroupBox1.TabIndex = 5;
   this.mpGroupBox1.TabStop = false;
   this.mpGroupBox1.Text = "Video Encoder Settings";
   // 
   // EncoderQuality
   // 
   this.EncoderQuality.AutoSize = true;
   this.EncoderQuality.Location = new System.Drawing.Point(239, 83);
   this.EncoderQuality.Name = "EncoderQuality";
   this.EncoderQuality.Size = new System.Drawing.Size(82, 13);
   this.EncoderQuality.TabIndex = 11;
   this.EncoderQuality.Text = "Encoder Quality";
   // 
   // VideoFormat
   // 
   this.VideoFormat.AutoSize = true;
   this.VideoFormat.Location = new System.Drawing.Point(239, 26);
   this.VideoFormat.Name = "VideoFormat";
   this.VideoFormat.Size = new System.Drawing.Size(69, 13);
   this.VideoFormat.TabIndex = 10;
   this.VideoFormat.Text = "Video Format";
   // 
   // comboBoxEncoderQuality
   // 
   this.comboBoxEncoderQuality.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxEncoderQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxEncoderQuality.FormattingEnabled = true;
   this.comboBoxEncoderQuality.Items.AddRange(new object[]
                                                {
                                                  "Low",
                                                  "Medium",
                                                  "High"
                                                });
   this.comboBoxEncoderQuality.Location = new System.Drawing.Point(296, 105);
   this.comboBoxEncoderQuality.Name = "comboBoxEncoderQuality";
   this.comboBoxEncoderQuality.Size = new System.Drawing.Size(121, 21);
   this.comboBoxEncoderQuality.TabIndex = 9;
   this.comboBoxEncoderQuality.SelectedIndexChanged +=
     new System.EventHandler(this.comboBoxEncoderQuality_SelectedIndexChanged);
   // 
   // comboBoxVideoFormat
   // 
   this.comboBoxVideoFormat.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxVideoFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxVideoFormat.FormattingEnabled = true;
   this.comboBoxVideoFormat.Items.AddRange(new object[]
                                             {
                                               "NTSC",
                                               "PAL",
                                               "SECAM"
                                             });
   this.comboBoxVideoFormat.Location = new System.Drawing.Point(296, 51);
   this.comboBoxVideoFormat.Name = "comboBoxVideoFormat";
   this.comboBoxVideoFormat.Size = new System.Drawing.Size(121, 21);
   this.comboBoxVideoFormat.TabIndex = 8;
   this.comboBoxVideoFormat.SelectedIndexChanged +=
     new System.EventHandler(this.comboBoxVideoFormat_SelectedIndexChanged);
   // 
   // AspectRatio
   // 
   this.AspectRatio.AutoSize = true;
   this.AspectRatio.Location = new System.Drawing.Point(7, 83);
   this.AspectRatio.Name = "AspectRatio";
   this.AspectRatio.Size = new System.Drawing.Size(68, 13);
   this.AspectRatio.TabIndex = 7;
   this.AspectRatio.Text = "Aspect Ratio";
   // 
   // comboBoxAspectRatio
   // 
   this.comboBoxAspectRatio.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxAspectRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxAspectRatio.FormattingEnabled = true;
   this.comboBoxAspectRatio.Items.AddRange(new object[]
                                             {
                                               "square",
                                               "4 : 3",
                                               "16 : 9"
                                             });
   this.comboBoxAspectRatio.Location = new System.Drawing.Point(62, 105);
   this.comboBoxAspectRatio.Name = "comboBoxAspectRatio";
   this.comboBoxAspectRatio.Size = new System.Drawing.Size(125, 21);
   this.comboBoxAspectRatio.TabIndex = 6;
   this.comboBoxAspectRatio.SelectedIndexChanged +=
     new System.EventHandler(this.comboBoxAspectRatio_SelectedIndexChanged);
   // 
   // FrameRate
   // 
   this.FrameRate.AutoSize = true;
   this.FrameRate.Location = new System.Drawing.Point(7, 26);
   this.FrameRate.Name = "FrameRate";
   this.FrameRate.Size = new System.Drawing.Size(62, 13);
   this.FrameRate.TabIndex = 5;
   this.FrameRate.Text = "Frame Rate";
   // 
   // comboBoxFrameRate
   // 
   this.comboBoxFrameRate.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxFrameRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxFrameRate.FormattingEnabled = true;
   this.comboBoxFrameRate.Items.AddRange(new object[]
                                           {
                                             "25.00 fps",
                                             "29.97 fps"
                                           });
   this.comboBoxFrameRate.Location = new System.Drawing.Point(62, 51);
   this.comboBoxFrameRate.Name = "comboBoxFrameRate";
   this.comboBoxFrameRate.Size = new System.Drawing.Size(125, 21);
   this.comboBoxFrameRate.TabIndex = 4;
   this.comboBoxFrameRate.SelectedIndexChanged += new System.EventHandler(this.comboBoxFrameRate_SelectedIndexChanged);
   // 
   // FiltersInterVideoEncoder
   // 
   this.Controls.Add(this.mpGroupBox2);
   this.Controls.Add(this.mpGroupBox1);
   this.Name = "FiltersInterVideoEncoder";
   this.Size = new System.Drawing.Size(472, 408);
   this.mpGroupBox2.ResumeLayout(false);
   this.mpGroupBox2.PerformLayout();
   this.AudioQuality.ResumeLayout(false);
   this.AudioQuality.PerformLayout();
   this.AudioMode.ResumeLayout(false);
   this.AudioMode.PerformLayout();
   this.mpGroupBox1.ResumeLayout(false);
   this.mpGroupBox1.PerformLayout();
   this.ResumeLayout(false);
 }
Beispiel #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   System.ComponentModel.ComponentResourceManager resources =
     new System.ComponentModel.ComponentResourceManager(typeof (MusicImport));
   this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
   this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton();
   this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
   this.tabPageEncoderSettings = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.groupBoxQuality = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxFastMode = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.labelTarget = new MediaPortal.UserInterface.Controls.MPLabel();
   this.hScrollBarQuality = new System.Windows.Forms.HScrollBar();
   this.groupBoxBitrate = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.labelBitrate = new MediaPortal.UserInterface.Controls.MPLabel();
   this.checkBoxCBR = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.hScrollBarBitrate = new System.Windows.Forms.HScrollBar();
   this.groupBoxTarget = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxMono = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.radioButtonQuality = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonBitrate = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.tabPageImportSettings = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.groupBoxGeneralSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxUnknown = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxBackground = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxDatabase = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxReplace = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.labelLibraryFolder = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonBrowse = new MediaPortal.UserInterface.Controls.MPButton();
   this.textBoxImportDir = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.groupBoxPerformance = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.hScrollBarPriority = new System.Windows.Forms.HScrollBar();
   this.labelFasterImport = new MediaPortal.UserInterface.Controls.MPLabel();
   this.labelBetterResponse = new MediaPortal.UserInterface.Controls.MPLabel();
   this.tabControlMusicImport = new MediaPortal.UserInterface.Controls.MPTabControl();
   this.tabPageFilenames = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.label12 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label10 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label9 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label11 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.textBoxSample = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label7 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label6 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.textBoxFormat = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label38 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.tabControlMissing = new MediaPortal.UserInterface.Controls.MPTabControl();
   this.tabPageMissing = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.groupBoxMissing = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.buttonLocateLAME = new MediaPortal.UserInterface.Controls.MPButton();
   this.linkLabelLAME = new System.Windows.Forms.LinkLabel();
   this.labelDisabled = new MediaPortal.UserInterface.Controls.MPLabel();
   this.tabPageEncoderSettings.SuspendLayout();
   this.groupBoxQuality.SuspendLayout();
   this.groupBoxBitrate.SuspendLayout();
   this.groupBoxTarget.SuspendLayout();
   this.tabPageImportSettings.SuspendLayout();
   this.groupBoxGeneralSettings.SuspendLayout();
   this.groupBoxPerformance.SuspendLayout();
   this.tabControlMusicImport.SuspendLayout();
   this.tabPageFilenames.SuspendLayout();
   this.groupBox2.SuspendLayout();
   this.groupBox1.SuspendLayout();
   this.tabControlMissing.SuspendLayout();
   this.tabPageMissing.SuspendLayout();
   this.groupBoxMissing.SuspendLayout();
   this.SuspendLayout();
   // 
   // buttonDefault
   // 
   this.buttonDefault.AutoSize = true;
   this.buttonDefault.Location = new System.Drawing.Point(352, 368);
   this.buttonDefault.Name = "buttonDefault";
   this.buttonDefault.Size = new System.Drawing.Size(104, 23);
   this.buttonDefault.TabIndex = 14;
   this.buttonDefault.Text = "Reset to default";
   this.buttonDefault.UseVisualStyleBackColor = true;
   this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
   // 
   // openFileDialog
   // 
   this.openFileDialog.FileName = "openFileDialog";
   // 
   // tabPageEncoderSettings
   // 
   this.tabPageEncoderSettings.BackgroundImage =
     ((System.Drawing.Image)(resources.GetObject("tabPageEncoderSettings.BackgroundImage")));
   this.tabPageEncoderSettings.Controls.Add(this.groupBoxQuality);
   this.tabPageEncoderSettings.Controls.Add(this.groupBoxBitrate);
   this.tabPageEncoderSettings.Controls.Add(this.groupBoxTarget);
   this.tabPageEncoderSettings.Location = new System.Drawing.Point(4, 22);
   this.tabPageEncoderSettings.Name = "tabPageEncoderSettings";
   this.tabPageEncoderSettings.Padding = new System.Windows.Forms.Padding(3);
   this.tabPageEncoderSettings.Size = new System.Drawing.Size(464, 374);
   this.tabPageEncoderSettings.TabIndex = 2;
   this.tabPageEncoderSettings.Text = "Encoder Settings";
   this.tabPageEncoderSettings.UseVisualStyleBackColor = true;
   // 
   // groupBoxQuality
   // 
   this.groupBoxQuality.BackColor = System.Drawing.Color.Transparent;
   this.groupBoxQuality.Controls.Add(this.checkBoxFastMode);
   this.groupBoxQuality.Controls.Add(this.labelTarget);
   this.groupBoxQuality.Controls.Add(this.hScrollBarQuality);
   this.groupBoxQuality.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxQuality.Location = new System.Drawing.Point(160, 128);
   this.groupBoxQuality.Name = "groupBoxQuality";
   this.groupBoxQuality.Size = new System.Drawing.Size(288, 104);
   this.groupBoxQuality.TabIndex = 3;
   this.groupBoxQuality.TabStop = false;
   this.groupBoxQuality.Text = "Quality";
   this.groupBoxQuality.Visible = false;
   // 
   // checkBoxFastMode
   // 
   this.checkBoxFastMode.AutoSize = true;
   this.checkBoxFastMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxFastMode.Location = new System.Drawing.Point(16, 72);
   this.checkBoxFastMode.Name = "checkBoxFastMode";
   this.checkBoxFastMode.Size = new System.Drawing.Size(133, 17);
   this.checkBoxFastMode.TabIndex = 3;
   this.checkBoxFastMode.Text = "Fast mode (less quality)";
   this.checkBoxFastMode.UseVisualStyleBackColor = true;
   // 
   // labelTarget
   // 
   this.labelTarget.AutoSize = true;
   this.labelTarget.Location = new System.Drawing.Point(73, 50);
   this.labelTarget.Name = "labelTarget";
   this.labelTarget.Size = new System.Drawing.Size(142, 13);
   this.labelTarget.TabIndex = 2;
   this.labelTarget.Text = "Bitrate: 000 kBps (000...000)";
   this.labelTarget.TextAlign = System.Drawing.ContentAlignment.TopCenter;
   // 
   // hScrollBarQuality
   // 
   this.hScrollBarQuality.LargeChange = 1;
   this.hScrollBarQuality.Location = new System.Drawing.Point(16, 24);
   this.hScrollBarQuality.Maximum = 6;
   this.hScrollBarQuality.Name = "hScrollBarQuality";
   this.hScrollBarQuality.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
   this.hScrollBarQuality.Size = new System.Drawing.Size(256, 17);
   this.hScrollBarQuality.TabIndex = 1;
   this.hScrollBarQuality.Value = 2;
   this.hScrollBarQuality.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBarQuality_Scroll);
   // 
   // groupBoxBitrate
   // 
   this.groupBoxBitrate.Controls.Add(this.labelBitrate);
   this.groupBoxBitrate.Controls.Add(this.checkBoxCBR);
   this.groupBoxBitrate.Controls.Add(this.hScrollBarBitrate);
   this.groupBoxBitrate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxBitrate.Location = new System.Drawing.Point(160, 16);
   this.groupBoxBitrate.Name = "groupBoxBitrate";
   this.groupBoxBitrate.Size = new System.Drawing.Size(288, 104);
   this.groupBoxBitrate.TabIndex = 2;
   this.groupBoxBitrate.TabStop = false;
   this.groupBoxBitrate.Text = "Bitrate";
   // 
   // labelBitrate
   // 
   this.labelBitrate.AutoSize = true;
   this.labelBitrate.Location = new System.Drawing.Point(83, 50);
   this.labelBitrate.Name = "labelBitrate";
   this.labelBitrate.Size = new System.Drawing.Size(122, 13);
   this.labelBitrate.TabIndex = 2;
   this.labelBitrate.Text = "Target Bitrate: 000 kBps";
   this.labelBitrate.TextAlign = System.Drawing.ContentAlignment.TopCenter;
   // 
   // checkBoxCBR
   // 
   this.checkBoxCBR.AutoSize = true;
   this.checkBoxCBR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxCBR.Location = new System.Drawing.Point(16, 72);
   this.checkBoxCBR.Name = "checkBoxCBR";
   this.checkBoxCBR.Size = new System.Drawing.Size(242, 17);
   this.checkBoxCBR.TabIndex = 1;
   this.checkBoxCBR.Text = "Restrict to constant bitrate (not recommended)";
   this.checkBoxCBR.UseVisualStyleBackColor = true;
   // 
   // hScrollBarBitrate
   // 
   this.hScrollBarBitrate.LargeChange = 1;
   this.hScrollBarBitrate.Location = new System.Drawing.Point(16, 24);
   this.hScrollBarBitrate.Maximum = 5;
   this.hScrollBarBitrate.Name = "hScrollBarBitrate";
   this.hScrollBarBitrate.Size = new System.Drawing.Size(256, 17);
   this.hScrollBarBitrate.TabIndex = 0;
   this.hScrollBarBitrate.TabStop = true;
   this.hScrollBarBitrate.Value = 2;
   this.hScrollBarBitrate.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBarBitrate_Scroll);
   // 
   // groupBoxTarget
   // 
   this.groupBoxTarget.Controls.Add(this.checkBoxMono);
   this.groupBoxTarget.Controls.Add(this.radioButtonQuality);
   this.groupBoxTarget.Controls.Add(this.radioButtonBitrate);
   this.groupBoxTarget.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxTarget.Location = new System.Drawing.Point(16, 16);
   this.groupBoxTarget.Name = "groupBoxTarget";
   this.groupBoxTarget.Size = new System.Drawing.Size(128, 104);
   this.groupBoxTarget.TabIndex = 0;
   this.groupBoxTarget.TabStop = false;
   this.groupBoxTarget.Text = "Encoding Mode";
   // 
   // checkBoxMono
   // 
   this.checkBoxMono.AutoSize = true;
   this.checkBoxMono.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxMono.Location = new System.Drawing.Point(20, 72);
   this.checkBoxMono.Name = "checkBoxMono";
   this.checkBoxMono.Size = new System.Drawing.Size(98, 17);
   this.checkBoxMono.TabIndex = 2;
   this.checkBoxMono.Text = "Mono encoding";
   this.checkBoxMono.UseVisualStyleBackColor = true;
   // 
   // radioButtonQuality
   // 
   this.radioButtonQuality.AutoSize = true;
   this.radioButtonQuality.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonQuality.Location = new System.Drawing.Point(20, 48);
   this.radioButtonQuality.Name = "radioButtonQuality";
   this.radioButtonQuality.Size = new System.Drawing.Size(56, 17);
   this.radioButtonQuality.TabIndex = 1;
   this.radioButtonQuality.TabStop = true;
   this.radioButtonQuality.Text = "Quality";
   this.radioButtonQuality.UseVisualStyleBackColor = true;
   this.radioButtonQuality.CheckedChanged += new System.EventHandler(this.radioButtonQuality_CheckedChanged);
   // 
   // radioButtonBitrate
   // 
   this.radioButtonBitrate.AutoSize = true;
   this.radioButtonBitrate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonBitrate.Location = new System.Drawing.Point(20, 24);
   this.radioButtonBitrate.Name = "radioButtonBitrate";
   this.radioButtonBitrate.Size = new System.Drawing.Size(54, 17);
   this.radioButtonBitrate.TabIndex = 0;
   this.radioButtonBitrate.TabStop = true;
   this.radioButtonBitrate.Text = "Bitrate";
   this.radioButtonBitrate.UseVisualStyleBackColor = true;
   this.radioButtonBitrate.CheckedChanged += new System.EventHandler(this.radioButtonBitrate_CheckedChanged);
   // 
   // tabPageImportSettings
   // 
   this.tabPageImportSettings.Controls.Add(this.groupBoxGeneralSettings);
   this.tabPageImportSettings.Controls.Add(this.groupBoxPerformance);
   this.tabPageImportSettings.Location = new System.Drawing.Point(4, 22);
   this.tabPageImportSettings.Name = "tabPageImportSettings";
   this.tabPageImportSettings.Padding = new System.Windows.Forms.Padding(3);
   this.tabPageImportSettings.Size = new System.Drawing.Size(464, 374);
   this.tabPageImportSettings.TabIndex = 0;
   this.tabPageImportSettings.Text = "Rip Settings";
   this.tabPageImportSettings.UseVisualStyleBackColor = true;
   // 
   // groupBoxGeneralSettings
   // 
   this.groupBoxGeneralSettings.Controls.Add(this.checkBoxUnknown);
   this.groupBoxGeneralSettings.Controls.Add(this.checkBoxBackground);
   this.groupBoxGeneralSettings.Controls.Add(this.checkBoxDatabase);
   this.groupBoxGeneralSettings.Controls.Add(this.checkBoxReplace);
   this.groupBoxGeneralSettings.Controls.Add(this.labelLibraryFolder);
   this.groupBoxGeneralSettings.Controls.Add(this.buttonBrowse);
   this.groupBoxGeneralSettings.Controls.Add(this.textBoxImportDir);
   this.groupBoxGeneralSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxGeneralSettings.Location = new System.Drawing.Point(16, 16);
   this.groupBoxGeneralSettings.Name = "groupBoxGeneralSettings";
   this.groupBoxGeneralSettings.Size = new System.Drawing.Size(432, 160);
   this.groupBoxGeneralSettings.TabIndex = 16;
   this.groupBoxGeneralSettings.TabStop = false;
   this.groupBoxGeneralSettings.Text = "General Settings";
   // 
   // checkBoxUnknown
   // 
   this.checkBoxUnknown.AutoSize = true;
   this.checkBoxUnknown.Checked = true;
   this.checkBoxUnknown.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxUnknown.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxUnknown.Location = new System.Drawing.Point(20, 72);
   this.checkBoxUnknown.Name = "checkBoxUnknown";
   this.checkBoxUnknown.Size = new System.Drawing.Size(218, 17);
   this.checkBoxUnknown.TabIndex = 13;
   this.checkBoxUnknown.Text = "Don\'t import unknown tracks to database";
   this.checkBoxUnknown.UseVisualStyleBackColor = true;
   // 
   // checkBoxBackground
   // 
   this.checkBoxBackground.AutoSize = true;
   this.checkBoxBackground.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxBackground.Location = new System.Drawing.Point(20, 96);
   this.checkBoxBackground.Name = "checkBoxBackground";
   this.checkBoxBackground.Size = new System.Drawing.Size(146, 17);
   this.checkBoxBackground.TabIndex = 12;
   this.checkBoxBackground.Text = "Background import (silent)";
   this.checkBoxBackground.UseVisualStyleBackColor = true;
   // 
   // checkBoxDatabase
   // 
   this.checkBoxDatabase.AutoSize = true;
   this.checkBoxDatabase.Checked = true;
   this.checkBoxDatabase.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxDatabase.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxDatabase.Location = new System.Drawing.Point(20, 48);
   this.checkBoxDatabase.Name = "checkBoxDatabase";
   this.checkBoxDatabase.Size = new System.Drawing.Size(120, 17);
   this.checkBoxDatabase.TabIndex = 11;
   this.checkBoxDatabase.Text = "Import into database";
   this.checkBoxDatabase.UseVisualStyleBackColor = true;
   this.checkBoxDatabase.CheckedChanged += new System.EventHandler(this.checkBoxDatabase_CheckedChanged);
   // 
   // checkBoxReplace
   // 
   this.checkBoxReplace.AutoSize = true;
   this.checkBoxReplace.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxReplace.Location = new System.Drawing.Point(20, 24);
   this.checkBoxReplace.Name = "checkBoxReplace";
   this.checkBoxReplace.Size = new System.Drawing.Size(123, 17);
   this.checkBoxReplace.TabIndex = 9;
   this.checkBoxReplace.Text = "Replace existing files";
   this.checkBoxReplace.UseVisualStyleBackColor = true;
   // 
   // labelLibraryFolder
   // 
   this.labelLibraryFolder.AutoSize = true;
   this.labelLibraryFolder.Location = new System.Drawing.Point(16, 128);
   this.labelLibraryFolder.Name = "labelLibraryFolder";
   this.labelLibraryFolder.Size = new System.Drawing.Size(73, 13);
   this.labelLibraryFolder.TabIndex = 7;
   this.labelLibraryFolder.Text = "Library Folder:";
   // 
   // buttonBrowse
   // 
   this.buttonBrowse.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonBrowse.Location = new System.Drawing.Point(344, 123);
   this.buttonBrowse.Name = "buttonBrowse";
   this.buttonBrowse.Size = new System.Drawing.Size(72, 22);
   this.buttonBrowse.TabIndex = 6;
   this.buttonBrowse.Text = "Browse";
   this.buttonBrowse.UseVisualStyleBackColor = true;
   this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click);
   // 
   // textBoxImportDir
   // 
   this.textBoxImportDir.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.textBoxImportDir.BorderColor = System.Drawing.Color.Empty;
   this.textBoxImportDir.Location = new System.Drawing.Point(96, 124);
   this.textBoxImportDir.Name = "textBoxImportDir";
   this.textBoxImportDir.Size = new System.Drawing.Size(240, 20);
   this.textBoxImportDir.TabIndex = 5;
   // 
   // groupBoxPerformance
   // 
   this.groupBoxPerformance.Controls.Add(this.hScrollBarPriority);
   this.groupBoxPerformance.Controls.Add(this.labelFasterImport);
   this.groupBoxPerformance.Controls.Add(this.labelBetterResponse);
   this.groupBoxPerformance.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxPerformance.Location = new System.Drawing.Point(16, 184);
   this.groupBoxPerformance.Name = "groupBoxPerformance";
   this.groupBoxPerformance.Size = new System.Drawing.Size(432, 56);
   this.groupBoxPerformance.TabIndex = 8;
   this.groupBoxPerformance.TabStop = false;
   this.groupBoxPerformance.Text = "Performance";
   // 
   // hScrollBarPriority
   // 
   this.hScrollBarPriority.LargeChange = 1;
   this.hScrollBarPriority.Location = new System.Drawing.Point(104, 22);
   this.hScrollBarPriority.Maximum = 4;
   this.hScrollBarPriority.Name = "hScrollBarPriority";
   this.hScrollBarPriority.Size = new System.Drawing.Size(240, 17);
   this.hScrollBarPriority.TabIndex = 18;
   // 
   // labelFasterImport
   // 
   this.labelFasterImport.AutoSize = true;
   this.labelFasterImport.Location = new System.Drawing.Point(351, 24);
   this.labelFasterImport.Name = "labelFasterImport";
   this.labelFasterImport.Size = new System.Drawing.Size(67, 13);
   this.labelFasterImport.TabIndex = 2;
   this.labelFasterImport.Text = "Faster import";
   // 
   // labelBetterResponse
   // 
   this.labelBetterResponse.AutoSize = true;
   this.labelBetterResponse.Location = new System.Drawing.Point(16, 24);
   this.labelBetterResponse.Name = "labelBetterResponse";
   this.labelBetterResponse.Size = new System.Drawing.Size(81, 13);
   this.labelBetterResponse.TabIndex = 1;
   this.labelBetterResponse.Text = "Better response";
   // 
   // tabControlMusicImport
   // 
   this.tabControlMusicImport.Controls.Add(this.tabPageImportSettings);
   this.tabControlMusicImport.Controls.Add(this.tabPageFilenames);
   this.tabControlMusicImport.Controls.Add(this.tabPageEncoderSettings);
   this.tabControlMusicImport.Location = new System.Drawing.Point(0, 8);
   this.tabControlMusicImport.Name = "tabControlMusicImport";
   this.tabControlMusicImport.SelectedIndex = 0;
   this.tabControlMusicImport.Size = new System.Drawing.Size(472, 400);
   this.tabControlMusicImport.TabIndex = 0;
   // 
   // tabPageFilenames
   // 
   this.tabPageFilenames.Controls.Add(this.groupBox2);
   this.tabPageFilenames.Location = new System.Drawing.Point(4, 22);
   this.tabPageFilenames.Name = "tabPageFilenames";
   this.tabPageFilenames.Padding = new System.Windows.Forms.Padding(3);
   this.tabPageFilenames.Size = new System.Drawing.Size(464, 374);
   this.tabPageFilenames.TabIndex = 3;
   this.tabPageFilenames.Text = "Custom Paths and Filenames";
   this.tabPageFilenames.UseVisualStyleBackColor = true;
   // 
   // groupBox2
   // 
   this.groupBox2.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox2.Controls.Add(this.groupBox1);
   this.groupBox2.Controls.Add(this.textBoxSample);
   this.groupBox2.Controls.Add(this.label7);
   this.groupBox2.Controls.Add(this.label6);
   this.groupBox2.Controls.Add(this.textBoxFormat);
   this.groupBox2.Controls.Add(this.label38);
   this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox2.Location = new System.Drawing.Point(16, 16);
   this.groupBox2.Name = "groupBox2";
   this.groupBox2.Size = new System.Drawing.Size(432, 212);
   this.groupBox2.TabIndex = 2;
   this.groupBox2.TabStop = false;
   // 
   // groupBox1
   // 
   this.groupBox1.Controls.Add(this.label12);
   this.groupBox1.Controls.Add(this.label10);
   this.groupBox1.Controls.Add(this.label9);
   this.groupBox1.Controls.Add(this.label11);
   this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox1.Location = new System.Drawing.Point(80, 116);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(336, 80);
   this.groupBox1.TabIndex = 21;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = "Available Tags";
   // 
   // label12
   // 
   this.label12.AutoSize = true;
   this.label12.Location = new System.Drawing.Point(216, 24);
   this.label12.Name = "label12";
   this.label12.Size = new System.Drawing.Size(104, 39);
   this.label12.TabIndex = 15;
   this.label12.Text = "tracknumber of song\r\nyear of song\r\ngenre of song";
   // 
   // label10
   // 
   this.label10.AutoSize = true;
   this.label10.Location = new System.Drawing.Point(74, 24);
   this.label10.Name = "label10";
   this.label10.Size = new System.Drawing.Size(76, 39);
   this.label10.TabIndex = 13;
   this.label10.Text = "name of artist\r\nsong title\r\nname of album";
   // 
   // label9
   // 
   this.label9.AutoSize = true;
   this.label9.Location = new System.Drawing.Point(9, 24);
   this.label9.Name = "label9";
   this.label9.Size = new System.Drawing.Size(60, 52);
   this.label9.TabIndex = 12;
   this.label9.Text = "%artist% =\r\n%title% =\r\n%album% =\r\n\r\n";
   this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
   // 
   // label11
   // 
   this.label11.AutoSize = true;
   this.label11.Location = new System.Drawing.Point(153, 24);
   this.label11.Name = "label11";
   this.label11.Size = new System.Drawing.Size(59, 39);
   this.label11.TabIndex = 14;
   this.label11.Text = "%track% =\r\n%year% =\r\n%genre% =\r\n";
   this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
   // 
   // textBoxSample
   // 
   this.textBoxSample.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.textBoxSample.BackColor = System.Drawing.SystemColors.ControlLight;
   this.textBoxSample.BorderColor = System.Drawing.Color.Empty;
   this.textBoxSample.Location = new System.Drawing.Point(80, 76);
   this.textBoxSample.Name = "textBoxSample";
   this.textBoxSample.ReadOnly = true;
   this.textBoxSample.Size = new System.Drawing.Size(336, 20);
   this.textBoxSample.TabIndex = 19;
   // 
   // label7
   // 
   this.label7.AutoSize = true;
   this.label7.Location = new System.Drawing.Point(80, 24);
   this.label7.Name = "label7";
   this.label7.Size = new System.Drawing.Size(327, 13);
   this.label7.TabIndex = 0;
   this.label7.Text = "Use blockquotes [ ] to specify optional fields and \\ for relative paths.";
   // 
   // label6
   // 
   this.label6.AutoSize = true;
   this.label6.Location = new System.Drawing.Point(16, 80);
   this.label6.Name = "label6";
   this.label6.Size = new System.Drawing.Size(45, 13);
   this.label6.TabIndex = 5;
   this.label6.Text = "Sample:";
   // 
   // textBoxFormat
   // 
   this.textBoxFormat.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.textBoxFormat.BorderColor = System.Drawing.Color.Empty;
   this.textBoxFormat.Location = new System.Drawing.Point(80, 48);
   this.textBoxFormat.Name = "textBoxFormat";
   this.textBoxFormat.Size = new System.Drawing.Size(336, 20);
   this.textBoxFormat.TabIndex = 4;
   this.textBoxFormat.TextChanged += new System.EventHandler(this.textBoxFormat_TextChanged);
   this.textBoxFormat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxFormat_KeyPress);
   // 
   // label38
   // 
   this.label38.AutoSize = true;
   this.label38.Location = new System.Drawing.Point(16, 52);
   this.label38.Name = "label38";
   this.label38.Size = new System.Drawing.Size(42, 13);
   this.label38.TabIndex = 3;
   this.label38.Text = "Format:";
   // 
   // tabControlMissing
   // 
   this.tabControlMissing.Controls.Add(this.tabPageMissing);
   this.tabControlMissing.Location = new System.Drawing.Point(0, 8);
   this.tabControlMissing.Name = "tabControlMissing";
   this.tabControlMissing.SelectedIndex = 0;
   this.tabControlMissing.Size = new System.Drawing.Size(472, 400);
   this.tabControlMissing.TabIndex = 15;
   // 
   // tabPageMissing
   // 
   this.tabPageMissing.BackgroundImage =
     ((System.Drawing.Image)(resources.GetObject("tabPageMissing.BackgroundImage")));
   this.tabPageMissing.Controls.Add(this.groupBoxMissing);
   this.tabPageMissing.Location = new System.Drawing.Point(4, 22);
   this.tabPageMissing.Name = "tabPageMissing";
   this.tabPageMissing.Padding = new System.Windows.Forms.Padding(3);
   this.tabPageMissing.Size = new System.Drawing.Size(464, 374);
   this.tabPageMissing.TabIndex = 0;
   this.tabPageMissing.Text = "Missing File";
   this.tabPageMissing.UseVisualStyleBackColor = true;
   // 
   // groupBoxMissing
   // 
   this.groupBoxMissing.BackColor = System.Drawing.Color.Transparent;
   this.groupBoxMissing.Controls.Add(this.buttonLocateLAME);
   this.groupBoxMissing.Controls.Add(this.linkLabelLAME);
   this.groupBoxMissing.Controls.Add(this.labelDisabled);
   this.groupBoxMissing.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxMissing.Location = new System.Drawing.Point(16, 16);
   this.groupBoxMissing.Name = "groupBoxMissing";
   this.groupBoxMissing.Size = new System.Drawing.Size(432, 208);
   this.groupBoxMissing.TabIndex = 20;
   this.groupBoxMissing.TabStop = false;
   // 
   // buttonLocateLAME
   // 
   this.buttonLocateLAME.Location = new System.Drawing.Point(312, 168);
   this.buttonLocateLAME.Name = "buttonLocateLAME";
   this.buttonLocateLAME.Size = new System.Drawing.Size(104, 23);
   this.buttonLocateLAME.TabIndex = 2;
   this.buttonLocateLAME.Text = "Locate LAME";
   this.buttonLocateLAME.UseVisualStyleBackColor = true;
   this.buttonLocateLAME.Click += new System.EventHandler(this.buttonLocateLAME_Click);
   // 
   // linkLabelLAME
   // 
   this.linkLabelLAME.AutoSize = true;
   this.linkLabelLAME.Location = new System.Drawing.Point(120, 99);
   this.linkLabelLAME.Name = "linkLabelLAME";
   this.linkLabelLAME.Size = new System.Drawing.Size(207, 13);
   this.linkLabelLAME.TabIndex = 1;
   this.linkLabelLAME.TabStop = true;
   this.linkLabelLAME.Text = "http://mitiok.maresweb.org/lame-3.97b.zip";
   this.linkLabelLAME.LinkClicked +=
     new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLAME_LinkClicked);
   // 
   // labelDisabled
   // 
   this.labelDisabled.AutoSize = true;
   this.labelDisabled.Location = new System.Drawing.Point(16, 24);
   this.labelDisabled.Name = "labelDisabled";
   this.labelDisabled.Size = new System.Drawing.Size(373, 130);
   this.labelDisabled.TabIndex = 0;
   this.labelDisabled.Text = resources.GetString("labelDisabled.Text");
   // 
   // MusicImport
   // 
   this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
   this.Controls.Add(this.tabControlMusicImport);
   this.Controls.Add(this.buttonDefault);
   this.Controls.Add(this.tabControlMissing);
   this.DoubleBuffered = true;
   this.Name = "MusicImport";
   this.Size = new System.Drawing.Size(472, 408);
   this.tabPageEncoderSettings.ResumeLayout(false);
   this.groupBoxQuality.ResumeLayout(false);
   this.groupBoxQuality.PerformLayout();
   this.groupBoxBitrate.ResumeLayout(false);
   this.groupBoxBitrate.PerformLayout();
   this.groupBoxTarget.ResumeLayout(false);
   this.groupBoxTarget.PerformLayout();
   this.tabPageImportSettings.ResumeLayout(false);
   this.groupBoxGeneralSettings.ResumeLayout(false);
   this.groupBoxGeneralSettings.PerformLayout();
   this.groupBoxPerformance.ResumeLayout(false);
   this.groupBoxPerformance.PerformLayout();
   this.tabControlMusicImport.ResumeLayout(false);
   this.tabPageFilenames.ResumeLayout(false);
   this.groupBox2.ResumeLayout(false);
   this.groupBox2.PerformLayout();
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   this.tabControlMissing.ResumeLayout(false);
   this.tabPageMissing.ResumeLayout(false);
   this.groupBoxMissing.ResumeLayout(false);
   this.groupBoxMissing.PerformLayout();
   this.ResumeLayout(false);
   this.PerformLayout();
 }
Beispiel #15
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      MediaPortal.UserInterface.Controls.MPTabPage tabPage3;
      MediaPortal.UserInterface.Controls.MPGroupBox mpGroupBox3;
      MediaPortal.UserInterface.Controls.MPLabel mpLabel2;
      System.Windows.Forms.Panel panel1;
      MediaPortal.UserInterface.Controls.MPTabPage mpTabPage2;
      MediaPortal.UserInterface.Controls.MPLabel labelPlayAll;
      this.mpSubEngineCommentLabel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subEnginesCombo = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.advancedButton = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabelSubSelectMode = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subtitlesSelectionComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.label2 = new System.Windows.Forms.Label();
      this.subPaths = new System.Windows.Forms.TextBox();
      this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subPosRelativeCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.saveAlwaysRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.saveAskRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.saveNeverRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.mpLabel6 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel5 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.delayTextBox = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
      this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.subStyleOverrideCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.opaqueBoxRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.borderOutlineRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.borderWidthUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
      this.shadowDepthUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel9 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subtitlesButton = new MediaPortal.UserInterface.Controls.MPButton();
      this.subtitlesFontTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.mpLabel10 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
      this.fontDialog = new System.Windows.Forms.FontDialog();
      this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBoxVideoAudioDelay = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.delayVideoTextBox = new System.Windows.Forms.NumericUpDown();
      this.mpLabelAVDelayTime = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabelAVDelay = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpGroupBoxComSkip = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.comSkipCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.chbKeepFoldersTogether = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.playedPercentageTB = new System.Windows.Forms.NumericUpDown();
      this.percentPlayedLabel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.comboBoxPlayAll = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.playedPercentageTrackBar = new System.Windows.Forms.TrackBar();
      this.checkBoxShowWatched = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.fileNameButton = new MediaPortal.UserInterface.Controls.MPButton();
      this.folderNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.repeatPlaylistCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.folderNameLabel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.mpTabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      streamLAVSelectionCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpLabelOptionLAV = new MediaPortal.UserInterface.Controls.MPLabel();
      audioDefaultCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.defaultAudioLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      tabPage3 = new MediaPortal.UserInterface.Controls.MPTabPage();
      mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
      panel1 = new System.Windows.Forms.Panel();
      mpTabPage2 = new MediaPortal.UserInterface.Controls.MPTabPage();
      labelPlayAll = new MediaPortal.UserInterface.Controls.MPLabel();
      tabPage3.SuspendLayout();
      mpGroupBox3.SuspendLayout();
      this.mpGroupBox1.SuspendLayout();
      panel1.SuspendLayout();
      mpTabPage2.SuspendLayout();
      this.mpGroupBox2.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.borderWidthUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.shadowDepthUpDown)).BeginInit();
      this.tabPage1.SuspendLayout();
      this.mpGroupBoxVideoAudioDelay.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.delayVideoTextBox)).BeginInit();
      this.mpGroupBoxComSkip.SuspendLayout();
      this.groupBox1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTB)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTrackBar)).BeginInit();
      this.tabControl1.SuspendLayout();
      this.mpTabPage1.SuspendLayout();
      this.mpGroupBox4.SuspendLayout();
      this.SuspendLayout();
      // 
      // tabPage3
      // 
      tabPage3.Controls.Add(mpGroupBox3);
      tabPage3.Controls.Add(this.mpGroupBox1);
      tabPage3.Location = new System.Drawing.Point(4, 22);
      tabPage3.Name = "tabPage3";
      tabPage3.Size = new System.Drawing.Size(464, 382);
      tabPage3.TabIndex = 7;
      tabPage3.Text = "Subtitle";
      tabPage3.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox3
      // 
      mpGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      mpGroupBox3.Controls.Add(this.mpSubEngineCommentLabel);
      mpGroupBox3.Controls.Add(mpLabel2);
      mpGroupBox3.Controls.Add(this.subEnginesCombo);
      mpGroupBox3.Controls.Add(this.advancedButton);
      mpGroupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      mpGroupBox3.Location = new System.Drawing.Point(15, 12);
      mpGroupBox3.Name = "mpGroupBox3";
      mpGroupBox3.Size = new System.Drawing.Size(432, 104);
      mpGroupBox3.TabIndex = 1;
      mpGroupBox3.TabStop = false;
      mpGroupBox3.Text = "Engine";
      // 
      // mpSubEngineCommentLabel
      // 
      this.mpSubEngineCommentLabel.Location = new System.Drawing.Point(17, 74);
      this.mpSubEngineCommentLabel.Name = "mpSubEngineCommentLabel";
      this.mpSubEngineCommentLabel.Size = new System.Drawing.Size(409, 24);
      this.mpSubEngineCommentLabel.TabIndex = 16;
      this.mpSubEngineCommentLabel.Text = "* - FFDShow Tryout revision 3640 or greater needed";
      // 
      // mpLabel2
      // 
      mpLabel2.Location = new System.Drawing.Point(13, 23);
      mpLabel2.Name = "mpLabel2";
      mpLabel2.Size = new System.Drawing.Size(199, 16);
      mpLabel2.TabIndex = 10;
      mpLabel2.Text = "Select subtitles engine:";
      // 
      // subEnginesCombo
      // 
      this.subEnginesCombo.BorderColor = System.Drawing.Color.Empty;
      this.subEnginesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.subEnginesCombo.FormattingEnabled = true;
      this.subEnginesCombo.Items.AddRange(new object[] {
            "MPC-HC",
            "DirectVobSub",
            "FFDShow",
            "XySubFilter",
            "Disabled"});
      this.subEnginesCombo.Location = new System.Drawing.Point(16, 46);
      this.subEnginesCombo.Name = "subEnginesCombo";
      this.subEnginesCombo.Size = new System.Drawing.Size(246, 21);
      this.subEnginesCombo.TabIndex = 7;
      this.subEnginesCombo.SelectedIndexChanged += new System.EventHandler(this.subEnginesCombo_SelectedIndexChanged);
      // 
      // advancedButton
      // 
      this.advancedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.advancedButton.Location = new System.Drawing.Point(337, 46);
      this.advancedButton.Name = "advancedButton";
      this.advancedButton.Size = new System.Drawing.Size(72, 22);
      this.advancedButton.TabIndex = 6;
      this.advancedButton.Text = "Advanced";
      this.advancedButton.UseVisualStyleBackColor = true;
      this.advancedButton.Click += new System.EventHandler(this.advancedButton_Click);
      // 
      // mpGroupBox1
      // 
      this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox1.Controls.Add(this.mpLabelSubSelectMode);
      this.mpGroupBox1.Controls.Add(this.subtitlesSelectionComboBox);
      this.mpGroupBox1.Controls.Add(this.label2);
      this.mpGroupBox1.Controls.Add(this.subPaths);
      this.mpGroupBox1.Controls.Add(this.mpLabel3);
      this.mpGroupBox1.Controls.Add(this.subPosRelativeCheckBox);
      this.mpGroupBox1.Controls.Add(panel1);
      this.mpGroupBox1.Controls.Add(this.mpLabel6);
      this.mpGroupBox1.Controls.Add(this.mpLabel5);
      this.mpGroupBox1.Controls.Add(this.delayTextBox);
      this.mpGroupBox1.Controls.Add(this.mpLabel4);
      this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox1.Location = new System.Drawing.Point(15, 119);
      this.mpGroupBox1.Name = "mpGroupBox1";
      this.mpGroupBox1.Size = new System.Drawing.Size(432, 260);
      this.mpGroupBox1.TabIndex = 0;
      this.mpGroupBox1.TabStop = false;
      this.mpGroupBox1.Text = "Options";
      // 
      // mpLabelSubSelectMode
      // 
      this.mpLabelSubSelectMode.Location = new System.Drawing.Point(14, 20);
      this.mpLabelSubSelectMode.Name = "mpLabelSubSelectMode";
      this.mpLabelSubSelectMode.Size = new System.Drawing.Size(175, 16);
      this.mpLabelSubSelectMode.TabIndex = 19;
      this.mpLabelSubSelectMode.Text = "Subtitles mode selection:";
      // 
      // subtitlesSelectionComboBox
      // 
      this.subtitlesSelectionComboBox.BorderColor = System.Drawing.Color.Empty;
      this.subtitlesSelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.subtitlesSelectionComboBox.FormattingEnabled = true;
      this.subtitlesSelectionComboBox.Items.AddRange(new object[] {
            "Subtitles won\'t be auto loaded",
            "Subtitles will be auto loaded by language preference",
            "Subtitles will be auto loaded by first available",
            "Subtitles will only display forced subtitles *"});
      this.subtitlesSelectionComboBox.Location = new System.Drawing.Point(16, 39);
      this.subtitlesSelectionComboBox.Name = "subtitlesSelectionComboBox";
      this.subtitlesSelectionComboBox.Size = new System.Drawing.Size(393, 21);
      this.subtitlesSelectionComboBox.TabIndex = 18;
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(13, 92);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(81, 13);
      this.label2.TabIndex = 17;
      this.label2.Text = "Subtitle paths: *";
      // 
      // subPaths
      // 
      this.subPaths.Location = new System.Drawing.Point(100, 89);
      this.subPaths.Name = "subPaths";
      this.subPaths.Size = new System.Drawing.Size(309, 20);
      this.subPaths.TabIndex = 16;
      // 
      // mpLabel3
      // 
      this.mpLabel3.Location = new System.Drawing.Point(13, 207);
      this.mpLabel3.Name = "mpLabel3";
      this.mpLabel3.Size = new System.Drawing.Size(396, 36);
      this.mpLabel3.TabIndex = 15;
      this.mpLabel3.Text = "* - supported by MPC-HC engine only / using forced sub option, all other subtitle" +
    "s are available for switching (except idx/sub format)";
      // 
      // subPosRelativeCheckBox
      // 
      this.subPosRelativeCheckBox.AutoSize = true;
      this.subPosRelativeCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.subPosRelativeCheckBox.Location = new System.Drawing.Point(16, 66);
      this.subPosRelativeCheckBox.Name = "subPosRelativeCheckBox";
      this.subPosRelativeCheckBox.Size = new System.Drawing.Size(193, 17);
      this.subPosRelativeCheckBox.TabIndex = 14;
      this.subPosRelativeCheckBox.Text = "Position relative to the video frame *";
      this.subPosRelativeCheckBox.UseVisualStyleBackColor = true;
      // 
      // panel1
      // 
      panel1.Controls.Add(this.saveAlwaysRadioButton);
      panel1.Controls.Add(this.saveAskRadioButton);
      panel1.Controls.Add(this.saveNeverRadioButton);
      panel1.Location = new System.Drawing.Point(16, 168);
      panel1.Name = "panel1";
      panel1.Size = new System.Drawing.Size(246, 26);
      panel1.TabIndex = 13;
      // 
      // saveAlwaysRadioButton
      // 
      this.saveAlwaysRadioButton.AutoSize = true;
      this.saveAlwaysRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.saveAlwaysRadioButton.Location = new System.Drawing.Point(173, 1);
      this.saveAlwaysRadioButton.Name = "saveAlwaysRadioButton";
      this.saveAlwaysRadioButton.Size = new System.Drawing.Size(57, 17);
      this.saveAlwaysRadioButton.TabIndex = 12;
      this.saveAlwaysRadioButton.Text = "Always";
      this.saveAlwaysRadioButton.UseVisualStyleBackColor = true;
      // 
      // saveAskRadioButton
      // 
      this.saveAskRadioButton.AutoSize = true;
      this.saveAskRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.saveAskRadioButton.Location = new System.Drawing.Point(98, 1);
      this.saveAskRadioButton.Name = "saveAskRadioButton";
      this.saveAskRadioButton.Size = new System.Drawing.Size(42, 17);
      this.saveAskRadioButton.TabIndex = 11;
      this.saveAskRadioButton.Text = "Ask";
      this.saveAskRadioButton.UseVisualStyleBackColor = true;
      // 
      // saveNeverRadioButton
      // 
      this.saveNeverRadioButton.AutoSize = true;
      this.saveNeverRadioButton.Checked = true;
      this.saveNeverRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.saveNeverRadioButton.Location = new System.Drawing.Point(18, 1);
      this.saveNeverRadioButton.Name = "saveNeverRadioButton";
      this.saveNeverRadioButton.Size = new System.Drawing.Size(53, 17);
      this.saveNeverRadioButton.TabIndex = 10;
      this.saveNeverRadioButton.TabStop = true;
      this.saveNeverRadioButton.Text = "Never";
      this.saveNeverRadioButton.UseVisualStyleBackColor = true;
      // 
      // mpLabel6
      // 
      this.mpLabel6.Location = new System.Drawing.Point(13, 149);
      this.mpLabel6.Name = "mpLabel6";
      this.mpLabel6.Size = new System.Drawing.Size(199, 16);
      this.mpLabel6.TabIndex = 9;
      this.mpLabel6.Text = "Autosave modified subtitles: *";
      // 
      // mpLabel5
      // 
      this.mpLabel5.Location = new System.Drawing.Point(196, 125);
      this.mpLabel5.Name = "mpLabel5";
      this.mpLabel5.Size = new System.Drawing.Size(25, 16);
      this.mpLabel5.TabIndex = 8;
      this.mpLabel5.Text = "ms";
      // 
      // delayTextBox
      // 
      this.delayTextBox.Location = new System.Drawing.Point(143, 122);
      this.delayTextBox.Name = "delayTextBox";
      this.delayTextBox.Size = new System.Drawing.Size(46, 20);
      this.delayTextBox.TabIndex = 7;
      this.delayTextBox.Text = "250";
      this.delayTextBox.Value = 250;
      // 
      // mpLabel4
      // 
      this.mpLabel4.Location = new System.Drawing.Point(13, 125);
      this.mpLabel4.Name = "mpLabel4";
      this.mpLabel4.Size = new System.Drawing.Size(107, 16);
      this.mpLabel4.TabIndex = 6;
      this.mpLabel4.Text = "Delay interval:";
      // 
      // mpTabPage2
      // 
      mpTabPage2.Controls.Add(this.mpGroupBox2);
      mpTabPage2.Location = new System.Drawing.Point(4, 22);
      mpTabPage2.Name = "mpTabPage2";
      mpTabPage2.Size = new System.Drawing.Size(464, 382);
      mpTabPage2.TabIndex = 10;
      mpTabPage2.Text = "Subtitle (cont)";
      mpTabPage2.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox2
      // 
      this.mpGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox2.Controls.Add(this.subStyleOverrideCheckBox);
      this.mpGroupBox2.Controls.Add(this.opaqueBoxRadioButton);
      this.mpGroupBox2.Controls.Add(this.borderOutlineRadioButton);
      this.mpGroupBox2.Controls.Add(this.borderWidthUpDown);
      this.mpGroupBox2.Controls.Add(this.shadowDepthUpDown);
      this.mpGroupBox2.Controls.Add(this.mpLabel1);
      this.mpGroupBox2.Controls.Add(this.mpLabel9);
      this.mpGroupBox2.Controls.Add(this.subtitlesButton);
      this.mpGroupBox2.Controls.Add(this.subtitlesFontTextBox);
      this.mpGroupBox2.Controls.Add(this.mpLabel10);
      this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox2.Location = new System.Drawing.Point(15, 12);
      this.mpGroupBox2.Name = "mpGroupBox2";
      this.mpGroupBox2.Size = new System.Drawing.Size(432, 171);
      this.mpGroupBox2.TabIndex = 1;
      this.mpGroupBox2.TabStop = false;
      this.mpGroupBox2.Text = "Style";
      // 
      // subStyleOverrideCheckBox
      // 
      this.subStyleOverrideCheckBox.AutoSize = true;
      this.subStyleOverrideCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.subStyleOverrideCheckBox.Location = new System.Drawing.Point(16, 146);
      this.subStyleOverrideCheckBox.Name = "subStyleOverrideCheckBox";
      this.subStyleOverrideCheckBox.Size = new System.Drawing.Size(160, 17);
      this.subStyleOverrideCheckBox.TabIndex = 15;
      this.subStyleOverrideCheckBox.Text = "Override ASS subtitles style *";
      this.subStyleOverrideCheckBox.UseVisualStyleBackColor = true;
      // 
      // opaqueBoxRadioButton
      // 
      this.opaqueBoxRadioButton.AutoSize = true;
      this.opaqueBoxRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.opaqueBoxRadioButton.Location = new System.Drawing.Point(24, 121);
      this.opaqueBoxRadioButton.Name = "opaqueBoxRadioButton";
      this.opaqueBoxRadioButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
      this.opaqueBoxRadioButton.Size = new System.Drawing.Size(82, 17);
      this.opaqueBoxRadioButton.TabIndex = 8;
      this.opaqueBoxRadioButton.Text = "Opaque box";
      this.opaqueBoxRadioButton.UseVisualStyleBackColor = true;
      // 
      // borderOutlineRadioButton
      // 
      this.borderOutlineRadioButton.AutoSize = true;
      this.borderOutlineRadioButton.Checked = true;
      this.borderOutlineRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.borderOutlineRadioButton.Location = new System.Drawing.Point(24, 98);
      this.borderOutlineRadioButton.Name = "borderOutlineRadioButton";
      this.borderOutlineRadioButton.Size = new System.Drawing.Size(57, 17);
      this.borderOutlineRadioButton.TabIndex = 7;
      this.borderOutlineRadioButton.TabStop = true;
      this.borderOutlineRadioButton.Text = "Outline";
      this.borderOutlineRadioButton.UseVisualStyleBackColor = true;
      // 
      // borderWidthUpDown
      // 
      this.borderWidthUpDown.Location = new System.Drawing.Point(133, 78);
      this.borderWidthUpDown.Name = "borderWidthUpDown";
      this.borderWidthUpDown.Size = new System.Drawing.Size(79, 20);
      this.borderWidthUpDown.TabIndex = 12;
      this.borderWidthUpDown.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
      // 
      // shadowDepthUpDown
      // 
      this.shadowDepthUpDown.Location = new System.Drawing.Point(133, 52);
      this.shadowDepthUpDown.Name = "shadowDepthUpDown";
      this.shadowDepthUpDown.Size = new System.Drawing.Size(79, 20);
      this.shadowDepthUpDown.TabIndex = 11;
      this.shadowDepthUpDown.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(13, 54);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(81, 13);
      this.mpLabel1.TabIndex = 10;
      this.mpLabel1.Text = "Shadow Depth:";
      // 
      // mpLabel9
      // 
      this.mpLabel9.AutoSize = true;
      this.mpLabel9.Location = new System.Drawing.Point(13, 80);
      this.mpLabel9.Name = "mpLabel9";
      this.mpLabel9.Size = new System.Drawing.Size(72, 13);
      this.mpLabel9.TabIndex = 9;
      this.mpLabel9.Text = "Border Width:";
      // 
      // subtitlesButton
      // 
      this.subtitlesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.subtitlesButton.Location = new System.Drawing.Point(337, 18);
      this.subtitlesButton.Name = "subtitlesButton";
      this.subtitlesButton.Size = new System.Drawing.Size(72, 22);
      this.subtitlesButton.TabIndex = 6;
      this.subtitlesButton.Text = "Browse";
      this.subtitlesButton.UseVisualStyleBackColor = true;
      this.subtitlesButton.Click += new System.EventHandler(this.subtitlesButton_Click);
      // 
      // subtitlesFontTextBox
      // 
      this.subtitlesFontTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.subtitlesFontTextBox.BorderColor = System.Drawing.Color.Empty;
      this.subtitlesFontTextBox.Location = new System.Drawing.Point(129, 19);
      this.subtitlesFontTextBox.Name = "subtitlesFontTextBox";
      this.subtitlesFontTextBox.ReadOnly = true;
      this.subtitlesFontTextBox.Size = new System.Drawing.Size(200, 20);
      this.subtitlesFontTextBox.TabIndex = 5;
      // 
      // mpLabel10
      // 
      this.mpLabel10.Location = new System.Drawing.Point(13, 22);
      this.mpLabel10.Name = "mpLabel10";
      this.mpLabel10.Size = new System.Drawing.Size(107, 16);
      this.mpLabel10.TabIndex = 4;
      this.mpLabel10.Text = "Display font:";
      // 
      // labelPlayAll
      // 
      labelPlayAll.AutoSize = true;
      labelPlayAll.Location = new System.Drawing.Point(17, 208);
      labelPlayAll.Name = "labelPlayAll";
      labelPlayAll.Size = new System.Drawing.Size(191, 13);
      labelPlayAll.TabIndex = 11;
      labelPlayAll.Text = "Play all videos inside folder (play order):";
      // 
      // tabPage1
      // 
      this.tabPage1.Controls.Add(this.mpGroupBoxVideoAudioDelay);
      this.tabPage1.Controls.Add(this.mpGroupBoxComSkip);
      this.tabPage1.Controls.Add(this.groupBox1);
      this.tabPage1.Location = new System.Drawing.Point(4, 22);
      this.tabPage1.Name = "tabPage1";
      this.tabPage1.Size = new System.Drawing.Size(464, 382);
      this.tabPage1.TabIndex = 0;
      this.tabPage1.Text = "General";
      this.tabPage1.UseVisualStyleBackColor = true;
      // 
      // mpGroupBoxVideoAudioDelay
      // 
      this.mpGroupBoxVideoAudioDelay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBoxVideoAudioDelay.Controls.Add(this.delayVideoTextBox);
      this.mpGroupBoxVideoAudioDelay.Controls.Add(this.mpLabelAVDelayTime);
      this.mpGroupBoxVideoAudioDelay.Controls.Add(this.mpLabelAVDelay);
      this.mpGroupBoxVideoAudioDelay.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBoxVideoAudioDelay.Location = new System.Drawing.Point(16, 316);
      this.mpGroupBoxVideoAudioDelay.Name = "mpGroupBoxVideoAudioDelay";
      this.mpGroupBoxVideoAudioDelay.Size = new System.Drawing.Size(432, 49);
      this.mpGroupBoxVideoAudioDelay.TabIndex = 12;
      this.mpGroupBoxVideoAudioDelay.TabStop = false;
      this.mpGroupBoxVideoAudioDelay.Text = "Video/Audio Delay";
      // 
      // delayVideoTextBox
      // 
      this.delayVideoTextBox.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.delayVideoTextBox.Location = new System.Drawing.Point(148, 18);
      this.delayVideoTextBox.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.delayVideoTextBox.Name = "delayVideoTextBox";
      this.delayVideoTextBox.Size = new System.Drawing.Size(52, 20);
      this.delayVideoTextBox.TabIndex = 16;
      this.delayVideoTextBox.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
      // 
      // mpLabelAVDelayTime
      // 
      this.mpLabelAVDelayTime.Location = new System.Drawing.Point(200, 22);
      this.mpLabelAVDelayTime.Name = "mpLabelAVDelayTime";
      this.mpLabelAVDelayTime.Size = new System.Drawing.Size(25, 16);
      this.mpLabelAVDelayTime.TabIndex = 15;
      this.mpLabelAVDelayTime.Text = "ms";
      // 
      // mpLabelAVDelay
      // 
      this.mpLabelAVDelay.Location = new System.Drawing.Point(17, 22);
      this.mpLabelAVDelay.Name = "mpLabelAVDelay";
      this.mpLabelAVDelay.Size = new System.Drawing.Size(107, 16);
      this.mpLabelAVDelay.TabIndex = 13;
      this.mpLabelAVDelay.Text = "Delay interval:";
      // 
      // mpGroupBoxComSkip
      // 
      this.mpGroupBoxComSkip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBoxComSkip.Controls.Add(this.comSkipCheckBox);
      this.mpGroupBoxComSkip.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBoxComSkip.Location = new System.Drawing.Point(16, 261);
      this.mpGroupBoxComSkip.Name = "mpGroupBoxComSkip";
      this.mpGroupBoxComSkip.Size = new System.Drawing.Size(432, 49);
      this.mpGroupBoxComSkip.TabIndex = 11;
      this.mpGroupBoxComSkip.TabStop = false;
      this.mpGroupBoxComSkip.Text = "Commercial skip";
      // 
      // comSkipCheckBox
      // 
      this.comSkipCheckBox.AutoSize = true;
      this.comSkipCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.comSkipCheckBox.Location = new System.Drawing.Point(19, 20);
      this.comSkipCheckBox.Name = "comSkipCheckBox";
      this.comSkipCheckBox.Size = new System.Drawing.Size(354, 17);
      this.comSkipCheckBox.TabIndex = 8;
      this.comSkipCheckBox.Text = "Automatically skip commercials for videos with ComSkip data available";
      this.comSkipCheckBox.UseVisualStyleBackColor = true;
      // 
      // groupBox1
      // 
      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox1.Controls.Add(this.chbKeepFoldersTogether);
      this.groupBox1.Controls.Add(this.playedPercentageTB);
      this.groupBox1.Controls.Add(this.percentPlayedLabel);
      this.groupBox1.Controls.Add(labelPlayAll);
      this.groupBox1.Controls.Add(this.comboBoxPlayAll);
      this.groupBox1.Controls.Add(this.playedPercentageTrackBar);
      this.groupBox1.Controls.Add(this.checkBoxShowWatched);
      this.groupBox1.Controls.Add(this.fileNameButton);
      this.groupBox1.Controls.Add(this.folderNameTextBox);
      this.groupBox1.Controls.Add(this.repeatPlaylistCheckBox);
      this.groupBox1.Controls.Add(this.folderNameLabel);
      this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBox1.Location = new System.Drawing.Point(16, 16);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(432, 239);
      this.groupBox1.TabIndex = 0;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Settings";
      // 
      // chbKeepFoldersTogether
      // 
      this.chbKeepFoldersTogether.AutoSize = true;
      this.chbKeepFoldersTogether.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.chbKeepFoldersTogether.Location = new System.Drawing.Point(19, 100);
      this.chbKeepFoldersTogether.Name = "chbKeepFoldersTogether";
      this.chbKeepFoldersTogether.Size = new System.Drawing.Size(209, 17);
      this.chbKeepFoldersTogether.TabIndex = 15;
      this.chbKeepFoldersTogether.Text = "Keep DVD and BluRay folders together";
      this.chbKeepFoldersTogether.UseVisualStyleBackColor = true;
      // 
      // playedPercentageTB
      // 
      this.playedPercentageTB.Enabled = false;
      this.playedPercentageTB.Location = new System.Drawing.Point(352, 154);
      this.playedPercentageTB.Name = "playedPercentageTB";
      this.playedPercentageTB.Size = new System.Drawing.Size(48, 20);
      this.playedPercentageTB.TabIndex = 14;
      this.playedPercentageTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.playedPercentageTB.Value = new decimal(new int[] {
            95,
            0,
            0,
            0});
      this.playedPercentageTB.ValueChanged += new System.EventHandler(this.playedPercentageTB_ValueChanged);
      // 
      // percentPlayedLabel
      // 
      this.percentPlayedLabel.Location = new System.Drawing.Point(34, 131);
      this.percentPlayedLabel.Name = "percentPlayedLabel";
      this.percentPlayedLabel.Size = new System.Drawing.Size(299, 18);
      this.percentPlayedLabel.TabIndex = 13;
      this.percentPlayedLabel.Text = "Played time percentage needed to mark video as watched";
      // 
      // comboBoxPlayAll
      // 
      this.comboBoxPlayAll.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxPlayAll.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboBoxPlayAll.FormattingEnabled = true;
      this.comboBoxPlayAll.Items.AddRange(new object[] {
            "By Name",
            "By Date",
            "Shuffle",
            "Always ask"});
      this.comboBoxPlayAll.Location = new System.Drawing.Point(226, 205);
      this.comboBoxPlayAll.Name = "comboBoxPlayAll";
      this.comboBoxPlayAll.Size = new System.Drawing.Size(185, 21);
      this.comboBoxPlayAll.TabIndex = 8;
      // 
      // playedPercentageTrackBar
      // 
      this.playedPercentageTrackBar.BackColor = System.Drawing.Color.White;
      this.playedPercentageTrackBar.Enabled = false;
      this.playedPercentageTrackBar.Location = new System.Drawing.Point(26, 154);
      this.playedPercentageTrackBar.Maximum = 100;
      this.playedPercentageTrackBar.Name = "playedPercentageTrackBar";
      this.playedPercentageTrackBar.Size = new System.Drawing.Size(320, 45);
      this.playedPercentageTrackBar.TabIndex = 5;
      this.playedPercentageTrackBar.TickFrequency = 5;
      this.playedPercentageTrackBar.Value = 95;
      this.playedPercentageTrackBar.Scroll += new System.EventHandler(this.playedPercentageTrackBar_Scroll);
      // 
      // checkBoxShowWatched
      // 
      this.checkBoxShowWatched.AutoSize = true;
      this.checkBoxShowWatched.Checked = true;
      this.checkBoxShowWatched.CheckState = System.Windows.Forms.CheckState.Checked;
      this.checkBoxShowWatched.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxShowWatched.Location = new System.Drawing.Point(19, 77);
      this.checkBoxShowWatched.Name = "checkBoxShowWatched";
      this.checkBoxShowWatched.Size = new System.Drawing.Size(381, 17);
      this.checkBoxShowWatched.TabIndex = 6;
      this.checkBoxShowWatched.Text = "Mark every already watched file (deactivate for performance with many files)";
      this.checkBoxShowWatched.UseVisualStyleBackColor = true;
      this.checkBoxShowWatched.CheckedChanged += new System.EventHandler(this.checkBoxShowWatched_CheckedChanged);
      // 
      // fileNameButton
      // 
      this.fileNameButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.fileNameButton.Location = new System.Drawing.Point(339, 28);
      this.fileNameButton.Name = "fileNameButton";
      this.fileNameButton.Size = new System.Drawing.Size(72, 22);
      this.fileNameButton.TabIndex = 4;
      this.fileNameButton.Text = "Browse";
      this.fileNameButton.UseVisualStyleBackColor = true;
      this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
      // 
      // folderNameTextBox
      // 
      this.folderNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.folderNameTextBox.BorderColor = System.Drawing.Color.Empty;
      this.folderNameTextBox.Location = new System.Drawing.Point(133, 28);
      this.folderNameTextBox.Name = "folderNameTextBox";
      this.folderNameTextBox.Size = new System.Drawing.Size(200, 20);
      this.folderNameTextBox.TabIndex = 3;
      // 
      // repeatPlaylistCheckBox
      // 
      this.repeatPlaylistCheckBox.AutoSize = true;
      this.repeatPlaylistCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.repeatPlaylistCheckBox.Location = new System.Drawing.Point(19, 54);
      this.repeatPlaylistCheckBox.Name = "repeatPlaylistCheckBox";
      this.repeatPlaylistCheckBox.Size = new System.Drawing.Size(152, 17);
      this.repeatPlaylistCheckBox.TabIndex = 5;
      this.repeatPlaylistCheckBox.Text = "Repeat/loop video playlists";
      this.repeatPlaylistCheckBox.UseVisualStyleBackColor = true;
      // 
      // folderNameLabel
      // 
      this.folderNameLabel.Location = new System.Drawing.Point(16, 32);
      this.folderNameLabel.Name = "folderNameLabel";
      this.folderNameLabel.Size = new System.Drawing.Size(80, 16);
      this.folderNameLabel.TabIndex = 2;
      this.folderNameLabel.Text = "Playlist folder:";
      // 
      // tabControl1
      // 
      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.tabControl1.Controls.Add(this.tabPage1);
      this.tabControl1.Controls.Add(tabPage3);
      this.tabControl1.Controls.Add(mpTabPage2);
      this.tabControl1.Controls.Add(this.mpTabPage1);
      this.tabControl1.Location = new System.Drawing.Point(0, 0);
      this.tabControl1.Name = "tabControl1";
      this.tabControl1.SelectedIndex = 0;
      this.tabControl1.Size = new System.Drawing.Size(472, 408);
      this.tabControl1.TabIndex = 0;
      // 
      // mpTabPage1
      // 
      this.mpTabPage1.Controls.Add(this.mpGroupBox4);
      this.mpTabPage1.Location = new System.Drawing.Point(4, 22);
      this.mpTabPage1.Name = "mpTabPage1";
      this.mpTabPage1.Size = new System.Drawing.Size(464, 382);
      this.mpTabPage1.TabIndex = 9;
      this.mpTabPage1.Text = "Language";
      this.mpTabPage1.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox4
      // 
      this.mpGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox4.Controls.Add(streamLAVSelectionCheckBox);
      this.mpGroupBox4.Controls.Add(this.mpLabelOptionLAV);
      this.mpGroupBox4.Controls.Add(audioDefaultCheckBox);
      this.mpGroupBox4.Controls.Add(this.mpLabel7);
      this.mpGroupBox4.Controls.Add(this.defaultAudioLanguageComboBox);
      this.mpGroupBox4.Controls.Add(this.mpLabel8);
      this.mpGroupBox4.Controls.Add(this.defaultSubtitleLanguageComboBox);
      this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox4.Location = new System.Drawing.Point(14, 12);
      this.mpGroupBox4.Name = "mpGroupBox4";
      this.mpGroupBox4.Size = new System.Drawing.Size(432, 176);
      this.mpGroupBox4.TabIndex = 10;
      this.mpGroupBox4.TabStop = false;
      this.mpGroupBox4.Text = "Default Language";
      // 
      // streamLAVSelectionCheckBox
      // 
      streamLAVSelectionCheckBox.AutoSize = true;
      streamLAVSelectionCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      streamLAVSelectionCheckBox.Location = new System.Drawing.Point(16, 134);
      streamLAVSelectionCheckBox.Name = "streamLAVSelectionCheckBox";
      streamLAVSelectionCheckBox.Size = new System.Drawing.Size(360, 17);
      streamLAVSelectionCheckBox.TabIndex = 18;
      streamLAVSelectionCheckBox.Text = "Override the whole audio/subtitle use stream selection from LAV Splitter";
      streamLAVSelectionCheckBox.UseVisualStyleBackColor = true;
      streamLAVSelectionCheckBox.CheckedChanged += new System.EventHandler(this.streamLAVSelectionCheckBox_CheckedChanged);
      // 
      // mpLabelOptionLAV
      // 
      this.mpLabelOptionLAV.Location = new System.Drawing.Point(13, 83);
      this.mpLabelOptionLAV.Name = "mpLabelOptionLAV";
      this.mpLabelOptionLAV.Size = new System.Drawing.Size(238, 16);
      this.mpLabelOptionLAV.TabIndex = 17;
      this.mpLabelOptionLAV.Text = "Option working only with  LAV Splitter in use:";
      // 
      // audioDefaultCheckBox
      // 
      audioDefaultCheckBox.AutoSize = true;
      audioDefaultCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      audioDefaultCheckBox.Location = new System.Drawing.Point(16, 111);
      audioDefaultCheckBox.Name = "audioDefaultCheckBox";
      audioDefaultCheckBox.Size = new System.Drawing.Size(235, 17);
      audioDefaultCheckBox.TabIndex = 16;
      audioDefaultCheckBox.Text = "Override audio selection and use default one";
      audioDefaultCheckBox.UseVisualStyleBackColor = true;
      audioDefaultCheckBox.CheckedChanged += new System.EventHandler(this.audioDefault_CheckedChanged);
      // 
      // mpLabel7
      // 
      this.mpLabel7.Location = new System.Drawing.Point(13, 56);
      this.mpLabel7.Name = "mpLabel7";
      this.mpLabel7.Size = new System.Drawing.Size(96, 16);
      this.mpLabel7.TabIndex = 6;
      this.mpLabel7.Text = "Audio:";
      // 
      // defaultAudioLanguageComboBox
      // 
      this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.defaultAudioLanguageComboBox.BorderColor = System.Drawing.Color.Empty;
      this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.defaultAudioLanguageComboBox.Location = new System.Drawing.Point(136, 51);
      this.defaultAudioLanguageComboBox.Name = "defaultAudioLanguageComboBox";
      this.defaultAudioLanguageComboBox.Size = new System.Drawing.Size(280, 21);
      this.defaultAudioLanguageComboBox.Sorted = true;
      this.defaultAudioLanguageComboBox.TabIndex = 7;
      // 
      // mpLabel8
      // 
      this.mpLabel8.Location = new System.Drawing.Point(13, 27);
      this.mpLabel8.Name = "mpLabel8";
      this.mpLabel8.Size = new System.Drawing.Size(96, 16);
      this.mpLabel8.TabIndex = 6;
      this.mpLabel8.Text = "Subtitles:";
      // 
      // defaultSubtitleLanguageComboBox
      // 
      this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.defaultSubtitleLanguageComboBox.BorderColor = System.Drawing.Color.Empty;
      this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.defaultSubtitleLanguageComboBox.Location = new System.Drawing.Point(136, 24);
      this.defaultSubtitleLanguageComboBox.Name = "defaultSubtitleLanguageComboBox";
      this.defaultSubtitleLanguageComboBox.Size = new System.Drawing.Size(280, 21);
      this.defaultSubtitleLanguageComboBox.Sorted = true;
      this.defaultSubtitleLanguageComboBox.TabIndex = 7;
      // 
      // Movies
      // 
      this.Controls.Add(this.tabControl1);
      this.Name = "Movies";
      this.Size = new System.Drawing.Size(472, 408);
      tabPage3.ResumeLayout(false);
      mpGroupBox3.ResumeLayout(false);
      this.mpGroupBox1.ResumeLayout(false);
      this.mpGroupBox1.PerformLayout();
      panel1.ResumeLayout(false);
      panel1.PerformLayout();
      mpTabPage2.ResumeLayout(false);
      this.mpGroupBox2.ResumeLayout(false);
      this.mpGroupBox2.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.borderWidthUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.shadowDepthUpDown)).EndInit();
      this.tabPage1.ResumeLayout(false);
      this.mpGroupBoxVideoAudioDelay.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.delayVideoTextBox)).EndInit();
      this.mpGroupBoxComSkip.ResumeLayout(false);
      this.mpGroupBoxComSkip.PerformLayout();
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTB)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTrackBar)).EndInit();
      this.tabControl1.ResumeLayout(false);
      this.mpTabPage1.ResumeLayout(false);
      this.mpGroupBox4.ResumeLayout(false);
      this.mpGroupBox4.PerformLayout();
      this.ResumeLayout(false);

    }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.groupBoxAc3DecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonAc3Spdif = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonAc3Speakers = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.checkBoxAc3Lfe = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.comboBoxAc3SpeakerConfig = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.checkBoxAc3DynamicRange = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBoxFormat = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.labelBoostValue = new MediaPortal.UserInterface.Controls.MPLabel();
   this.labelBoost = new MediaPortal.UserInterface.Controls.MPLabel();
   this.radioButtonPcm16Bit = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonPcm24Bit = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonPcm32Bit = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonIeee = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.checkBoxNormalize = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.trackBarBoost = new System.Windows.Forms.TrackBar();
   this.groupBoxDtsDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonDtsSpdif = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonDtsSpeakers = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.checkBoxDtsLfe = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.comboBoxDtsSpeakerConfig = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.checkBoxDtsDynamicRange = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBoxAacDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxAacDynamic = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxAacDownmix = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.groupBoxAc3DecoderSettings.SuspendLayout();
   this.groupBoxFormat.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.trackBarBoost)).BeginInit();
   this.groupBoxDtsDecoderSettings.SuspendLayout();
   this.groupBoxAacDecoderSettings.SuspendLayout();
   this.SuspendLayout();
   // 
   // groupBoxAc3DecoderSettings
   // 
   this.groupBoxAc3DecoderSettings.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxAc3DecoderSettings.Controls.Add(this.radioButtonAc3Spdif);
   this.groupBoxAc3DecoderSettings.Controls.Add(this.radioButtonAc3Speakers);
   this.groupBoxAc3DecoderSettings.Controls.Add(this.checkBoxAc3Lfe);
   this.groupBoxAc3DecoderSettings.Controls.Add(this.comboBoxAc3SpeakerConfig);
   this.groupBoxAc3DecoderSettings.Controls.Add(this.checkBoxAc3DynamicRange);
   this.groupBoxAc3DecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxAc3DecoderSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                                  System.Drawing.FontStyle.Regular,
                                                                  System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   this.groupBoxAc3DecoderSettings.Location = new System.Drawing.Point(6, 0);
   this.groupBoxAc3DecoderSettings.Name = "groupBoxAc3DecoderSettings";
   this.groupBoxAc3DecoderSettings.Size = new System.Drawing.Size(462, 104);
   this.groupBoxAc3DecoderSettings.TabIndex = 0;
   this.groupBoxAc3DecoderSettings.TabStop = false;
   this.groupBoxAc3DecoderSettings.Text = "AC3 Decoder Settings";
   // 
   // radioButtonAc3Spdif
   // 
   this.radioButtonAc3Spdif.AutoSize = true;
   this.radioButtonAc3Spdif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonAc3Spdif.Location = new System.Drawing.Point(16, 48);
   this.radioButtonAc3Spdif.Name = "radioButtonAc3Spdif";
   this.radioButtonAc3Spdif.Size = new System.Drawing.Size(60, 17);
   this.radioButtonAc3Spdif.TabIndex = 3;
   this.radioButtonAc3Spdif.Text = "S/PDIF";
   this.radioButtonAc3Spdif.UseVisualStyleBackColor = true;
   this.radioButtonAc3Spdif.CheckedChanged += new System.EventHandler(this.radioButtonAC3SPDIF_CheckedChanged);
   // 
   // radioButtonAc3Speakers
   // 
   this.radioButtonAc3Speakers.AutoSize = true;
   this.radioButtonAc3Speakers.Checked = true;
   this.radioButtonAc3Speakers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonAc3Speakers.Location = new System.Drawing.Point(16, 24);
   this.radioButtonAc3Speakers.Name = "radioButtonAc3Speakers";
   this.radioButtonAc3Speakers.Size = new System.Drawing.Size(123, 17);
   this.radioButtonAc3Speakers.TabIndex = 0;
   this.radioButtonAc3Speakers.TabStop = true;
   this.radioButtonAc3Speakers.Text = "Decode to speakers:";
   this.radioButtonAc3Speakers.UseVisualStyleBackColor = true;
   // 
   // checkBoxAc3Lfe
   // 
   this.checkBoxAc3Lfe.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.checkBoxAc3Lfe.AutoSize = true;
   this.checkBoxAc3Lfe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxAc3Lfe.Location = new System.Drawing.Point(403, 24);
   this.checkBoxAc3Lfe.Name = "checkBoxAc3Lfe";
   this.checkBoxAc3Lfe.Size = new System.Drawing.Size(43, 17);
   this.checkBoxAc3Lfe.TabIndex = 2;
   this.checkBoxAc3Lfe.Text = "LFE";
   this.checkBoxAc3Lfe.UseVisualStyleBackColor = true;
   // 
   // comboBoxAc3SpeakerConfig
   // 
   this.comboBoxAc3SpeakerConfig.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxAc3SpeakerConfig.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxAc3SpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxAc3SpeakerConfig.Items.AddRange(new object[]
                                                  {
                                                    "Dual Mono",
                                                    "Mono",
                                                    "Stereo",
                                                    "3 Front",
                                                    "2 Front + 1 Rear",
                                                    "3 Front + 1 Rear",
                                                    "2 Front + 2 Rear",
                                                    "3 Front + 2 Rear",
                                                    "Channel 1",
                                                    "Channel 2",
                                                    "Dolby Stereo"
                                                  });
   this.comboBoxAc3SpeakerConfig.Location = new System.Drawing.Point(168, 20);
   this.comboBoxAc3SpeakerConfig.Name = "comboBoxAc3SpeakerConfig";
   this.comboBoxAc3SpeakerConfig.Size = new System.Drawing.Size(230, 21);
   this.comboBoxAc3SpeakerConfig.TabIndex = 1;
   // 
   // checkBoxAc3DynamicRange
   // 
   this.checkBoxAc3DynamicRange.AutoSize = true;
   this.checkBoxAc3DynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxAc3DynamicRange.Location = new System.Drawing.Point(16, 72);
   this.checkBoxAc3DynamicRange.Name = "checkBoxAc3DynamicRange";
   this.checkBoxAc3DynamicRange.Size = new System.Drawing.Size(136, 17);
   this.checkBoxAc3DynamicRange.TabIndex = 4;
   this.checkBoxAc3DynamicRange.Text = "Dynamic Range Control";
   this.checkBoxAc3DynamicRange.UseVisualStyleBackColor = true;
   // 
   // groupBoxFormat
   // 
   this.groupBoxFormat.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxFormat.Controls.Add(this.labelBoostValue);
   this.groupBoxFormat.Controls.Add(this.labelBoost);
   this.groupBoxFormat.Controls.Add(this.radioButtonPcm16Bit);
   this.groupBoxFormat.Controls.Add(this.radioButtonPcm24Bit);
   this.groupBoxFormat.Controls.Add(this.radioButtonPcm32Bit);
   this.groupBoxFormat.Controls.Add(this.radioButtonIeee);
   this.groupBoxFormat.Controls.Add(this.checkBoxNormalize);
   this.groupBoxFormat.Controls.Add(this.trackBarBoost);
   this.groupBoxFormat.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxFormat.Location = new System.Drawing.Point(7, 224);
   this.groupBoxFormat.Name = "groupBoxFormat";
   this.groupBoxFormat.Size = new System.Drawing.Size(461, 121);
   this.groupBoxFormat.TabIndex = 2;
   this.groupBoxFormat.TabStop = false;
   this.groupBoxFormat.Text = "AC3/AAC/DTS/LPCM Format";
   // 
   // labelBoostValue
   // 
   this.labelBoostValue.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.labelBoostValue.Location = new System.Drawing.Point(325, 51);
   this.labelBoostValue.Name = "labelBoostValue";
   this.labelBoostValue.Size = new System.Drawing.Size(26, 23);
   this.labelBoostValue.TabIndex = 7;
   this.labelBoostValue.Text = "0";
   this.labelBoostValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
   // 
   // labelBoost
   // 
   this.labelBoost.Location = new System.Drawing.Point(16, 56);
   this.labelBoost.Name = "labelBoost";
   this.labelBoost.Size = new System.Drawing.Size(40, 16);
   this.labelBoost.TabIndex = 4;
   this.labelBoost.Text = "Boost:";
   // 
   // radioButtonPcm16Bit
   // 
   this.radioButtonPcm16Bit.AutoSize = true;
   this.radioButtonPcm16Bit.Checked = true;
   this.radioButtonPcm16Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonPcm16Bit.Location = new System.Drawing.Point(16, 24);
   this.radioButtonPcm16Bit.Name = "radioButtonPcm16Bit";
   this.radioButtonPcm16Bit.Size = new System.Drawing.Size(76, 17);
   this.radioButtonPcm16Bit.TabIndex = 0;
   this.radioButtonPcm16Bit.TabStop = true;
   this.radioButtonPcm16Bit.Text = "PCM 16 bit";
   this.radioButtonPcm16Bit.UseVisualStyleBackColor = true;
   // 
   // radioButtonPcm24Bit
   // 
   this.radioButtonPcm24Bit.AutoSize = true;
   this.radioButtonPcm24Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonPcm24Bit.Location = new System.Drawing.Point(104, 24);
   this.radioButtonPcm24Bit.Name = "radioButtonPcm24Bit";
   this.radioButtonPcm24Bit.Size = new System.Drawing.Size(76, 17);
   this.radioButtonPcm24Bit.TabIndex = 1;
   this.radioButtonPcm24Bit.Text = "PCM 24 bit";
   this.radioButtonPcm24Bit.UseVisualStyleBackColor = true;
   // 
   // radioButtonPcm32Bit
   // 
   this.radioButtonPcm32Bit.AutoSize = true;
   this.radioButtonPcm32Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonPcm32Bit.Location = new System.Drawing.Point(192, 24);
   this.radioButtonPcm32Bit.Name = "radioButtonPcm32Bit";
   this.radioButtonPcm32Bit.Size = new System.Drawing.Size(76, 17);
   this.radioButtonPcm32Bit.TabIndex = 2;
   this.radioButtonPcm32Bit.Text = "PCM 32 bit";
   this.radioButtonPcm32Bit.UseVisualStyleBackColor = true;
   // 
   // radioButtonIeee
   // 
   this.radioButtonIeee.AutoSize = true;
   this.radioButtonIeee.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonIeee.Location = new System.Drawing.Point(288, 24);
   this.radioButtonIeee.Name = "radioButtonIeee";
   this.radioButtonIeee.Size = new System.Drawing.Size(74, 17);
   this.radioButtonIeee.TabIndex = 3;
   this.radioButtonIeee.Text = "IEEE Float";
   this.radioButtonIeee.UseVisualStyleBackColor = true;
   // 
   // checkBoxNormalize
   // 
   this.checkBoxNormalize.AutoSize = true;
   this.checkBoxNormalize.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxNormalize.Location = new System.Drawing.Point(16, 89);
   this.checkBoxNormalize.Name = "checkBoxNormalize";
   this.checkBoxNormalize.Size = new System.Drawing.Size(70, 17);
   this.checkBoxNormalize.TabIndex = 6;
   this.checkBoxNormalize.Text = "Normalize";
   this.checkBoxNormalize.UseVisualStyleBackColor = true;
   // 
   // trackBarBoost
   // 
   this.trackBarBoost.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.trackBarBoost.Location = new System.Drawing.Point(48, 52);
   this.trackBarBoost.Maximum = 100;
   this.trackBarBoost.Name = "trackBarBoost";
   this.trackBarBoost.Size = new System.Drawing.Size(281, 45);
   this.trackBarBoost.TabIndex = 5;
   this.trackBarBoost.TickStyle = System.Windows.Forms.TickStyle.None;
   this.trackBarBoost.Scroll += new System.EventHandler(this.trackBarBoost_Scroll);
   // 
   // groupBoxDtsDecoderSettings
   // 
   this.groupBoxDtsDecoderSettings.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxDtsDecoderSettings.Controls.Add(this.radioButtonDtsSpdif);
   this.groupBoxDtsDecoderSettings.Controls.Add(this.radioButtonDtsSpeakers);
   this.groupBoxDtsDecoderSettings.Controls.Add(this.checkBoxDtsLfe);
   this.groupBoxDtsDecoderSettings.Controls.Add(this.comboBoxDtsSpeakerConfig);
   this.groupBoxDtsDecoderSettings.Controls.Add(this.checkBoxDtsDynamicRange);
   this.groupBoxDtsDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxDtsDecoderSettings.Location = new System.Drawing.Point(6, 112);
   this.groupBoxDtsDecoderSettings.Name = "groupBoxDtsDecoderSettings";
   this.groupBoxDtsDecoderSettings.Size = new System.Drawing.Size(462, 104);
   this.groupBoxDtsDecoderSettings.TabIndex = 1;
   this.groupBoxDtsDecoderSettings.TabStop = false;
   this.groupBoxDtsDecoderSettings.Text = "DTS Decoder Settings";
   // 
   // radioButtonDtsSpdif
   // 
   this.radioButtonDtsSpdif.AutoSize = true;
   this.radioButtonDtsSpdif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonDtsSpdif.Location = new System.Drawing.Point(16, 48);
   this.radioButtonDtsSpdif.Name = "radioButtonDtsSpdif";
   this.radioButtonDtsSpdif.Size = new System.Drawing.Size(60, 17);
   this.radioButtonDtsSpdif.TabIndex = 3;
   this.radioButtonDtsSpdif.Text = "S/PDIF";
   this.radioButtonDtsSpdif.UseVisualStyleBackColor = true;
   this.radioButtonDtsSpdif.CheckedChanged += new System.EventHandler(this.radioButtonDTSSPDIF_CheckedChanged);
   // 
   // radioButtonDtsSpeakers
   // 
   this.radioButtonDtsSpeakers.AutoSize = true;
   this.radioButtonDtsSpeakers.Checked = true;
   this.radioButtonDtsSpeakers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonDtsSpeakers.Location = new System.Drawing.Point(16, 24);
   this.radioButtonDtsSpeakers.Name = "radioButtonDtsSpeakers";
   this.radioButtonDtsSpeakers.Size = new System.Drawing.Size(123, 17);
   this.radioButtonDtsSpeakers.TabIndex = 0;
   this.radioButtonDtsSpeakers.TabStop = true;
   this.radioButtonDtsSpeakers.Text = "Decode to speakers:";
   this.radioButtonDtsSpeakers.UseVisualStyleBackColor = true;
   // 
   // checkBoxDtsLfe
   // 
   this.checkBoxDtsLfe.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.checkBoxDtsLfe.AutoSize = true;
   this.checkBoxDtsLfe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxDtsLfe.Location = new System.Drawing.Point(403, 24);
   this.checkBoxDtsLfe.Name = "checkBoxDtsLfe";
   this.checkBoxDtsLfe.Size = new System.Drawing.Size(43, 17);
   this.checkBoxDtsLfe.TabIndex = 2;
   this.checkBoxDtsLfe.Text = "LFE";
   this.checkBoxDtsLfe.UseVisualStyleBackColor = true;
   // 
   // comboBoxDtsSpeakerConfig
   // 
   this.comboBoxDtsSpeakerConfig.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxDtsSpeakerConfig.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxDtsSpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxDtsSpeakerConfig.Items.AddRange(new object[]
                                                  {
                                                    "Mono",
                                                    "Dual Mono",
                                                    "Stereo",
                                                    "3 Front",
                                                    "2 Front + 1 Rear",
                                                    "3 Front + 1 Rear",
                                                    "2 Front + 2 Rear",
                                                    "3 Front + 2 Rear"
                                                  });
   this.comboBoxDtsSpeakerConfig.Location = new System.Drawing.Point(168, 20);
   this.comboBoxDtsSpeakerConfig.Name = "comboBoxDtsSpeakerConfig";
   this.comboBoxDtsSpeakerConfig.Size = new System.Drawing.Size(230, 21);
   this.comboBoxDtsSpeakerConfig.TabIndex = 1;
   // 
   // checkBoxDtsDynamicRange
   // 
   this.checkBoxDtsDynamicRange.AutoSize = true;
   this.checkBoxDtsDynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxDtsDynamicRange.Location = new System.Drawing.Point(16, 72);
   this.checkBoxDtsDynamicRange.Name = "checkBoxDtsDynamicRange";
   this.checkBoxDtsDynamicRange.Size = new System.Drawing.Size(136, 17);
   this.checkBoxDtsDynamicRange.TabIndex = 4;
   this.checkBoxDtsDynamicRange.Text = "Dynamic Range Control";
   this.checkBoxDtsDynamicRange.UseVisualStyleBackColor = true;
   // 
   // groupBoxAacDecoderSettings
   // 
   this.groupBoxAacDecoderSettings.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxAacDecoderSettings.Controls.Add(this.checkBoxAacDynamic);
   this.groupBoxAacDecoderSettings.Controls.Add(this.checkBoxAacDownmix);
   this.groupBoxAacDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxAacDecoderSettings.Location = new System.Drawing.Point(6, 353);
   this.groupBoxAacDecoderSettings.Name = "groupBoxAacDecoderSettings";
   this.groupBoxAacDecoderSettings.Size = new System.Drawing.Size(462, 52);
   this.groupBoxAacDecoderSettings.TabIndex = 3;
   this.groupBoxAacDecoderSettings.TabStop = false;
   this.groupBoxAacDecoderSettings.Text = "AAC Decoder Settings";
   // 
   // checkBoxAacDynamic
   // 
   this.checkBoxAacDynamic.AutoSize = true;
   this.checkBoxAacDynamic.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxAacDynamic.Location = new System.Drawing.Point(192, 24);
   this.checkBoxAacDynamic.Name = "checkBoxAacDynamic";
   this.checkBoxAacDynamic.Size = new System.Drawing.Size(136, 17);
   this.checkBoxAacDynamic.TabIndex = 5;
   this.checkBoxAacDynamic.Text = "Dynamic Range Control";
   this.checkBoxAacDynamic.UseVisualStyleBackColor = true;
   // 
   // checkBoxAacDownmix
   // 
   this.checkBoxAacDownmix.AutoSize = true;
   this.checkBoxAacDownmix.Checked = true;
   this.checkBoxAacDownmix.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxAacDownmix.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxAacDownmix.Location = new System.Drawing.Point(16, 24);
   this.checkBoxAacDownmix.Name = "checkBoxAacDownmix";
   this.checkBoxAacDownmix.Size = new System.Drawing.Size(111, 17);
   this.checkBoxAacDownmix.TabIndex = 0;
   this.checkBoxAacDownmix.Text = "Downmix to stereo";
   this.checkBoxAacDownmix.UseVisualStyleBackColor = true;
   // 
   // label2
   // 
   this.label2.Location = new System.Drawing.Point(104, 64);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(48, 16);
   this.label2.TabIndex = 7;
   this.label2.Text = "Boost:";
   // 
   // FiltersMPEG2DecAudio
   // 
   this.Controls.Add(this.groupBoxDtsDecoderSettings);
   this.Controls.Add(this.groupBoxAc3DecoderSettings);
   this.Controls.Add(this.groupBoxFormat);
   this.Controls.Add(this.groupBoxAacDecoderSettings);
   this.Name = "FiltersMPEG2DecAudio";
   this.Size = new System.Drawing.Size(472, 408);
   this.groupBoxAc3DecoderSettings.ResumeLayout(false);
   this.groupBoxAc3DecoderSettings.PerformLayout();
   this.groupBoxFormat.ResumeLayout(false);
   this.groupBoxFormat.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.trackBarBoost)).EndInit();
   this.groupBoxDtsDecoderSettings.ResumeLayout(false);
   this.groupBoxDtsDecoderSettings.PerformLayout();
   this.groupBoxAacDecoderSettings.ResumeLayout(false);
   this.groupBoxAacDecoderSettings.PerformLayout();
   this.ResumeLayout(false);
 }
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TVAdvancedOptions));
      this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpUseRtspCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.mpMainToolTip = new MediaPortal.UserInterface.Controls.MPToolTip();
      this.mpRtspPathsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabelNote = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabelWarning = new MediaPortal.UserInterface.Controls.MPLabel();
      this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
      this.buttonRecordingPath = new System.Windows.Forms.Button();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabelRecording = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
      this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
      this.textBoxRecording = new System.Windows.Forms.TextBox();
      this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
      this.groupBoxSettings.SuspendLayout();
      this.mpRtspPathsGroupBox.SuspendLayout();
      this.SuspendLayout();
      // 
      // groupBoxSettings
      // 
      this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxSettings.Controls.Add(this.mpLabel2);
      this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
      this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
      this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
      this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxSettings.Location = new System.Drawing.Point(0, 0);
      this.groupBoxSettings.Name = "groupBoxSettings";
      this.groupBoxSettings.Size = new System.Drawing.Size(472, 130);
      this.groupBoxSettings.TabIndex = 0;
      this.groupBoxSettings.TabStop = false;
      this.groupBoxSettings.Text = "Settings";
      // 
      // mpLabel2
      // 
      this.mpLabel2.AutoSize = true;
      this.mpLabel2.ForeColor = System.Drawing.Color.Red;
      this.mpLabel2.Location = new System.Drawing.Point(9, 52);
      this.mpLabel2.Name = "mpLabel2";
      this.mpLabel2.Size = new System.Drawing.Size(232, 13);
      this.mpLabel2.TabIndex = 5;
      this.mpLabel2.Text = "Click on \'help\' (above right) for more information.";
      // 
      // mpDoNotAllowSlowMotionDuringZappingCheckBox
      // 
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize = true;
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location = new System.Drawing.Point(9, 73);
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size = new System.Drawing.Size(336, 17);
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex = 4;
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text = "Do not use slow motion to sync video to audio on channel change";
      this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox, "Selecting this will prevent live TV from playing video until video is in sync wit" +
        "h the audio, instead of playing video in slow motion");
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
      // 
      // mpUseRtspCheckBox
      // 
      this.mpUseRtspCheckBox.AutoSize = true;
      this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpUseRtspCheckBox.Location = new System.Drawing.Point(9, 97);
      this.mpUseRtspCheckBox.Name = "mpUseRtspCheckBox";
      this.mpUseRtspCheckBox.Size = new System.Drawing.Size(144, 17);
      this.mpUseRtspCheckBox.TabIndex = 1;
      this.mpUseRtspCheckBox.Text = "-- Label defined in code --\r\n";
      this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
      this.mpUseRtspCheckBox.CheckedChanged += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
      // 
      // mpWarningLabel
      // 
      this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
      this.mpWarningLabel.Location = new System.Drawing.Point(6, 18);
      this.mpWarningLabel.Name = "mpWarningLabel";
      this.mpWarningLabel.Size = new System.Drawing.Size(460, 37);
      this.mpWarningLabel.TabIndex = 0;
      this.mpWarningLabel.Text = "This section provides special advanced option settings. Some of these settings ar" +
    "e experimental. Do not alter any of the settings below unless you know what you " +
    "are doing.";
      // 
      // radioButton1
      // 
      this.radioButton1.AutoSize = true;
      this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButton1.Location = new System.Drawing.Point(0, 0);
      this.radioButton1.Name = "radioButton1";
      this.radioButton1.Size = new System.Drawing.Size(104, 24);
      this.radioButton1.TabIndex = 0;
      this.radioButton1.UseVisualStyleBackColor = true;
      // 
      // mpRtspPathsGroupBox
      // 
      this.mpRtspPathsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelNote);
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelWarning);
      this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath);
      this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath);
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1);
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording);
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting);
      this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting);
      this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording);
      this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpRtspPathsGroupBox.Location = new System.Drawing.Point(0, 133);
      this.mpRtspPathsGroupBox.Name = "mpRtspPathsGroupBox";
      this.mpRtspPathsGroupBox.Size = new System.Drawing.Size(472, 275);
      this.mpRtspPathsGroupBox.TabIndex = 1;
      this.mpRtspPathsGroupBox.TabStop = false;
      this.mpRtspPathsGroupBox.Text = "Additional UNC settings";
      // 
      // mpLabelNote
      // 
      this.mpLabelNote.AutoSize = true;
      this.mpLabelNote.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.mpLabelNote.ForeColor = System.Drawing.Color.Red;
      this.mpLabelNote.Location = new System.Drawing.Point(6, 24);
      this.mpLabelNote.Name = "mpLabelNote";
      this.mpLabelNote.Size = new System.Drawing.Size(45, 13);
      this.mpLabelNote.TabIndex = 8;
      this.mpLabelNote.Text = "NOTE:";
      // 
      // mpLabelWarning
      // 
      this.mpLabelWarning.ForeColor = System.Drawing.Color.Black;
      this.mpLabelWarning.Location = new System.Drawing.Point(54, 24);
      this.mpLabelWarning.Name = "mpLabelWarning";
      this.mpLabelWarning.Size = new System.Drawing.Size(409, 32);
      this.mpLabelWarning.TabIndex = 7;
      this.mpLabelWarning.Text = "When using UNC paths, all tuners must use the same Timeshifting path and the same" +
    " Recording path! ";
      // 
      // buttonTimeshiftingPath
      // 
      this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 139);
      this.buttonTimeshiftingPath.Name = "buttonTimeshiftingPath";
      this.buttonTimeshiftingPath.Size = new System.Drawing.Size(58, 20);
      this.buttonTimeshiftingPath.TabIndex = 6;
      this.buttonTimeshiftingPath.Text = "browse";
      this.buttonTimeshiftingPath.UseVisualStyleBackColor = true;
      this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click);
      // 
      // buttonRecordingPath
      // 
      this.buttonRecordingPath.Location = new System.Drawing.Point(408, 90);
      this.buttonRecordingPath.Name = "buttonRecordingPath";
      this.buttonRecordingPath.Size = new System.Drawing.Size(58, 20);
      this.buttonRecordingPath.TabIndex = 5;
      this.buttonRecordingPath.Text = "browse";
      this.buttonRecordingPath.UseVisualStyleBackColor = true;
      this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click);
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(30, 165);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(392, 104);
      this.mpLabel1.TabIndex = 4;
      this.mpLabel1.Text = resources.GetString("mpLabel1.Text");
      // 
      // mpLabelRecording
      // 
      this.mpLabelRecording.AutoSize = true;
      this.mpLabelRecording.Location = new System.Drawing.Point(6, 73);
      this.mpLabelRecording.Name = "mpLabelRecording";
      this.mpLabelRecording.Size = new System.Drawing.Size(83, 13);
      this.mpLabelRecording.TabIndex = 3;
      this.mpLabelRecording.Text = "Recording path:";
      // 
      // mpLabelTimeshifting
      // 
      this.mpLabelTimeshifting.AutoSize = true;
      this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 121);
      this.mpLabelTimeshifting.Name = "mpLabelTimeshifting";
      this.mpLabelTimeshifting.Size = new System.Drawing.Size(90, 13);
      this.mpLabelTimeshifting.TabIndex = 2;
      this.mpLabelTimeshifting.Text = "Timeshifting path:";
      // 
      // textBoxTimeshifting
      // 
      this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 139);
      this.textBoxTimeshifting.Name = "textBoxTimeshifting";
      this.textBoxTimeshifting.Size = new System.Drawing.Size(398, 20);
      this.textBoxTimeshifting.TabIndex = 1;
      // 
      // textBoxRecording
      // 
      this.textBoxRecording.Location = new System.Drawing.Point(9, 91);
      this.textBoxRecording.Name = "textBoxRecording";
      this.textBoxRecording.Size = new System.Drawing.Size(398, 20);
      this.textBoxRecording.TabIndex = 0;
      // 
      // folderBrowserDialog
      // 
      this.folderBrowserDialog.Description = "Select the appropriate network folder";
      this.folderBrowserDialog.ShowNewFolderButton = false;
      // 
      // TVAdvancedOptions
      // 
      this.Controls.Add(this.mpRtspPathsGroupBox);
      this.Controls.Add(this.groupBoxSettings);
      this.Name = "TVAdvancedOptions";
      this.Size = new System.Drawing.Size(472, 408);
      this.groupBoxSettings.ResumeLayout(false);
      this.groupBoxSettings.PerformLayout();
      this.mpRtspPathsGroupBox.ResumeLayout(false);
      this.mpRtspPathsGroupBox.PerformLayout();
      this.ResumeLayout(false);

    }
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TVAdvancedOptions));
      this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpUseRtspCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.mpMainToolTip = new MediaPortal.UserInterface.Controls.MPToolTip();
      this.mpRtspPathsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
      this.buttonRecordingPath = new System.Windows.Forms.Button();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabelRecording = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
      this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
      this.textBoxRecording = new System.Windows.Forms.TextBox();
      this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
      this.groupBoxSettings.SuspendLayout();
      this.mpRtspPathsGroupBox.SuspendLayout();
      this.SuspendLayout();
      // 
      // groupBoxSettings
      // 
      this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
      this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
      this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxSettings.Location = new System.Drawing.Point(0, 0);
      this.groupBoxSettings.Name = "groupBoxSettings";
      this.groupBoxSettings.Size = new System.Drawing.Size(472, 98);
      this.groupBoxSettings.TabIndex = 0;
      this.groupBoxSettings.TabStop = false;
      this.groupBoxSettings.Text = "Settings";
      // 
      // mpDoNotAllowSlowMotionDuringZappingCheckBox
      // 
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize = true;
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location = new System.Drawing.Point(9, 29);
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size = new System.Drawing.Size(336, 17);
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex = 4;
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text = "Do not use slow motion to sync video to audio on channel change";
      this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox, "Selecting this will prevent live TV from playing video until video is in sync wit" +
        "h the audio, instead of playing video in slow motion");
      this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
      // 
      // mpUseRtspCheckBox
      // 
      this.mpUseRtspCheckBox.AutoSize = true;
      this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpUseRtspCheckBox.Location = new System.Drawing.Point(9, 56);
      this.mpUseRtspCheckBox.Name = "mpUseRtspCheckBox";
      this.mpUseRtspCheckBox.Size = new System.Drawing.Size(144, 17);
      this.mpUseRtspCheckBox.TabIndex = 1;
      this.mpUseRtspCheckBox.Text = "-- Label defined in code --\r\n";
      this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
      this.mpUseRtspCheckBox.CheckedChanged += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
      // 
      // radioButton1
      // 
      this.radioButton1.AutoSize = true;
      this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButton1.Location = new System.Drawing.Point(0, 0);
      this.radioButton1.Name = "radioButton1";
      this.radioButton1.Size = new System.Drawing.Size(104, 24);
      this.radioButton1.TabIndex = 0;
      this.radioButton1.UseVisualStyleBackColor = true;
      // 
      // mpRtspPathsGroupBox
      // 
      this.mpRtspPathsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath);
      this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath);
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1);
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording);
      this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting);
      this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting);
      this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording);
      this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpRtspPathsGroupBox.Location = new System.Drawing.Point(0, 108);
      this.mpRtspPathsGroupBox.Name = "mpRtspPathsGroupBox";
      this.mpRtspPathsGroupBox.Size = new System.Drawing.Size(472, 231);
      this.mpRtspPathsGroupBox.TabIndex = 1;
      this.mpRtspPathsGroupBox.TabStop = false;
      this.mpRtspPathsGroupBox.Text = "Additional RTSP settings";
      // 
      // buttonTimeshiftingPath
      // 
      this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 98);
      this.buttonTimeshiftingPath.Name = "buttonTimeshiftingPath";
      this.buttonTimeshiftingPath.Size = new System.Drawing.Size(58, 20);
      this.buttonTimeshiftingPath.TabIndex = 6;
      this.buttonTimeshiftingPath.Text = "browse";
      this.buttonTimeshiftingPath.UseVisualStyleBackColor = true;
      this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click);
      // 
      // buttonRecordingPath
      // 
      this.buttonRecordingPath.Location = new System.Drawing.Point(408, 49);
      this.buttonRecordingPath.Name = "buttonRecordingPath";
      this.buttonRecordingPath.Size = new System.Drawing.Size(58, 20);
      this.buttonRecordingPath.TabIndex = 5;
      this.buttonRecordingPath.Text = "browse";
      this.buttonRecordingPath.UseVisualStyleBackColor = true;
      this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click);
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(30, 124);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(392, 104);
      this.mpLabel1.TabIndex = 4;
      this.mpLabel1.Text = resources.GetString("mpLabel1.Text");
      // 
      // mpLabelRecording
      // 
      this.mpLabelRecording.AutoSize = true;
      this.mpLabelRecording.Location = new System.Drawing.Point(6, 32);
      this.mpLabelRecording.Name = "mpLabelRecording";
      this.mpLabelRecording.Size = new System.Drawing.Size(83, 13);
      this.mpLabelRecording.TabIndex = 3;
      this.mpLabelRecording.Text = "Recording path:";
      // 
      // mpLabelTimeshifting
      // 
      this.mpLabelTimeshifting.AutoSize = true;
      this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 80);
      this.mpLabelTimeshifting.Name = "mpLabelTimeshifting";
      this.mpLabelTimeshifting.Size = new System.Drawing.Size(90, 13);
      this.mpLabelTimeshifting.TabIndex = 2;
      this.mpLabelTimeshifting.Text = "Timeshifting path:";
      // 
      // textBoxTimeshifting
      // 
      this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 98);
      this.textBoxTimeshifting.Name = "textBoxTimeshifting";
      this.textBoxTimeshifting.Size = new System.Drawing.Size(398, 20);
      this.textBoxTimeshifting.TabIndex = 1;
      // 
      // textBoxRecording
      // 
      this.textBoxRecording.Location = new System.Drawing.Point(9, 50);
      this.textBoxRecording.Name = "textBoxRecording";
      this.textBoxRecording.Size = new System.Drawing.Size(398, 20);
      this.textBoxRecording.TabIndex = 0;
      // 
      // folderBrowserDialog
      // 
      this.folderBrowserDialog.Description = "Select the appropriate network folder";
      this.folderBrowserDialog.ShowNewFolderButton = false;
      // 
      // TVAdvancedOptions
      // 
      this.Controls.Add(this.mpRtspPathsGroupBox);
      this.Controls.Add(this.groupBoxSettings);
      this.Name = "TVAdvancedOptions";
      this.Size = new System.Drawing.Size(472, 408);
      this.groupBoxSettings.ResumeLayout(false);
      this.groupBoxSettings.PerformLayout();
      this.mpRtspPathsGroupBox.ResumeLayout(false);
      this.mpRtspPathsGroupBox.PerformLayout();
      this.ResumeLayout(false);

    }