/// <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;
 }
Esempio n. 2
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);
 }
 /// <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);
 }