Example #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.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
      this.fontDialog = new System.Windows.Forms.FontDialog();
      this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.ParentalControlUpDown = new System.Windows.Forms.NumericUpDown();
      this.label2 = new System.Windows.Forms.Label();
      this.label1 = new System.Windows.Forms.Label();
      this.RegionCodeComboBox = new System.Windows.Forms.ComboBox();
      this.pictureBoxRegions = new System.Windows.Forms.PictureBox();
      this.labelPlayAll = new MediaPortal.UserInterface.Controls.MPLabel();
      this.useInternalBDPlayer = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpTabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.preferredAudioTypeComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.SubsEnabled = new System.Windows.Forms.CheckBox();
      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();
      this.tabControl1.SuspendLayout();
      this.tabPage1.SuspendLayout();
      this.groupBox1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).BeginInit();
      this.mpTabPage1.SuspendLayout();
      this.mpGroupBox4.SuspendLayout();
      this.SuspendLayout();
      // 
      // fontDialog
      // 
      this.fontDialog.Color = System.Drawing.SystemColors.ControlText;
      // 
      // 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(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;
      // 
      // tabPage1
      // 
      this.tabPage1.Controls.Add(this.groupBox1);
      this.tabPage1.Controls.Add(this.useInternalBDPlayer);
      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;
      // 
      // 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.ParentalControlUpDown);
      this.groupBox1.Controls.Add(this.label2);
      this.groupBox1.Controls.Add(this.label1);
      this.groupBox1.Controls.Add(this.RegionCodeComboBox);
      this.groupBox1.Controls.Add(this.pictureBoxRegions);
      this.groupBox1.Controls.Add(this.labelPlayAll);
      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, 298);
      this.groupBox1.TabIndex = 0;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Settings";
      // 
      // ParentalControlUpDown
      // 
      this.ParentalControlUpDown.Location = new System.Drawing.Point(249, 247);
      this.ParentalControlUpDown.Maximum = new decimal(new int[] {
            99,
            0,
            0,
            0});
      this.ParentalControlUpDown.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
      this.ParentalControlUpDown.Name = "ParentalControlUpDown";
      this.ParentalControlUpDown.Size = new System.Drawing.Size(40, 20);
      this.ParentalControlUpDown.TabIndex = 10;
      this.ParentalControlUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.ParentalControlUpDown.Value = new decimal(new int[] {
            99,
            0,
            0,
            0});
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(246, 227);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(125, 13);
      this.label2.TabIndex = 9;
      this.label2.Text = "Parental control age limit:";
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(25, 227);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(101, 13);
      this.label1.TabIndex = 8;
      this.label1.Text = "Blu-ray region code:";
      // 
      // RegionCodeComboBox
      // 
      this.RegionCodeComboBox.FormattingEnabled = true;
      this.RegionCodeComboBox.Location = new System.Drawing.Point(28, 246);
      this.RegionCodeComboBox.Name = "RegionCodeComboBox";
      this.RegionCodeComboBox.Size = new System.Drawing.Size(36, 21);
      this.RegionCodeComboBox.TabIndex = 7;
      // 
      // pictureBoxRegions
      // 
      this.pictureBoxRegions.Image = global::MediaPortal.Configuration.Properties.Resources.blu_ray_regions;
      this.pictureBoxRegions.Location = new System.Drawing.Point(28, 26);
      this.pictureBoxRegions.Name = "pictureBoxRegions";
      this.pictureBoxRegions.Size = new System.Drawing.Size(376, 185);
      this.pictureBoxRegions.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBoxRegions.TabIndex = 6;
      this.pictureBoxRegions.TabStop = false;
      // 
      // labelPlayAll
      // 
      this.labelPlayAll.Location = new System.Drawing.Point(0, 0);
      this.labelPlayAll.Name = "labelPlayAll";
      this.labelPlayAll.Size = new System.Drawing.Size(100, 23);
      this.labelPlayAll.TabIndex = 0;
      // 
      // useInternalBDPlayer
      // 
      this.useInternalBDPlayer.AutoSize = true;
      this.useInternalBDPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.useInternalBDPlayer.Location = new System.Drawing.Point(19, 332);
      this.useInternalBDPlayer.Name = "useInternalBDPlayer";
      this.useInternalBDPlayer.Size = new System.Drawing.Size(180, 17);
      this.useInternalBDPlayer.TabIndex = 6;
      this.useInternalBDPlayer.Text = "Use internal Blu-ray menu player";
      this.useInternalBDPlayer.UseVisualStyleBackColor = true;
      // 
      // 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 = "Audio & subtitles";
      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(this.preferredAudioTypeComboBox);
      this.mpGroupBox4.Controls.Add(this.mpLabel1);
      this.mpGroupBox4.Controls.Add(this.SubsEnabled);
      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, 171);
      this.mpGroupBox4.TabIndex = 10;
      this.mpGroupBox4.TabStop = false;
      this.mpGroupBox4.Text = "Default Language";
      // 
      // preferredAudioTypeComboBox
      // 
      this.preferredAudioTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.preferredAudioTypeComboBox.BorderColor = System.Drawing.Color.Empty;
      this.preferredAudioTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.preferredAudioTypeComboBox.Location = new System.Drawing.Point(136, 78);
      this.preferredAudioTypeComboBox.Name = "preferredAudioTypeComboBox";
      this.preferredAudioTypeComboBox.Size = new System.Drawing.Size(280, 21);
      this.preferredAudioTypeComboBox.Sorted = true;
      this.preferredAudioTypeComboBox.TabIndex = 10;
      // 
      // mpLabel1
      // 
      this.mpLabel1.Location = new System.Drawing.Point(13, 81);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(96, 16);
      this.mpLabel1.TabIndex = 9;
      this.mpLabel1.Text = "Audio type:";
      // 
      // SubsEnabled
      // 
      this.SubsEnabled.AutoSize = true;
      this.SubsEnabled.Location = new System.Drawing.Point(16, 148);
      this.SubsEnabled.Name = "SubsEnabled";
      this.SubsEnabled.Size = new System.Drawing.Size(100, 17);
      this.SubsEnabled.TabIndex = 8;
      this.SubsEnabled.Text = "Enable subtitles";
      this.SubsEnabled.UseVisualStyleBackColor = true;
      // 
      // 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;
      // 
      // BD
      // 
      this.Controls.Add(this.tabControl1);
      this.Name = "BD";
      this.Size = new System.Drawing.Size(472, 408);
      this.tabControl1.ResumeLayout(false);
      this.tabPage1.ResumeLayout(false);
      this.tabPage1.PerformLayout();
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).EndInit();
      this.mpTabPage1.ResumeLayout(false);
      this.mpGroupBox4.ResumeLayout(false);
      this.mpGroupBox4.PerformLayout();
      this.ResumeLayout(false);

    }
Example #2
0
    private void InitializeComponent()
    {
      this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpTextBoxHostname = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.enableAudioDualMonoModes = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxPrefAudioOverLang = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxPrefAC3 = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabControlTVGeneral = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageGeneralSettings = new MediaPortal.UserInterface.Controls.MPTabPage();
      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.grpTsReader = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbRelaxTsReader = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpGroupBox6 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbContinuousScrollGuide = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.cbShowChannelStateIcons = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.labelShowEpisodeinfo = new MediaPortal.UserInterface.Controls.MPLabel();
      this.comboboxShowEpisodeInfo = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.mpGroupBox5 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbHideAllChannels = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabPageAudioLanguages = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabel5 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpButtonDownAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonUpAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonAddAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonRemoveAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpListViewPreferredAudioLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.mpListViewAvailAudioLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.tabPageSubtitles = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpCheckBoxEnableCCSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxAutoShowSubWhenTvStarts = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxEnableTTXTSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxEnableDVBSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabel6 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpButtonDownSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonUpSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonAddSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonRemoveSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpListViewPreferredSubLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.mpListViewAvailSubLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.tabPage1 = new System.Windows.Forms.TabPage();
      this.mpGroupBox8 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.chkRecnotifications = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpGroupBox7 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.txtNotifyAfter = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.labelNotifyTimeout = new MediaPortal.UserInterface.Controls.MPLabel();
      this.checkBoxNotifyPlaySound = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.txtNotifyBefore = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.mpGroupBox2.SuspendLayout();
      this.mpGroupBox1.SuspendLayout();
      this.tabControlTVGeneral.SuspendLayout();
      this.tabPageGeneralSettings.SuspendLayout();
      this.mpGroupBox900.SuspendLayout();
      this.grpTsReader.SuspendLayout();
      this.mpGroupBox6.SuspendLayout();
      this.mpGroupBox5.SuspendLayout();
      this.tabPageAudioLanguages.SuspendLayout();
      this.groupBox2.SuspendLayout();
      this.tabPageSubtitles.SuspendLayout();
      this.mpGroupBox4.SuspendLayout();
      this.mpGroupBox3.SuspendLayout();
      this.tabPage1.SuspendLayout();
      this.mpGroupBox8.SuspendLayout();
      this.mpGroupBox7.SuspendLayout();
      this.SuspendLayout();
      // 
      // mpGroupBox2
      // 
      this.mpGroupBox2.Controls.Add(this.mpTextBoxHostname);
      this.mpGroupBox2.Controls.Add(this.mpLabel3);
      this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox2.Location = new System.Drawing.Point(16, 16);
      this.mpGroupBox2.Name = "mpGroupBox2";
      this.mpGroupBox2.Size = new System.Drawing.Size(431, 53);
      this.mpGroupBox2.TabIndex = 10;
      this.mpGroupBox2.TabStop = false;
      this.mpGroupBox2.Text = "TV-Server";
      // 
      // mpTextBoxHostname
      // 
      this.mpTextBoxHostname.BorderColor = System.Drawing.Color.Empty;
      this.mpTextBoxHostname.Location = new System.Drawing.Point(126, 22);
      this.mpTextBoxHostname.Name = "mpTextBoxHostname";
      this.mpTextBoxHostname.Size = new System.Drawing.Size(229, 20);
      this.mpTextBoxHostname.TabIndex = 6;
      // 
      // 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:";
      // 
      // mpGroupBox1
      // 
      this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox1.Controls.Add(this.enableAudioDualMonoModes);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxPrefAudioOverLang);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxPrefAC3);
      this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox1.Location = new System.Drawing.Point(16, 338);
      this.mpGroupBox1.Name = "mpGroupBox1";
      this.mpGroupBox1.Size = new System.Drawing.Size(432, 75);
      this.mpGroupBox1.TabIndex = 9;
      this.mpGroupBox1.TabStop = false;
      this.mpGroupBox1.Text = "Audio stream settings";
      // 
      // enableAudioDualMonoModes
      // 
      this.enableAudioDualMonoModes.AutoSize = true;
      this.enableAudioDualMonoModes.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
      this.enableAudioDualMonoModes.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.enableAudioDualMonoModes.Location = new System.Drawing.Point(9, 41);
      this.enableAudioDualMonoModes.Name = "enableAudioDualMonoModes";
      this.enableAudioDualMonoModes.Size = new System.Drawing.Size(386, 30);
      this.enableAudioDualMonoModes.TabIndex = 12;
      this.enableAudioDualMonoModes.Text = "Enable AudioDualMono mode switching\r\n(if 1 audio stream contains 2x mono channels" +
          ", you can switch between them)";
      this.enableAudioDualMonoModes.UseVisualStyleBackColor = true;
      // 
      // mpCheckBoxPrefAudioOverLang
      // 
      this.mpCheckBoxPrefAudioOverLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpCheckBoxPrefAudioOverLang.AutoSize = true;
      this.mpCheckBoxPrefAudioOverLang.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxPrefAudioOverLang.Location = new System.Drawing.Point(239, 18);
      this.mpCheckBoxPrefAudioOverLang.Name = "mpCheckBoxPrefAudioOverLang";
      this.mpCheckBoxPrefAudioOverLang.Size = new System.Drawing.Size(172, 17);
      this.mpCheckBoxPrefAudioOverLang.TabIndex = 11;
      this.mpCheckBoxPrefAudioOverLang.Text = "Prefer audiotype over language";
      this.mpCheckBoxPrefAudioOverLang.UseVisualStyleBackColor = false;
      // 
      // mpCheckBoxPrefAC3
      // 
      this.mpCheckBoxPrefAC3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpCheckBoxPrefAC3.AutoSize = true;
      this.mpCheckBoxPrefAC3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxPrefAC3.Location = new System.Drawing.Point(9, 18);
      this.mpCheckBoxPrefAC3.Name = "mpCheckBoxPrefAC3";
      this.mpCheckBoxPrefAC3.Size = new System.Drawing.Size(110, 17);
      this.mpCheckBoxPrefAC3.TabIndex = 7;
      this.mpCheckBoxPrefAC3.Text = "Prefer AC-3 sound";
      this.mpCheckBoxPrefAC3.UseVisualStyleBackColor = false;
      // 
      // tabControlTVGeneral
      // 
      this.tabControlTVGeneral.Controls.Add(this.tabPageGeneralSettings);
      this.tabControlTVGeneral.Controls.Add(this.tabPageAudioLanguages);
      this.tabControlTVGeneral.Controls.Add(this.tabPageSubtitles);
      this.tabControlTVGeneral.Controls.Add(this.tabPage1);
      this.tabControlTVGeneral.Location = new System.Drawing.Point(0, 2);
      this.tabControlTVGeneral.Name = "tabControlTVGeneral";
      this.tabControlTVGeneral.SelectedIndex = 0;
      this.tabControlTVGeneral.Size = new System.Drawing.Size(472, 445);
      this.tabControlTVGeneral.TabIndex = 11;
      // 
      // tabPageGeneralSettings
      // 
      this.tabPageGeneralSettings.Controls.Add(this.mpGroupBox900);
      this.tabPageGeneralSettings.Controls.Add(this.grpTsReader);
      this.tabPageGeneralSettings.Controls.Add(this.mpGroupBox6);
      this.tabPageGeneralSettings.Controls.Add(this.mpGroupBox5);
      this.tabPageGeneralSettings.Controls.Add(this.mpGroupBox2);
      this.tabPageGeneralSettings.Location = new System.Drawing.Point(4, 22);
      this.tabPageGeneralSettings.Name = "tabPageGeneralSettings";
      this.tabPageGeneralSettings.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageGeneralSettings.Size = new System.Drawing.Size(464, 419);
      this.tabPageGeneralSettings.TabIndex = 0;
      this.tabPageGeneralSettings.Text = "General settings";
      this.tabPageGeneralSettings.UseVisualStyleBackColor = true;
      // 
      // 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(16, 286);
      this.mpGroupBox900.Name = "mpGroupBox900";
      this.mpGroupBox900.Size = new System.Drawing.Size(431, 126);
      this.mpGroupBox900.TabIndex = 14;
      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 = 9;
      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 = 7;
      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 = 1;
      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);
      // 
      // grpTsReader
      // 
      this.grpTsReader.Controls.Add(this.cbRelaxTsReader);
      this.grpTsReader.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.grpTsReader.Location = new System.Drawing.Point(16, 231);
      this.grpTsReader.Name = "grpTsReader";
      this.grpTsReader.Size = new System.Drawing.Size(431, 47);
      this.grpTsReader.TabIndex = 12;
      this.grpTsReader.TabStop = false;
      this.grpTsReader.Text = "TsReader options";
      // 
      // cbRelaxTsReader
      // 
      this.cbRelaxTsReader.AutoSize = true;
      this.cbRelaxTsReader.Checked = true;
      this.cbRelaxTsReader.CheckState = System.Windows.Forms.CheckState.Checked;
      this.cbRelaxTsReader.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbRelaxTsReader.Location = new System.Drawing.Point(22, 19);
      this.cbRelaxTsReader.Name = "cbRelaxTsReader";
      this.cbRelaxTsReader.Size = new System.Drawing.Size(347, 17);
      this.cbRelaxTsReader.TabIndex = 0;
      this.cbRelaxTsReader.Text = "Don\'t drop discontinued packets in TsReader (can reduce stuttering)";
      this.cbRelaxTsReader.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox6
      // 
      this.mpGroupBox6.Controls.Add(this.cbContinuousScrollGuide);
      this.mpGroupBox6.Controls.Add(this.cbShowChannelStateIcons);
      this.mpGroupBox6.Controls.Add(this.labelShowEpisodeinfo);
      this.mpGroupBox6.Controls.Add(this.comboboxShowEpisodeInfo);
      this.mpGroupBox6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox6.Location = new System.Drawing.Point(16, 127);
      this.mpGroupBox6.Name = "mpGroupBox6";
      this.mpGroupBox6.Size = new System.Drawing.Size(431, 96);
      this.mpGroupBox6.TabIndex = 12;
      this.mpGroupBox6.TabStop = false;
      this.mpGroupBox6.Text = "Guide";
      // 
      // cbContinuousScrollGuide
      // 
      this.cbContinuousScrollGuide.AutoSize = true;
      this.cbContinuousScrollGuide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbContinuousScrollGuide.Location = new System.Drawing.Point(22, 40);
      this.cbContinuousScrollGuide.Name = "cbContinuousScrollGuide";
      this.cbContinuousScrollGuide.Size = new System.Drawing.Size(210, 17);
      this.cbContinuousScrollGuide.TabIndex = 2;
      this.cbContinuousScrollGuide.Text = "Loop guide seamlessly (top and bottom)";
      this.cbContinuousScrollGuide.UseVisualStyleBackColor = true;
      // 
      // cbShowChannelStateIcons
      // 
      this.cbShowChannelStateIcons.AutoSize = true;
      this.cbShowChannelStateIcons.Checked = true;
      this.cbShowChannelStateIcons.CheckState = System.Windows.Forms.CheckState.Checked;
      this.cbShowChannelStateIcons.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbShowChannelStateIcons.Location = new System.Drawing.Point(22, 19);
      this.cbShowChannelStateIcons.Name = "cbShowChannelStateIcons";
      this.cbShowChannelStateIcons.Size = new System.Drawing.Size(308, 17);
      this.cbShowChannelStateIcons.TabIndex = 0;
      this.cbShowChannelStateIcons.Text = "Show channel state icons in Mini Guide (on supported skins)";
      this.cbShowChannelStateIcons.UseVisualStyleBackColor = true;
      // 
      // labelShowEpisodeinfo
      // 
      this.labelShowEpisodeinfo.AutoSize = true;
      this.labelShowEpisodeinfo.Location = new System.Drawing.Point(19, 68);
      this.labelShowEpisodeinfo.Name = "labelShowEpisodeinfo";
      this.labelShowEpisodeinfo.Size = new System.Drawing.Size(97, 13);
      this.labelShowEpisodeinfo.TabIndex = 1;
      this.labelShowEpisodeinfo.Text = "Show episode info:";
      // 
      // comboboxShowEpisodeInfo
      // 
      this.comboboxShowEpisodeInfo.BorderColor = System.Drawing.Color.Empty;
      this.comboboxShowEpisodeInfo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboboxShowEpisodeInfo.FormattingEnabled = true;
      this.comboboxShowEpisodeInfo.Location = new System.Drawing.Point(126, 64);
      this.comboboxShowEpisodeInfo.Name = "comboboxShowEpisodeInfo";
      this.comboboxShowEpisodeInfo.Size = new System.Drawing.Size(229, 21);
      this.comboboxShowEpisodeInfo.TabIndex = 1;
      // 
      // mpGroupBox5
      // 
      this.mpGroupBox5.Controls.Add(this.cbHideAllChannels);
      this.mpGroupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox5.Location = new System.Drawing.Point(16, 75);
      this.mpGroupBox5.Name = "mpGroupBox5";
      this.mpGroupBox5.Size = new System.Drawing.Size(431, 45);
      this.mpGroupBox5.TabIndex = 11;
      this.mpGroupBox5.TabStop = false;
      this.mpGroupBox5.Text = "Group options";
      // 
      // cbHideAllChannels
      // 
      this.cbHideAllChannels.AutoSize = true;
      this.cbHideAllChannels.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbHideAllChannels.Location = new System.Drawing.Point(22, 19);
      this.cbHideAllChannels.Name = "cbHideAllChannels";
      this.cbHideAllChannels.Size = new System.Drawing.Size(149, 17);
      this.cbHideAllChannels.TabIndex = 0;
      this.cbHideAllChannels.Text = "Hide \"All Channels\" Group";
      this.cbHideAllChannels.UseVisualStyleBackColor = true;
      // 
      // tabPageAudioLanguages
      // 
      this.tabPageAudioLanguages.Controls.Add(this.groupBox2);
      this.tabPageAudioLanguages.Controls.Add(this.mpGroupBox1);
      this.tabPageAudioLanguages.Location = new System.Drawing.Point(4, 22);
      this.tabPageAudioLanguages.Name = "tabPageAudioLanguages";
      this.tabPageAudioLanguages.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageAudioLanguages.Size = new System.Drawing.Size(464, 419);
      this.tabPageAudioLanguages.TabIndex = 3;
      this.tabPageAudioLanguages.Text = "Audio settings";
      this.tabPageAudioLanguages.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.mpLabel5);
      this.groupBox2.Controls.Add(this.mpLabel1);
      this.groupBox2.Controls.Add(this.mpButtonDownAudioLang);
      this.groupBox2.Controls.Add(this.mpButtonUpAudioLang);
      this.groupBox2.Controls.Add(this.mpButtonAddAudioLang);
      this.groupBox2.Controls.Add(this.mpButtonRemoveAudioLang);
      this.groupBox2.Controls.Add(this.mpListViewPreferredAudioLang);
      this.groupBox2.Controls.Add(this.mpListViewAvailAudioLang);
      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, 284);
      this.groupBox2.TabIndex = 2;
      this.groupBox2.TabStop = false;
      this.groupBox2.Text = "Preferred audio languages";
      // 
      // mpLabel5
      // 
      this.mpLabel5.AutoSize = true;
      this.mpLabel5.Location = new System.Drawing.Point(236, 21);
      this.mpLabel5.Name = "mpLabel5";
      this.mpLabel5.Size = new System.Drawing.Size(102, 13);
      this.mpLabel5.TabIndex = 7;
      this.mpLabel5.Text = "Preferred languages";
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(6, 21);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(102, 13);
      this.mpLabel1.TabIndex = 6;
      this.mpLabel1.Text = "Available languages";
      // 
      // mpButtonDownAudioLang
      // 
      this.mpButtonDownAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonDownAudioLang.Location = new System.Drawing.Point(289, 255);
      this.mpButtonDownAudioLang.Name = "mpButtonDownAudioLang";
      this.mpButtonDownAudioLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonDownAudioLang.TabIndex = 5;
      this.mpButtonDownAudioLang.Text = "Down";
      this.mpButtonDownAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonDownAudioLang.Click += new System.EventHandler(this.mpButtonDownAudioLang_Click);
      // 
      // mpButtonUpAudioLang
      // 
      this.mpButtonUpAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonUpAudioLang.Location = new System.Drawing.Point(237, 255);
      this.mpButtonUpAudioLang.Name = "mpButtonUpAudioLang";
      this.mpButtonUpAudioLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonUpAudioLang.TabIndex = 4;
      this.mpButtonUpAudioLang.Text = "Up";
      this.mpButtonUpAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonUpAudioLang.Click += new System.EventHandler(this.mpButtonUpAudioLang_Click);
      // 
      // mpButtonAddAudioLang
      // 
      this.mpButtonAddAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonAddAudioLang.Location = new System.Drawing.Point(202, 40);
      this.mpButtonAddAudioLang.Name = "mpButtonAddAudioLang";
      this.mpButtonAddAudioLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonAddAudioLang.TabIndex = 3;
      this.mpButtonAddAudioLang.Text = ">";
      this.mpButtonAddAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonAddAudioLang.Click += new System.EventHandler(this.mpButtonAddAudioLang_Click);
      // 
      // mpButtonRemoveAudioLang
      // 
      this.mpButtonRemoveAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonRemoveAudioLang.Location = new System.Drawing.Point(202, 66);
      this.mpButtonRemoveAudioLang.Name = "mpButtonRemoveAudioLang";
      this.mpButtonRemoveAudioLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonRemoveAudioLang.TabIndex = 2;
      this.mpButtonRemoveAudioLang.Text = "<";
      this.mpButtonRemoveAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonRemoveAudioLang.Click += new System.EventHandler(this.mpButtonRemoveAudioLang_Click);
      // 
      // mpListViewPreferredAudioLang
      // 
      this.mpListViewPreferredAudioLang.AllowDrop = true;
      this.mpListViewPreferredAudioLang.AllowRowReorder = true;
      this.mpListViewPreferredAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpListViewPreferredAudioLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2,
            this.columnHeader6});
      this.mpListViewPreferredAudioLang.FullRowSelect = true;
      this.mpListViewPreferredAudioLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewPreferredAudioLang.HideSelection = false;
      this.mpListViewPreferredAudioLang.Location = new System.Drawing.Point(239, 40);
      this.mpListViewPreferredAudioLang.Name = "mpListViewPreferredAudioLang";
      this.mpListViewPreferredAudioLang.Size = new System.Drawing.Size(183, 209);
      this.mpListViewPreferredAudioLang.TabIndex = 1;
      this.mpListViewPreferredAudioLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewPreferredAudioLang.View = System.Windows.Forms.View.Details;
      this.mpListViewPreferredAudioLang.SelectedIndexChanged += new System.EventHandler(this.mpListView2_SelectedIndexChanged);
      // 
      // columnHeader2
      // 
      this.columnHeader2.Text = "Language";
      this.columnHeader2.Width = 125;
      // 
      // columnHeader6
      // 
      this.columnHeader6.Text = "ID";
      this.columnHeader6.Width = 35;
      // 
      // mpListViewAvailAudioLang
      // 
      this.mpListViewAvailAudioLang.AllowDrop = true;
      this.mpListViewAvailAudioLang.AllowRowReorder = true;
      this.mpListViewAvailAudioLang.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.mpListViewAvailAudioLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader5});
      this.mpListViewAvailAudioLang.FullRowSelect = true;
      this.mpListViewAvailAudioLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewAvailAudioLang.HideSelection = false;
      this.mpListViewAvailAudioLang.Location = new System.Drawing.Point(6, 40);
      this.mpListViewAvailAudioLang.Name = "mpListViewAvailAudioLang";
      this.mpListViewAvailAudioLang.Size = new System.Drawing.Size(183, 209);
      this.mpListViewAvailAudioLang.TabIndex = 0;
      this.mpListViewAvailAudioLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewAvailAudioLang.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader1
      // 
      this.columnHeader1.Text = "Language";
      this.columnHeader1.Width = 125;
      // 
      // columnHeader5
      // 
      this.columnHeader5.Text = "ID";
      this.columnHeader5.Width = 35;
      // 
      // tabPageSubtitles
      // 
      this.tabPageSubtitles.Controls.Add(this.mpGroupBox4);
      this.tabPageSubtitles.Controls.Add(this.mpGroupBox3);
      this.tabPageSubtitles.Location = new System.Drawing.Point(4, 22);
      this.tabPageSubtitles.Name = "tabPageSubtitles";
      this.tabPageSubtitles.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageSubtitles.Size = new System.Drawing.Size(464, 419);
      this.tabPageSubtitles.TabIndex = 2;
      this.tabPageSubtitles.Text = "Subtitle settings";
      this.tabPageSubtitles.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox4
      // 
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxEnableCCSub);
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxAutoShowSubWhenTvStarts);
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxEnableTTXTSub);
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxEnableDVBSub);
      this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox4.Location = new System.Drawing.Point(16, 308);
      this.mpGroupBox4.Name = "mpGroupBox4";
      this.mpGroupBox4.Size = new System.Drawing.Size(432, 86);
      this.mpGroupBox4.TabIndex = 10;
      this.mpGroupBox4.TabStop = false;
      this.mpGroupBox4.Text = "Subtitle settings";
      // 
      // mpCheckBoxEnableCCSub
      // 
      this.mpCheckBoxEnableCCSub.AutoSize = true;
      this.mpCheckBoxEnableCCSub.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxEnableCCSub.Location = new System.Drawing.Point(244, 51);
      this.mpCheckBoxEnableCCSub.Name = "mpCheckBoxEnableCCSub";
      this.mpCheckBoxEnableCCSub.Size = new System.Drawing.Size(115, 17);
      this.mpCheckBoxEnableCCSub.TabIndex = 12;
      this.mpCheckBoxEnableCCSub.Text = "Enable CC subtitles";
      this.mpCheckBoxEnableCCSub.UseVisualStyleBackColor = false;
      // 
      // mpCheckBoxAutoShowSubWhenTvStarts
      // 
      this.mpCheckBoxAutoShowSubWhenTvStarts.AutoSize = true;
      this.mpCheckBoxAutoShowSubWhenTvStarts.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxAutoShowSubWhenTvStarts.Location = new System.Drawing.Point(8, 51);
      this.mpCheckBoxAutoShowSubWhenTvStarts.Name = "mpCheckBoxAutoShowSubWhenTvStarts";
      this.mpCheckBoxAutoShowSubWhenTvStarts.Size = new System.Drawing.Size(186, 17);
      this.mpCheckBoxAutoShowSubWhenTvStarts.TabIndex = 12;
      this.mpCheckBoxAutoShowSubWhenTvStarts.Text = "Autoshow subtitles when TV starts";
      this.mpCheckBoxAutoShowSubWhenTvStarts.UseVisualStyleBackColor = false;
      // 
      // mpCheckBoxEnableTTXTSub
      // 
      this.mpCheckBoxEnableTTXTSub.AutoSize = true;
      this.mpCheckBoxEnableTTXTSub.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxEnableTTXTSub.Location = new System.Drawing.Point(244, 28);
      this.mpCheckBoxEnableTTXTSub.Name = "mpCheckBoxEnableTTXTSub";
      this.mpCheckBoxEnableTTXTSub.Size = new System.Drawing.Size(135, 17);
      this.mpCheckBoxEnableTTXTSub.TabIndex = 11;
      this.mpCheckBoxEnableTTXTSub.Text = "Enable teletext subtitles";
      this.mpCheckBoxEnableTTXTSub.UseVisualStyleBackColor = false;
      this.mpCheckBoxEnableTTXTSub.CheckedChanged += new System.EventHandler(this.mpCheckBox1_CheckedChanged);
      // 
      // mpCheckBoxEnableDVBSub
      // 
      this.mpCheckBoxEnableDVBSub.AutoSize = true;
      this.mpCheckBoxEnableDVBSub.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxEnableDVBSub.Location = new System.Drawing.Point(8, 28);
      this.mpCheckBoxEnableDVBSub.Name = "mpCheckBoxEnableDVBSub";
      this.mpCheckBoxEnableDVBSub.Size = new System.Drawing.Size(123, 17);
      this.mpCheckBoxEnableDVBSub.TabIndex = 7;
      this.mpCheckBoxEnableDVBSub.Text = "Enable DVB subtitles";
      this.mpCheckBoxEnableDVBSub.UseVisualStyleBackColor = false;
      // 
      // mpGroupBox3
      // 
      this.mpGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox3.Controls.Add(this.mpLabel6);
      this.mpGroupBox3.Controls.Add(this.mpLabel7);
      this.mpGroupBox3.Controls.Add(this.mpButtonDownSubLang);
      this.mpGroupBox3.Controls.Add(this.mpButtonUpSubLang);
      this.mpGroupBox3.Controls.Add(this.mpButtonAddSubLang);
      this.mpGroupBox3.Controls.Add(this.mpButtonRemoveSubLang);
      this.mpGroupBox3.Controls.Add(this.mpListViewPreferredSubLang);
      this.mpGroupBox3.Controls.Add(this.mpListViewAvailSubLang);
      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, 286);
      this.mpGroupBox3.TabIndex = 3;
      this.mpGroupBox3.TabStop = false;
      this.mpGroupBox3.Text = "Preferred subtitle languages";
      // 
      // mpLabel6
      // 
      this.mpLabel6.AutoSize = true;
      this.mpLabel6.Location = new System.Drawing.Point(236, 21);
      this.mpLabel6.Name = "mpLabel6";
      this.mpLabel6.Size = new System.Drawing.Size(102, 13);
      this.mpLabel6.TabIndex = 7;
      this.mpLabel6.Text = "Preferred languages";
      // 
      // mpLabel7
      // 
      this.mpLabel7.AutoSize = true;
      this.mpLabel7.Location = new System.Drawing.Point(6, 21);
      this.mpLabel7.Name = "mpLabel7";
      this.mpLabel7.Size = new System.Drawing.Size(102, 13);
      this.mpLabel7.TabIndex = 6;
      this.mpLabel7.Text = "Available languages";
      // 
      // mpButtonDownSubLang
      // 
      this.mpButtonDownSubLang.Location = new System.Drawing.Point(289, 257);
      this.mpButtonDownSubLang.Name = "mpButtonDownSubLang";
      this.mpButtonDownSubLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonDownSubLang.TabIndex = 5;
      this.mpButtonDownSubLang.Text = "Down";
      this.mpButtonDownSubLang.UseVisualStyleBackColor = true;
      this.mpButtonDownSubLang.Click += new System.EventHandler(this.mpButtonDownSubLang_Click);
      // 
      // mpButtonUpSubLang
      // 
      this.mpButtonUpSubLang.Location = new System.Drawing.Point(237, 257);
      this.mpButtonUpSubLang.Name = "mpButtonUpSubLang";
      this.mpButtonUpSubLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonUpSubLang.TabIndex = 4;
      this.mpButtonUpSubLang.Text = "Up";
      this.mpButtonUpSubLang.UseVisualStyleBackColor = true;
      this.mpButtonUpSubLang.Click += new System.EventHandler(this.mpButtonUpSubLang_Click);
      // 
      // mpButtonAddSubLang
      // 
      this.mpButtonAddSubLang.Location = new System.Drawing.Point(202, 40);
      this.mpButtonAddSubLang.Name = "mpButtonAddSubLang";
      this.mpButtonAddSubLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonAddSubLang.TabIndex = 3;
      this.mpButtonAddSubLang.Text = ">";
      this.mpButtonAddSubLang.UseVisualStyleBackColor = true;
      this.mpButtonAddSubLang.Click += new System.EventHandler(this.mpButtonAddSubLang_Click);
      // 
      // mpButtonRemoveSubLang
      // 
      this.mpButtonRemoveSubLang.Location = new System.Drawing.Point(202, 66);
      this.mpButtonRemoveSubLang.Name = "mpButtonRemoveSubLang";
      this.mpButtonRemoveSubLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonRemoveSubLang.TabIndex = 2;
      this.mpButtonRemoveSubLang.Text = "<";
      this.mpButtonRemoveSubLang.UseVisualStyleBackColor = true;
      this.mpButtonRemoveSubLang.Click += new System.EventHandler(this.mpButtonRemoveSubLang_Click);
      // 
      // mpListViewPreferredSubLang
      // 
      this.mpListViewPreferredSubLang.AllowDrop = true;
      this.mpListViewPreferredSubLang.AllowRowReorder = true;
      this.mpListViewPreferredSubLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader4,
            this.columnHeader8});
      this.mpListViewPreferredSubLang.FullRowSelect = true;
      this.mpListViewPreferredSubLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewPreferredSubLang.HideSelection = false;
      this.mpListViewPreferredSubLang.Location = new System.Drawing.Point(239, 40);
      this.mpListViewPreferredSubLang.Name = "mpListViewPreferredSubLang";
      this.mpListViewPreferredSubLang.Size = new System.Drawing.Size(183, 211);
      this.mpListViewPreferredSubLang.TabIndex = 1;
      this.mpListViewPreferredSubLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewPreferredSubLang.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader4
      // 
      this.columnHeader4.Text = "Language";
      this.columnHeader4.Width = 125;
      // 
      // columnHeader8
      // 
      this.columnHeader8.Text = "ID";
      this.columnHeader8.Width = 35;
      // 
      // mpListViewAvailSubLang
      // 
      this.mpListViewAvailSubLang.AllowDrop = true;
      this.mpListViewAvailSubLang.AllowRowReorder = true;
      this.mpListViewAvailSubLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader7});
      this.mpListViewAvailSubLang.FullRowSelect = true;
      this.mpListViewAvailSubLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewAvailSubLang.HideSelection = false;
      this.mpListViewAvailSubLang.Location = new System.Drawing.Point(6, 40);
      this.mpListViewAvailSubLang.Name = "mpListViewAvailSubLang";
      this.mpListViewAvailSubLang.Size = new System.Drawing.Size(183, 211);
      this.mpListViewAvailSubLang.TabIndex = 0;
      this.mpListViewAvailSubLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewAvailSubLang.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader3
      // 
      this.columnHeader3.Text = "Language";
      this.columnHeader3.Width = 125;
      // 
      // columnHeader7
      // 
      this.columnHeader7.Text = "ID";
      this.columnHeader7.Width = 35;
      // 
      // tabPage1
      // 
      this.tabPage1.Controls.Add(this.mpGroupBox8);
      this.tabPage1.Controls.Add(this.mpGroupBox7);
      this.tabPage1.Location = new System.Drawing.Point(4, 22);
      this.tabPage1.Name = "tabPage1";
      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
      this.tabPage1.Size = new System.Drawing.Size(464, 419);
      this.tabPage1.TabIndex = 4;
      this.tabPage1.Text = "Notifier";
      this.tabPage1.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox8
      // 
      this.mpGroupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox8.Controls.Add(this.chkRecnotifications);
      this.mpGroupBox8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox8.Location = new System.Drawing.Point(16, 166);
      this.mpGroupBox8.Name = "mpGroupBox8";
      this.mpGroupBox8.Size = new System.Drawing.Size(431, 82);
      this.mpGroupBox8.TabIndex = 13;
      this.mpGroupBox8.TabStop = false;
      this.mpGroupBox8.Text = "Recording notifications";
      // 
      // chkRecnotifications
      // 
      this.chkRecnotifications.AutoSize = true;
      this.chkRecnotifications.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.chkRecnotifications.Location = new System.Drawing.Point(22, 19);
      this.chkRecnotifications.Name = "chkRecnotifications";
      this.chkRecnotifications.Size = new System.Drawing.Size(327, 17);
      this.chkRecnotifications.TabIndex = 0;
      this.chkRecnotifications.Text = "Enabled (shows a notification when a recording starts and stops)";
      this.chkRecnotifications.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox7
      // 
      this.mpGroupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox7.Controls.Add(this.txtNotifyAfter);
      this.mpGroupBox7.Controls.Add(this.labelNotifyTimeout);
      this.mpGroupBox7.Controls.Add(this.checkBoxNotifyPlaySound);
      this.mpGroupBox7.Controls.Add(this.mpLabel2);
      this.mpGroupBox7.Controls.Add(this.txtNotifyBefore);
      this.mpGroupBox7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox7.Location = new System.Drawing.Point(16, 16);
      this.mpGroupBox7.Name = "mpGroupBox7";
      this.mpGroupBox7.Size = new System.Drawing.Size(431, 135);
      this.mpGroupBox7.TabIndex = 12;
      this.mpGroupBox7.TabStop = false;
      this.mpGroupBox7.Text = "TV notifications";
      // 
      // txtNotifyAfter
      // 
      this.txtNotifyAfter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.txtNotifyAfter.BorderColor = System.Drawing.Color.Empty;
      this.txtNotifyAfter.Location = new System.Drawing.Point(164, 73);
      this.txtNotifyAfter.Name = "txtNotifyAfter";
      this.txtNotifyAfter.Size = new System.Drawing.Size(229, 20);
      this.txtNotifyAfter.TabIndex = 11;
      this.txtNotifyAfter.Text = "15";
      // 
      // labelNotifyTimeout
      // 
      this.labelNotifyTimeout.AutoSize = true;
      this.labelNotifyTimeout.Location = new System.Drawing.Point(19, 76);
      this.labelNotifyTimeout.Name = "labelNotifyTimeout";
      this.labelNotifyTimeout.Size = new System.Drawing.Size(139, 13);
      this.labelNotifyTimeout.TabIndex = 10;
      this.labelNotifyTimeout.Text = "Hide notification after (sec.):";
      // 
      // checkBoxNotifyPlaySound
      // 
      this.checkBoxNotifyPlaySound.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.checkBoxNotifyPlaySound.AutoSize = true;
      this.checkBoxNotifyPlaySound.Checked = true;
      this.checkBoxNotifyPlaySound.CheckState = System.Windows.Forms.CheckState.Checked;
      this.checkBoxNotifyPlaySound.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxNotifyPlaySound.Location = new System.Drawing.Point(22, 99);
      this.checkBoxNotifyPlaySound.Name = "checkBoxNotifyPlaySound";
      this.checkBoxNotifyPlaySound.Size = new System.Drawing.Size(105, 17);
      this.checkBoxNotifyPlaySound.TabIndex = 9;
      this.checkBoxNotifyPlaySound.Text = "Play \"notify.wav\"";
      this.checkBoxNotifyPlaySound.UseVisualStyleBackColor = true;
      // 
      // mpLabel2
      // 
      this.mpLabel2.AutoSize = true;
      this.mpLabel2.Location = new System.Drawing.Point(19, 50);
      this.mpLabel2.Name = "mpLabel2";
      this.mpLabel2.Size = new System.Drawing.Size(96, 13);
      this.mpLabel2.TabIndex = 8;
      this.mpLabel2.Text = "Notify before (sec):";
      // 
      // txtNotifyBefore
      // 
      this.txtNotifyBefore.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.txtNotifyBefore.BorderColor = System.Drawing.Color.Empty;
      this.txtNotifyBefore.Location = new System.Drawing.Point(164, 47);
      this.txtNotifyBefore.Name = "txtNotifyBefore";
      this.txtNotifyBefore.Size = new System.Drawing.Size(229, 20);
      this.txtNotifyBefore.TabIndex = 7;
      this.txtNotifyBefore.Text = "300";
      // 
      // TVClient
      // 
      this.Controls.Add(this.tabControlTVGeneral);
      this.Name = "TVClient";
      this.Size = new System.Drawing.Size(510, 450);
      this.mpGroupBox2.ResumeLayout(false);
      this.mpGroupBox2.PerformLayout();
      this.mpGroupBox1.ResumeLayout(false);
      this.mpGroupBox1.PerformLayout();
      this.tabControlTVGeneral.ResumeLayout(false);
      this.tabPageGeneralSettings.ResumeLayout(false);
      this.mpGroupBox900.ResumeLayout(false);
      this.mpGroupBox900.PerformLayout();
      this.grpTsReader.ResumeLayout(false);
      this.grpTsReader.PerformLayout();
      this.mpGroupBox6.ResumeLayout(false);
      this.mpGroupBox6.PerformLayout();
      this.mpGroupBox5.ResumeLayout(false);
      this.mpGroupBox5.PerformLayout();
      this.tabPageAudioLanguages.ResumeLayout(false);
      this.groupBox2.ResumeLayout(false);
      this.groupBox2.PerformLayout();
      this.tabPageSubtitles.ResumeLayout(false);
      this.mpGroupBox4.ResumeLayout(false);
      this.mpGroupBox4.PerformLayout();
      this.mpGroupBox3.ResumeLayout(false);
      this.mpGroupBox3.PerformLayout();
      this.tabPage1.ResumeLayout(false);
      this.mpGroupBox8.ResumeLayout(false);
      this.mpGroupBox8.PerformLayout();
      this.mpGroupBox7.ResumeLayout(false);
      this.mpGroupBox7.PerformLayout();
      this.ResumeLayout(false);

    }
Example #3
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.tabControlSkinSettings = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageGeneral = new System.Windows.Forms.TabPage();
      this.groupBoxTheme = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.panelFitImage = new System.Windows.Forms.Panel();
      this.previewPictureBox = new System.Windows.Forms.PictureBox();
      this.listViewAvailableThemes = new System.Windows.Forms.ListView();
      this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.colVersion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.tabPageTVGuideSettings = new System.Windows.Forms.TabPage();
      this.tabControlTvGuideSettings = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageTvGuideGeneral = new System.Windows.Forms.TabPage();
      this.labelTVPluginNotInstalled = new System.Windows.Forms.Label();
      this.gbGenreSettings = new System.Windows.Forms.GroupBox();
      this.cbColoredGuide = new System.Windows.Forms.CheckBox();
      this.cbBorderHighlight = new System.Windows.Forms.CheckBox();
      this.cbGenreColorKey = new System.Windows.Forms.CheckBox();
      this.cbGenreColoring = new System.Windows.Forms.CheckBox();
      this.tabPageTvGuideColors = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupGenreColors = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.labelNoConnectionToServer = new System.Windows.Forms.Label();
      this.listViewGuideGenres = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.mpButtonOnLaterColor = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonOnNowColor = new MediaPortal.UserInterface.Controls.MPButton();
      this.groupGroupColor = new System.Windows.Forms.GroupBox();
      this.mpLabel11 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxGroupSel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel12 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxGroup = new MediaPortal.WinCustomControls.ColorComboBox();
      this.groupChannelColors = new System.Windows.Forms.GroupBox();
      this.mpLabel9 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxChannelSel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel10 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxChannel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.groupDefaultColors = new System.Windows.Forms.GroupBox();
      this.mpLabel14 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmOnLater = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel15 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmOnNow = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel13 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmBorder = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmSel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmEnded = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpButtonOk = new System.Windows.Forms.Button();
      this.mpButtonCancel = new System.Windows.Forms.Button();
      this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
      this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
      this.tabControlSkinSettings.SuspendLayout();
      this.tabPageGeneral.SuspendLayout();
      this.groupBoxTheme.SuspendLayout();
      this.panelFitImage.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit();
      this.tabPageTVGuideSettings.SuspendLayout();
      this.tabControlTvGuideSettings.SuspendLayout();
      this.tabPageTvGuideGeneral.SuspendLayout();
      this.gbGenreSettings.SuspendLayout();
      this.tabPageTvGuideColors.SuspendLayout();
      this.groupGenreColors.SuspendLayout();
      this.groupGroupColor.SuspendLayout();
      this.groupChannelColors.SuspendLayout();
      this.groupDefaultColors.SuspendLayout();
      this.SuspendLayout();
      // 
      // tabControlSkinSettings
      // 
      this.tabControlSkinSettings.Controls.Add(this.tabPageGeneral);
      this.tabControlSkinSettings.Controls.Add(this.tabPageTVGuideSettings);
      this.tabControlSkinSettings.Location = new System.Drawing.Point(17, 42);
      this.tabControlSkinSettings.Name = "tabControlSkinSettings";
      this.tabControlSkinSettings.SelectedIndex = 0;
      this.tabControlSkinSettings.Size = new System.Drawing.Size(472, 479);
      this.tabControlSkinSettings.TabIndex = 12;
      // 
      // tabPageGeneral
      // 
      this.tabPageGeneral.Controls.Add(this.groupBoxTheme);
      this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
      this.tabPageGeneral.Name = "tabPageGeneral";
      this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageGeneral.Size = new System.Drawing.Size(464, 453);
      this.tabPageGeneral.TabIndex = 6;
      this.tabPageGeneral.Text = "General";
      this.tabPageGeneral.UseVisualStyleBackColor = true;
      // 
      // groupBoxTheme
      // 
      this.groupBoxTheme.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxTheme.Controls.Add(this.panelFitImage);
      this.groupBoxTheme.Controls.Add(this.listViewAvailableThemes);
      this.groupBoxTheme.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxTheme.Location = new System.Drawing.Point(6, 5);
      this.groupBoxTheme.Name = "groupBoxTheme";
      this.groupBoxTheme.Size = new System.Drawing.Size(452, 442);
      this.groupBoxTheme.TabIndex = 5;
      this.groupBoxTheme.TabStop = false;
      this.groupBoxTheme.Text = "Theme selection";
      // 
      // panelFitImage
      // 
      this.panelFitImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.panelFitImage.Controls.Add(this.previewPictureBox);
      this.panelFitImage.Location = new System.Drawing.Point(12, 22);
      this.panelFitImage.Name = "panelFitImage";
      this.panelFitImage.Size = new System.Drawing.Size(430, 222);
      this.panelFitImage.TabIndex = 5;
      // 
      // previewPictureBox
      // 
      this.previewPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
      this.previewPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.previewPictureBox.Image = global::MediaPortal.Configuration.Properties.Resources.mplogo;
      this.previewPictureBox.Location = new System.Drawing.Point(0, 0);
      this.previewPictureBox.Name = "previewPictureBox";
      this.previewPictureBox.Size = new System.Drawing.Size(430, 222);
      this.previewPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.previewPictureBox.TabIndex = 5;
      this.previewPictureBox.TabStop = false;
      // 
      // listViewAvailableThemes
      // 
      this.listViewAvailableThemes.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.listViewAvailableThemes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colName,
            this.colVersion});
      this.listViewAvailableThemes.FullRowSelect = true;
      this.listViewAvailableThemes.HideSelection = false;
      this.listViewAvailableThemes.Location = new System.Drawing.Point(11, 262);
      this.listViewAvailableThemes.MultiSelect = false;
      this.listViewAvailableThemes.Name = "listViewAvailableThemes";
      this.listViewAvailableThemes.Size = new System.Drawing.Size(430, 168);
      this.listViewAvailableThemes.TabIndex = 3;
      this.listViewAvailableThemes.UseCompatibleStateImageBehavior = false;
      this.listViewAvailableThemes.View = System.Windows.Forms.View.Details;
      this.listViewAvailableThemes.SelectedIndexChanged += new System.EventHandler(this.listViewAvailableThemes_SelectedIndexChanged);
      // 
      // colName
      // 
      this.colName.Text = "Name";
      this.colName.Width = 329;
      // 
      // colVersion
      // 
      this.colVersion.Text = "Version";
      this.colVersion.Width = 86;
      // 
      // tabPageTVGuideSettings
      // 
      this.tabPageTVGuideSettings.Controls.Add(this.tabControlTvGuideSettings);
      this.tabPageTVGuideSettings.Location = new System.Drawing.Point(4, 22);
      this.tabPageTVGuideSettings.Name = "tabPageTVGuideSettings";
      this.tabPageTVGuideSettings.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageTVGuideSettings.Size = new System.Drawing.Size(464, 453);
      this.tabPageTVGuideSettings.TabIndex = 5;
      this.tabPageTVGuideSettings.Text = "TV guide";
      this.tabPageTVGuideSettings.UseVisualStyleBackColor = true;
      // 
      // tabControlTvGuideSettings
      // 
      this.tabControlTvGuideSettings.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.tabControlTvGuideSettings.Controls.Add(this.tabPageTvGuideGeneral);
      this.tabControlTvGuideSettings.Controls.Add(this.tabPageTvGuideColors);
      this.tabControlTvGuideSettings.HotTrack = true;
      this.tabControlTvGuideSettings.Location = new System.Drawing.Point(6, 6);
      this.tabControlTvGuideSettings.Name = "tabControlTvGuideSettings";
      this.tabControlTvGuideSettings.SelectedIndex = 0;
      this.tabControlTvGuideSettings.Size = new System.Drawing.Size(452, 441);
      this.tabControlTvGuideSettings.TabIndex = 1;
      // 
      // tabPageTvGuideGeneral
      // 
      this.tabPageTvGuideGeneral.Controls.Add(this.labelTVPluginNotInstalled);
      this.tabPageTvGuideGeneral.Controls.Add(this.gbGenreSettings);
      this.tabPageTvGuideGeneral.Location = new System.Drawing.Point(4, 22);
      this.tabPageTvGuideGeneral.Name = "tabPageTvGuideGeneral";
      this.tabPageTvGuideGeneral.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageTvGuideGeneral.Size = new System.Drawing.Size(444, 415);
      this.tabPageTvGuideGeneral.TabIndex = 2;
      this.tabPageTvGuideGeneral.Text = "Settings";
      this.tabPageTvGuideGeneral.UseVisualStyleBackColor = true;
      // 
      // labelTVPluginNotInstalled
      // 
      this.labelTVPluginNotInstalled.AutoSize = true;
      this.labelTVPluginNotInstalled.ForeColor = System.Drawing.SystemColors.ControlText;
      this.labelTVPluginNotInstalled.Location = new System.Drawing.Point(6, 28);
      this.labelTVPluginNotInstalled.Name = "labelTVPluginNotInstalled";
      this.labelTVPluginNotInstalled.Size = new System.Drawing.Size(128, 13);
      this.labelTVPluginNotInstalled.TabIndex = 1;
      this.labelTVPluginNotInstalled.Text = "labelTVPluginNotInstalled";
      // 
      // gbGenreSettings
      // 
      this.gbGenreSettings.Controls.Add(this.cbColoredGuide);
      this.gbGenreSettings.Controls.Add(this.cbBorderHighlight);
      this.gbGenreSettings.Controls.Add(this.cbGenreColorKey);
      this.gbGenreSettings.Controls.Add(this.cbGenreColoring);
      this.gbGenreSettings.Location = new System.Drawing.Point(6, 6);
      this.gbGenreSettings.Name = "gbGenreSettings";
      this.gbGenreSettings.Size = new System.Drawing.Size(432, 117);
      this.gbGenreSettings.TabIndex = 0;
      this.gbGenreSettings.TabStop = false;
      this.gbGenreSettings.Text = "Program color settings";
      // 
      // cbColoredGuide
      // 
      this.cbColoredGuide.AutoSize = true;
      this.cbColoredGuide.Location = new System.Drawing.Point(10, 21);
      this.cbColoredGuide.Name = "cbColoredGuide";
      this.cbColoredGuide.Size = new System.Drawing.Size(247, 17);
      this.cbColoredGuide.TabIndex = 3;
      this.cbColoredGuide.Text = "Enable guide coloring (set colors on Colors tab)";
      this.cbColoredGuide.UseVisualStyleBackColor = true;
      this.cbColoredGuide.CheckedChanged += new System.EventHandler(this.cbColoredGuide_CheckedChanged);
      // 
      // cbBorderHighlight
      // 
      this.cbBorderHighlight.AutoSize = true;
      this.cbBorderHighlight.Location = new System.Drawing.Point(10, 90);
      this.cbBorderHighlight.Name = "cbBorderHighlight";
      this.cbBorderHighlight.Size = new System.Drawing.Size(201, 17);
      this.cbBorderHighlight.TabIndex = 2;
      this.cbBorderHighlight.Text = "Border highlight the selected program";
      this.cbBorderHighlight.UseVisualStyleBackColor = true;
      // 
      // cbGenreColorKey
      // 
      this.cbGenreColorKey.AutoSize = true;
      this.cbGenreColorKey.Location = new System.Drawing.Point(33, 67);
      this.cbGenreColorKey.Name = "cbGenreColorKey";
      this.cbGenreColorKey.Size = new System.Drawing.Size(136, 17);
      this.cbGenreColorKey.TabIndex = 1;
      this.cbGenreColorKey.Text = "Display genre color key";
      this.cbGenreColorKey.UseVisualStyleBackColor = true;
      // 
      // cbGenreColoring
      // 
      this.cbGenreColoring.AutoSize = true;
      this.cbGenreColoring.Location = new System.Drawing.Point(22, 44);
      this.cbGenreColoring.Name = "cbGenreColoring";
      this.cbGenreColoring.Size = new System.Drawing.Size(170, 17);
      this.cbGenreColoring.TabIndex = 0;
      this.cbGenreColoring.Text = "Enable program genre coloring";
      this.cbGenreColoring.UseVisualStyleBackColor = true;
      this.cbGenreColoring.CheckedChanged += new System.EventHandler(this.cbGenreColoring_CheckedChanged);
      // 
      // tabPageTvGuideColors
      // 
      this.tabPageTvGuideColors.Controls.Add(this.groupGenreColors);
      this.tabPageTvGuideColors.Controls.Add(this.groupGroupColor);
      this.tabPageTvGuideColors.Controls.Add(this.groupChannelColors);
      this.tabPageTvGuideColors.Controls.Add(this.groupDefaultColors);
      this.tabPageTvGuideColors.Location = new System.Drawing.Point(4, 22);
      this.tabPageTvGuideColors.Name = "tabPageTvGuideColors";
      this.tabPageTvGuideColors.Size = new System.Drawing.Size(444, 415);
      this.tabPageTvGuideColors.TabIndex = 1;
      this.tabPageTvGuideColors.Text = "Colors";
      this.tabPageTvGuideColors.UseVisualStyleBackColor = true;
      // 
      // groupGenreColors
      // 
      this.groupGenreColors.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.groupGenreColors.Controls.Add(this.labelNoConnectionToServer);
      this.groupGenreColors.Controls.Add(this.listViewGuideGenres);
      this.groupGenreColors.Controls.Add(this.mpButtonOnLaterColor);
      this.groupGenreColors.Controls.Add(this.mpButtonOnNowColor);
      this.groupGenreColors.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupGenreColors.Location = new System.Drawing.Point(6, 3);
      this.groupGenreColors.Name = "groupGenreColors";
      this.groupGenreColors.Size = new System.Drawing.Size(432, 178);
      this.groupGenreColors.TabIndex = 0;
      this.groupGenreColors.TabStop = false;
      this.groupGenreColors.Text = "Program genre colors";
      // 
      // labelNoConnectionToServer
      // 
      this.labelNoConnectionToServer.AutoSize = true;
      this.labelNoConnectionToServer.Location = new System.Drawing.Point(15, 53);
      this.labelNoConnectionToServer.Name = "labelNoConnectionToServer";
      this.labelNoConnectionToServer.Size = new System.Drawing.Size(320, 13);
      this.labelNoConnectionToServer.TabIndex = 15;
      this.labelNoConnectionToServer.Text = "The program genre colors could not be loaded from the TV Server.";
      // 
      // listViewGuideGenres
      // 
      this.listViewGuideGenres.AllowDrop = true;
      this.listViewGuideGenres.AllowRowReorder = true;
      this.listViewGuideGenres.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
      this.listViewGuideGenres.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader9,
            this.columnHeader1,
            this.columnHeader2});
      this.listViewGuideGenres.HideSelection = false;
      this.listViewGuideGenres.Location = new System.Drawing.Point(6, 19);
      this.listViewGuideGenres.Name = "listViewGuideGenres";
      this.listViewGuideGenres.Size = new System.Drawing.Size(420, 123);
      this.listViewGuideGenres.Sorting = System.Windows.Forms.SortOrder.Ascending;
      this.listViewGuideGenres.TabIndex = 14;
      this.listViewGuideGenres.UseCompatibleStateImageBehavior = false;
      this.listViewGuideGenres.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader9
      // 
      this.columnHeader9.Text = "MediaPortal Genre";
      this.columnHeader9.Width = 190;
      // 
      // columnHeader1
      // 
      this.columnHeader1.Text = "On Now Color";
      this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.columnHeader1.Width = 100;
      // 
      // columnHeader2
      // 
      this.columnHeader2.Text = "On Later Color";
      this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.columnHeader2.Width = 100;
      // 
      // mpButtonOnLaterColor
      // 
      this.mpButtonOnLaterColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpButtonOnLaterColor.Location = new System.Drawing.Point(102, 150);
      this.mpButtonOnLaterColor.Name = "mpButtonOnLaterColor";
      this.mpButtonOnLaterColor.Size = new System.Drawing.Size(90, 22);
      this.mpButtonOnLaterColor.TabIndex = 11;
      this.mpButtonOnLaterColor.Text = "On Later Color";
      this.mpButtonOnLaterColor.UseVisualStyleBackColor = true;
      this.mpButtonOnLaterColor.Click += new System.EventHandler(this.mpButtonOnLaterColor_Click);
      // 
      // mpButtonOnNowColor
      // 
      this.mpButtonOnNowColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpButtonOnNowColor.Location = new System.Drawing.Point(6, 150);
      this.mpButtonOnNowColor.Name = "mpButtonOnNowColor";
      this.mpButtonOnNowColor.Size = new System.Drawing.Size(90, 22);
      this.mpButtonOnNowColor.TabIndex = 10;
      this.mpButtonOnNowColor.Text = "On Now Color";
      this.mpButtonOnNowColor.UseVisualStyleBackColor = true;
      this.mpButtonOnNowColor.Click += new System.EventHandler(this.mpButtonOnNowColor_Click);
      // 
      // groupGroupColor
      // 
      this.groupGroupColor.Controls.Add(this.mpLabel11);
      this.groupGroupColor.Controls.Add(this.colorComboBoxGroupSel);
      this.groupGroupColor.Controls.Add(this.mpLabel12);
      this.groupGroupColor.Controls.Add(this.colorComboBoxGroup);
      this.groupGroupColor.Location = new System.Drawing.Point(6, 359);
      this.groupGroupColor.Name = "groupGroupColor";
      this.groupGroupColor.Size = new System.Drawing.Size(432, 50);
      this.groupGroupColor.TabIndex = 12;
      this.groupGroupColor.TabStop = false;
      this.groupGroupColor.Text = "Channel group select colors";
      // 
      // mpLabel11
      // 
      this.mpLabel11.AutoSize = true;
      this.mpLabel11.Location = new System.Drawing.Point(214, 22);
      this.mpLabel11.Name = "mpLabel11";
      this.mpLabel11.Size = new System.Drawing.Size(52, 13);
      this.mpLabel11.TabIndex = 11;
      this.mpLabel11.Text = "Selected:";
      // 
      // colorComboBoxGroupSel
      // 
      this.colorComboBoxGroupSel.Extended = false;
      this.colorComboBoxGroupSel.Location = new System.Drawing.Point(274, 17);
      this.colorComboBoxGroupSel.Name = "colorComboBoxGroupSel";
      this.colorComboBoxGroupSel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxGroupSel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxGroupSel.TabIndex = 10;
      this.colorComboBoxGroupSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnGroupSelColorChanged);
      this.colorComboBoxGroupSel.Load += new System.EventHandler(this.colorComboBoxGroupSel_Load);
      // 
      // mpLabel12
      // 
      this.mpLabel12.AutoSize = true;
      this.mpLabel12.Location = new System.Drawing.Point(45, 22);
      this.mpLabel12.Name = "mpLabel12";
      this.mpLabel12.Size = new System.Drawing.Size(43, 13);
      this.mpLabel12.TabIndex = 9;
      this.mpLabel12.Text = "Normal:";
      // 
      // colorComboBoxGroup
      // 
      this.colorComboBoxGroup.Extended = false;
      this.colorComboBoxGroup.Location = new System.Drawing.Point(97, 17);
      this.colorComboBoxGroup.Name = "colorComboBoxGroup";
      this.colorComboBoxGroup.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxGroup.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxGroup.TabIndex = 0;
      this.colorComboBoxGroup.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnGroupColorChanged);
      this.colorComboBoxGroup.Load += new System.EventHandler(this.colorComboBoxGroup_Load);
      // 
      // groupChannelColors
      // 
      this.groupChannelColors.Controls.Add(this.mpLabel9);
      this.groupChannelColors.Controls.Add(this.colorComboBoxChannelSel);
      this.groupChannelColors.Controls.Add(this.mpLabel10);
      this.groupChannelColors.Controls.Add(this.colorComboBoxChannel);
      this.groupChannelColors.Location = new System.Drawing.Point(6, 303);
      this.groupChannelColors.Name = "groupChannelColors";
      this.groupChannelColors.Size = new System.Drawing.Size(432, 50);
      this.groupChannelColors.TabIndex = 12;
      this.groupChannelColors.TabStop = false;
      this.groupChannelColors.Text = "Channel colors";
      // 
      // mpLabel9
      // 
      this.mpLabel9.AutoSize = true;
      this.mpLabel9.Location = new System.Drawing.Point(214, 22);
      this.mpLabel9.Name = "mpLabel9";
      this.mpLabel9.Size = new System.Drawing.Size(52, 13);
      this.mpLabel9.TabIndex = 11;
      this.mpLabel9.Text = "Selected:";
      // 
      // colorComboBoxChannelSel
      // 
      this.colorComboBoxChannelSel.Extended = false;
      this.colorComboBoxChannelSel.Location = new System.Drawing.Point(274, 17);
      this.colorComboBoxChannelSel.Name = "colorComboBoxChannelSel";
      this.colorComboBoxChannelSel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxChannelSel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxChannelSel.TabIndex = 10;
      this.colorComboBoxChannelSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnChannelSelColorChanged);
      this.colorComboBoxChannelSel.Load += new System.EventHandler(this.colorComboBoxChannelSel_Load);
      // 
      // mpLabel10
      // 
      this.mpLabel10.AutoSize = true;
      this.mpLabel10.Location = new System.Drawing.Point(45, 22);
      this.mpLabel10.Name = "mpLabel10";
      this.mpLabel10.Size = new System.Drawing.Size(43, 13);
      this.mpLabel10.TabIndex = 9;
      this.mpLabel10.Text = "Normal:";
      // 
      // colorComboBoxChannel
      // 
      this.colorComboBoxChannel.Extended = false;
      this.colorComboBoxChannel.Location = new System.Drawing.Point(97, 17);
      this.colorComboBoxChannel.Name = "colorComboBoxChannel";
      this.colorComboBoxChannel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxChannel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxChannel.TabIndex = 0;
      this.colorComboBoxChannel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnChannelColorChanged);
      this.colorComboBoxChannel.Load += new System.EventHandler(this.colorComboBoxChannel_Load);
      // 
      // groupDefaultColors
      // 
      this.groupDefaultColors.Controls.Add(this.mpLabel14);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmOnLater);
      this.groupDefaultColors.Controls.Add(this.mpLabel15);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmOnNow);
      this.groupDefaultColors.Controls.Add(this.mpLabel13);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmBorder);
      this.groupDefaultColors.Controls.Add(this.mpLabel8);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmSel);
      this.groupDefaultColors.Controls.Add(this.mpLabel4);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmEnded);
      this.groupDefaultColors.Location = new System.Drawing.Point(6, 187);
      this.groupDefaultColors.Name = "groupDefaultColors";
      this.groupDefaultColors.Size = new System.Drawing.Size(432, 110);
      this.groupDefaultColors.TabIndex = 0;
      this.groupDefaultColors.TabStop = false;
      this.groupDefaultColors.Text = "Program default colors";
      // 
      // mpLabel14
      // 
      this.mpLabel14.AutoSize = true;
      this.mpLabel14.Location = new System.Drawing.Point(219, 25);
      this.mpLabel14.Name = "mpLabel14";
      this.mpLabel14.Size = new System.Drawing.Size(47, 13);
      this.mpLabel14.TabIndex = 17;
      this.mpLabel14.Text = "On later:";
      // 
      // colorComboBoxPgmOnLater
      // 
      this.colorComboBoxPgmOnLater.Extended = false;
      this.colorComboBoxPgmOnLater.Location = new System.Drawing.Point(274, 20);
      this.colorComboBoxPgmOnLater.Name = "colorComboBoxPgmOnLater";
      this.colorComboBoxPgmOnLater.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmOnLater.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmOnLater.TabIndex = 16;
      this.colorComboBoxPgmOnLater.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmOnLaterColorChanged);
      this.colorComboBoxPgmOnLater.Load += new System.EventHandler(this.colorComboBoxPgmOnLater_Load);
      // 
      // mpLabel15
      // 
      this.mpLabel15.AutoSize = true;
      this.mpLabel15.Location = new System.Drawing.Point(41, 25);
      this.mpLabel15.Name = "mpLabel15";
      this.mpLabel15.Size = new System.Drawing.Size(47, 13);
      this.mpLabel15.TabIndex = 15;
      this.mpLabel15.Text = "On now:";
      // 
      // colorComboBoxPgmOnNow
      // 
      this.colorComboBoxPgmOnNow.Extended = false;
      this.colorComboBoxPgmOnNow.Location = new System.Drawing.Point(97, 20);
      this.colorComboBoxPgmOnNow.Name = "colorComboBoxPgmOnNow";
      this.colorComboBoxPgmOnNow.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmOnNow.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmOnNow.TabIndex = 14;
      this.colorComboBoxPgmOnNow.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmOnNowColorChanged);
      this.colorComboBoxPgmOnNow.Load += new System.EventHandler(this.colorComboBoxPgmOnNow_Load);
      // 
      // mpLabel13
      // 
      this.mpLabel13.AutoSize = true;
      this.mpLabel13.Location = new System.Drawing.Point(5, 83);
      this.mpLabel13.Name = "mpLabel13";
      this.mpLabel13.Size = new System.Drawing.Size(83, 13);
      this.mpLabel13.TabIndex = 13;
      this.mpLabel13.Text = "Border highlight:";
      // 
      // colorComboBoxPgmBorder
      // 
      this.colorComboBoxPgmBorder.Extended = false;
      this.colorComboBoxPgmBorder.Location = new System.Drawing.Point(97, 78);
      this.colorComboBoxPgmBorder.Name = "colorComboBoxPgmBorder";
      this.colorComboBoxPgmBorder.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmBorder.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmBorder.TabIndex = 12;
      this.colorComboBoxPgmBorder.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmBorderColorChanged);
      this.colorComboBoxPgmBorder.Load += new System.EventHandler(this.colorComboBoxPgmBorder_Load);
      // 
      // mpLabel8
      // 
      this.mpLabel8.AutoSize = true;
      this.mpLabel8.Location = new System.Drawing.Point(214, 54);
      this.mpLabel8.Name = "mpLabel8";
      this.mpLabel8.Size = new System.Drawing.Size(52, 13);
      this.mpLabel8.TabIndex = 11;
      this.mpLabel8.Text = "Selected:";
      // 
      // colorComboBoxPgmSel
      // 
      this.colorComboBoxPgmSel.Extended = false;
      this.colorComboBoxPgmSel.Location = new System.Drawing.Point(274, 49);
      this.colorComboBoxPgmSel.Name = "colorComboBoxPgmSel";
      this.colorComboBoxPgmSel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmSel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmSel.TabIndex = 10;
      this.colorComboBoxPgmSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmSelColorChanged);
      this.colorComboBoxPgmSel.Load += new System.EventHandler(this.colorComboBoxPgmSel_Load);
      // 
      // mpLabel4
      // 
      this.mpLabel4.AutoSize = true;
      this.mpLabel4.Location = new System.Drawing.Point(47, 54);
      this.mpLabel4.Name = "mpLabel4";
      this.mpLabel4.Size = new System.Drawing.Size(41, 13);
      this.mpLabel4.TabIndex = 9;
      this.mpLabel4.Text = "Ended:";
      // 
      // colorComboBoxPgmEnded
      // 
      this.colorComboBoxPgmEnded.Extended = false;
      this.colorComboBoxPgmEnded.Location = new System.Drawing.Point(97, 49);
      this.colorComboBoxPgmEnded.Name = "colorComboBoxPgmEnded";
      this.colorComboBoxPgmEnded.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmEnded.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmEnded.TabIndex = 0;
      this.colorComboBoxPgmEnded.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmEndedColorChanged);
      this.colorComboBoxPgmEnded.Load += new System.EventHandler(this.colorComboBoxPgmEnded_Load);
      // 
      // mpButtonOk
      // 
      this.mpButtonOk.Location = new System.Drawing.Point(327, 537);
      this.mpButtonOk.Name = "mpButtonOk";
      this.mpButtonOk.Size = new System.Drawing.Size(75, 23);
      this.mpButtonOk.TabIndex = 13;
      this.mpButtonOk.Text = "OK";
      this.mpButtonOk.UseVisualStyleBackColor = true;
      this.mpButtonOk.Click += new System.EventHandler(this.mpButtonOk_Click);
      // 
      // mpButtonCancel
      // 
      this.mpButtonCancel.Location = new System.Drawing.Point(410, 537);
      this.mpButtonCancel.Name = "mpButtonCancel";
      this.mpButtonCancel.Size = new System.Drawing.Size(75, 23);
      this.mpButtonCancel.TabIndex = 14;
      this.mpButtonCancel.Text = "Cancel";
      this.mpButtonCancel.UseVisualStyleBackColor = true;
      this.mpButtonCancel.Click += new System.EventHandler(this.mpButtonCancel_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(9, 527);
      this.beveledLine1.Name = "beveledLine1";
      this.beveledLine1.Size = new System.Drawing.Size(488, 2);
      this.beveledLine1.TabIndex = 18;
      this.beveledLine1.TabStop = false;
      // 
      // 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(17, 3);
      this.headerLabel.Name = "headerLabel";
      this.headerLabel.PaddingLeft = 2;
      this.headerLabel.Size = new System.Drawing.Size(472, 24);
      this.headerLabel.TabIndex = 19;
      this.headerLabel.TabStop = false;
      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)));
      // 
      // DlgSkinSettings
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.ClientSize = new System.Drawing.Size(506, 570);
      this.Controls.Add(this.headerLabel);
      this.Controls.Add(this.beveledLine1);
      this.Controls.Add(this.mpButtonCancel);
      this.Controls.Add(this.mpButtonOk);
      this.Controls.Add(this.tabControlSkinSettings);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.Name = "DlgSkinSettings";
      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "MediaPortal Skin Settings";
      this.tabControlSkinSettings.ResumeLayout(false);
      this.tabPageGeneral.ResumeLayout(false);
      this.groupBoxTheme.ResumeLayout(false);
      this.panelFitImage.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).EndInit();
      this.tabPageTVGuideSettings.ResumeLayout(false);
      this.tabControlTvGuideSettings.ResumeLayout(false);
      this.tabPageTvGuideGeneral.ResumeLayout(false);
      this.tabPageTvGuideGeneral.PerformLayout();
      this.gbGenreSettings.ResumeLayout(false);
      this.gbGenreSettings.PerformLayout();
      this.tabPageTvGuideColors.ResumeLayout(false);
      this.groupGenreColors.ResumeLayout(false);
      this.groupGenreColors.PerformLayout();
      this.groupGroupColor.ResumeLayout(false);
      this.groupGroupColor.PerformLayout();
      this.groupChannelColors.ResumeLayout(false);
      this.groupChannelColors.PerformLayout();
      this.groupDefaultColors.ResumeLayout(false);
      this.groupDefaultColors.PerformLayout();
      this.ResumeLayout(false);

    }
Example #5
0
    private void InitializeComponent()
    {
      this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.enableAudioDualMonoModes = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxPrefAudioOverLang = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxPrefAC3 = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabControlTVGeneral = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageGeneralSettings = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBoxAdditional = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbDeinterlace = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.label8 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBox5 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbAutoFullscreen = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.cbTurnOnTv = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.byIndexCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.showChannelNumberCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.channelNumberMaxLengthNumUpDn = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
      this.lblChanNumMaxLen = new MediaPortal.UserInterface.Controls.MPLabel();
      this.grpTsReader = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbRelaxTsReader = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpGroupBox6 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbContinuousScrollGuide = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.cbShowChannelStateIcons = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.labelShowEpisodeinfo = new MediaPortal.UserInterface.Controls.MPLabel();
      this.comboboxShowEpisodeInfo = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.mpGroupBox5 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbHideAllChannels = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabPageAudioLanguages = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabel5 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpButtonDownAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonUpAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonAddAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonRemoveAudioLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpListViewPreferredAudioLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.mpListViewAvailAudioLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.tabPageSubtitles = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpCheckBoxEnableCCSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxAutoShowSubWhenTvStarts = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxEnableTTXTSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxEnableDVBSub = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabel6 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpButtonDownSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonUpSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonAddSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonRemoveSubLang = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpListViewPreferredSubLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.mpListViewAvailSubLang = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBox8 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.chkRecnotifications = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpGroupBox7 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.cbConfirmTimeshiftStop = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.txtNotifyAfter = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.labelNotifyTimeout = new MediaPortal.UserInterface.Controls.MPLabel();
      this.checkBoxNotifyPlaySound = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.txtNotifyBefore = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.mpGroupBox1.SuspendLayout();
      this.tabControlTVGeneral.SuspendLayout();
      this.tabPageGeneralSettings.SuspendLayout();
      this.mpGroupBoxAdditional.SuspendLayout();
      this.groupBox5.SuspendLayout();
      this.groupBox3.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).BeginInit();
      this.grpTsReader.SuspendLayout();
      this.mpGroupBox6.SuspendLayout();
      this.mpGroupBox5.SuspendLayout();
      this.tabPageAudioLanguages.SuspendLayout();
      this.groupBox2.SuspendLayout();
      this.tabPageSubtitles.SuspendLayout();
      this.mpGroupBox4.SuspendLayout();
      this.mpGroupBox3.SuspendLayout();
      this.tabPage1.SuspendLayout();
      this.mpGroupBox8.SuspendLayout();
      this.mpGroupBox7.SuspendLayout();
      this.SuspendLayout();
      // 
      // mpGroupBox1
      // 
      this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox1.Controls.Add(this.enableAudioDualMonoModes);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxPrefAudioOverLang);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxPrefAC3);
      this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox1.Location = new System.Drawing.Point(16, 308);
      this.mpGroupBox1.Name = "mpGroupBox1";
      this.mpGroupBox1.Size = new System.Drawing.Size(432, 91);
      this.mpGroupBox1.TabIndex = 9;
      this.mpGroupBox1.TabStop = false;
      this.mpGroupBox1.Text = "Audio stream settings";
      // 
      // enableAudioDualMonoModes
      // 
      this.enableAudioDualMonoModes.AutoSize = true;
      this.enableAudioDualMonoModes.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
      this.enableAudioDualMonoModes.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.enableAudioDualMonoModes.Location = new System.Drawing.Point(8, 51);
      this.enableAudioDualMonoModes.Name = "enableAudioDualMonoModes";
      this.enableAudioDualMonoModes.Size = new System.Drawing.Size(386, 30);
      this.enableAudioDualMonoModes.TabIndex = 12;
      this.enableAudioDualMonoModes.Text = "Enable AudioDualMono mode switching\r\n(if 1 audio stream contains 2x mono channels" +
          ", you can switch between them)";
      this.enableAudioDualMonoModes.UseVisualStyleBackColor = true;
      // 
      // mpCheckBoxPrefAudioOverLang
      // 
      this.mpCheckBoxPrefAudioOverLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpCheckBoxPrefAudioOverLang.AutoSize = true;
      this.mpCheckBoxPrefAudioOverLang.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxPrefAudioOverLang.Location = new System.Drawing.Point(238, 28);
      this.mpCheckBoxPrefAudioOverLang.Name = "mpCheckBoxPrefAudioOverLang";
      this.mpCheckBoxPrefAudioOverLang.Size = new System.Drawing.Size(172, 17);
      this.mpCheckBoxPrefAudioOverLang.TabIndex = 11;
      this.mpCheckBoxPrefAudioOverLang.Text = "Prefer audiotype over language";
      this.mpCheckBoxPrefAudioOverLang.UseVisualStyleBackColor = false;
      // 
      // mpCheckBoxPrefAC3
      // 
      this.mpCheckBoxPrefAC3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpCheckBoxPrefAC3.AutoSize = true;
      this.mpCheckBoxPrefAC3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxPrefAC3.Location = new System.Drawing.Point(8, 28);
      this.mpCheckBoxPrefAC3.Name = "mpCheckBoxPrefAC3";
      this.mpCheckBoxPrefAC3.Size = new System.Drawing.Size(110, 17);
      this.mpCheckBoxPrefAC3.TabIndex = 7;
      this.mpCheckBoxPrefAC3.Text = "Prefer AC-3 sound";
      this.mpCheckBoxPrefAC3.UseVisualStyleBackColor = false;
      // 
      // tabControlTVGeneral
      // 
      this.tabControlTVGeneral.Controls.Add(this.tabPageGeneralSettings);
      this.tabControlTVGeneral.Controls.Add(this.tabPageAudioLanguages);
      this.tabControlTVGeneral.Controls.Add(this.tabPageSubtitles);
      this.tabControlTVGeneral.Controls.Add(this.tabPage1);
      this.tabControlTVGeneral.Location = new System.Drawing.Point(0, 2);
      this.tabControlTVGeneral.Name = "tabControlTVGeneral";
      this.tabControlTVGeneral.SelectedIndex = 0;
      this.tabControlTVGeneral.Size = new System.Drawing.Size(472, 445);
      this.tabControlTVGeneral.TabIndex = 11;
      // 
      // tabPageGeneralSettings
      // 
      this.tabPageGeneralSettings.Controls.Add(this.mpGroupBoxAdditional);
      this.tabPageGeneralSettings.Controls.Add(this.groupBox5);
      this.tabPageGeneralSettings.Controls.Add(this.groupBox3);
      this.tabPageGeneralSettings.Controls.Add(this.grpTsReader);
      this.tabPageGeneralSettings.Controls.Add(this.mpGroupBox6);
      this.tabPageGeneralSettings.Controls.Add(this.mpGroupBox5);
      this.tabPageGeneralSettings.Location = new System.Drawing.Point(4, 22);
      this.tabPageGeneralSettings.Name = "tabPageGeneralSettings";
      this.tabPageGeneralSettings.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageGeneralSettings.Size = new System.Drawing.Size(464, 419);
      this.tabPageGeneralSettings.TabIndex = 0;
      this.tabPageGeneralSettings.Text = "General settings";
      this.tabPageGeneralSettings.UseVisualStyleBackColor = true;
      // 
      // 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(16, 322);
      this.mpGroupBoxAdditional.Name = "mpGroupBoxAdditional";
      this.mpGroupBoxAdditional.Size = new System.Drawing.Size(431, 63);
      this.mpGroupBoxAdditional.TabIndex = 19;
      this.mpGroupBoxAdditional.TabStop = false;
      this.mpGroupBoxAdditional.Text = "Additional settings";
      // 
      // 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(259, 21);
      this.cbDeinterlace.TabIndex = 0;
      // 
      // 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:";
      // 
      // 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(258, 169);
      this.groupBox5.Name = "groupBox5";
      this.groupBox5.Size = new System.Drawing.Size(189, 94);
      this.groupBox5.TabIndex = 18;
      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;
      // 
      // 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(16, 169);
      this.groupBox3.Name = "groupBox3";
      this.groupBox3.Size = new System.Drawing.Size(233, 94);
      this.groupBox3.TabIndex = 17;
      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 = 2;
      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";
      // 
      // grpTsReader
      // 
      this.grpTsReader.Controls.Add(this.cbRelaxTsReader);
      this.grpTsReader.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.grpTsReader.Location = new System.Drawing.Point(16, 269);
      this.grpTsReader.Name = "grpTsReader";
      this.grpTsReader.Size = new System.Drawing.Size(431, 47);
      this.grpTsReader.TabIndex = 12;
      this.grpTsReader.TabStop = false;
      this.grpTsReader.Text = "TsReader options";
      // 
      // cbRelaxTsReader
      // 
      this.cbRelaxTsReader.AutoSize = true;
      this.cbRelaxTsReader.Checked = true;
      this.cbRelaxTsReader.CheckState = System.Windows.Forms.CheckState.Checked;
      this.cbRelaxTsReader.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbRelaxTsReader.Location = new System.Drawing.Point(22, 19);
      this.cbRelaxTsReader.Name = "cbRelaxTsReader";
      this.cbRelaxTsReader.Size = new System.Drawing.Size(347, 17);
      this.cbRelaxTsReader.TabIndex = 0;
      this.cbRelaxTsReader.Text = "Don\'t drop discontinued packets in TsReader (can reduce stuttering)";
      this.cbRelaxTsReader.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox6
      // 
      this.mpGroupBox6.Controls.Add(this.cbContinuousScrollGuide);
      this.mpGroupBox6.Controls.Add(this.cbShowChannelStateIcons);
      this.mpGroupBox6.Controls.Add(this.labelShowEpisodeinfo);
      this.mpGroupBox6.Controls.Add(this.comboboxShowEpisodeInfo);
      this.mpGroupBox6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox6.Location = new System.Drawing.Point(16, 67);
      this.mpGroupBox6.Name = "mpGroupBox6";
      this.mpGroupBox6.Size = new System.Drawing.Size(431, 96);
      this.mpGroupBox6.TabIndex = 12;
      this.mpGroupBox6.TabStop = false;
      this.mpGroupBox6.Text = "Guide";
      // 
      // cbContinuousScrollGuide
      // 
      this.cbContinuousScrollGuide.AutoSize = true;
      this.cbContinuousScrollGuide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbContinuousScrollGuide.Location = new System.Drawing.Point(22, 40);
      this.cbContinuousScrollGuide.Name = "cbContinuousScrollGuide";
      this.cbContinuousScrollGuide.Size = new System.Drawing.Size(210, 17);
      this.cbContinuousScrollGuide.TabIndex = 1;
      this.cbContinuousScrollGuide.Text = "Loop guide seamlessly (top and bottom)";
      this.cbContinuousScrollGuide.UseVisualStyleBackColor = true;
      // 
      // cbShowChannelStateIcons
      // 
      this.cbShowChannelStateIcons.AutoSize = true;
      this.cbShowChannelStateIcons.Checked = true;
      this.cbShowChannelStateIcons.CheckState = System.Windows.Forms.CheckState.Checked;
      this.cbShowChannelStateIcons.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbShowChannelStateIcons.Location = new System.Drawing.Point(22, 19);
      this.cbShowChannelStateIcons.Name = "cbShowChannelStateIcons";
      this.cbShowChannelStateIcons.Size = new System.Drawing.Size(308, 17);
      this.cbShowChannelStateIcons.TabIndex = 0;
      this.cbShowChannelStateIcons.Text = "Show channel state icons in Mini Guide (on supported skins)";
      this.cbShowChannelStateIcons.UseVisualStyleBackColor = true;
      // 
      // labelShowEpisodeinfo
      // 
      this.labelShowEpisodeinfo.AutoSize = true;
      this.labelShowEpisodeinfo.Location = new System.Drawing.Point(19, 68);
      this.labelShowEpisodeinfo.Name = "labelShowEpisodeinfo";
      this.labelShowEpisodeinfo.Size = new System.Drawing.Size(97, 13);
      this.labelShowEpisodeinfo.TabIndex = 1;
      this.labelShowEpisodeinfo.Text = "Show episode info:";
      // 
      // comboboxShowEpisodeInfo
      // 
      this.comboboxShowEpisodeInfo.BorderColor = System.Drawing.Color.Empty;
      this.comboboxShowEpisodeInfo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboboxShowEpisodeInfo.FormattingEnabled = true;
      this.comboboxShowEpisodeInfo.Location = new System.Drawing.Point(126, 64);
      this.comboboxShowEpisodeInfo.Name = "comboboxShowEpisodeInfo";
      this.comboboxShowEpisodeInfo.Size = new System.Drawing.Size(229, 21);
      this.comboboxShowEpisodeInfo.TabIndex = 2;
      // 
      // mpGroupBox5
      // 
      this.mpGroupBox5.Controls.Add(this.cbHideAllChannels);
      this.mpGroupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox5.Location = new System.Drawing.Point(16, 16);
      this.mpGroupBox5.Name = "mpGroupBox5";
      this.mpGroupBox5.Size = new System.Drawing.Size(431, 45);
      this.mpGroupBox5.TabIndex = 11;
      this.mpGroupBox5.TabStop = false;
      this.mpGroupBox5.Text = "Group options";
      // 
      // cbHideAllChannels
      // 
      this.cbHideAllChannels.AutoSize = true;
      this.cbHideAllChannels.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbHideAllChannels.Location = new System.Drawing.Point(22, 19);
      this.cbHideAllChannels.Name = "cbHideAllChannels";
      this.cbHideAllChannels.Size = new System.Drawing.Size(149, 17);
      this.cbHideAllChannels.TabIndex = 0;
      this.cbHideAllChannels.Text = "Hide \"All Channels\" Group";
      this.cbHideAllChannels.UseVisualStyleBackColor = true;
      // 
      // tabPageAudioLanguages
      // 
      this.tabPageAudioLanguages.Controls.Add(this.groupBox2);
      this.tabPageAudioLanguages.Controls.Add(this.mpGroupBox1);
      this.tabPageAudioLanguages.Location = new System.Drawing.Point(4, 22);
      this.tabPageAudioLanguages.Name = "tabPageAudioLanguages";
      this.tabPageAudioLanguages.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageAudioLanguages.Size = new System.Drawing.Size(464, 419);
      this.tabPageAudioLanguages.TabIndex = 3;
      this.tabPageAudioLanguages.Text = "Audio settings";
      this.tabPageAudioLanguages.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.mpLabel5);
      this.groupBox2.Controls.Add(this.mpLabel1);
      this.groupBox2.Controls.Add(this.mpButtonDownAudioLang);
      this.groupBox2.Controls.Add(this.mpButtonUpAudioLang);
      this.groupBox2.Controls.Add(this.mpButtonAddAudioLang);
      this.groupBox2.Controls.Add(this.mpButtonRemoveAudioLang);
      this.groupBox2.Controls.Add(this.mpListViewPreferredAudioLang);
      this.groupBox2.Controls.Add(this.mpListViewAvailAudioLang);
      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, 284);
      this.groupBox2.TabIndex = 2;
      this.groupBox2.TabStop = false;
      this.groupBox2.Text = "Preferred audio languages";
      // 
      // mpLabel5
      // 
      this.mpLabel5.AutoSize = true;
      this.mpLabel5.Location = new System.Drawing.Point(236, 21);
      this.mpLabel5.Name = "mpLabel5";
      this.mpLabel5.Size = new System.Drawing.Size(102, 13);
      this.mpLabel5.TabIndex = 7;
      this.mpLabel5.Text = "Preferred languages";
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(6, 21);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(102, 13);
      this.mpLabel1.TabIndex = 6;
      this.mpLabel1.Text = "Available languages";
      // 
      // mpButtonDownAudioLang
      // 
      this.mpButtonDownAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonDownAudioLang.Location = new System.Drawing.Point(289, 255);
      this.mpButtonDownAudioLang.Name = "mpButtonDownAudioLang";
      this.mpButtonDownAudioLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonDownAudioLang.TabIndex = 5;
      this.mpButtonDownAudioLang.Text = "Down";
      this.mpButtonDownAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonDownAudioLang.Click += new System.EventHandler(this.mpButtonDownAudioLang_Click);
      // 
      // mpButtonUpAudioLang
      // 
      this.mpButtonUpAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonUpAudioLang.Location = new System.Drawing.Point(237, 255);
      this.mpButtonUpAudioLang.Name = "mpButtonUpAudioLang";
      this.mpButtonUpAudioLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonUpAudioLang.TabIndex = 4;
      this.mpButtonUpAudioLang.Text = "Up";
      this.mpButtonUpAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonUpAudioLang.Click += new System.EventHandler(this.mpButtonUpAudioLang_Click);
      // 
      // mpButtonAddAudioLang
      // 
      this.mpButtonAddAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonAddAudioLang.Location = new System.Drawing.Point(202, 40);
      this.mpButtonAddAudioLang.Name = "mpButtonAddAudioLang";
      this.mpButtonAddAudioLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonAddAudioLang.TabIndex = 3;
      this.mpButtonAddAudioLang.Text = ">";
      this.mpButtonAddAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonAddAudioLang.Click += new System.EventHandler(this.mpButtonAddAudioLang_Click);
      // 
      // mpButtonRemoveAudioLang
      // 
      this.mpButtonRemoveAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonRemoveAudioLang.Location = new System.Drawing.Point(202, 66);
      this.mpButtonRemoveAudioLang.Name = "mpButtonRemoveAudioLang";
      this.mpButtonRemoveAudioLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonRemoveAudioLang.TabIndex = 2;
      this.mpButtonRemoveAudioLang.Text = "<";
      this.mpButtonRemoveAudioLang.UseVisualStyleBackColor = true;
      this.mpButtonRemoveAudioLang.Click += new System.EventHandler(this.mpButtonRemoveAudioLang_Click);
      // 
      // mpListViewPreferredAudioLang
      // 
      this.mpListViewPreferredAudioLang.AllowDrop = true;
      this.mpListViewPreferredAudioLang.AllowRowReorder = true;
      this.mpListViewPreferredAudioLang.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpListViewPreferredAudioLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2,
            this.columnHeader6});
      this.mpListViewPreferredAudioLang.FullRowSelect = true;
      this.mpListViewPreferredAudioLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewPreferredAudioLang.HideSelection = false;
      this.mpListViewPreferredAudioLang.Location = new System.Drawing.Point(239, 40);
      this.mpListViewPreferredAudioLang.Name = "mpListViewPreferredAudioLang";
      this.mpListViewPreferredAudioLang.Size = new System.Drawing.Size(183, 209);
      this.mpListViewPreferredAudioLang.TabIndex = 1;
      this.mpListViewPreferredAudioLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewPreferredAudioLang.View = System.Windows.Forms.View.Details;
      this.mpListViewPreferredAudioLang.SelectedIndexChanged += new System.EventHandler(this.mpListView2_SelectedIndexChanged);
      // 
      // columnHeader2
      // 
      this.columnHeader2.Text = "Language";
      this.columnHeader2.Width = 125;
      // 
      // columnHeader6
      // 
      this.columnHeader6.Text = "ID";
      this.columnHeader6.Width = 35;
      // 
      // mpListViewAvailAudioLang
      // 
      this.mpListViewAvailAudioLang.AllowDrop = true;
      this.mpListViewAvailAudioLang.AllowRowReorder = true;
      this.mpListViewAvailAudioLang.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.mpListViewAvailAudioLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader5});
      this.mpListViewAvailAudioLang.FullRowSelect = true;
      this.mpListViewAvailAudioLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewAvailAudioLang.HideSelection = false;
      this.mpListViewAvailAudioLang.Location = new System.Drawing.Point(6, 40);
      this.mpListViewAvailAudioLang.Name = "mpListViewAvailAudioLang";
      this.mpListViewAvailAudioLang.Size = new System.Drawing.Size(183, 209);
      this.mpListViewAvailAudioLang.TabIndex = 0;
      this.mpListViewAvailAudioLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewAvailAudioLang.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader1
      // 
      this.columnHeader1.Text = "Language";
      this.columnHeader1.Width = 125;
      // 
      // columnHeader5
      // 
      this.columnHeader5.Text = "ID";
      this.columnHeader5.Width = 35;
      // 
      // tabPageSubtitles
      // 
      this.tabPageSubtitles.Controls.Add(this.mpGroupBox4);
      this.tabPageSubtitles.Controls.Add(this.mpGroupBox3);
      this.tabPageSubtitles.Location = new System.Drawing.Point(4, 22);
      this.tabPageSubtitles.Name = "tabPageSubtitles";
      this.tabPageSubtitles.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageSubtitles.Size = new System.Drawing.Size(464, 419);
      this.tabPageSubtitles.TabIndex = 2;
      this.tabPageSubtitles.Text = "Subtitle settings";
      this.tabPageSubtitles.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox4
      // 
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxEnableCCSub);
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxAutoShowSubWhenTvStarts);
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxEnableTTXTSub);
      this.mpGroupBox4.Controls.Add(this.mpCheckBoxEnableDVBSub);
      this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox4.Location = new System.Drawing.Point(16, 308);
      this.mpGroupBox4.Name = "mpGroupBox4";
      this.mpGroupBox4.Size = new System.Drawing.Size(432, 86);
      this.mpGroupBox4.TabIndex = 10;
      this.mpGroupBox4.TabStop = false;
      this.mpGroupBox4.Text = "Subtitle settings";
      // 
      // mpCheckBoxEnableCCSub
      // 
      this.mpCheckBoxEnableCCSub.AutoSize = true;
      this.mpCheckBoxEnableCCSub.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxEnableCCSub.Location = new System.Drawing.Point(244, 51);
      this.mpCheckBoxEnableCCSub.Name = "mpCheckBoxEnableCCSub";
      this.mpCheckBoxEnableCCSub.Size = new System.Drawing.Size(115, 17);
      this.mpCheckBoxEnableCCSub.TabIndex = 12;
      this.mpCheckBoxEnableCCSub.Text = "Enable CC subtitles";
      this.mpCheckBoxEnableCCSub.UseVisualStyleBackColor = false;
      // 
      // mpCheckBoxAutoShowSubWhenTvStarts
      // 
      this.mpCheckBoxAutoShowSubWhenTvStarts.AutoSize = true;
      this.mpCheckBoxAutoShowSubWhenTvStarts.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxAutoShowSubWhenTvStarts.Location = new System.Drawing.Point(8, 51);
      this.mpCheckBoxAutoShowSubWhenTvStarts.Name = "mpCheckBoxAutoShowSubWhenTvStarts";
      this.mpCheckBoxAutoShowSubWhenTvStarts.Size = new System.Drawing.Size(186, 17);
      this.mpCheckBoxAutoShowSubWhenTvStarts.TabIndex = 12;
      this.mpCheckBoxAutoShowSubWhenTvStarts.Text = "Autoshow subtitles when TV starts";
      this.mpCheckBoxAutoShowSubWhenTvStarts.UseVisualStyleBackColor = false;
      // 
      // mpCheckBoxEnableTTXTSub
      // 
      this.mpCheckBoxEnableTTXTSub.AutoSize = true;
      this.mpCheckBoxEnableTTXTSub.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxEnableTTXTSub.Location = new System.Drawing.Point(244, 28);
      this.mpCheckBoxEnableTTXTSub.Name = "mpCheckBoxEnableTTXTSub";
      this.mpCheckBoxEnableTTXTSub.Size = new System.Drawing.Size(135, 17);
      this.mpCheckBoxEnableTTXTSub.TabIndex = 11;
      this.mpCheckBoxEnableTTXTSub.Text = "Enable teletext subtitles";
      this.mpCheckBoxEnableTTXTSub.UseVisualStyleBackColor = false;
      this.mpCheckBoxEnableTTXTSub.CheckedChanged += new System.EventHandler(this.mpCheckBox1_CheckedChanged);
      // 
      // mpCheckBoxEnableDVBSub
      // 
      this.mpCheckBoxEnableDVBSub.AutoSize = true;
      this.mpCheckBoxEnableDVBSub.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxEnableDVBSub.Location = new System.Drawing.Point(8, 28);
      this.mpCheckBoxEnableDVBSub.Name = "mpCheckBoxEnableDVBSub";
      this.mpCheckBoxEnableDVBSub.Size = new System.Drawing.Size(123, 17);
      this.mpCheckBoxEnableDVBSub.TabIndex = 7;
      this.mpCheckBoxEnableDVBSub.Text = "Enable DVB subtitles";
      this.mpCheckBoxEnableDVBSub.UseVisualStyleBackColor = false;
      // 
      // mpGroupBox3
      // 
      this.mpGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox3.Controls.Add(this.mpLabel6);
      this.mpGroupBox3.Controls.Add(this.mpLabel7);
      this.mpGroupBox3.Controls.Add(this.mpButtonDownSubLang);
      this.mpGroupBox3.Controls.Add(this.mpButtonUpSubLang);
      this.mpGroupBox3.Controls.Add(this.mpButtonAddSubLang);
      this.mpGroupBox3.Controls.Add(this.mpButtonRemoveSubLang);
      this.mpGroupBox3.Controls.Add(this.mpListViewPreferredSubLang);
      this.mpGroupBox3.Controls.Add(this.mpListViewAvailSubLang);
      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, 286);
      this.mpGroupBox3.TabIndex = 3;
      this.mpGroupBox3.TabStop = false;
      this.mpGroupBox3.Text = "Preferred subtitle languages";
      // 
      // mpLabel6
      // 
      this.mpLabel6.AutoSize = true;
      this.mpLabel6.Location = new System.Drawing.Point(236, 21);
      this.mpLabel6.Name = "mpLabel6";
      this.mpLabel6.Size = new System.Drawing.Size(102, 13);
      this.mpLabel6.TabIndex = 7;
      this.mpLabel6.Text = "Preferred languages";
      // 
      // mpLabel7
      // 
      this.mpLabel7.AutoSize = true;
      this.mpLabel7.Location = new System.Drawing.Point(6, 21);
      this.mpLabel7.Name = "mpLabel7";
      this.mpLabel7.Size = new System.Drawing.Size(102, 13);
      this.mpLabel7.TabIndex = 6;
      this.mpLabel7.Text = "Available languages";
      // 
      // mpButtonDownSubLang
      // 
      this.mpButtonDownSubLang.Location = new System.Drawing.Point(289, 257);
      this.mpButtonDownSubLang.Name = "mpButtonDownSubLang";
      this.mpButtonDownSubLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonDownSubLang.TabIndex = 5;
      this.mpButtonDownSubLang.Text = "Down";
      this.mpButtonDownSubLang.UseVisualStyleBackColor = true;
      this.mpButtonDownSubLang.Click += new System.EventHandler(this.mpButtonDownSubLang_Click);
      // 
      // mpButtonUpSubLang
      // 
      this.mpButtonUpSubLang.Location = new System.Drawing.Point(237, 257);
      this.mpButtonUpSubLang.Name = "mpButtonUpSubLang";
      this.mpButtonUpSubLang.Size = new System.Drawing.Size(46, 20);
      this.mpButtonUpSubLang.TabIndex = 4;
      this.mpButtonUpSubLang.Text = "Up";
      this.mpButtonUpSubLang.UseVisualStyleBackColor = true;
      this.mpButtonUpSubLang.Click += new System.EventHandler(this.mpButtonUpSubLang_Click);
      // 
      // mpButtonAddSubLang
      // 
      this.mpButtonAddSubLang.Location = new System.Drawing.Point(202, 40);
      this.mpButtonAddSubLang.Name = "mpButtonAddSubLang";
      this.mpButtonAddSubLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonAddSubLang.TabIndex = 3;
      this.mpButtonAddSubLang.Text = ">";
      this.mpButtonAddSubLang.UseVisualStyleBackColor = true;
      this.mpButtonAddSubLang.Click += new System.EventHandler(this.mpButtonAddSubLang_Click);
      // 
      // mpButtonRemoveSubLang
      // 
      this.mpButtonRemoveSubLang.Location = new System.Drawing.Point(202, 66);
      this.mpButtonRemoveSubLang.Name = "mpButtonRemoveSubLang";
      this.mpButtonRemoveSubLang.Size = new System.Drawing.Size(28, 20);
      this.mpButtonRemoveSubLang.TabIndex = 2;
      this.mpButtonRemoveSubLang.Text = "<";
      this.mpButtonRemoveSubLang.UseVisualStyleBackColor = true;
      this.mpButtonRemoveSubLang.Click += new System.EventHandler(this.mpButtonRemoveSubLang_Click);
      // 
      // mpListViewPreferredSubLang
      // 
      this.mpListViewPreferredSubLang.AllowDrop = true;
      this.mpListViewPreferredSubLang.AllowRowReorder = true;
      this.mpListViewPreferredSubLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader4,
            this.columnHeader8});
      this.mpListViewPreferredSubLang.FullRowSelect = true;
      this.mpListViewPreferredSubLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewPreferredSubLang.HideSelection = false;
      this.mpListViewPreferredSubLang.Location = new System.Drawing.Point(239, 40);
      this.mpListViewPreferredSubLang.Name = "mpListViewPreferredSubLang";
      this.mpListViewPreferredSubLang.Size = new System.Drawing.Size(183, 211);
      this.mpListViewPreferredSubLang.TabIndex = 1;
      this.mpListViewPreferredSubLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewPreferredSubLang.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader4
      // 
      this.columnHeader4.Text = "Language";
      this.columnHeader4.Width = 125;
      // 
      // columnHeader8
      // 
      this.columnHeader8.Text = "ID";
      this.columnHeader8.Width = 35;
      // 
      // mpListViewAvailSubLang
      // 
      this.mpListViewAvailSubLang.AllowDrop = true;
      this.mpListViewAvailSubLang.AllowRowReorder = true;
      this.mpListViewAvailSubLang.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader7});
      this.mpListViewAvailSubLang.FullRowSelect = true;
      this.mpListViewAvailSubLang.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
      this.mpListViewAvailSubLang.HideSelection = false;
      this.mpListViewAvailSubLang.Location = new System.Drawing.Point(6, 40);
      this.mpListViewAvailSubLang.Name = "mpListViewAvailSubLang";
      this.mpListViewAvailSubLang.Size = new System.Drawing.Size(183, 211);
      this.mpListViewAvailSubLang.TabIndex = 0;
      this.mpListViewAvailSubLang.UseCompatibleStateImageBehavior = false;
      this.mpListViewAvailSubLang.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader3
      // 
      this.columnHeader3.Text = "Language";
      this.columnHeader3.Width = 125;
      // 
      // columnHeader7
      // 
      this.columnHeader7.Text = "ID";
      this.columnHeader7.Width = 35;
      // 
      // tabPage1
      // 
      this.tabPage1.Controls.Add(this.mpGroupBox8);
      this.tabPage1.Controls.Add(this.mpGroupBox7);
      this.tabPage1.Location = new System.Drawing.Point(4, 22);
      this.tabPage1.Name = "tabPage1";
      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
      this.tabPage1.Size = new System.Drawing.Size(464, 419);
      this.tabPage1.TabIndex = 4;
      this.tabPage1.Text = "Notifications";
      this.tabPage1.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox8
      // 
      this.mpGroupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox8.Controls.Add(this.chkRecnotifications);
      this.mpGroupBox8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox8.Location = new System.Drawing.Point(16, 166);
      this.mpGroupBox8.Name = "mpGroupBox8";
      this.mpGroupBox8.Size = new System.Drawing.Size(431, 82);
      this.mpGroupBox8.TabIndex = 13;
      this.mpGroupBox8.TabStop = false;
      this.mpGroupBox8.Text = "Recording notifications";
      // 
      // chkRecnotifications
      // 
      this.chkRecnotifications.AutoSize = true;
      this.chkRecnotifications.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.chkRecnotifications.Location = new System.Drawing.Point(22, 19);
      this.chkRecnotifications.Name = "chkRecnotifications";
      this.chkRecnotifications.Size = new System.Drawing.Size(327, 17);
      this.chkRecnotifications.TabIndex = 0;
      this.chkRecnotifications.Text = "Enabled (shows a notification when a recording starts and stops)";
      this.chkRecnotifications.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox7
      // 
      this.mpGroupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox7.Controls.Add(this.cbConfirmTimeshiftStop);
      this.mpGroupBox7.Controls.Add(this.txtNotifyAfter);
      this.mpGroupBox7.Controls.Add(this.labelNotifyTimeout);
      this.mpGroupBox7.Controls.Add(this.checkBoxNotifyPlaySound);
      this.mpGroupBox7.Controls.Add(this.mpLabel2);
      this.mpGroupBox7.Controls.Add(this.txtNotifyBefore);
      this.mpGroupBox7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox7.Location = new System.Drawing.Point(16, 16);
      this.mpGroupBox7.Name = "mpGroupBox7";
      this.mpGroupBox7.Size = new System.Drawing.Size(431, 135);
      this.mpGroupBox7.TabIndex = 12;
      this.mpGroupBox7.TabStop = false;
      this.mpGroupBox7.Text = "TV notifications";
      // 
      // cbConfirmTimeshiftStop
      // 
      this.cbConfirmTimeshiftStop.AutoSize = true;
      this.cbConfirmTimeshiftStop.Checked = true;
      this.cbConfirmTimeshiftStop.CheckState = System.Windows.Forms.CheckState.Checked;
      this.cbConfirmTimeshiftStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbConfirmTimeshiftStop.Location = new System.Drawing.Point(22, 103);
      this.cbConfirmTimeshiftStop.Name = "cbConfirmTimeshiftStop";
      this.cbConfirmTimeshiftStop.Size = new System.Drawing.Size(230, 17);
      this.cbConfirmTimeshiftStop.TabIndex = 12;
      this.cbConfirmTimeshiftStop.Text = "Ask for confirmation when stopping timeshift";
      this.cbConfirmTimeshiftStop.UseVisualStyleBackColor = true;
      // 
      // txtNotifyAfter
      // 
      this.txtNotifyAfter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.txtNotifyAfter.BorderColor = System.Drawing.Color.Empty;
      this.txtNotifyAfter.Location = new System.Drawing.Point(164, 47);
      this.txtNotifyAfter.Name = "txtNotifyAfter";
      this.txtNotifyAfter.Size = new System.Drawing.Size(229, 20);
      this.txtNotifyAfter.TabIndex = 11;
      this.txtNotifyAfter.Text = "15";
      // 
      // labelNotifyTimeout
      // 
      this.labelNotifyTimeout.AutoSize = true;
      this.labelNotifyTimeout.Location = new System.Drawing.Point(19, 50);
      this.labelNotifyTimeout.Name = "labelNotifyTimeout";
      this.labelNotifyTimeout.Size = new System.Drawing.Size(139, 13);
      this.labelNotifyTimeout.TabIndex = 10;
      this.labelNotifyTimeout.Text = "Hide notification after (sec.):";
      // 
      // checkBoxNotifyPlaySound
      // 
      this.checkBoxNotifyPlaySound.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.checkBoxNotifyPlaySound.AutoSize = true;
      this.checkBoxNotifyPlaySound.Checked = true;
      this.checkBoxNotifyPlaySound.CheckState = System.Windows.Forms.CheckState.Checked;
      this.checkBoxNotifyPlaySound.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxNotifyPlaySound.Location = new System.Drawing.Point(22, 73);
      this.checkBoxNotifyPlaySound.Name = "checkBoxNotifyPlaySound";
      this.checkBoxNotifyPlaySound.Size = new System.Drawing.Size(105, 17);
      this.checkBoxNotifyPlaySound.TabIndex = 9;
      this.checkBoxNotifyPlaySound.Text = "Play \"notify.wav\"";
      this.checkBoxNotifyPlaySound.UseVisualStyleBackColor = true;
      // 
      // mpLabel2
      // 
      this.mpLabel2.AutoSize = true;
      this.mpLabel2.Location = new System.Drawing.Point(19, 24);
      this.mpLabel2.Name = "mpLabel2";
      this.mpLabel2.Size = new System.Drawing.Size(96, 13);
      this.mpLabel2.TabIndex = 8;
      this.mpLabel2.Text = "Notify before (sec):";
      // 
      // txtNotifyBefore
      // 
      this.txtNotifyBefore.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.txtNotifyBefore.BorderColor = System.Drawing.Color.Empty;
      this.txtNotifyBefore.Location = new System.Drawing.Point(164, 21);
      this.txtNotifyBefore.Name = "txtNotifyBefore";
      this.txtNotifyBefore.Size = new System.Drawing.Size(229, 20);
      this.txtNotifyBefore.TabIndex = 7;
      this.txtNotifyBefore.Text = "300";
      // 
      // TV
      // 
      this.Controls.Add(this.tabControlTVGeneral);
      this.Name = "TV";
      this.Size = new System.Drawing.Size(510, 450);
      this.mpGroupBox1.ResumeLayout(false);
      this.mpGroupBox1.PerformLayout();
      this.tabControlTVGeneral.ResumeLayout(false);
      this.tabPageGeneralSettings.ResumeLayout(false);
      this.mpGroupBoxAdditional.ResumeLayout(false);
      this.groupBox5.ResumeLayout(false);
      this.groupBox5.PerformLayout();
      this.groupBox3.ResumeLayout(false);
      this.groupBox3.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).EndInit();
      this.grpTsReader.ResumeLayout(false);
      this.grpTsReader.PerformLayout();
      this.mpGroupBox6.ResumeLayout(false);
      this.mpGroupBox6.PerformLayout();
      this.mpGroupBox5.ResumeLayout(false);
      this.mpGroupBox5.PerformLayout();
      this.tabPageAudioLanguages.ResumeLayout(false);
      this.groupBox2.ResumeLayout(false);
      this.groupBox2.PerformLayout();
      this.tabPageSubtitles.ResumeLayout(false);
      this.mpGroupBox4.ResumeLayout(false);
      this.mpGroupBox4.PerformLayout();
      this.mpGroupBox3.ResumeLayout(false);
      this.mpGroupBox3.PerformLayout();
      this.tabPage1.ResumeLayout(false);
      this.mpGroupBox8.ResumeLayout(false);
      this.mpGroupBox8.PerformLayout();
      this.mpGroupBox7.ResumeLayout(false);
      this.mpGroupBox7.PerformLayout();
      this.ResumeLayout(false);

    }
Example #6
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.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
   this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.editFormat1 = new Yeti.MMedia.EditFormat();
   this.tabPage2 = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.checkBoxPrivate = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxOriginal = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxCRC = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxCopyRight = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxVBR = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBoxVBR = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.label8 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label7 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxVBRMethod = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.label4 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.trackBarVBRQuality = new System.Windows.Forms.TrackBar();
   this.label6 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxAvgBitrate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.label5 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxMaxBitRate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.label3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxBitRate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.textBoxMpegVersion = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
   this.tabControl1.SuspendLayout();
   this.tabPage1.SuspendLayout();
   this.tabPage2.SuspendLayout();
   this.groupBoxVBR.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).BeginInit();
   this.SuspendLayout();
   // 
   // tabControl1
   // 
   this.tabControl1.Controls.Add(this.tabPage1);
   this.tabControl1.Controls.Add(this.tabPage2);
   this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.tabControl1.Location = new System.Drawing.Point(0, 0);
   this.tabControl1.Name = "tabControl1";
   this.tabControl1.SelectedIndex = 0;
   this.tabControl1.Size = new System.Drawing.Size(336, 280);
   this.tabControl1.TabIndex = 0;
   // 
   // tabPage1
   // 
   this.tabPage1.Controls.Add(this.editFormat1);
   this.tabPage1.Location = new System.Drawing.Point(4, 22);
   this.tabPage1.Name = "tabPage1";
   this.tabPage1.Size = new System.Drawing.Size(328, 254);
   this.tabPage1.TabIndex = 0;
   this.tabPage1.Text = "Input format";
   // 
   // editFormat1
   // 
   this.editFormat1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.editFormat1.Location = new System.Drawing.Point(0, 0);
   this.editFormat1.Name = "editFormat1";
   this.editFormat1.ReadOnly = true;
   this.editFormat1.Size = new System.Drawing.Size(328, 254);
   this.editFormat1.TabIndex = 0;
   // 
   // tabPage2
   // 
   this.tabPage2.Controls.Add(this.checkBoxPrivate);
   this.tabPage2.Controls.Add(this.checkBoxOriginal);
   this.tabPage2.Controls.Add(this.checkBoxCRC);
   this.tabPage2.Controls.Add(this.checkBoxCopyRight);
   this.tabPage2.Controls.Add(this.checkBoxVBR);
   this.tabPage2.Controls.Add(this.groupBoxVBR);
   this.tabPage2.Controls.Add(this.comboBoxBitRate);
   this.tabPage2.Controls.Add(this.textBoxMpegVersion);
   this.tabPage2.Controls.Add(this.label2);
   this.tabPage2.Controls.Add(this.label1);
   this.tabPage2.Location = new System.Drawing.Point(4, 22);
   this.tabPage2.Name = "tabPage2";
   this.tabPage2.Size = new System.Drawing.Size(328, 254);
   this.tabPage2.TabIndex = 1;
   this.tabPage2.Text = "MP3 config";
   // 
   // checkBoxPrivate
   // 
   this.checkBoxPrivate.Location = new System.Drawing.Point(248, 48);
   this.checkBoxPrivate.Name = "checkBoxPrivate";
   this.checkBoxPrivate.Size = new System.Drawing.Size(72, 24);
   this.checkBoxPrivate.TabIndex = 9;
   this.checkBoxPrivate.Text = "Private";
   this.toolTip1.SetToolTip(this.checkBoxPrivate, "Controls the private bit of MP3 stream");
   this.checkBoxPrivate.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxOriginal
   // 
   this.checkBoxOriginal.Location = new System.Drawing.Point(168, 48);
   this.checkBoxOriginal.Name = "checkBoxOriginal";
   this.checkBoxOriginal.Size = new System.Drawing.Size(72, 24);
   this.checkBoxOriginal.TabIndex = 8;
   this.checkBoxOriginal.Text = "Original";
   this.toolTip1.SetToolTip(this.checkBoxOriginal, "Controls the original bit of MP3 stream");
   this.checkBoxOriginal.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxCRC
   // 
   this.checkBoxCRC.Location = new System.Drawing.Point(88, 48);
   this.checkBoxCRC.Name = "checkBoxCRC";
   this.checkBoxCRC.Size = new System.Drawing.Size(72, 24);
   this.checkBoxCRC.TabIndex = 7;
   this.checkBoxCRC.Text = "CRC";
   this.toolTip1.SetToolTip(this.checkBoxCRC, "If set enables CRC-checksum in the bitstream");
   this.checkBoxCRC.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxCopyRight
   // 
   this.checkBoxCopyRight.Location = new System.Drawing.Point(8, 48);
   this.checkBoxCopyRight.Name = "checkBoxCopyRight";
   this.checkBoxCopyRight.Size = new System.Drawing.Size(72, 24);
   this.checkBoxCopyRight.TabIndex = 6;
   this.checkBoxCopyRight.Text = "Copyright";
   this.toolTip1.SetToolTip(this.checkBoxCopyRight, "Controls the copyrightb bit of MP3 stream");
   this.checkBoxCopyRight.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxVBR
   // 
   this.checkBoxVBR.Location = new System.Drawing.Point(8, 72);
   this.checkBoxVBR.Name = "checkBoxVBR";
   this.checkBoxVBR.Size = new System.Drawing.Size(192, 24);
   this.checkBoxVBR.TabIndex = 5;
   this.checkBoxVBR.Text = "Enable Variable Bit Rate (VBR)";
   this.checkBoxVBR.CheckedChanged += new System.EventHandler(this.checkBoxVBR_CheckedChanged);
   // 
   // groupBoxVBR
   // 
   this.groupBoxVBR.Controls.Add(this.label8);
   this.groupBoxVBR.Controls.Add(this.label7);
   this.groupBoxVBR.Controls.Add(this.comboBoxVBRMethod);
   this.groupBoxVBR.Controls.Add(this.label4);
   this.groupBoxVBR.Controls.Add(this.trackBarVBRQuality);
   this.groupBoxVBR.Controls.Add(this.label6);
   this.groupBoxVBR.Controls.Add(this.comboBoxAvgBitrate);
   this.groupBoxVBR.Controls.Add(this.label5);
   this.groupBoxVBR.Controls.Add(this.comboBoxMaxBitRate);
   this.groupBoxVBR.Controls.Add(this.label3);
   this.groupBoxVBR.Location = new System.Drawing.Point(8, 96);
   this.groupBoxVBR.Name = "groupBoxVBR";
   this.groupBoxVBR.Size = new System.Drawing.Size(304, 144);
   this.groupBoxVBR.TabIndex = 4;
   this.groupBoxVBR.TabStop = false;
   this.groupBoxVBR.Text = "VBR options";
   // 
   // label8
   // 
   this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                              System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
   this.label8.Location = new System.Drawing.Point(256, 64);
   this.label8.Name = "label8";
   this.label8.Size = new System.Drawing.Size(32, 16);
   this.label8.TabIndex = 13;
   this.label8.Text = "Min";
   // 
   // label7
   // 
   this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                              System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
   this.label7.Location = new System.Drawing.Point(152, 64);
   this.label7.Name = "label7";
   this.label7.Size = new System.Drawing.Size(56, 16);
   this.label7.TabIndex = 12;
   this.label7.Text = "Max.";
   // 
   // comboBoxVBRMethod
   // 
   this.comboBoxVBRMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxVBRMethod.Items.AddRange(new object[]
                                           {
                                             "NONE",
                                             "DEFAULT",
                                             "OLD",
                                             "NEW",
                                             "MTRH",
                                             "ABR"
                                           });
   this.comboBoxVBRMethod.Location = new System.Drawing.Point(8, 32);
   this.comboBoxVBRMethod.Name = "comboBoxVBRMethod";
   this.comboBoxVBRMethod.Size = new System.Drawing.Size(121, 21);
   this.comboBoxVBRMethod.TabIndex = 7;
   this.comboBoxVBRMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxVBRMethod_SelectedIndexChanged);
   // 
   // label4
   // 
   this.label4.Location = new System.Drawing.Point(8, 16);
   this.label4.Name = "label4";
   this.label4.Size = new System.Drawing.Size(96, 24);
   this.label4.TabIndex = 6;
   this.label4.Text = "VBR method:";
   // 
   // trackBarVBRQuality
   // 
   this.trackBarVBRQuality.LargeChange = 0;
   this.trackBarVBRQuality.Location = new System.Drawing.Point(144, 32);
   this.trackBarVBRQuality.Maximum = 9;
   this.trackBarVBRQuality.Name = "trackBarVBRQuality";
   this.trackBarVBRQuality.Size = new System.Drawing.Size(144, 42);
   this.trackBarVBRQuality.TabIndex = 11;
   this.trackBarVBRQuality.Scroll += new System.EventHandler(this.Control_Changed);
   // 
   // label6
   // 
   this.label6.Location = new System.Drawing.Point(152, 16);
   this.label6.Name = "label6";
   this.label6.Size = new System.Drawing.Size(100, 16);
   this.label6.TabIndex = 10;
   this.label6.Text = "VBR quality:";
   // 
   // comboBoxAvgBitrate
   // 
   this.comboBoxAvgBitrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxAvgBitrate.Location = new System.Drawing.Point(8, 112);
   this.comboBoxAvgBitrate.Name = "comboBoxAvgBitrate";
   this.comboBoxAvgBitrate.Size = new System.Drawing.Size(121, 21);
   this.comboBoxAvgBitrate.TabIndex = 9;
   this.comboBoxAvgBitrate.SelectedIndexChanged += new System.EventHandler(this.Control_Changed);
   // 
   // label5
   // 
   this.label5.Location = new System.Drawing.Point(8, 96);
   this.label5.Name = "label5";
   this.label5.Size = new System.Drawing.Size(88, 16);
   this.label5.TabIndex = 8;
   this.label5.Text = "Average bit rate:";
   // 
   // comboBoxMaxBitRate
   // 
   this.comboBoxMaxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxMaxBitRate.Location = new System.Drawing.Point(8, 72);
   this.comboBoxMaxBitRate.Name = "comboBoxMaxBitRate";
   this.comboBoxMaxBitRate.Size = new System.Drawing.Size(121, 21);
   this.comboBoxMaxBitRate.TabIndex = 5;
   this.comboBoxMaxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
   // 
   // label3
   // 
   this.label3.Location = new System.Drawing.Point(8, 56);
   this.label3.Name = "label3";
   this.label3.Size = new System.Drawing.Size(104, 16);
   this.label3.TabIndex = 4;
   this.label3.Text = "Max bit rate:";
   // 
   // comboBoxBitRate
   // 
   this.comboBoxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxBitRate.Location = new System.Drawing.Point(168, 24);
   this.comboBoxBitRate.Name = "comboBoxBitRate";
   this.comboBoxBitRate.Size = new System.Drawing.Size(121, 21);
   this.comboBoxBitRate.TabIndex = 3;
   this.toolTip1.SetToolTip(this.comboBoxBitRate, "Minimum bit rate if VBR is specified ");
   this.comboBoxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
   // 
   // textBoxMpegVersion
   // 
   this.textBoxMpegVersion.Location = new System.Drawing.Point(8, 24);
   this.textBoxMpegVersion.Name = "textBoxMpegVersion";
   this.textBoxMpegVersion.ReadOnly = true;
   this.textBoxMpegVersion.Size = new System.Drawing.Size(120, 20);
   this.textBoxMpegVersion.TabIndex = 2;
   this.textBoxMpegVersion.Text = "";
   // 
   // label2
   // 
   this.label2.Location = new System.Drawing.Point(8, 8);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(96, 16);
   this.label2.TabIndex = 1;
   this.label2.Text = "MPEG Version:";
   // 
   // label1
   // 
   this.label1.Location = new System.Drawing.Point(168, 8);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(64, 16);
   this.label1.TabIndex = 0;
   this.label1.Text = "Bit rate:";
   // 
   // EditMp3Writer
   // 
   this.Controls.Add(this.tabControl1);
   this.Name = "EditMp3Writer";
   this.Size = new System.Drawing.Size(336, 280);
   this.tabControl1.ResumeLayout(false);
   this.tabPage1.ResumeLayout(false);
   this.tabPage2.ResumeLayout(false);
   this.groupBoxVBR.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).EndInit();
   this.ResumeLayout(false);
 }
Example #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);

    }
Example #8
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();
 }
Example #9
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.fontDialog = new System.Windows.Forms.FontDialog();
   this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
   this.useBDInternalMenu = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.mpTabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   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();
   this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.labelPlayAll = new MediaPortal.UserInterface.Controls.MPLabel();
   this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.tabControl1.SuspendLayout();
   this.mpTabPage1.SuspendLayout();
   this.mpGroupBox4.SuspendLayout();
   this.groupBox1.SuspendLayout();
   this.tabPage1.SuspendLayout();
   this.SuspendLayout();
   // 
   // 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(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(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, 88);
   this.mpGroupBox4.TabIndex = 10;
   this.mpGroupBox4.TabStop = false;
   this.mpGroupBox4.Text = "Default Language";
   // 
   // 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;
   // 
   // 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.useBDInternalMenu);
   this.groupBox1.Controls.Add(this.labelPlayAll);
   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, 186);
   this.groupBox1.TabIndex = 0;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = "Settings";
   // 
   // tabPage1
   // 
   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;
   // 
   // BD
   // 
   this.Controls.Add(this.tabControl1);
   this.Name = "BD";
   this.Size = new System.Drawing.Size(472, 408);
   this.tabControl1.ResumeLayout(false);
   this.mpTabPage1.ResumeLayout(false);
   this.mpGroupBox4.ResumeLayout(false);
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   this.tabPage1.ResumeLayout(false);
   this.ResumeLayout(false);
   //
   // useBDInternalMenu
   // 
   this.useBDInternalMenu.AutoSize = true;
   this.useBDInternalMenu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.useBDInternalMenu.Location = new System.Drawing.Point(15, 26);
   this.useBDInternalMenu.Name = "useBDInternalMenu";
   this.useBDInternalMenu.Size = new System.Drawing.Size(151, 17);
   this.useBDInternalMenu.TabIndex = 6;
   this.useBDInternalMenu.Text = "Use internal Blu-Ray player";
   this.useBDInternalMenu.UseVisualStyleBackColor = true;
 }