/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.nudFontSize       = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.FontSizeValueLbl  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.FontSizeLbl       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbHiddenMode      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbRememberValue   = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbTransparentMode = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.radioButton1      = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudFontSize)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.nudFontSize);
     this.groupBox1.Controls.Add(this.FontSizeValueLbl);
     this.groupBox1.Controls.Add(this.FontSizeLbl);
     this.groupBox1.Controls.Add(this.cbHiddenMode);
     this.groupBox1.Controls.Add(this.cbRememberValue);
     this.groupBox1.Controls.Add(this.cbTransparentMode);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(6, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 127);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // nudFontSize
     //
     this.nudFontSize.Location = new System.Drawing.Point(72, 97);
     this.nudFontSize.Minimum  = new decimal(new int[]
     {
         50,
         0,
         0,
         0
     });
     this.nudFontSize.Name     = "nudFontSize";
     this.nudFontSize.Size     = new System.Drawing.Size(56, 20);
     this.nudFontSize.TabIndex = 1;
     this.nudFontSize.Value    = new decimal(new int[]
     {
         80,
         0,
         0,
         0
     });
     //
     // FontSizeValueLbl
     //
     this.FontSizeValueLbl.AutoSize = true;
     this.FontSizeValueLbl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                              System.Drawing.FontStyle.Regular,
                                                              System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FontSizeValueLbl.Location  = new System.Drawing.Point(134, 99);
     this.FontSizeValueLbl.Name      = "FontSizeValueLbl";
     this.FontSizeValueLbl.Size      = new System.Drawing.Size(105, 13);
     this.FontSizeValueLbl.TabIndex  = 3;
     this.FontSizeValueLbl.Text      = "% of maximum height";
     this.FontSizeValueLbl.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FontSizeLbl
     //
     this.FontSizeLbl.AutoSize = true;
     this.FontSizeLbl.Location = new System.Drawing.Point(14, 99);
     this.FontSizeLbl.Name     = "FontSizeLbl";
     this.FontSizeLbl.Size     = new System.Drawing.Size(52, 13);
     this.FontSizeLbl.TabIndex = 1;
     this.FontSizeLbl.Text     = "Font size:";
     //
     // cbHiddenMode
     //
     this.cbHiddenMode.AutoSize  = true;
     this.cbHiddenMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbHiddenMode.Location  = new System.Drawing.Point(17, 28);
     this.cbHiddenMode.Name      = "cbHiddenMode";
     this.cbHiddenMode.Size      = new System.Drawing.Size(87, 17);
     this.cbHiddenMode.TabIndex  = 0;
     this.cbHiddenMode.Text      = "Hidden mode";
     this.cbHiddenMode.UseVisualStyleBackColor = true;
     //
     // cbRememberValue
     //
     this.cbRememberValue.AutoSize  = true;
     this.cbRememberValue.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbRememberValue.Location  = new System.Drawing.Point(17, 74);
     this.cbRememberValue.Name      = "cbRememberValue";
     this.cbRememberValue.Size      = new System.Drawing.Size(123, 17);
     this.cbRememberValue.TabIndex  = 2;
     this.cbRememberValue.Text      = "Remember last value";
     this.cbRememberValue.UseVisualStyleBackColor = true;
     //
     // cbTransparentMode
     //
     this.cbTransparentMode.AutoSize  = true;
     this.cbTransparentMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbTransparentMode.Location  = new System.Drawing.Point(17, 51);
     this.cbTransparentMode.Name      = "cbTransparentMode";
     this.cbTransparentMode.Size      = new System.Drawing.Size(169, 17);
     this.cbTransparentMode.TabIndex  = 1;
     this.cbTransparentMode.Text      = "Transparent mode in fullscreen";
     this.cbTransparentMode.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // TVTeletext
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "TVTeletext";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudFontSize)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.radioButton1           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpGroupBox2            = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpTextBoxHostname      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpButtonTestConnection = new MediaPortal.UserInterface.Controls.MPButton();
     this.mpLabel3                          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpComboBoxHostname                = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpGroupBox900                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpNumericTextBoxWOLTimeOut        = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
     this.mpLabelWOLTimeOut                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpTextBoxMacAddress               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel400                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpCheckBoxIsAutoMacAddressEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpCheckBoxIsWakeOnLanEnabled      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpGroupBox2.SuspendLayout();
     this.mpGroupBox900.SuspendLayout();
     this.SuspendLayout();
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Controls.Add(this.mpTextBoxHostname);
     this.mpGroupBox2.Controls.Add(this.mpButtonTestConnection);
     this.mpGroupBox2.Controls.Add(this.mpLabel3);
     this.mpGroupBox2.Controls.Add(this.mpComboBoxHostname);
     this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox2.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new System.Drawing.Size(462, 53);
     this.mpGroupBox2.TabIndex  = 17;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "TV-Server";
     //
     // mpTextBoxHostname
     //
     this.mpTextBoxHostname.BorderColor  = System.Drawing.Color.Empty;
     this.mpTextBoxHostname.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.mpTextBoxHostname.Location     = new System.Drawing.Point(129, 25);
     this.mpTextBoxHostname.Multiline    = true;
     this.mpTextBoxHostname.Name         = "mpTextBoxHostname";
     this.mpTextBoxHostname.Size         = new System.Drawing.Size(141, 15);
     this.mpTextBoxHostname.TabIndex     = 1;
     this.mpTextBoxHostname.TextChanged += new System.EventHandler(this.mpTextBoxHostname_TextChanged);
     //
     // mpButtonTestConnection
     //
     this.mpButtonTestConnection.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.mpButtonTestConnection.Location = new System.Drawing.Point(325, 21);
     this.mpButtonTestConnection.Name     = "mpButtonTestConnection";
     this.mpButtonTestConnection.Size     = new System.Drawing.Size(131, 23);
     this.mpButtonTestConnection.TabIndex = 3;
     this.mpButtonTestConnection.Text     = "Test connection";
     this.mpButtonTestConnection.UseVisualStyleBackColor = true;
     this.mpButtonTestConnection.Click += new System.EventHandler(this.mpButtonTestConnection_Click);
     //
     // mpLabel3
     //
     this.mpLabel3.AutoSize = true;
     this.mpLabel3.Location = new System.Drawing.Point(19, 25);
     this.mpLabel3.Name     = "mpLabel3";
     this.mpLabel3.Size     = new System.Drawing.Size(58, 13);
     this.mpLabel3.TabIndex = 5;
     this.mpLabel3.Text     = "Hostname:";
     //
     // mpComboBoxHostname
     //
     this.mpComboBoxHostname.BorderColor       = System.Drawing.Color.Empty;
     this.mpComboBoxHostname.FormattingEnabled = true;
     this.mpComboBoxHostname.Location          = new System.Drawing.Point(126, 22);
     this.mpComboBoxHostname.Name      = "mpComboBoxHostname";
     this.mpComboBoxHostname.Size      = new System.Drawing.Size(164, 21);
     this.mpComboBoxHostname.TabIndex  = 2;
     this.mpComboBoxHostname.DropDown += new System.EventHandler(this.mpComboBoxHostname_DropDown);
     this.mpComboBoxHostname.SelectionChangeCommitted += new System.EventHandler(this.mpComboBoxHostname_SelectionChangeCommitted);
     //
     // mpGroupBox900
     //
     this.mpGroupBox900.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.mpGroupBox900.Controls.Add(this.mpNumericTextBoxWOLTimeOut);
     this.mpGroupBox900.Controls.Add(this.mpLabelWOLTimeOut);
     this.mpGroupBox900.Controls.Add(this.mpTextBoxMacAddress);
     this.mpGroupBox900.Controls.Add(this.mpLabel400);
     this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsAutoMacAddressEnabled);
     this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsWakeOnLanEnabled);
     this.mpGroupBox900.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox900.Location  = new System.Drawing.Point(6, 59);
     this.mpGroupBox900.Name      = "mpGroupBox900";
     this.mpGroupBox900.Size      = new System.Drawing.Size(462, 126);
     this.mpGroupBox900.TabIndex  = 18;
     this.mpGroupBox900.TabStop   = false;
     this.mpGroupBox900.Text      = "Wake-On-Lan";
     //
     // mpNumericTextBoxWOLTimeOut
     //
     this.mpNumericTextBoxWOLTimeOut.AutoCompleteCustomSource.AddRange(new string[] {
         "10",
         "20",
         "30",
         "40",
         "50",
         "60",
         "70",
         "80",
         "90"
     });
     this.mpNumericTextBoxWOLTimeOut.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.mpNumericTextBoxWOLTimeOut.Enabled          = false;
     this.mpNumericTextBoxWOLTimeOut.Location         = new System.Drawing.Point(126, 42);
     this.mpNumericTextBoxWOLTimeOut.MaxLength        = 4;
     this.mpNumericTextBoxWOLTimeOut.Name             = "mpNumericTextBoxWOLTimeOut";
     this.mpNumericTextBoxWOLTimeOut.Size             = new System.Drawing.Size(45, 20);
     this.mpNumericTextBoxWOLTimeOut.TabIndex         = 1;
     this.mpNumericTextBoxWOLTimeOut.Tag      = "Default timeout is 10 seconds";
     this.mpNumericTextBoxWOLTimeOut.Text     = "10";
     this.mpNumericTextBoxWOLTimeOut.Value    = 10;
     this.mpNumericTextBoxWOLTimeOut.WordWrap = false;
     //
     // mpLabelWOLTimeOut
     //
     this.mpLabelWOLTimeOut.AutoSize = true;
     this.mpLabelWOLTimeOut.Location = new System.Drawing.Point(41, 45);
     this.mpLabelWOLTimeOut.Name     = "mpLabelWOLTimeOut";
     this.mpLabelWOLTimeOut.Size     = new System.Drawing.Size(72, 13);
     this.mpLabelWOLTimeOut.TabIndex = 8;
     this.mpLabelWOLTimeOut.Text     = "WOL timeout:";
     //
     // mpTextBoxMacAddress
     //
     this.mpTextBoxMacAddress.BorderColor = System.Drawing.Color.Empty;
     this.mpTextBoxMacAddress.Location    = new System.Drawing.Point(126, 91);
     this.mpTextBoxMacAddress.MaxLength   = 17;
     this.mpTextBoxMacAddress.Name        = "mpTextBoxMacAddress";
     this.mpTextBoxMacAddress.Size        = new System.Drawing.Size(97, 20);
     this.mpTextBoxMacAddress.TabIndex    = 3;
     this.mpTextBoxMacAddress.Text        = "00:00:00:00:00:00";
     //
     // mpLabel400
     //
     this.mpLabel400.AutoSize = true;
     this.mpLabel400.Location = new System.Drawing.Point(41, 94);
     this.mpLabel400.Name     = "mpLabel400";
     this.mpLabel400.Size     = new System.Drawing.Size(74, 13);
     this.mpLabel400.TabIndex = 6;
     this.mpLabel400.Text     = "MAC Address:";
     //
     // mpCheckBoxIsAutoMacAddressEnabled
     //
     this.mpCheckBoxIsAutoMacAddressEnabled.AutoSize  = true;
     this.mpCheckBoxIsAutoMacAddressEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpCheckBoxIsAutoMacAddressEnabled.Location  = new System.Drawing.Point(44, 68);
     this.mpCheckBoxIsAutoMacAddressEnabled.Name      = "mpCheckBoxIsAutoMacAddressEnabled";
     this.mpCheckBoxIsAutoMacAddressEnabled.Size      = new System.Drawing.Size(192, 17);
     this.mpCheckBoxIsAutoMacAddressEnabled.TabIndex  = 2;
     this.mpCheckBoxIsAutoMacAddressEnabled.Text      = "Auto-configure server MAC Address";
     this.mpCheckBoxIsAutoMacAddressEnabled.UseVisualStyleBackColor = true;
     this.mpCheckBoxIsAutoMacAddressEnabled.CheckedChanged         += new System.EventHandler(this.mpCheckBoxIsAutoMacAddressEnabled_CheckedChanged);
     //
     // mpCheckBoxIsWakeOnLanEnabled
     //
     this.mpCheckBoxIsWakeOnLanEnabled.AutoSize  = true;
     this.mpCheckBoxIsWakeOnLanEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpCheckBoxIsWakeOnLanEnabled.Location  = new System.Drawing.Point(22, 19);
     this.mpCheckBoxIsWakeOnLanEnabled.Name      = "mpCheckBoxIsWakeOnLanEnabled";
     this.mpCheckBoxIsWakeOnLanEnabled.Size      = new System.Drawing.Size(172, 17);
     this.mpCheckBoxIsWakeOnLanEnabled.TabIndex  = 0;
     this.mpCheckBoxIsWakeOnLanEnabled.Text      = "Wake up TV Server as needed";
     this.mpCheckBoxIsWakeOnLanEnabled.UseVisualStyleBackColor = true;
     this.mpCheckBoxIsWakeOnLanEnabled.CheckedChanged         += new System.EventHandler(this.mpCheckBoxIsWakeOnLanEnabled_CheckedChanged);
     //
     // TVRadio
     //
     this.Controls.Add(this.mpGroupBox900);
     this.Controls.Add(this.mpGroupBox2);
     this.Name = "TVRadio";
     this.Size = new System.Drawing.Size(472, 427);
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.mpGroupBox900.ResumeLayout(false);
     this.mpGroupBox900.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 3
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(TVAdvancedOptions));
     this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel2         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpUseRtspCheckBox      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpWarningLabel         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.radioButton1           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpMainToolTip          = new MediaPortal.UserInterface.Controls.MPToolTip();
     this.mpRtspPathsGroupBox    = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabelNote            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelWarning         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
     this.buttonRecordingPath    = new System.Windows.Forms.Button();
     this.mpLabel1            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelRecording    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
     this.textBoxRecording    = new System.Windows.Forms.TextBox();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.groupBoxSettings.SuspendLayout();
     this.mpRtspPathsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxSettings
     //
     this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSettings.Controls.Add(this.mpLabel2);
     this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
     this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxSettings.Location  = new System.Drawing.Point(0, 0);
     this.groupBoxSettings.Name      = "groupBoxSettings";
     this.groupBoxSettings.Size      = new System.Drawing.Size(472, 130);
     this.groupBoxSettings.TabIndex  = 0;
     this.groupBoxSettings.TabStop   = false;
     this.groupBoxSettings.Text      = "Settings";
     //
     // mpLabel2
     //
     this.mpLabel2.AutoSize  = true;
     this.mpLabel2.ForeColor = System.Drawing.Color.Red;
     this.mpLabel2.Location  = new System.Drawing.Point(9, 52);
     this.mpLabel2.Name      = "mpLabel2";
     this.mpLabel2.Size      = new System.Drawing.Size(232, 13);
     this.mpLabel2.TabIndex  = 5;
     this.mpLabel2.Text      = "Click on \'help\' (above right) for more information.";
     //
     // mpDoNotAllowSlowMotionDuringZappingCheckBox
     //
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize  = true;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location  = new System.Drawing.Point(9, 73);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name      = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size      = new System.Drawing.Size(336, 17);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex  = 4;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text      = "Do not use slow motion to sync video to audio on channel change";
     this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox, "Selecting this will prevent live TV from playing video until video is in sync wit" +
                                   "h the audio, instead of playing video in slow motion");
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
     //
     // mpUseRtspCheckBox
     //
     this.mpUseRtspCheckBox.AutoSize  = true;
     this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpUseRtspCheckBox.Location  = new System.Drawing.Point(9, 97);
     this.mpUseRtspCheckBox.Name      = "mpUseRtspCheckBox";
     this.mpUseRtspCheckBox.Size      = new System.Drawing.Size(144, 17);
     this.mpUseRtspCheckBox.TabIndex  = 1;
     this.mpUseRtspCheckBox.Text      = "-- Label defined in code --\r\n";
     this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
     this.mpUseRtspCheckBox.CheckedChanged         += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
     //
     // mpWarningLabel
     //
     this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
     this.mpWarningLabel.Location  = new System.Drawing.Point(6, 18);
     this.mpWarningLabel.Name      = "mpWarningLabel";
     this.mpWarningLabel.Size      = new System.Drawing.Size(460, 37);
     this.mpWarningLabel.TabIndex  = 0;
     this.mpWarningLabel.Text      = "This section provides special advanced option settings. Some of these settings ar" +
                                     "e experimental. Do not alter any of the settings below unless you know what you " +
                                     "are doing.";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // mpRtspPathsGroupBox
     //
     this.mpRtspPathsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelNote);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelWarning);
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording);
     this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRtspPathsGroupBox.Location  = new System.Drawing.Point(0, 133);
     this.mpRtspPathsGroupBox.Name      = "mpRtspPathsGroupBox";
     this.mpRtspPathsGroupBox.Size      = new System.Drawing.Size(472, 275);
     this.mpRtspPathsGroupBox.TabIndex  = 1;
     this.mpRtspPathsGroupBox.TabStop   = false;
     this.mpRtspPathsGroupBox.Text      = "Additional UNC settings";
     //
     // mpLabelNote
     //
     this.mpLabelNote.AutoSize  = true;
     this.mpLabelNote.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mpLabelNote.ForeColor = System.Drawing.Color.Red;
     this.mpLabelNote.Location  = new System.Drawing.Point(6, 24);
     this.mpLabelNote.Name      = "mpLabelNote";
     this.mpLabelNote.Size      = new System.Drawing.Size(45, 13);
     this.mpLabelNote.TabIndex  = 8;
     this.mpLabelNote.Text      = "NOTE:";
     //
     // mpLabelWarning
     //
     this.mpLabelWarning.ForeColor = System.Drawing.Color.Black;
     this.mpLabelWarning.Location  = new System.Drawing.Point(54, 24);
     this.mpLabelWarning.Name      = "mpLabelWarning";
     this.mpLabelWarning.Size      = new System.Drawing.Size(409, 32);
     this.mpLabelWarning.TabIndex  = 7;
     this.mpLabelWarning.Text      = "When using UNC paths, all tuners must use the same Timeshifting path and the same" +
                                     " Recording path! ";
     //
     // buttonTimeshiftingPath
     //
     this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 139);
     this.buttonTimeshiftingPath.Name     = "buttonTimeshiftingPath";
     this.buttonTimeshiftingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonTimeshiftingPath.TabIndex = 6;
     this.buttonTimeshiftingPath.Text     = "browse";
     this.buttonTimeshiftingPath.UseVisualStyleBackColor = true;
     this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click);
     //
     // buttonRecordingPath
     //
     this.buttonRecordingPath.Location = new System.Drawing.Point(408, 90);
     this.buttonRecordingPath.Name     = "buttonRecordingPath";
     this.buttonRecordingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonRecordingPath.TabIndex = 5;
     this.buttonRecordingPath.Text     = "browse";
     this.buttonRecordingPath.UseVisualStyleBackColor = true;
     this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click);
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(30, 165);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(392, 104);
     this.mpLabel1.TabIndex = 4;
     this.mpLabel1.Text     = resources.GetString("mpLabel1.Text");
     //
     // mpLabelRecording
     //
     this.mpLabelRecording.AutoSize = true;
     this.mpLabelRecording.Location = new System.Drawing.Point(6, 73);
     this.mpLabelRecording.Name     = "mpLabelRecording";
     this.mpLabelRecording.Size     = new System.Drawing.Size(83, 13);
     this.mpLabelRecording.TabIndex = 3;
     this.mpLabelRecording.Text     = "Recording path:";
     //
     // mpLabelTimeshifting
     //
     this.mpLabelTimeshifting.AutoSize = true;
     this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 121);
     this.mpLabelTimeshifting.Name     = "mpLabelTimeshifting";
     this.mpLabelTimeshifting.Size     = new System.Drawing.Size(90, 13);
     this.mpLabelTimeshifting.TabIndex = 2;
     this.mpLabelTimeshifting.Text     = "Timeshifting path:";
     //
     // textBoxTimeshifting
     //
     this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 139);
     this.textBoxTimeshifting.Name     = "textBoxTimeshifting";
     this.textBoxTimeshifting.Size     = new System.Drawing.Size(398, 20);
     this.textBoxTimeshifting.TabIndex = 1;
     //
     // textBoxRecording
     //
     this.textBoxRecording.Location = new System.Drawing.Point(9, 91);
     this.textBoxRecording.Name     = "textBoxRecording";
     this.textBoxRecording.Size     = new System.Drawing.Size(398, 20);
     this.textBoxRecording.TabIndex = 0;
     //
     // folderBrowserDialog
     //
     this.folderBrowserDialog.Description         = "Select the appropriate network folder";
     this.folderBrowserDialog.ShowNewFolderButton = false;
     //
     // TVAdvancedOptions
     //
     this.Controls.Add(this.mpRtspPathsGroupBox);
     this.Controls.Add(this.groupBoxSettings);
     this.Name = "TVAdvancedOptions";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxSettings.ResumeLayout(false);
     this.groupBoxSettings.PerformLayout();
     this.mpRtspPathsGroupBox.ResumeLayout(false);
     this.mpRtspPathsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.enableAutoCropper          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.Parameters                 = new System.Windows.Forms.GroupBox();
     this.maxBrightnessTresholdLabel = new MediaPortal.UserInterface.Controls.MPLabel();
     this.maxBrightnessTresholdInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.minBrightnessTresholdLabel = new MediaPortal.UserInterface.Controls.MPLabel();
     this.minBrightnessTresholdInput = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.cbUseForVideos             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbVerboseLog               = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.minSubtitleHeightLabel     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.minSubtitleHeightInput     = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.bottomScanEndInput         = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.topScanEndInput            = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.bottomScanStartInput       = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.topScanStartInput          = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.bottomScanEndLabel         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.bottomScanStartLabel       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.topScanEndLabel            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.topScanStartLabel          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.manualModeGroup            = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.manualSampleLengthInput    = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.manualSampleLengthLabel    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.enableManualMode           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.automodeGroup              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.bottomMemLength            = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.topMemLength               = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.labelBottomMemLength       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelTopMemLength          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.sampleIntervalInput        = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.autoSampleIntervalLabel    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.enableMoveSubs             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.enableAutoMode             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.okButton           = new MediaPortal.UserInterface.Controls.MPButton();
     this.defaultsButton     = new MediaPortal.UserInterface.Controls.MPButton();
     this.rbDefaultManual    = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.rbDefaultAutomatic = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.groupDefaultMode   = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelWarning       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.linkHelp           = new System.Windows.Forms.LinkLabel();
     this.cancelButton       = new MediaPortal.UserInterface.Controls.MPButton();
     this.Parameters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxBrightnessTresholdInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minBrightnessTresholdInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minSubtitleHeightInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomScanEndInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.topScanEndInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomScanStartInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.topScanStartInput)).BeginInit();
     this.manualModeGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.manualSampleLengthInput)).BeginInit();
     this.automodeGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bottomMemLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.topMemLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sampleIntervalInput)).BeginInit();
     this.groupDefaultMode.SuspendLayout();
     this.SuspendLayout();
     //
     // enableAutoCropper
     //
     this.enableAutoCropper.AutoSize  = true;
     this.enableAutoCropper.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.enableAutoCropper.Location  = new System.Drawing.Point(9, 10);
     this.enableAutoCropper.Name      = "enableAutoCropper";
     this.enableAutoCropper.Size      = new System.Drawing.Size(119, 17);
     this.enableAutoCropper.TabIndex  = 0;
     this.enableAutoCropper.Text      = "Enable AutoCropper";
     this.enableAutoCropper.UseVisualStyleBackColor = true;
     this.enableAutoCropper.Visible         = false;
     this.enableAutoCropper.CheckedChanged += new System.EventHandler(this.OnChange);
     //
     // Parameters
     //
     this.Parameters.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.Parameters.Controls.Add(this.maxBrightnessTresholdLabel);
     this.Parameters.Controls.Add(this.maxBrightnessTresholdInput);
     this.Parameters.Controls.Add(this.minBrightnessTresholdLabel);
     this.Parameters.Controls.Add(this.minBrightnessTresholdInput);
     this.Parameters.Controls.Add(this.cbUseForVideos);
     this.Parameters.Controls.Add(this.cbVerboseLog);
     this.Parameters.Controls.Add(this.minSubtitleHeightLabel);
     this.Parameters.Controls.Add(this.minSubtitleHeightInput);
     this.Parameters.Controls.Add(this.bottomScanEndInput);
     this.Parameters.Controls.Add(this.topScanEndInput);
     this.Parameters.Controls.Add(this.bottomScanStartInput);
     this.Parameters.Controls.Add(this.topScanStartInput);
     this.Parameters.Controls.Add(this.bottomScanEndLabel);
     this.Parameters.Controls.Add(this.bottomScanStartLabel);
     this.Parameters.Controls.Add(this.topScanEndLabel);
     this.Parameters.Controls.Add(this.topScanStartLabel);
     this.Parameters.Location = new System.Drawing.Point(9, 192);
     this.Parameters.Name     = "Parameters";
     this.Parameters.Size     = new System.Drawing.Size(443, 235);
     this.Parameters.TabIndex = 1;
     this.Parameters.TabStop  = false;
     this.Parameters.Text     = "Parameters";
     //
     // maxBrightnessTresholdLabel
     //
     this.maxBrightnessTresholdLabel.AutoSize = true;
     this.maxBrightnessTresholdLabel.Location = new System.Drawing.Point(13, 139);
     this.maxBrightnessTresholdLabel.Name     = "maxBrightnessTresholdLabel";
     this.maxBrightnessTresholdLabel.Size     = new System.Drawing.Size(123, 13);
     this.maxBrightnessTresholdLabel.TabIndex = 23;
     this.maxBrightnessTresholdLabel.Text     = "Noise sensitivity (0=high)";
     //
     // maxBrightnessTresholdInput
     //
     this.maxBrightnessTresholdInput.Location = new System.Drawing.Point(154, 137);
     this.maxBrightnessTresholdInput.Maximum  = new decimal(new int[]
     {
         255,
         0,
         0,
         0
     });
     this.maxBrightnessTresholdInput.Name     = "maxBrightnessTresholdInput";
     this.maxBrightnessTresholdInput.Size     = new System.Drawing.Size(61, 20);
     this.maxBrightnessTresholdInput.TabIndex = 22;
     //
     // minBrightnessTresholdLabel
     //
     this.minBrightnessTresholdLabel.AutoSize = true;
     this.minBrightnessTresholdLabel.Location = new System.Drawing.Point(13, 174);
     this.minBrightnessTresholdLabel.Name     = "minBrightnessTresholdLabel";
     this.minBrightnessTresholdLabel.Size     = new System.Drawing.Size(133, 13);
     this.minBrightnessTresholdLabel.TabIndex = 21;
     this.minBrightnessTresholdLabel.Text     = "Content sensitivity (0=Low)";
     //
     // minBrightnessTresholdInput
     //
     this.minBrightnessTresholdInput.Location = new System.Drawing.Point(154, 172);
     this.minBrightnessTresholdInput.Maximum  = new decimal(new int[]
     {
         238,
         0,
         0,
         0
     });
     this.minBrightnessTresholdInput.Name     = "minBrightnessTresholdInput";
     this.minBrightnessTresholdInput.Size     = new System.Drawing.Size(61, 20);
     this.minBrightnessTresholdInput.TabIndex = 20;
     //
     // cbUseForVideos
     //
     this.cbUseForVideos.AutoSize  = true;
     this.cbUseForVideos.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbUseForVideos.Location  = new System.Drawing.Point(113, 203);
     this.cbUseForVideos.Name      = "cbUseForVideos";
     this.cbUseForVideos.Size      = new System.Drawing.Size(127, 17);
     this.cbUseForVideos.TabIndex  = 19;
     this.cbUseForVideos.Text      = "Also use in My Videos";
     this.cbUseForVideos.UseVisualStyleBackColor = true;
     //
     // cbVerboseLog
     //
     this.cbVerboseLog.AutoSize  = true;
     this.cbVerboseLog.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbVerboseLog.Location  = new System.Drawing.Point(21, 203);
     this.cbVerboseLog.Name      = "cbVerboseLog";
     this.cbVerboseLog.Size      = new System.Drawing.Size(84, 17);
     this.cbVerboseLog.TabIndex  = 18;
     this.cbVerboseLog.Text      = "Verbose Log";
     this.cbVerboseLog.UseVisualStyleBackColor = true;
     //
     // minSubtitleHeightLabel
     //
     this.minSubtitleHeightLabel.AutoSize = true;
     this.minSubtitleHeightLabel.Location = new System.Drawing.Point(13, 106);
     this.minSubtitleHeightLabel.Name     = "minSubtitleHeightLabel";
     this.minSubtitleHeightLabel.Size     = new System.Drawing.Size(103, 13);
     this.minSubtitleHeightLabel.TabIndex = 16;
     this.minSubtitleHeightLabel.Text     = "Min subtitle height %";
     //
     // minSubtitleHeightInput
     //
     this.minSubtitleHeightInput.Location = new System.Drawing.Point(154, 104);
     this.minSubtitleHeightInput.Name     = "minSubtitleHeightInput";
     this.minSubtitleHeightInput.Size     = new System.Drawing.Size(61, 20);
     this.minSubtitleHeightInput.TabIndex = 15;
     //
     // bottomScanEndInput
     //
     this.bottomScanEndInput.Location = new System.Drawing.Point(355, 69);
     this.bottomScanEndInput.Name     = "bottomScanEndInput";
     this.bottomScanEndInput.Size     = new System.Drawing.Size(61, 20);
     this.bottomScanEndInput.TabIndex = 14;
     //
     // topScanEndInput
     //
     this.topScanEndInput.Location = new System.Drawing.Point(355, 37);
     this.topScanEndInput.Name     = "topScanEndInput";
     this.topScanEndInput.Size     = new System.Drawing.Size(61, 20);
     this.topScanEndInput.TabIndex = 13;
     //
     // bottomScanStartInput
     //
     this.bottomScanStartInput.Location = new System.Drawing.Point(154, 69);
     this.bottomScanStartInput.Name     = "bottomScanStartInput";
     this.bottomScanStartInput.Size     = new System.Drawing.Size(61, 20);
     this.bottomScanStartInput.TabIndex = 12;
     //
     // topScanStartInput
     //
     this.topScanStartInput.Location = new System.Drawing.Point(154, 37);
     this.topScanStartInput.Name     = "topScanStartInput";
     this.topScanStartInput.Size     = new System.Drawing.Size(61, 20);
     this.topScanStartInput.TabIndex = 11;
     //
     // bottomScanEndLabel
     //
     this.bottomScanEndLabel.AutoSize = true;
     this.bottomScanEndLabel.Location = new System.Drawing.Point(232, 76);
     this.bottomScanEndLabel.Name     = "bottomScanEndLabel";
     this.bottomScanEndLabel.Size     = new System.Drawing.Size(101, 13);
     this.bottomScanEndLabel.TabIndex = 5;
     this.bottomScanEndLabel.Text     = "Bottom Scan End %";
     //
     // bottomScanStartLabel
     //
     this.bottomScanStartLabel.AutoSize = true;
     this.bottomScanStartLabel.Location = new System.Drawing.Point(12, 76);
     this.bottomScanStartLabel.Name     = "bottomScanStartLabel";
     this.bottomScanStartLabel.Size     = new System.Drawing.Size(104, 13);
     this.bottomScanStartLabel.TabIndex = 4;
     this.bottomScanStartLabel.Text     = "Bottom Scan Start %";
     //
     // topScanEndLabel
     //
     this.topScanEndLabel.AutoSize = true;
     this.topScanEndLabel.Location = new System.Drawing.Point(232, 44);
     this.topScanEndLabel.Name     = "topScanEndLabel";
     this.topScanEndLabel.Size     = new System.Drawing.Size(87, 13);
     this.topScanEndLabel.TabIndex = 2;
     this.topScanEndLabel.Text     = "Top Scan End %";
     //
     // topScanStartLabel
     //
     this.topScanStartLabel.AutoSize = true;
     this.topScanStartLabel.Location = new System.Drawing.Point(12, 44);
     this.topScanStartLabel.Name     = "topScanStartLabel";
     this.topScanStartLabel.Size     = new System.Drawing.Size(90, 13);
     this.topScanStartLabel.TabIndex = 1;
     this.topScanStartLabel.Text     = "Top Scan Start %";
     //
     // manualModeGroup
     //
     this.manualModeGroup.Controls.Add(this.manualSampleLengthInput);
     this.manualModeGroup.Controls.Add(this.manualSampleLengthLabel);
     this.manualModeGroup.Controls.Add(this.enableManualMode);
     this.manualModeGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.manualModeGroup.Location  = new System.Drawing.Point(12, 33);
     this.manualModeGroup.Name      = "manualModeGroup";
     this.manualModeGroup.Size      = new System.Drawing.Size(214, 113);
     this.manualModeGroup.TabIndex  = 2;
     this.manualModeGroup.TabStop   = false;
     this.manualModeGroup.Text      = "Manual Mode";
     //
     // manualSampleLengthInput
     //
     this.manualSampleLengthInput.Location = new System.Drawing.Point(110, 111);
     this.manualSampleLengthInput.Name     = "manualSampleLengthInput";
     this.manualSampleLengthInput.Size     = new System.Drawing.Size(39, 20);
     this.manualSampleLengthInput.TabIndex = 10;
     this.manualSampleLengthInput.Visible  = false;
     //
     // manualSampleLengthLabel
     //
     this.manualSampleLengthLabel.AutoSize = true;
     this.manualSampleLengthLabel.Location = new System.Drawing.Point(15, 113);
     this.manualSampleLengthLabel.Name     = "manualSampleLengthLabel";
     this.manualSampleLengthLabel.Size     = new System.Drawing.Size(89, 13);
     this.manualSampleLengthLabel.TabIndex = 9;
     this.manualSampleLengthLabel.Text     = "Frames to sample";
     this.manualSampleLengthLabel.Visible  = false;
     //
     // enableManualMode
     //
     this.enableManualMode.AutoSize  = true;
     this.enableManualMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.enableManualMode.Location  = new System.Drawing.Point(18, 19);
     this.enableManualMode.Name      = "enableManualMode";
     this.enableManualMode.Size      = new System.Drawing.Size(57, 17);
     this.enableManualMode.TabIndex  = 4;
     this.enableManualMode.Text      = "Enable";
     this.enableManualMode.UseVisualStyleBackColor = true;
     this.enableManualMode.CheckedChanged         += new System.EventHandler(this.OnChange);
     //
     // automodeGroup
     //
     this.automodeGroup.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.automodeGroup.Controls.Add(this.bottomMemLength);
     this.automodeGroup.Controls.Add(this.topMemLength);
     this.automodeGroup.Controls.Add(this.labelBottomMemLength);
     this.automodeGroup.Controls.Add(this.labelTopMemLength);
     this.automodeGroup.Controls.Add(this.sampleIntervalInput);
     this.automodeGroup.Controls.Add(this.autoSampleIntervalLabel);
     this.automodeGroup.Controls.Add(this.enableMoveSubs);
     this.automodeGroup.Controls.Add(this.enableAutoMode);
     this.automodeGroup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.automodeGroup.Location  = new System.Drawing.Point(232, 33);
     this.automodeGroup.Name      = "automodeGroup";
     this.automodeGroup.Size      = new System.Drawing.Size(220, 113);
     this.automodeGroup.TabIndex  = 3;
     this.automodeGroup.TabStop   = false;
     this.automodeGroup.Text      = "Automatic Mode";
     //
     // bottomMemLength
     //
     this.bottomMemLength.Location = new System.Drawing.Point(153, 84);
     this.bottomMemLength.Name     = "bottomMemLength";
     this.bottomMemLength.Size     = new System.Drawing.Size(61, 20);
     this.bottomMemLength.TabIndex = 15;
     //
     // topMemLength
     //
     this.topMemLength.Location = new System.Drawing.Point(153, 58);
     this.topMemLength.Name     = "topMemLength";
     this.topMemLength.Size     = new System.Drawing.Size(61, 20);
     this.topMemLength.TabIndex = 14;
     //
     // labelBottomMemLength
     //
     this.labelBottomMemLength.AutoSize = true;
     this.labelBottomMemLength.Location = new System.Drawing.Point(19, 86);
     this.labelBottomMemLength.Name     = "labelBottomMemLength";
     this.labelBottomMemLength.Size     = new System.Drawing.Size(125, 13);
     this.labelBottomMemLength.TabIndex = 13;
     this.labelBottomMemLength.Text     = "Bottom memory length (s)";
     //
     // labelTopMemLength
     //
     this.labelTopMemLength.AutoSize = true;
     this.labelTopMemLength.Location = new System.Drawing.Point(19, 64);
     this.labelTopMemLength.Name     = "labelTopMemLength";
     this.labelTopMemLength.Size     = new System.Drawing.Size(111, 13);
     this.labelTopMemLength.TabIndex = 12;
     this.labelTopMemLength.Text     = "Top memory length (s)";
     //
     // sampleIntervalInput
     //
     this.sampleIntervalInput.Location = new System.Drawing.Point(153, 34);
     this.sampleIntervalInput.Name     = "sampleIntervalInput";
     this.sampleIntervalInput.Size     = new System.Drawing.Size(61, 20);
     this.sampleIntervalInput.TabIndex = 11;
     //
     // autoSampleIntervalLabel
     //
     this.autoSampleIntervalLabel.AutoSize = true;
     this.autoSampleIntervalLabel.Location = new System.Drawing.Point(19, 41);
     this.autoSampleIntervalLabel.Name     = "autoSampleIntervalLabel";
     this.autoSampleIntervalLabel.Size     = new System.Drawing.Size(101, 13);
     this.autoSampleIntervalLabel.TabIndex = 10;
     this.autoSampleIntervalLabel.Text     = "Sample interval (ms)";
     //
     // enableMoveSubs
     //
     this.enableMoveSubs.AutoSize  = true;
     this.enableMoveSubs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.enableMoveSubs.Location  = new System.Drawing.Point(16, 113);
     this.enableMoveSubs.Name      = "enableMoveSubs";
     this.enableMoveSubs.Size      = new System.Drawing.Size(94, 17);
     this.enableMoveSubs.TabIndex  = 6;
     this.enableMoveSubs.Text      = "Move Subtitles";
     this.enableMoveSubs.UseVisualStyleBackColor = true;
     this.enableMoveSubs.Visible         = false;
     this.enableMoveSubs.CheckedChanged += new System.EventHandler(this.OnChange);
     //
     // enableAutoMode
     //
     this.enableAutoMode.AutoSize  = true;
     this.enableAutoMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.enableAutoMode.Location  = new System.Drawing.Point(15, 19);
     this.enableAutoMode.Name      = "enableAutoMode";
     this.enableAutoMode.Size      = new System.Drawing.Size(57, 17);
     this.enableAutoMode.TabIndex  = 5;
     this.enableAutoMode.Text      = "Enable";
     this.enableAutoMode.UseVisualStyleBackColor = true;
     this.enableAutoMode.CheckedChanged         += new System.EventHandler(this.OnChange);
     //
     // okButton
     //
     this.okButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.Location = new System.Drawing.Point(266, 446);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(93, 27);
     this.okButton.TabIndex = 4;
     this.okButton.Text     = "&OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnOk);
     //
     // defaultsButton
     //
     this.defaultsButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultsButton.Location = new System.Drawing.Point(160, 446);
     this.defaultsButton.Name     = "defaultsButton";
     this.defaultsButton.Size     = new System.Drawing.Size(100, 27);
     this.defaultsButton.TabIndex = 5;
     this.defaultsButton.Text     = "&Defaults";
     this.defaultsButton.UseVisualStyleBackColor = true;
     this.defaultsButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnDefaults);
     //
     // rbDefaultManual
     //
     this.rbDefaultManual.AutoSize  = true;
     this.rbDefaultManual.Checked   = true;
     this.rbDefaultManual.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.rbDefaultManual.Location  = new System.Drawing.Point(110, 13);
     this.rbDefaultManual.Name      = "rbDefaultManual";
     this.rbDefaultManual.Size      = new System.Drawing.Size(59, 17);
     this.rbDefaultManual.TabIndex  = 9;
     this.rbDefaultManual.TabStop   = true;
     this.rbDefaultManual.Text      = "Manual";
     this.rbDefaultManual.UseVisualStyleBackColor = true;
     //
     // rbDefaultAutomatic
     //
     this.rbDefaultAutomatic.AutoSize  = true;
     this.rbDefaultAutomatic.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.rbDefaultAutomatic.Location  = new System.Drawing.Point(279, 13);
     this.rbDefaultAutomatic.Name      = "rbDefaultAutomatic";
     this.rbDefaultAutomatic.Size      = new System.Drawing.Size(71, 17);
     this.rbDefaultAutomatic.TabIndex  = 10;
     this.rbDefaultAutomatic.TabStop   = true;
     this.rbDefaultAutomatic.Text      = "Automatic";
     this.rbDefaultAutomatic.UseVisualStyleBackColor = true;
     //
     // groupDefaultMode
     //
     this.groupDefaultMode.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupDefaultMode.Controls.Add(this.rbDefaultAutomatic);
     this.groupDefaultMode.Controls.Add(this.rbDefaultManual);
     this.groupDefaultMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupDefaultMode.Location  = new System.Drawing.Point(12, 152);
     this.groupDefaultMode.Name      = "groupDefaultMode";
     this.groupDefaultMode.Size      = new System.Drawing.Size(440, 36);
     this.groupDefaultMode.TabIndex  = 11;
     this.groupDefaultMode.TabStop   = false;
     this.groupDefaultMode.Text      = "Default Mode";
     //
     // labelWarning
     //
     this.labelWarning.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelWarning.AutoSize  = true;
     this.labelWarning.ForeColor = System.Drawing.Color.Red;
     this.labelWarning.Location  = new System.Drawing.Point(119, 9);
     this.labelWarning.Name      = "labelWarning";
     this.labelWarning.Size      = new System.Drawing.Size(323, 13);
     this.labelWarning.TabIndex  = 20;
     this.labelWarning.Text      = "Note that Auto mode is experimental and very resource demanding!";
     //
     // linkHelp
     //
     this.linkHelp.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkHelp.AutoSize = true;
     this.linkHelp.Location = new System.Drawing.Point(10, 453);
     this.linkHelp.Name     = "linkHelp";
     this.linkHelp.Size     = new System.Drawing.Size(125, 13);
     this.linkHelp.TabIndex = 20;
     this.linkHelp.TabStop  = true;
     this.linkHelp.Text     = "Click for more information";
     this.linkHelp.Click   += new System.EventHandler(this.OnHelp);
     //
     // cancelButton
     //
     this.cancelButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(365, 446);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(87, 27);
     this.cancelButton.TabIndex                = 21;
     this.cancelButton.Text                    = "&Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click                  += new System.EventHandler(this.OnCancel);
     //
     // AutoCropperConfig
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(467, 485);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.linkHelp);
     this.Controls.Add(this.labelWarning);
     this.Controls.Add(this.groupDefaultMode);
     this.Controls.Add(this.defaultsButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.automodeGroup);
     this.Controls.Add(this.manualModeGroup);
     this.Controls.Add(this.enableAutoCropper);
     this.Controls.Add(this.Parameters);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "AutoCropperConfig";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "AutoCropper - Setup";
     this.Parameters.ResumeLayout(false);
     this.Parameters.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxBrightnessTresholdInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minBrightnessTresholdInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minSubtitleHeightInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomScanEndInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.topScanEndInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bottomScanStartInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.topScanStartInput)).EndInit();
     this.manualModeGroup.ResumeLayout(false);
     this.manualModeGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.manualSampleLengthInput)).EndInit();
     this.automodeGroup.ResumeLayout(false);
     this.automodeGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bottomMemLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.topMemLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sampleIntervalInput)).EndInit();
     this.groupDefaultMode.ResumeLayout(false);
     this.groupDefaultMode.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.radioButton1                  = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.groupBox3                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.byIndexCheckBox               = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.showChannelNumberCheckBox     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.channelNumberMaxLengthNumUpDn = new System.Windows.Forms.NumericUpDown();
     this.lblChanNumMaxLen              = new System.Windows.Forms.Label();
     this.groupBox5                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.cbAutoFullscreen              = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbTurnOnTv                    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label8               = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbDeinterlace        = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpGroupBoxAdditional = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).BeginInit();
     this.groupBox5.SuspendLayout();
     this.mpGroupBoxAdditional.SuspendLayout();
     this.SuspendLayout();
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.byIndexCheckBox);
     this.groupBox3.Controls.Add(this.showChannelNumberCheckBox);
     this.groupBox3.Controls.Add(this.channelNumberMaxLengthNumUpDn);
     this.groupBox3.Controls.Add(this.lblChanNumMaxLen);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox3.Location  = new System.Drawing.Point(6, 66);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(233, 94);
     this.groupBox3.TabIndex  = 3;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Channel numbers";
     //
     // byIndexCheckBox
     //
     this.byIndexCheckBox.AutoSize  = true;
     this.byIndexCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.byIndexCheckBox.Location  = new System.Drawing.Point(17, 20);
     this.byIndexCheckBox.Name      = "byIndexCheckBox";
     this.byIndexCheckBox.Size      = new System.Drawing.Size(182, 17);
     this.byIndexCheckBox.TabIndex  = 0;
     this.byIndexCheckBox.Text      = "Select channel by index (non-US)";
     this.byIndexCheckBox.UseVisualStyleBackColor = true;
     //
     // showChannelNumberCheckBox
     //
     this.showChannelNumberCheckBox.AutoSize  = true;
     this.showChannelNumberCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.showChannelNumberCheckBox.Location  = new System.Drawing.Point(17, 40);
     this.showChannelNumberCheckBox.Name      = "showChannelNumberCheckBox";
     this.showChannelNumberCheckBox.Size      = new System.Drawing.Size(135, 17);
     this.showChannelNumberCheckBox.TabIndex  = 1;
     this.showChannelNumberCheckBox.Text      = "Show channel numbers";
     this.showChannelNumberCheckBox.UseVisualStyleBackColor = true;
     //
     // channelNumberMaxLengthNumUpDn
     //
     this.channelNumberMaxLengthNumUpDn.AutoSize = true;
     this.channelNumberMaxLengthNumUpDn.Location = new System.Drawing.Point(178, 60);
     this.channelNumberMaxLengthNumUpDn.Maximum  = new decimal(new int[]
     {
         5,
         0,
         0,
         0
     });
     this.channelNumberMaxLengthNumUpDn.Minimum = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     this.channelNumberMaxLengthNumUpDn.Name     = "channelNumberMaxLengthNumUpDn";
     this.channelNumberMaxLengthNumUpDn.Size     = new System.Drawing.Size(42, 20);
     this.channelNumberMaxLengthNumUpDn.TabIndex = 3;
     this.channelNumberMaxLengthNumUpDn.Value    = new decimal(new int[]
     {
         3,
         0,
         0,
         0
     });
     //
     // lblChanNumMaxLen
     //
     this.lblChanNumMaxLen.AutoSize = true;
     this.lblChanNumMaxLen.Location = new System.Drawing.Point(31, 62);
     this.lblChanNumMaxLen.Name     = "lblChanNumMaxLen";
     this.lblChanNumMaxLen.Size     = new System.Drawing.Size(141, 13);
     this.lblChanNumMaxLen.TabIndex = 2;
     this.lblChanNumMaxLen.Text     = "Channel number max. length";
     //
     // groupBox5
     //
     this.groupBox5.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox5.Controls.Add(this.cbAutoFullscreen);
     this.groupBox5.Controls.Add(this.cbTurnOnTv);
     this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox5.Location  = new System.Drawing.Point(248, 66);
     this.groupBox5.Name      = "groupBox5";
     this.groupBox5.Size      = new System.Drawing.Size(220, 94);
     this.groupBox5.TabIndex  = 4;
     this.groupBox5.TabStop   = false;
     this.groupBox5.Text      = "When entering the TV screen:";
     //
     // cbAutoFullscreen
     //
     this.cbAutoFullscreen.AutoSize  = true;
     this.cbAutoFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbAutoFullscreen.Location  = new System.Drawing.Point(17, 40);
     this.cbAutoFullscreen.Name      = "cbAutoFullscreen";
     this.cbAutoFullscreen.Size      = new System.Drawing.Size(152, 17);
     this.cbAutoFullscreen.TabIndex  = 1;
     this.cbAutoFullscreen.Text      = "Directly show fullscreen TV";
     this.cbAutoFullscreen.UseVisualStyleBackColor = true;
     this.cbAutoFullscreen.CheckedChanged         += new System.EventHandler(this.cbAutoFullscreen_CheckedChanged);
     //
     // cbTurnOnTv
     //
     this.cbTurnOnTv.AutoSize  = true;
     this.cbTurnOnTv.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbTurnOnTv.Location  = new System.Drawing.Point(17, 20);
     this.cbTurnOnTv.Name      = "cbTurnOnTv";
     this.cbTurnOnTv.Size      = new System.Drawing.Size(78, 17);
     this.cbTurnOnTv.TabIndex  = 0;
     this.cbTurnOnTv.Text      = "Turn on TV";
     this.cbTurnOnTv.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 23);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(146, 17);
     this.label8.TabIndex = 14;
     this.label8.Text     = "Fallback de-interlace mode:";
     //
     // cbDeinterlace
     //
     this.cbDeinterlace.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDeinterlace.BorderColor   = System.Drawing.Color.Empty;
     this.cbDeinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDeinterlace.Items.AddRange(new object[]
     {
         "None",
         "Bob",
         "Weave",
         "Best"
     });
     this.cbDeinterlace.Location = new System.Drawing.Point(166, 19);
     this.cbDeinterlace.Name     = "cbDeinterlace";
     this.cbDeinterlace.Size     = new System.Drawing.Size(290, 21);
     this.cbDeinterlace.TabIndex = 15;
     //
     // mpGroupBoxAdditional
     //
     this.mpGroupBoxAdditional.Controls.Add(this.cbDeinterlace);
     this.mpGroupBoxAdditional.Controls.Add(this.label8);
     this.mpGroupBoxAdditional.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBoxAdditional.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBoxAdditional.Name      = "mpGroupBoxAdditional";
     this.mpGroupBoxAdditional.Size      = new System.Drawing.Size(462, 63);
     this.mpGroupBoxAdditional.TabIndex  = 16;
     this.mpGroupBoxAdditional.TabStop   = false;
     this.mpGroupBoxAdditional.Text      = "Additional settings";
     //
     // TV
     //
     this.Controls.Add(this.mpGroupBoxAdditional);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox3);
     this.Name = "TV";
     this.Size = new System.Drawing.Size(472, 427);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.mpGroupBoxAdditional.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxAc3DecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonAc3Spdif        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonAc3Speakers     = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.checkBoxAc3Lfe             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.comboBoxAc3SpeakerConfig   = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.checkBoxAc3DynamicRange    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxFormat             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelBoostValue            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelBoost                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.radioButtonPcm16Bit        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonPcm24Bit        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonPcm32Bit        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonIeee            = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.checkBoxNormalize          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.trackBarBoost              = new System.Windows.Forms.TrackBar();
     this.groupBoxDtsDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonDtsSpdif        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonDtsSpeakers     = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.checkBoxDtsLfe             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.comboBoxDtsSpeakerConfig   = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.checkBoxDtsDynamicRange    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxAacDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxAacDynamic         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxAacDownmix         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxAc3DecoderSettings.SuspendLayout();
     this.groupBoxFormat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBoost)).BeginInit();
     this.groupBoxDtsDecoderSettings.SuspendLayout();
     this.groupBoxAacDecoderSettings.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxAc3DecoderSettings
     //
     this.groupBoxAc3DecoderSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxAc3DecoderSettings.Controls.Add(this.radioButtonAc3Spdif);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.radioButtonAc3Speakers);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.checkBoxAc3Lfe);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.comboBoxAc3SpeakerConfig);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.checkBoxAc3DynamicRange);
     this.groupBoxAc3DecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxAc3DecoderSettings.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                                         System.Drawing.FontStyle.Regular,
                                                                         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBoxAc3DecoderSettings.Location = new System.Drawing.Point(6, 0);
     this.groupBoxAc3DecoderSettings.Name     = "groupBoxAc3DecoderSettings";
     this.groupBoxAc3DecoderSettings.Size     = new System.Drawing.Size(462, 104);
     this.groupBoxAc3DecoderSettings.TabIndex = 0;
     this.groupBoxAc3DecoderSettings.TabStop  = false;
     this.groupBoxAc3DecoderSettings.Text     = "AC3 Decoder Settings";
     //
     // radioButtonAc3Spdif
     //
     this.radioButtonAc3Spdif.AutoSize  = true;
     this.radioButtonAc3Spdif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonAc3Spdif.Location  = new System.Drawing.Point(16, 48);
     this.radioButtonAc3Spdif.Name      = "radioButtonAc3Spdif";
     this.radioButtonAc3Spdif.Size      = new System.Drawing.Size(60, 17);
     this.radioButtonAc3Spdif.TabIndex  = 3;
     this.radioButtonAc3Spdif.Text      = "S/PDIF";
     this.radioButtonAc3Spdif.UseVisualStyleBackColor = true;
     this.radioButtonAc3Spdif.CheckedChanged         += new System.EventHandler(this.radioButtonAC3SPDIF_CheckedChanged);
     //
     // radioButtonAc3Speakers
     //
     this.radioButtonAc3Speakers.AutoSize  = true;
     this.radioButtonAc3Speakers.Checked   = true;
     this.radioButtonAc3Speakers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonAc3Speakers.Location  = new System.Drawing.Point(16, 24);
     this.radioButtonAc3Speakers.Name      = "radioButtonAc3Speakers";
     this.radioButtonAc3Speakers.Size      = new System.Drawing.Size(123, 17);
     this.radioButtonAc3Speakers.TabIndex  = 0;
     this.radioButtonAc3Speakers.TabStop   = true;
     this.radioButtonAc3Speakers.Text      = "Decode to speakers:";
     this.radioButtonAc3Speakers.UseVisualStyleBackColor = true;
     //
     // checkBoxAc3Lfe
     //
     this.checkBoxAc3Lfe.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxAc3Lfe.AutoSize  = true;
     this.checkBoxAc3Lfe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAc3Lfe.Location  = new System.Drawing.Point(403, 24);
     this.checkBoxAc3Lfe.Name      = "checkBoxAc3Lfe";
     this.checkBoxAc3Lfe.Size      = new System.Drawing.Size(43, 17);
     this.checkBoxAc3Lfe.TabIndex  = 2;
     this.checkBoxAc3Lfe.Text      = "LFE";
     this.checkBoxAc3Lfe.UseVisualStyleBackColor = true;
     //
     // comboBoxAc3SpeakerConfig
     //
     this.comboBoxAc3SpeakerConfig.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxAc3SpeakerConfig.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxAc3SpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAc3SpeakerConfig.Items.AddRange(new object[]
     {
         "Dual Mono",
         "Mono",
         "Stereo",
         "3 Front",
         "2 Front + 1 Rear",
         "3 Front + 1 Rear",
         "2 Front + 2 Rear",
         "3 Front + 2 Rear",
         "Channel 1",
         "Channel 2",
         "Dolby Stereo"
     });
     this.comboBoxAc3SpeakerConfig.Location = new System.Drawing.Point(168, 20);
     this.comboBoxAc3SpeakerConfig.Name     = "comboBoxAc3SpeakerConfig";
     this.comboBoxAc3SpeakerConfig.Size     = new System.Drawing.Size(230, 21);
     this.comboBoxAc3SpeakerConfig.TabIndex = 1;
     //
     // checkBoxAc3DynamicRange
     //
     this.checkBoxAc3DynamicRange.AutoSize  = true;
     this.checkBoxAc3DynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAc3DynamicRange.Location  = new System.Drawing.Point(16, 72);
     this.checkBoxAc3DynamicRange.Name      = "checkBoxAc3DynamicRange";
     this.checkBoxAc3DynamicRange.Size      = new System.Drawing.Size(136, 17);
     this.checkBoxAc3DynamicRange.TabIndex  = 4;
     this.checkBoxAc3DynamicRange.Text      = "Dynamic Range Control";
     this.checkBoxAc3DynamicRange.UseVisualStyleBackColor = true;
     //
     // groupBoxFormat
     //
     this.groupBoxFormat.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxFormat.Controls.Add(this.labelBoostValue);
     this.groupBoxFormat.Controls.Add(this.labelBoost);
     this.groupBoxFormat.Controls.Add(this.radioButtonPcm16Bit);
     this.groupBoxFormat.Controls.Add(this.radioButtonPcm24Bit);
     this.groupBoxFormat.Controls.Add(this.radioButtonPcm32Bit);
     this.groupBoxFormat.Controls.Add(this.radioButtonIeee);
     this.groupBoxFormat.Controls.Add(this.checkBoxNormalize);
     this.groupBoxFormat.Controls.Add(this.trackBarBoost);
     this.groupBoxFormat.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxFormat.Location  = new System.Drawing.Point(7, 224);
     this.groupBoxFormat.Name      = "groupBoxFormat";
     this.groupBoxFormat.Size      = new System.Drawing.Size(461, 121);
     this.groupBoxFormat.TabIndex  = 2;
     this.groupBoxFormat.TabStop   = false;
     this.groupBoxFormat.Text      = "AC3/AAC/DTS/LPCM Format";
     //
     // labelBoostValue
     //
     this.labelBoostValue.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelBoostValue.Location  = new System.Drawing.Point(325, 51);
     this.labelBoostValue.Name      = "labelBoostValue";
     this.labelBoostValue.Size      = new System.Drawing.Size(26, 23);
     this.labelBoostValue.TabIndex  = 7;
     this.labelBoostValue.Text      = "0";
     this.labelBoostValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelBoost
     //
     this.labelBoost.Location = new System.Drawing.Point(16, 56);
     this.labelBoost.Name     = "labelBoost";
     this.labelBoost.Size     = new System.Drawing.Size(40, 16);
     this.labelBoost.TabIndex = 4;
     this.labelBoost.Text     = "Boost:";
     //
     // radioButtonPcm16Bit
     //
     this.radioButtonPcm16Bit.AutoSize  = true;
     this.radioButtonPcm16Bit.Checked   = true;
     this.radioButtonPcm16Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonPcm16Bit.Location  = new System.Drawing.Point(16, 24);
     this.radioButtonPcm16Bit.Name      = "radioButtonPcm16Bit";
     this.radioButtonPcm16Bit.Size      = new System.Drawing.Size(76, 17);
     this.radioButtonPcm16Bit.TabIndex  = 0;
     this.radioButtonPcm16Bit.TabStop   = true;
     this.radioButtonPcm16Bit.Text      = "PCM 16 bit";
     this.radioButtonPcm16Bit.UseVisualStyleBackColor = true;
     //
     // radioButtonPcm24Bit
     //
     this.radioButtonPcm24Bit.AutoSize  = true;
     this.radioButtonPcm24Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonPcm24Bit.Location  = new System.Drawing.Point(104, 24);
     this.radioButtonPcm24Bit.Name      = "radioButtonPcm24Bit";
     this.radioButtonPcm24Bit.Size      = new System.Drawing.Size(76, 17);
     this.radioButtonPcm24Bit.TabIndex  = 1;
     this.radioButtonPcm24Bit.Text      = "PCM 24 bit";
     this.radioButtonPcm24Bit.UseVisualStyleBackColor = true;
     //
     // radioButtonPcm32Bit
     //
     this.radioButtonPcm32Bit.AutoSize  = true;
     this.radioButtonPcm32Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonPcm32Bit.Location  = new System.Drawing.Point(192, 24);
     this.radioButtonPcm32Bit.Name      = "radioButtonPcm32Bit";
     this.radioButtonPcm32Bit.Size      = new System.Drawing.Size(76, 17);
     this.radioButtonPcm32Bit.TabIndex  = 2;
     this.radioButtonPcm32Bit.Text      = "PCM 32 bit";
     this.radioButtonPcm32Bit.UseVisualStyleBackColor = true;
     //
     // radioButtonIeee
     //
     this.radioButtonIeee.AutoSize  = true;
     this.radioButtonIeee.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonIeee.Location  = new System.Drawing.Point(288, 24);
     this.radioButtonIeee.Name      = "radioButtonIeee";
     this.radioButtonIeee.Size      = new System.Drawing.Size(74, 17);
     this.radioButtonIeee.TabIndex  = 3;
     this.radioButtonIeee.Text      = "IEEE Float";
     this.radioButtonIeee.UseVisualStyleBackColor = true;
     //
     // checkBoxNormalize
     //
     this.checkBoxNormalize.AutoSize  = true;
     this.checkBoxNormalize.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxNormalize.Location  = new System.Drawing.Point(16, 89);
     this.checkBoxNormalize.Name      = "checkBoxNormalize";
     this.checkBoxNormalize.Size      = new System.Drawing.Size(70, 17);
     this.checkBoxNormalize.TabIndex  = 6;
     this.checkBoxNormalize.Text      = "Normalize";
     this.checkBoxNormalize.UseVisualStyleBackColor = true;
     //
     // trackBarBoost
     //
     this.trackBarBoost.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarBoost.Location  = new System.Drawing.Point(48, 52);
     this.trackBarBoost.Maximum   = 100;
     this.trackBarBoost.Name      = "trackBarBoost";
     this.trackBarBoost.Size      = new System.Drawing.Size(281, 45);
     this.trackBarBoost.TabIndex  = 5;
     this.trackBarBoost.TickStyle = System.Windows.Forms.TickStyle.None;
     this.trackBarBoost.Scroll   += new System.EventHandler(this.trackBarBoost_Scroll);
     //
     // groupBoxDtsDecoderSettings
     //
     this.groupBoxDtsDecoderSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxDtsDecoderSettings.Controls.Add(this.radioButtonDtsSpdif);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.radioButtonDtsSpeakers);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.checkBoxDtsLfe);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.comboBoxDtsSpeakerConfig);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.checkBoxDtsDynamicRange);
     this.groupBoxDtsDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxDtsDecoderSettings.Location  = new System.Drawing.Point(6, 112);
     this.groupBoxDtsDecoderSettings.Name      = "groupBoxDtsDecoderSettings";
     this.groupBoxDtsDecoderSettings.Size      = new System.Drawing.Size(462, 104);
     this.groupBoxDtsDecoderSettings.TabIndex  = 1;
     this.groupBoxDtsDecoderSettings.TabStop   = false;
     this.groupBoxDtsDecoderSettings.Text      = "DTS Decoder Settings";
     //
     // radioButtonDtsSpdif
     //
     this.radioButtonDtsSpdif.AutoSize  = true;
     this.radioButtonDtsSpdif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonDtsSpdif.Location  = new System.Drawing.Point(16, 48);
     this.radioButtonDtsSpdif.Name      = "radioButtonDtsSpdif";
     this.radioButtonDtsSpdif.Size      = new System.Drawing.Size(60, 17);
     this.radioButtonDtsSpdif.TabIndex  = 3;
     this.radioButtonDtsSpdif.Text      = "S/PDIF";
     this.radioButtonDtsSpdif.UseVisualStyleBackColor = true;
     this.radioButtonDtsSpdif.CheckedChanged         += new System.EventHandler(this.radioButtonDTSSPDIF_CheckedChanged);
     //
     // radioButtonDtsSpeakers
     //
     this.radioButtonDtsSpeakers.AutoSize  = true;
     this.radioButtonDtsSpeakers.Checked   = true;
     this.radioButtonDtsSpeakers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonDtsSpeakers.Location  = new System.Drawing.Point(16, 24);
     this.radioButtonDtsSpeakers.Name      = "radioButtonDtsSpeakers";
     this.radioButtonDtsSpeakers.Size      = new System.Drawing.Size(123, 17);
     this.radioButtonDtsSpeakers.TabIndex  = 0;
     this.radioButtonDtsSpeakers.TabStop   = true;
     this.radioButtonDtsSpeakers.Text      = "Decode to speakers:";
     this.radioButtonDtsSpeakers.UseVisualStyleBackColor = true;
     //
     // checkBoxDtsLfe
     //
     this.checkBoxDtsLfe.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxDtsLfe.AutoSize  = true;
     this.checkBoxDtsLfe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDtsLfe.Location  = new System.Drawing.Point(403, 24);
     this.checkBoxDtsLfe.Name      = "checkBoxDtsLfe";
     this.checkBoxDtsLfe.Size      = new System.Drawing.Size(43, 17);
     this.checkBoxDtsLfe.TabIndex  = 2;
     this.checkBoxDtsLfe.Text      = "LFE";
     this.checkBoxDtsLfe.UseVisualStyleBackColor = true;
     //
     // comboBoxDtsSpeakerConfig
     //
     this.comboBoxDtsSpeakerConfig.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDtsSpeakerConfig.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxDtsSpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDtsSpeakerConfig.Items.AddRange(new object[]
     {
         "Mono",
         "Dual Mono",
         "Stereo",
         "3 Front",
         "2 Front + 1 Rear",
         "3 Front + 1 Rear",
         "2 Front + 2 Rear",
         "3 Front + 2 Rear"
     });
     this.comboBoxDtsSpeakerConfig.Location = new System.Drawing.Point(168, 20);
     this.comboBoxDtsSpeakerConfig.Name     = "comboBoxDtsSpeakerConfig";
     this.comboBoxDtsSpeakerConfig.Size     = new System.Drawing.Size(230, 21);
     this.comboBoxDtsSpeakerConfig.TabIndex = 1;
     //
     // checkBoxDtsDynamicRange
     //
     this.checkBoxDtsDynamicRange.AutoSize  = true;
     this.checkBoxDtsDynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDtsDynamicRange.Location  = new System.Drawing.Point(16, 72);
     this.checkBoxDtsDynamicRange.Name      = "checkBoxDtsDynamicRange";
     this.checkBoxDtsDynamicRange.Size      = new System.Drawing.Size(136, 17);
     this.checkBoxDtsDynamicRange.TabIndex  = 4;
     this.checkBoxDtsDynamicRange.Text      = "Dynamic Range Control";
     this.checkBoxDtsDynamicRange.UseVisualStyleBackColor = true;
     //
     // groupBoxAacDecoderSettings
     //
     this.groupBoxAacDecoderSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxAacDecoderSettings.Controls.Add(this.checkBoxAacDynamic);
     this.groupBoxAacDecoderSettings.Controls.Add(this.checkBoxAacDownmix);
     this.groupBoxAacDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxAacDecoderSettings.Location  = new System.Drawing.Point(6, 353);
     this.groupBoxAacDecoderSettings.Name      = "groupBoxAacDecoderSettings";
     this.groupBoxAacDecoderSettings.Size      = new System.Drawing.Size(462, 52);
     this.groupBoxAacDecoderSettings.TabIndex  = 3;
     this.groupBoxAacDecoderSettings.TabStop   = false;
     this.groupBoxAacDecoderSettings.Text      = "AAC Decoder Settings";
     //
     // checkBoxAacDynamic
     //
     this.checkBoxAacDynamic.AutoSize  = true;
     this.checkBoxAacDynamic.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAacDynamic.Location  = new System.Drawing.Point(192, 24);
     this.checkBoxAacDynamic.Name      = "checkBoxAacDynamic";
     this.checkBoxAacDynamic.Size      = new System.Drawing.Size(136, 17);
     this.checkBoxAacDynamic.TabIndex  = 5;
     this.checkBoxAacDynamic.Text      = "Dynamic Range Control";
     this.checkBoxAacDynamic.UseVisualStyleBackColor = true;
     //
     // checkBoxAacDownmix
     //
     this.checkBoxAacDownmix.AutoSize   = true;
     this.checkBoxAacDownmix.Checked    = true;
     this.checkBoxAacDownmix.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAacDownmix.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAacDownmix.Location   = new System.Drawing.Point(16, 24);
     this.checkBoxAacDownmix.Name       = "checkBoxAacDownmix";
     this.checkBoxAacDownmix.Size       = new System.Drawing.Size(111, 17);
     this.checkBoxAacDownmix.TabIndex   = 0;
     this.checkBoxAacDownmix.Text       = "Downmix to stereo";
     this.checkBoxAacDownmix.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(104, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Boost:";
     //
     // FiltersMPEG2DecAudio
     //
     this.Controls.Add(this.groupBoxDtsDecoderSettings);
     this.Controls.Add(this.groupBoxAc3DecoderSettings);
     this.Controls.Add(this.groupBoxFormat);
     this.Controls.Add(this.groupBoxAacDecoderSettings);
     this.Name = "FiltersMPEG2DecAudio";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxAc3DecoderSettings.ResumeLayout(false);
     this.groupBoxAc3DecoderSettings.PerformLayout();
     this.groupBoxFormat.ResumeLayout(false);
     this.groupBoxFormat.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBoost)).EndInit();
     this.groupBoxDtsDecoderSettings.ResumeLayout(false);
     this.groupBoxDtsDecoderSettings.PerformLayout();
     this.groupBoxAacDecoderSettings.ResumeLayout(false);
     this.groupBoxAacDecoderSettings.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.mpGroupBox1               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelError2               = new System.Windows.Forms.Label();
     this.mpGroupBox2               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpRadioButton2            = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpRadioButton1            = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.textBoxImmediateSkipSteps = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel1                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxTimeout          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.numericUpDownSkipTimeout = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.labelSkipTimeout         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonResetSkipSteps     = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupBoxSkipSteps        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelError               = new System.Windows.Forms.Label();
     this.textBoxManualSkipSteps   = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxStep16 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep4  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep15 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep12 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep11 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep10 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep9  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep5  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep6  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep14 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep8  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep13 = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep7  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep3  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep2  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxStep1  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpGroupBox1.SuspendLayout();
     this.mpGroupBox2.SuspendLayout();
     this.groupBoxTimeout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkipTimeout)).BeginInit();
     this.groupBoxSkipSteps.SuspendLayout();
     this.SuspendLayout();
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox1.Controls.Add(this.labelError2);
     this.mpGroupBox1.Controls.Add(this.mpGroupBox2);
     this.mpGroupBox1.Controls.Add(this.textBoxImmediateSkipSteps);
     this.mpGroupBox1.Controls.Add(this.mpLabel1);
     this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox1.Location  = new System.Drawing.Point(6, 304);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new System.Drawing.Size(347, 77);
     this.mpGroupBox1.TabIndex  = 5;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "Immediate skip steps (up / down)";
     //
     // labelError2
     //
     this.labelError2.Location = new System.Drawing.Point(145, 54);
     this.labelError2.Name     = "labelError2";
     this.labelError2.Size     = new System.Drawing.Size(196, 17);
     this.labelError2.TabIndex = 54;
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Controls.Add(this.mpRadioButton2);
     this.mpGroupBox2.Controls.Add(this.mpRadioButton1);
     this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox2.Location  = new System.Drawing.Point(6, 17);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new System.Drawing.Size(130, 54);
     this.mpGroupBox2.TabIndex  = 7;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "Skip type";
     //
     // mpRadioButton2
     //
     this.mpRadioButton2.AutoSize  = true;
     this.mpRadioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRadioButton2.Location  = new System.Drawing.Point(7, 34);
     this.mpRadioButton2.Name      = "mpRadioButton2";
     this.mpRadioButton2.Size      = new System.Drawing.Size(115, 17);
     this.mpRadioButton2.TabIndex  = 3;
     this.mpRadioButton2.Text      = "Constant (seconds)";
     this.mpRadioButton2.UseVisualStyleBackColor = true;
     //
     // mpRadioButton1
     //
     this.mpRadioButton1.AutoSize  = true;
     this.mpRadioButton1.Checked   = true;
     this.mpRadioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRadioButton1.Location  = new System.Drawing.Point(7, 14);
     this.mpRadioButton1.Name      = "mpRadioButton1";
     this.mpRadioButton1.Size      = new System.Drawing.Size(80, 17);
     this.mpRadioButton1.TabIndex  = 2;
     this.mpRadioButton1.TabStop   = true;
     this.mpRadioButton1.Text      = "Relative (%)";
     this.mpRadioButton1.UseVisualStyleBackColor = true;
     //
     // textBoxImmediateSkipSteps
     //
     this.textBoxImmediateSkipSteps.AcceptsReturn = true;
     this.textBoxImmediateSkipSteps.BorderColor   = System.Drawing.Color.Empty;
     this.textBoxImmediateSkipSteps.Location      = new System.Drawing.Point(148, 33);
     this.textBoxImmediateSkipSteps.Name          = "textBoxImmediateSkipSteps";
     this.textBoxImmediateSkipSteps.Size          = new System.Drawing.Size(55, 20);
     this.textBoxImmediateSkipSteps.TabIndex      = 6;
     this.textBoxImmediateSkipSteps.TextChanged  += new System.EventHandler(this.textBoxImmediateSkipSteps_TextChanged);
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(145, 17);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(168, 13);
     this.mpLabel1.TabIndex = 5;
     this.mpLabel1.Text     = "Skip value (in seconds or percent)";
     //
     // groupBoxTimeout
     //
     this.groupBoxTimeout.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxTimeout.Controls.Add(this.numericUpDownSkipTimeout);
     this.groupBoxTimeout.Controls.Add(this.labelSkipTimeout);
     this.groupBoxTimeout.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxTimeout.Location  = new System.Drawing.Point(6, 258);
     this.groupBoxTimeout.Name      = "groupBoxTimeout";
     this.groupBoxTimeout.Size      = new System.Drawing.Size(462, 40);
     this.groupBoxTimeout.TabIndex  = 4;
     this.groupBoxTimeout.TabStop   = false;
     this.groupBoxTimeout.Text      = "Timeout";
     //
     // numericUpDownSkipTimeout
     //
     this.numericUpDownSkipTimeout.Increment = new decimal(new int[]
     {
         100,
         0,
         0,
         0
     });
     this.numericUpDownSkipTimeout.Location = new System.Drawing.Point(213, 14);
     this.numericUpDownSkipTimeout.Maximum  = new decimal(new int[]
     {
         10000,
         0,
         0,
         0
     });
     this.numericUpDownSkipTimeout.Name     = "numericUpDownSkipTimeout";
     this.numericUpDownSkipTimeout.Size     = new System.Drawing.Size(56, 20);
     this.numericUpDownSkipTimeout.TabIndex = 1;
     this.numericUpDownSkipTimeout.Value    = new decimal(new int[]
     {
         1500,
         0,
         0,
         0
     });
     //
     // labelSkipTimeout
     //
     this.labelSkipTimeout.AutoSize = true;
     this.labelSkipTimeout.Location = new System.Drawing.Point(12, 16);
     this.labelSkipTimeout.Name     = "labelSkipTimeout";
     this.labelSkipTimeout.Size     = new System.Drawing.Size(195, 13);
     this.labelSkipTimeout.TabIndex = 0;
     this.labelSkipTimeout.Text     = "Timeout before skipping occurs (msec.):";
     //
     // buttonResetSkipSteps
     //
     this.buttonResetSkipSteps.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonResetSkipSteps.Location = new System.Drawing.Point(376, 358);
     this.buttonResetSkipSteps.Name     = "buttonResetSkipSteps";
     this.buttonResetSkipSteps.Size     = new System.Drawing.Size(75, 23);
     this.buttonResetSkipSteps.TabIndex = 6;
     this.buttonResetSkipSteps.Text     = "Defaults";
     this.buttonResetSkipSteps.UseVisualStyleBackColor = true;
     this.buttonResetSkipSteps.Click += new System.EventHandler(this.buttonResetSkipSteps_Click);
     //
     // groupBoxSkipSteps
     //
     this.groupBoxSkipSteps.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSkipSteps.Controls.Add(this.labelError);
     this.groupBoxSkipSteps.Controls.Add(this.textBoxManualSkipSteps);
     this.groupBoxSkipSteps.Controls.Add(this.label1);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep16);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep4);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep15);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep12);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep11);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep10);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep9);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep5);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep6);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep14);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep8);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep13);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep7);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep3);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep2);
     this.groupBoxSkipSteps.Controls.Add(this.checkBoxStep1);
     this.groupBoxSkipSteps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxSkipSteps.Location  = new System.Drawing.Point(6, 0);
     this.groupBoxSkipSteps.Name      = "groupBoxSkipSteps";
     this.groupBoxSkipSteps.Size      = new System.Drawing.Size(462, 252);
     this.groupBoxSkipSteps.TabIndex  = 3;
     this.groupBoxSkipSteps.TabStop   = false;
     this.groupBoxSkipSteps.Text      = "Skip steps (left / right)";
     //
     // labelError
     //
     this.labelError.Location = new System.Drawing.Point(210, 206);
     this.labelError.Name     = "labelError";
     this.labelError.Size     = new System.Drawing.Size(212, 16);
     this.labelError.TabIndex = 53;
     //
     // textBoxManualSkipSteps
     //
     this.textBoxManualSkipSteps.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxManualSkipSteps.BorderColor  = System.Drawing.Color.Empty;
     this.textBoxManualSkipSteps.Location     = new System.Drawing.Point(158, 222);
     this.textBoxManualSkipSteps.Name         = "textBoxManualSkipSteps";
     this.textBoxManualSkipSteps.Size         = new System.Drawing.Size(298, 20);
     this.textBoxManualSkipSteps.TabIndex     = 17;
     this.textBoxManualSkipSteps.Text         = "15,30,60,180,300,600,900,1800,3600,7200";
     this.textBoxManualSkipSteps.TextChanged += new System.EventHandler(this.textBoxManualSkipSteps_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 225);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(135, 13);
     this.label1.TabIndex = 16;
     this.label1.Text     = "Define skip steps manually:";
     //
     // checkBoxStep16
     //
     this.checkBoxStep16.AutoSize  = true;
     this.checkBoxStep16.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep16.Location  = new System.Drawing.Point(210, 98);
     this.checkBoxStep16.Name      = "checkBoxStep16";
     this.checkBoxStep16.Size      = new System.Drawing.Size(56, 17);
     this.checkBoxStep16.TabIndex  = 15;
     this.checkBoxStep16.Text      = "+/- 3 h";
     this.checkBoxStep16.UseVisualStyleBackColor = true;
     this.checkBoxStep16.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep4
     //
     this.checkBoxStep4.AutoSize  = true;
     this.checkBoxStep4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep4.Location  = new System.Drawing.Point(15, 98);
     this.checkBoxStep4.Name      = "checkBoxStep4";
     this.checkBoxStep4.Size      = new System.Drawing.Size(73, 17);
     this.checkBoxStep4.TabIndex  = 3;
     this.checkBoxStep4.Text      = "+/- 45 sec";
     this.checkBoxStep4.UseVisualStyleBackColor = true;
     this.checkBoxStep4.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep15
     //
     this.checkBoxStep15.AutoSize   = true;
     this.checkBoxStep15.Checked    = true;
     this.checkBoxStep15.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep15.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep15.Location   = new System.Drawing.Point(210, 75);
     this.checkBoxStep15.Name       = "checkBoxStep15";
     this.checkBoxStep15.Size       = new System.Drawing.Size(56, 17);
     this.checkBoxStep15.TabIndex   = 14;
     this.checkBoxStep15.Text       = "+/- 2 h";
     this.checkBoxStep15.UseVisualStyleBackColor = true;
     this.checkBoxStep15.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep12
     //
     this.checkBoxStep12.AutoSize  = true;
     this.checkBoxStep12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep12.Location  = new System.Drawing.Point(113, 190);
     this.checkBoxStep12.Name      = "checkBoxStep12";
     this.checkBoxStep12.Size      = new System.Drawing.Size(72, 17);
     this.checkBoxStep12.TabIndex  = 11;
     this.checkBoxStep12.Text      = "+/- 45 min";
     this.checkBoxStep12.UseVisualStyleBackColor = true;
     this.checkBoxStep12.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep11
     //
     this.checkBoxStep11.AutoSize   = true;
     this.checkBoxStep11.Checked    = true;
     this.checkBoxStep11.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep11.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep11.Location   = new System.Drawing.Point(113, 167);
     this.checkBoxStep11.Name       = "checkBoxStep11";
     this.checkBoxStep11.Size       = new System.Drawing.Size(72, 17);
     this.checkBoxStep11.TabIndex   = 10;
     this.checkBoxStep11.Text       = "+/- 30 min";
     this.checkBoxStep11.UseVisualStyleBackColor = true;
     this.checkBoxStep11.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep10
     //
     this.checkBoxStep10.AutoSize   = true;
     this.checkBoxStep10.Checked    = true;
     this.checkBoxStep10.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep10.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep10.Location   = new System.Drawing.Point(113, 144);
     this.checkBoxStep10.Name       = "checkBoxStep10";
     this.checkBoxStep10.Size       = new System.Drawing.Size(72, 17);
     this.checkBoxStep10.TabIndex   = 9;
     this.checkBoxStep10.Text       = "+/- 15 min";
     this.checkBoxStep10.UseVisualStyleBackColor = true;
     this.checkBoxStep10.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep9
     //
     this.checkBoxStep9.AutoSize   = true;
     this.checkBoxStep9.Checked    = true;
     this.checkBoxStep9.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep9.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep9.Location   = new System.Drawing.Point(113, 121);
     this.checkBoxStep9.Name       = "checkBoxStep9";
     this.checkBoxStep9.Size       = new System.Drawing.Size(72, 17);
     this.checkBoxStep9.TabIndex   = 8;
     this.checkBoxStep9.Text       = "+/- 10 min";
     this.checkBoxStep9.UseVisualStyleBackColor = true;
     this.checkBoxStep9.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep5
     //
     this.checkBoxStep5.AutoSize   = true;
     this.checkBoxStep5.Checked    = true;
     this.checkBoxStep5.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep5.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep5.Location   = new System.Drawing.Point(113, 29);
     this.checkBoxStep5.Name       = "checkBoxStep5";
     this.checkBoxStep5.Size       = new System.Drawing.Size(66, 17);
     this.checkBoxStep5.TabIndex   = 4;
     this.checkBoxStep5.Text       = "+/- 1 min";
     this.checkBoxStep5.UseVisualStyleBackColor = true;
     this.checkBoxStep5.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep6
     //
     this.checkBoxStep6.AutoSize   = true;
     this.checkBoxStep6.Checked    = true;
     this.checkBoxStep6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep6.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep6.Location   = new System.Drawing.Point(113, 52);
     this.checkBoxStep6.Name       = "checkBoxStep6";
     this.checkBoxStep6.Size       = new System.Drawing.Size(66, 17);
     this.checkBoxStep6.TabIndex   = 5;
     this.checkBoxStep6.Text       = "+/- 3 min";
     this.checkBoxStep6.UseVisualStyleBackColor = true;
     this.checkBoxStep6.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep14
     //
     this.checkBoxStep14.AutoSize  = true;
     this.checkBoxStep14.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep14.Location  = new System.Drawing.Point(210, 52);
     this.checkBoxStep14.Name      = "checkBoxStep14";
     this.checkBoxStep14.Size      = new System.Drawing.Size(65, 17);
     this.checkBoxStep14.TabIndex  = 13;
     this.checkBoxStep14.Text      = "+/- 1,5 h";
     this.checkBoxStep14.UseVisualStyleBackColor = true;
     this.checkBoxStep14.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep8
     //
     this.checkBoxStep8.AutoSize  = true;
     this.checkBoxStep8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep8.Location  = new System.Drawing.Point(113, 98);
     this.checkBoxStep8.Name      = "checkBoxStep8";
     this.checkBoxStep8.Size      = new System.Drawing.Size(66, 17);
     this.checkBoxStep8.TabIndex  = 7;
     this.checkBoxStep8.Text      = "+/- 7 min";
     this.checkBoxStep8.UseVisualStyleBackColor = true;
     this.checkBoxStep8.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep13
     //
     this.checkBoxStep13.AutoSize   = true;
     this.checkBoxStep13.Checked    = true;
     this.checkBoxStep13.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep13.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep13.Location   = new System.Drawing.Point(210, 29);
     this.checkBoxStep13.Name       = "checkBoxStep13";
     this.checkBoxStep13.Size       = new System.Drawing.Size(56, 17);
     this.checkBoxStep13.TabIndex   = 12;
     this.checkBoxStep13.Text       = "+/- 1 h";
     this.checkBoxStep13.UseVisualStyleBackColor = true;
     this.checkBoxStep13.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep7
     //
     this.checkBoxStep7.AutoSize   = true;
     this.checkBoxStep7.Checked    = true;
     this.checkBoxStep7.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep7.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep7.Location   = new System.Drawing.Point(113, 75);
     this.checkBoxStep7.Name       = "checkBoxStep7";
     this.checkBoxStep7.Size       = new System.Drawing.Size(66, 17);
     this.checkBoxStep7.TabIndex   = 6;
     this.checkBoxStep7.Text       = "+/- 5 min";
     this.checkBoxStep7.UseVisualStyleBackColor = true;
     this.checkBoxStep7.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep3
     //
     this.checkBoxStep3.AutoSize   = true;
     this.checkBoxStep3.Checked    = true;
     this.checkBoxStep3.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep3.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep3.Location   = new System.Drawing.Point(15, 75);
     this.checkBoxStep3.Name       = "checkBoxStep3";
     this.checkBoxStep3.Size       = new System.Drawing.Size(73, 17);
     this.checkBoxStep3.TabIndex   = 2;
     this.checkBoxStep3.Text       = "+/- 30 sec";
     this.checkBoxStep3.UseVisualStyleBackColor = true;
     this.checkBoxStep3.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep2
     //
     this.checkBoxStep2.AutoSize   = true;
     this.checkBoxStep2.Checked    = true;
     this.checkBoxStep2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStep2.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep2.Location   = new System.Drawing.Point(15, 52);
     this.checkBoxStep2.Name       = "checkBoxStep2";
     this.checkBoxStep2.Size       = new System.Drawing.Size(73, 17);
     this.checkBoxStep2.TabIndex   = 1;
     this.checkBoxStep2.Text       = "+/- 15 sec";
     this.checkBoxStep2.UseVisualStyleBackColor = true;
     this.checkBoxStep2.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // checkBoxStep1
     //
     this.checkBoxStep1.AutoSize  = true;
     this.checkBoxStep1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStep1.Location  = new System.Drawing.Point(15, 29);
     this.checkBoxStep1.Name      = "checkBoxStep1";
     this.checkBoxStep1.Size      = new System.Drawing.Size(67, 17);
     this.checkBoxStep1.TabIndex  = 0;
     this.checkBoxStep1.Text      = "+/- 5 sec";
     this.checkBoxStep1.UseVisualStyleBackColor = true;
     this.checkBoxStep1.Click += new System.EventHandler(this.checkBoxStep_Click);
     //
     // GuiSkipSteps
     //
     this.Controls.Add(this.mpGroupBox1);
     this.Controls.Add(this.groupBoxTimeout);
     this.Controls.Add(this.buttonResetSkipSteps);
     this.Controls.Add(this.groupBoxSkipSteps);
     this.Name = "GuiSkipSteps";
     this.Size = new System.Drawing.Size(472, 476);
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox1.PerformLayout();
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.groupBoxTimeout.ResumeLayout(false);
     this.groupBoxTimeout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSkipTimeout)).EndInit();
     this.groupBoxSkipSteps.ResumeLayout(false);
     this.groupBoxSkipSteps.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 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(TVDebugOptions));
     this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpEnableRecordingFromTimeshiftCheckBox      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpUseRtspCheckBox      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpWarningLabel         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.radioButton1           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpMainToolTip          = new MediaPortal.UserInterface.Controls.MPToolTip();
     this.mpRtspPathsGroupBox    = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
     this.buttonRecordingPath    = new System.Windows.Forms.Button();
     this.mpLabel1            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelRecording    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
     this.textBoxRecording    = new System.Windows.Forms.TextBox();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.groupBoxSettings.SuspendLayout();
     this.mpRtspPathsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxSettings
     //
     this.groupBoxSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpEnableRecordingFromTimeshiftCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
     this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxSettings.Location  = new System.Drawing.Point(0, 0);
     this.groupBoxSettings.Name      = "groupBoxSettings";
     this.groupBoxSettings.Size      = new System.Drawing.Size(472, 158);
     this.groupBoxSettings.TabIndex  = 0;
     this.groupBoxSettings.TabStop   = false;
     this.groupBoxSettings.Text      = "Settings";
     //
     // mpDoNotAllowSlowMotionDuringZappingCheckBox
     //
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize  = true;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location  = new System.Drawing.Point(9, 70);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name      = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size      = new System.Drawing.Size(336, 17);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex  = 4;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text      =
         "Do not use slow motion to sync video to audio on channel change";
     this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox,
                                   "Selecting this will prevent live TV from playing video until video is in sync wit" +
                                   "h the audio, instead of playing video in slow motion");
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
     //
     // mpEnableRecordingFromTimeshiftCheckBox
     //
     this.mpEnableRecordingFromTimeshiftCheckBox.AutoSize  = true;
     this.mpEnableRecordingFromTimeshiftCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpEnableRecordingFromTimeshiftCheckBox.Location  = new System.Drawing.Point(9, 93);
     this.mpEnableRecordingFromTimeshiftCheckBox.Name      = "mpEnableRecordingFromTimeshiftCheckBox";
     this.mpEnableRecordingFromTimeshiftCheckBox.Size      = new System.Drawing.Size(269, 17);
     this.mpEnableRecordingFromTimeshiftCheckBox.TabIndex  = 3;
     this.mpEnableRecordingFromTimeshiftCheckBox.Text      = "Include timeshift buffer in \"Record Now\" recordings ";
     this.mpMainToolTip.SetToolTip(this.mpEnableRecordingFromTimeshiftCheckBox,
                                   "When enabled, \"Record Now\" will include in the recording the part of the current " +
                                   "program that has already been timeshifted, instead of starting the recording fro" +
                                   "m the live point.");
     this.mpEnableRecordingFromTimeshiftCheckBox.UseVisualStyleBackColor = true;
     //
     // mpUseRtspCheckBox
     //
     this.mpUseRtspCheckBox.AutoSize  = true;
     this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpUseRtspCheckBox.Location  = new System.Drawing.Point(9, 116);
     this.mpUseRtspCheckBox.Name      = "mpUseRtspCheckBox";
     this.mpUseRtspCheckBox.Size      = new System.Drawing.Size(144, 17);
     this.mpUseRtspCheckBox.TabIndex  = 1;
     this.mpUseRtspCheckBox.Text      = "-- Label defined in code --\r\n";
     this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
     this.mpUseRtspCheckBox.CheckedChanged         += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
     //
     // mpWarningLabel
     //
     this.mpWarningLabel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
     this.mpWarningLabel.Location  = new System.Drawing.Point(6, 16);
     this.mpWarningLabel.Name      = "mpWarningLabel";
     this.mpWarningLabel.Size      = new System.Drawing.Size(460, 51);
     this.mpWarningLabel.TabIndex  = 0;
     this.mpWarningLabel.Text      = "This section provides special/debugging settings that are not supported by the Te" +
                                     "am. Some of these settings are experimental. Do not alter any of the settings be" +
                                     "low unless you know what you are doing.";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // mpRtspPathsGroupBox
     //
     this.mpRtspPathsGroupBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording);
     this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRtspPathsGroupBox.Location  = new System.Drawing.Point(0, 164);
     this.mpRtspPathsGroupBox.Name      = "mpRtspPathsGroupBox";
     this.mpRtspPathsGroupBox.Size      = new System.Drawing.Size(472, 231);
     this.mpRtspPathsGroupBox.TabIndex  = 1;
     this.mpRtspPathsGroupBox.TabStop   = false;
     this.mpRtspPathsGroupBox.Text      = "Additional RTSP settings";
     //
     // buttonTimeshiftingPath
     //
     this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 98);
     this.buttonTimeshiftingPath.Name     = "buttonTimeshiftingPath";
     this.buttonTimeshiftingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonTimeshiftingPath.TabIndex = 6;
     this.buttonTimeshiftingPath.Text     = "browse";
     this.buttonTimeshiftingPath.UseVisualStyleBackColor = true;
     this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click);
     //
     // buttonRecordingPath
     //
     this.buttonRecordingPath.Location = new System.Drawing.Point(408, 49);
     this.buttonRecordingPath.Name     = "buttonRecordingPath";
     this.buttonRecordingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonRecordingPath.TabIndex = 5;
     this.buttonRecordingPath.Text     = "browse";
     this.buttonRecordingPath.UseVisualStyleBackColor = true;
     this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click);
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(30, 124);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(392, 104);
     this.mpLabel1.TabIndex = 4;
     this.mpLabel1.Text     = resources.GetString("mpLabel1.Text");
     //
     // mpLabelRecording
     //
     this.mpLabelRecording.AutoSize = true;
     this.mpLabelRecording.Location = new System.Drawing.Point(6, 32);
     this.mpLabelRecording.Name     = "mpLabelRecording";
     this.mpLabelRecording.Size     = new System.Drawing.Size(83, 13);
     this.mpLabelRecording.TabIndex = 3;
     this.mpLabelRecording.Text     = "Recording path:";
     //
     // mpLabelTimeshifting
     //
     this.mpLabelTimeshifting.AutoSize = true;
     this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 80);
     this.mpLabelTimeshifting.Name     = "mpLabelTimeshifting";
     this.mpLabelTimeshifting.Size     = new System.Drawing.Size(90, 13);
     this.mpLabelTimeshifting.TabIndex = 2;
     this.mpLabelTimeshifting.Text     = "Timeshifting path:";
     //
     // textBoxTimeshifting
     //
     this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 98);
     this.textBoxTimeshifting.Name     = "textBoxTimeshifting";
     this.textBoxTimeshifting.Size     = new System.Drawing.Size(398, 20);
     this.textBoxTimeshifting.TabIndex = 1;
     //
     // textBoxRecording
     //
     this.textBoxRecording.Location = new System.Drawing.Point(9, 50);
     this.textBoxRecording.Name     = "textBoxRecording";
     this.textBoxRecording.Size     = new System.Drawing.Size(398, 20);
     this.textBoxRecording.TabIndex = 0;
     //
     // folderBrowserDialog
     //
     this.folderBrowserDialog.Description         = "Select the appropriate network folder";
     this.folderBrowserDialog.ShowNewFolderButton = false;
     //
     // TVDebugOptions
     //
     this.Controls.Add(this.mpRtspPathsGroupBox);
     this.Controls.Add(this.groupBoxSettings);
     this.Name = "TVDebugOptions";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxSettings.ResumeLayout(false);
     this.groupBoxSettings.PerformLayout();
     this.mpRtspPathsGroupBox.ResumeLayout(false);
     this.mpRtspPathsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 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.groupBox1                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.kenburnsTextBox               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label3                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.transitionTextBox             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.durationTextBox               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.repeatSlideshowCheckBox       = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.autoShuffleCheckBox           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox2                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonKenBurns           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonRandom             = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonXFade              = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.groupBoxRotation              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxUsePicasa             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxUseExif               = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxViewSettings          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxEnableVideo           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxGroupDays             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxPlayVideosInSlideshow = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBoxRotation.SuspendLayout();
     this.groupBoxViewSettings.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.kenburnsTextBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.transitionTextBox);
     this.groupBox1.Controls.Add(this.durationTextBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.repeatSlideshowCheckBox);
     this.groupBox1.Controls.Add(this.autoShuffleCheckBox);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(0, 97);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(472, 160);
     this.groupBox1.TabIndex  = 1;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Slideshow Settings";
     //
     // kenburnsTextBox
     //
     this.kenburnsTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.kenburnsTextBox.BorderColor = System.Drawing.Color.Empty;
     this.kenburnsTextBox.Location    = new System.Drawing.Point(168, 68);
     this.kenburnsTextBox.Name        = "kenburnsTextBox";
     this.kenburnsTextBox.Size        = new System.Drawing.Size(288, 20);
     this.kenburnsTextBox.TabIndex    = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(91, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Ken Burns speed:";
     //
     // transitionTextBox
     //
     this.transitionTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.transitionTextBox.BorderColor = System.Drawing.Color.Empty;
     this.transitionTextBox.Location    = new System.Drawing.Point(168, 44);
     this.transitionTextBox.Name        = "transitionTextBox";
     this.transitionTextBox.Size        = new System.Drawing.Size(288, 20);
     this.transitionTextBox.TabIndex    = 3;
     //
     // durationTextBox
     //
     this.durationTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.durationTextBox.BorderColor = System.Drawing.Color.Empty;
     this.durationTextBox.Location    = new System.Drawing.Point(168, 20);
     this.durationTextBox.Name        = "durationTextBox";
     this.durationTextBox.Size        = new System.Drawing.Size(288, 20);
     this.durationTextBox.TabIndex    = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Transition (frames):";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(124, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Picture visible (seconds):";
     //
     // repeatSlideshowCheckBox
     //
     this.repeatSlideshowCheckBox.AutoSize  = true;
     this.repeatSlideshowCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.repeatSlideshowCheckBox.Location  = new System.Drawing.Point(16, 104);
     this.repeatSlideshowCheckBox.Name      = "repeatSlideshowCheckBox";
     this.repeatSlideshowCheckBox.Size      = new System.Drawing.Size(133, 17);
     this.repeatSlideshowCheckBox.TabIndex  = 6;
     this.repeatSlideshowCheckBox.Text      = "Repeat/loop slideshow";
     this.repeatSlideshowCheckBox.UseVisualStyleBackColor = true;
     //
     // autoShuffleCheckBox
     //
     this.autoShuffleCheckBox.AutoSize  = true;
     this.autoShuffleCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.autoShuffleCheckBox.Location  = new System.Drawing.Point(16, 128);
     this.autoShuffleCheckBox.Name      = "autoShuffleCheckBox";
     this.autoShuffleCheckBox.Size      = new System.Drawing.Size(129, 17);
     this.autoShuffleCheckBox.TabIndex  = 7;
     this.autoShuffleCheckBox.Text      = "Auto shuffle slideshow";
     this.autoShuffleCheckBox.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.radioButtonKenBurns);
     this.groupBox2.Controls.Add(this.radioButtonRandom);
     this.groupBox2.Controls.Add(this.radioButtonXFade);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(0, 0);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(472, 91);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Slideshow Transitions";
     //
     // radioButtonKenBurns
     //
     this.radioButtonKenBurns.AutoSize  = true;
     this.radioButtonKenBurns.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonKenBurns.Location  = new System.Drawing.Point(16, 23);
     this.radioButtonKenBurns.Name      = "radioButtonKenBurns";
     this.radioButtonKenBurns.Size      = new System.Drawing.Size(180, 17);
     this.radioButtonKenBurns.TabIndex  = 0;
     this.radioButtonKenBurns.Text      = "Use Ken Burns effect on pictures";
     this.radioButtonKenBurns.UseVisualStyleBackColor = true;
     //
     // radioButtonRandom
     //
     this.radioButtonRandom.AutoSize  = true;
     this.radioButtonRandom.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonRandom.Location  = new System.Drawing.Point(16, 44);
     this.radioButtonRandom.Name      = "radioButtonRandom";
     this.radioButtonRandom.Size      = new System.Drawing.Size(215, 17);
     this.radioButtonRandom.TabIndex  = 1;
     this.radioButtonRandom.Text      = "Use random transitions between pictures";
     this.radioButtonRandom.UseVisualStyleBackColor = true;
     //
     // radioButtonXFade
     //
     this.radioButtonXFade.AutoSize  = true;
     this.radioButtonXFade.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonXFade.Location  = new System.Drawing.Point(16, 65);
     this.radioButtonXFade.Name      = "radioButtonXFade";
     this.radioButtonXFade.Size      = new System.Drawing.Size(206, 17);
     this.radioButtonXFade.TabIndex  = 2;
     this.radioButtonXFade.Text      = "Use X-fade transition between pictures";
     this.radioButtonXFade.UseVisualStyleBackColor = true;
     //
     // groupBoxRotation
     //
     this.groupBoxRotation.Controls.Add(this.checkBoxUsePicasa);
     this.groupBoxRotation.Controls.Add(this.checkBoxUseExif);
     this.groupBoxRotation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxRotation.Location  = new System.Drawing.Point(0, 263);
     this.groupBoxRotation.Name      = "groupBoxRotation";
     this.groupBoxRotation.Size      = new System.Drawing.Size(472, 78);
     this.groupBoxRotation.TabIndex  = 2;
     this.groupBoxRotation.TabStop   = false;
     this.groupBoxRotation.Text      = "Rotation Settings";
     //
     // checkBoxUsePicasa
     //
     this.checkBoxUsePicasa.AutoSize  = true;
     this.checkBoxUsePicasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUsePicasa.Location  = new System.Drawing.Point(16, 47);
     this.checkBoxUsePicasa.Name      = "checkBoxUsePicasa";
     this.checkBoxUsePicasa.Size      = new System.Drawing.Size(330, 17);
     this.checkBoxUsePicasa.TabIndex  = 8;
     this.checkBoxUsePicasa.Text      = "Use Google Picasa.ini to determine the rotation (if file is available)";
     this.checkBoxUsePicasa.UseVisualStyleBackColor = true;
     //
     // checkBoxUseExif
     //
     this.checkBoxUseExif.AutoSize   = true;
     this.checkBoxUseExif.Checked    = true;
     this.checkBoxUseExif.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxUseExif.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUseExif.Location   = new System.Drawing.Point(16, 24);
     this.checkBoxUseExif.Name       = "checkBoxUseExif";
     this.checkBoxUseExif.Size       = new System.Drawing.Size(401, 17);
     this.checkBoxUseExif.TabIndex   = 7;
     this.checkBoxUseExif.Text       = "Use EXIF metadata to determine the rotation (might interfere with buggy viewers)";
     this.checkBoxUseExif.UseVisualStyleBackColor = true;
     //
     // groupBoxViewSettings
     //
     this.groupBoxViewSettings.Controls.Add(this.checkBoxPlayVideosInSlideshow);
     this.groupBoxViewSettings.Controls.Add(this.checkBoxEnableVideo);
     this.groupBoxViewSettings.Controls.Add(this.checkBoxGroupDays);
     this.groupBoxViewSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxViewSettings.Location  = new System.Drawing.Point(0, 347);
     this.groupBoxViewSettings.Name      = "groupBoxViewSettings";
     this.groupBoxViewSettings.Size      = new System.Drawing.Size(472, 96);
     this.groupBoxViewSettings.TabIndex  = 3;
     this.groupBoxViewSettings.TabStop   = false;
     this.groupBoxViewSettings.Text      = "View Settings";
     //
     // checkBoxEnableVideo
     //
     this.checkBoxEnableVideo.AutoSize  = true;
     this.checkBoxEnableVideo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxEnableVideo.Location  = new System.Drawing.Point(19, 47);
     this.checkBoxEnableVideo.Name      = "checkBoxEnableVideo";
     this.checkBoxEnableVideo.Size      = new System.Drawing.Size(260, 17);
     this.checkBoxEnableVideo.TabIndex  = 8;
     this.checkBoxEnableVideo.Text      = "Enable playing videos files made with your camera";
     this.checkBoxEnableVideo.UseVisualStyleBackColor = true;
     this.checkBoxEnableVideo.CheckedChanged         += new System.EventHandler(this.checkBoxEnableVideo_CheckedChanged);
     //
     // checkBoxGroupDays
     //
     this.checkBoxGroupDays.AutoSize  = true;
     this.checkBoxGroupDays.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxGroupDays.Location  = new System.Drawing.Point(19, 24);
     this.checkBoxGroupDays.Name      = "checkBoxGroupDays";
     this.checkBoxGroupDays.Size      = new System.Drawing.Size(379, 17);
     this.checkBoxGroupDays.TabIndex  = 7;
     this.checkBoxGroupDays.Text      = "Create a group for each day in date view (instead of showing the full month)";
     this.checkBoxGroupDays.UseVisualStyleBackColor = true;
     //
     // checkBoxPlayVideosInSlideshow
     //
     this.checkBoxPlayVideosInSlideshow.AutoSize  = true;
     this.checkBoxPlayVideosInSlideshow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxPlayVideosInSlideshow.Location  = new System.Drawing.Point(19, 70);
     this.checkBoxPlayVideosInSlideshow.Name      = "checkBoxPlayVideosInSlideshow";
     this.checkBoxPlayVideosInSlideshow.Size      = new System.Drawing.Size(143, 17);
     this.checkBoxPlayVideosInSlideshow.TabIndex  = 9;
     this.checkBoxPlayVideosInSlideshow.Text      = "Play videos in slideshows";
     this.checkBoxPlayVideosInSlideshow.UseVisualStyleBackColor = true;
     //
     // Pictures
     //
     this.Controls.Add(this.groupBoxViewSettings);
     this.Controls.Add(this.groupBoxRotation);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name = "Pictures";
     this.Size = new System.Drawing.Size(472, 446);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBoxRotation.ResumeLayout(false);
     this.groupBoxRotation.PerformLayout();
     this.groupBoxViewSettings.ResumeLayout(false);
     this.groupBoxViewSettings.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mpGroupBox2              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.AudioQuality             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonQualityLow    = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonQualityMedium = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonQualityGood   = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonQualityHigh   = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.SampleFrequency          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.AudioBitrate             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxFrequency        = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.comboBoxAudioBitrate     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.AudioMode                  = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonModeStereo      = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonModeDualChannel = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonModeMono        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonModeJointStereo = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpGroupBox1                = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.EncoderQuality             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.VideoFormat                = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxEncoderQuality     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.comboBoxVideoFormat        = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.AspectRatio                = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxAspectRatio        = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.FrameRate                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxFrameRate          = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpGroupBox2.SuspendLayout();
     this.AudioQuality.SuspendLayout();
     this.AudioMode.SuspendLayout();
     this.mpGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Controls.Add(this.AudioQuality);
     this.mpGroupBox2.Controls.Add(this.SampleFrequency);
     this.mpGroupBox2.Controls.Add(this.AudioBitrate);
     this.mpGroupBox2.Controls.Add(this.comboBoxFrequency);
     this.mpGroupBox2.Controls.Add(this.comboBoxAudioBitrate);
     this.mpGroupBox2.Controls.Add(this.AudioMode);
     this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox2.Location  = new System.Drawing.Point(6, 146);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new System.Drawing.Size(462, 202);
     this.mpGroupBox2.TabIndex  = 0;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "Audio Encoder Settings";
     //
     // AudioQuality
     //
     this.AudioQuality.Controls.Add(this.radioButtonQualityLow);
     this.AudioQuality.Controls.Add(this.radioButtonQualityMedium);
     this.AudioQuality.Controls.Add(this.radioButtonQualityGood);
     this.AudioQuality.Controls.Add(this.radioButtonQualityHigh);
     this.AudioQuality.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.AudioQuality.Location  = new System.Drawing.Point(223, 19);
     this.AudioQuality.Name      = "AudioQuality";
     this.AudioQuality.Size      = new System.Drawing.Size(224, 78);
     this.AudioQuality.TabIndex  = 14;
     this.AudioQuality.TabStop   = false;
     this.AudioQuality.Text      = "Audio Quality";
     //
     // radioButtonQualityLow
     //
     this.radioButtonQualityLow.AutoSize  = true;
     this.radioButtonQualityLow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonQualityLow.Location  = new System.Drawing.Point(135, 42);
     this.radioButtonQualityLow.Name      = "radioButtonQualityLow";
     this.radioButtonQualityLow.Size      = new System.Drawing.Size(44, 17);
     this.radioButtonQualityLow.TabIndex  = 9;
     this.radioButtonQualityLow.TabStop   = true;
     this.radioButtonQualityLow.Text      = "Low";
     this.radioButtonQualityLow.UseVisualStyleBackColor = true;
     this.radioButtonQualityLow.CheckedChanged         += new System.EventHandler(this.radioButtonQualityLow_CheckedChanged);
     //
     // radioButtonQualityMedium
     //
     this.radioButtonQualityMedium.AutoSize  = true;
     this.radioButtonQualityMedium.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonQualityMedium.Location  = new System.Drawing.Point(31, 42);
     this.radioButtonQualityMedium.Name      = "radioButtonQualityMedium";
     this.radioButtonQualityMedium.Size      = new System.Drawing.Size(61, 17);
     this.radioButtonQualityMedium.TabIndex  = 8;
     this.radioButtonQualityMedium.TabStop   = true;
     this.radioButtonQualityMedium.Text      = "Medium";
     this.radioButtonQualityMedium.UseVisualStyleBackColor = true;
     this.radioButtonQualityMedium.CheckedChanged         +=
         new System.EventHandler(this.radioButtonQualityMedium_CheckedChanged);
     //
     // radioButtonQualityGood
     //
     this.radioButtonQualityGood.AutoSize  = true;
     this.radioButtonQualityGood.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonQualityGood.Location  = new System.Drawing.Point(135, 19);
     this.radioButtonQualityGood.Name      = "radioButtonQualityGood";
     this.radioButtonQualityGood.Size      = new System.Drawing.Size(50, 17);
     this.radioButtonQualityGood.TabIndex  = 7;
     this.radioButtonQualityGood.TabStop   = true;
     this.radioButtonQualityGood.Text      = "Good";
     this.radioButtonQualityGood.UseVisualStyleBackColor = true;
     this.radioButtonQualityGood.CheckedChanged         += new System.EventHandler(this.radioButtonQualityGood_CheckedChanged);
     //
     // radioButtonQualityHigh
     //
     this.radioButtonQualityHigh.AutoSize  = true;
     this.radioButtonQualityHigh.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonQualityHigh.Location  = new System.Drawing.Point(31, 19);
     this.radioButtonQualityHigh.Name      = "radioButtonQualityHigh";
     this.radioButtonQualityHigh.Size      = new System.Drawing.Size(46, 17);
     this.radioButtonQualityHigh.TabIndex  = 4;
     this.radioButtonQualityHigh.TabStop   = true;
     this.radioButtonQualityHigh.Text      = "High";
     this.radioButtonQualityHigh.UseVisualStyleBackColor = true;
     this.radioButtonQualityHigh.CheckedChanged         += new System.EventHandler(this.radioButtonQualityHigh_CheckedChanged);
     //
     // SampleFrequency
     //
     this.SampleFrequency.AutoSize = true;
     this.SampleFrequency.Location = new System.Drawing.Point(7, 106);
     this.SampleFrequency.Name     = "SampleFrequency";
     this.SampleFrequency.Size     = new System.Drawing.Size(103, 13);
     this.SampleFrequency.TabIndex = 3;
     this.SampleFrequency.Text     = "Sampling Frequency";
     //
     // AudioBitrate
     //
     this.AudioBitrate.AutoSize = true;
     this.AudioBitrate.Location = new System.Drawing.Point(7, 32);
     this.AudioBitrate.Name     = "AudioBitrate";
     this.AudioBitrate.Size     = new System.Drawing.Size(140, 13);
     this.AudioBitrate.TabIndex = 2;
     this.AudioBitrate.Text     = "Audio Bitrate (kbits/s x1000)";
     //
     // comboBoxFrequency
     //
     this.comboBoxFrequency.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxFrequency.DropDownWidth = 125;
     this.comboBoxFrequency.Items.AddRange(new object[]
     {
         "From Source",
         "44.1 kHz",
         "48 kHz",
         "32 kHz"
     });
     this.comboBoxFrequency.Location              = new System.Drawing.Point(62, 135);
     this.comboBoxFrequency.Name                  = "comboBoxFrequency";
     this.comboBoxFrequency.Size                  = new System.Drawing.Size(125, 21);
     this.comboBoxFrequency.TabIndex              = 0;
     this.comboBoxFrequency.SelectedIndexChanged += new System.EventHandler(this.comboBoxFrequency_SelectedIndexChanged);
     //
     // comboBoxAudioBitrate
     //
     this.comboBoxAudioBitrate.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxAudioBitrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAudioBitrate.Items.AddRange(new object[]
     {
         "128",
         "160",
         "192",
         "224",
         "256",
         "320",
         "384"
     });
     this.comboBoxAudioBitrate.Location = new System.Drawing.Point(62, 57);
     this.comboBoxAudioBitrate.Name     = "comboBoxAudioBitrate";
     this.comboBoxAudioBitrate.Size     = new System.Drawing.Size(125, 21);
     this.comboBoxAudioBitrate.TabIndex = 1;
     //
     // AudioMode
     //
     this.AudioMode.Controls.Add(this.radioButtonModeStereo);
     this.AudioMode.Controls.Add(this.radioButtonModeDualChannel);
     this.AudioMode.Controls.Add(this.radioButtonModeMono);
     this.AudioMode.Controls.Add(this.radioButtonModeJointStereo);
     this.AudioMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.AudioMode.Location  = new System.Drawing.Point(223, 106);
     this.AudioMode.Name      = "AudioMode";
     this.AudioMode.Size      = new System.Drawing.Size(224, 79);
     this.AudioMode.TabIndex  = 15;
     this.AudioMode.TabStop   = false;
     this.AudioMode.Text      = "Audio Mode";
     //
     // radioButtonModeStereo
     //
     this.radioButtonModeStereo.AutoSize  = true;
     this.radioButtonModeStereo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonModeStereo.Location  = new System.Drawing.Point(31, 19);
     this.radioButtonModeStereo.Name      = "radioButtonModeStereo";
     this.radioButtonModeStereo.Size      = new System.Drawing.Size(55, 17);
     this.radioButtonModeStereo.TabIndex  = 10;
     this.radioButtonModeStereo.TabStop   = true;
     this.radioButtonModeStereo.Text      = "Stereo";
     this.radioButtonModeStereo.UseVisualStyleBackColor = true;
     this.radioButtonModeStereo.CheckedChanged         += new System.EventHandler(this.radioButtonModeStereo_CheckedChanged);
     //
     // radioButtonModeDualChannel
     //
     this.radioButtonModeDualChannel.AutoSize  = true;
     this.radioButtonModeDualChannel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonModeDualChannel.Location  = new System.Drawing.Point(31, 42);
     this.radioButtonModeDualChannel.Name      = "radioButtonModeDualChannel";
     this.radioButtonModeDualChannel.Size      = new System.Drawing.Size(88, 17);
     this.radioButtonModeDualChannel.TabIndex  = 12;
     this.radioButtonModeDualChannel.TabStop   = true;
     this.radioButtonModeDualChannel.Text      = "Dual Channel";
     this.radioButtonModeDualChannel.UseVisualStyleBackColor = true;
     this.radioButtonModeDualChannel.CheckedChanged         +=
         new System.EventHandler(this.radioButtonModeDualChannel_CheckedChanged);
     //
     // radioButtonModeMono
     //
     this.radioButtonModeMono.AutoSize  = true;
     this.radioButtonModeMono.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonModeMono.Location  = new System.Drawing.Point(135, 42);
     this.radioButtonModeMono.Name      = "radioButtonModeMono";
     this.radioButtonModeMono.Size      = new System.Drawing.Size(51, 17);
     this.radioButtonModeMono.TabIndex  = 13;
     this.radioButtonModeMono.TabStop   = true;
     this.radioButtonModeMono.Text      = "Mono";
     this.radioButtonModeMono.UseVisualStyleBackColor = true;
     this.radioButtonModeMono.CheckedChanged         += new System.EventHandler(this.radioButtonModeMono_CheckedChanged);
     //
     // radioButtonModeJointStereo
     //
     this.radioButtonModeJointStereo.AutoSize  = true;
     this.radioButtonModeJointStereo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonModeJointStereo.Location  = new System.Drawing.Point(135, 19);
     this.radioButtonModeJointStereo.Name      = "radioButtonModeJointStereo";
     this.radioButtonModeJointStereo.Size      = new System.Drawing.Size(80, 17);
     this.radioButtonModeJointStereo.TabIndex  = 11;
     this.radioButtonModeJointStereo.TabStop   = true;
     this.radioButtonModeJointStereo.Text      = "Joint Stereo";
     this.radioButtonModeJointStereo.UseVisualStyleBackColor = true;
     this.radioButtonModeJointStereo.CheckedChanged         +=
         new System.EventHandler(this.radioButtonModeJointStereo_CheckedChanged);
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.Controls.Add(this.EncoderQuality);
     this.mpGroupBox1.Controls.Add(this.VideoFormat);
     this.mpGroupBox1.Controls.Add(this.comboBoxEncoderQuality);
     this.mpGroupBox1.Controls.Add(this.comboBoxVideoFormat);
     this.mpGroupBox1.Controls.Add(this.AspectRatio);
     this.mpGroupBox1.Controls.Add(this.comboBoxAspectRatio);
     this.mpGroupBox1.Controls.Add(this.FrameRate);
     this.mpGroupBox1.Controls.Add(this.comboBoxFrameRate);
     this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox1.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new System.Drawing.Size(462, 143);
     this.mpGroupBox1.TabIndex  = 5;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "Video Encoder Settings";
     //
     // EncoderQuality
     //
     this.EncoderQuality.AutoSize = true;
     this.EncoderQuality.Location = new System.Drawing.Point(239, 83);
     this.EncoderQuality.Name     = "EncoderQuality";
     this.EncoderQuality.Size     = new System.Drawing.Size(82, 13);
     this.EncoderQuality.TabIndex = 11;
     this.EncoderQuality.Text     = "Encoder Quality";
     //
     // VideoFormat
     //
     this.VideoFormat.AutoSize = true;
     this.VideoFormat.Location = new System.Drawing.Point(239, 26);
     this.VideoFormat.Name     = "VideoFormat";
     this.VideoFormat.Size     = new System.Drawing.Size(69, 13);
     this.VideoFormat.TabIndex = 10;
     this.VideoFormat.Text     = "Video Format";
     //
     // comboBoxEncoderQuality
     //
     this.comboBoxEncoderQuality.BorderColor       = System.Drawing.Color.Empty;
     this.comboBoxEncoderQuality.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEncoderQuality.FormattingEnabled = true;
     this.comboBoxEncoderQuality.Items.AddRange(new object[]
     {
         "Low",
         "Medium",
         "High"
     });
     this.comboBoxEncoderQuality.Location              = new System.Drawing.Point(296, 105);
     this.comboBoxEncoderQuality.Name                  = "comboBoxEncoderQuality";
     this.comboBoxEncoderQuality.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxEncoderQuality.TabIndex              = 9;
     this.comboBoxEncoderQuality.SelectedIndexChanged +=
         new System.EventHandler(this.comboBoxEncoderQuality_SelectedIndexChanged);
     //
     // comboBoxVideoFormat
     //
     this.comboBoxVideoFormat.BorderColor       = System.Drawing.Color.Empty;
     this.comboBoxVideoFormat.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxVideoFormat.FormattingEnabled = true;
     this.comboBoxVideoFormat.Items.AddRange(new object[]
     {
         "NTSC",
         "PAL",
         "SECAM"
     });
     this.comboBoxVideoFormat.Location              = new System.Drawing.Point(296, 51);
     this.comboBoxVideoFormat.Name                  = "comboBoxVideoFormat";
     this.comboBoxVideoFormat.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxVideoFormat.TabIndex              = 8;
     this.comboBoxVideoFormat.SelectedIndexChanged +=
         new System.EventHandler(this.comboBoxVideoFormat_SelectedIndexChanged);
     //
     // AspectRatio
     //
     this.AspectRatio.AutoSize = true;
     this.AspectRatio.Location = new System.Drawing.Point(7, 83);
     this.AspectRatio.Name     = "AspectRatio";
     this.AspectRatio.Size     = new System.Drawing.Size(68, 13);
     this.AspectRatio.TabIndex = 7;
     this.AspectRatio.Text     = "Aspect Ratio";
     //
     // comboBoxAspectRatio
     //
     this.comboBoxAspectRatio.BorderColor       = System.Drawing.Color.Empty;
     this.comboBoxAspectRatio.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAspectRatio.FormattingEnabled = true;
     this.comboBoxAspectRatio.Items.AddRange(new object[]
     {
         "square",
         "4 : 3",
         "16 : 9"
     });
     this.comboBoxAspectRatio.Location              = new System.Drawing.Point(62, 105);
     this.comboBoxAspectRatio.Name                  = "comboBoxAspectRatio";
     this.comboBoxAspectRatio.Size                  = new System.Drawing.Size(125, 21);
     this.comboBoxAspectRatio.TabIndex              = 6;
     this.comboBoxAspectRatio.SelectedIndexChanged +=
         new System.EventHandler(this.comboBoxAspectRatio_SelectedIndexChanged);
     //
     // FrameRate
     //
     this.FrameRate.AutoSize = true;
     this.FrameRate.Location = new System.Drawing.Point(7, 26);
     this.FrameRate.Name     = "FrameRate";
     this.FrameRate.Size     = new System.Drawing.Size(62, 13);
     this.FrameRate.TabIndex = 5;
     this.FrameRate.Text     = "Frame Rate";
     //
     // comboBoxFrameRate
     //
     this.comboBoxFrameRate.BorderColor       = System.Drawing.Color.Empty;
     this.comboBoxFrameRate.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxFrameRate.FormattingEnabled = true;
     this.comboBoxFrameRate.Items.AddRange(new object[]
     {
         "25.00 fps",
         "29.97 fps"
     });
     this.comboBoxFrameRate.Location              = new System.Drawing.Point(62, 51);
     this.comboBoxFrameRate.Name                  = "comboBoxFrameRate";
     this.comboBoxFrameRate.Size                  = new System.Drawing.Size(125, 21);
     this.comboBoxFrameRate.TabIndex              = 4;
     this.comboBoxFrameRate.SelectedIndexChanged += new System.EventHandler(this.comboBoxFrameRate_SelectedIndexChanged);
     //
     // FiltersInterVideoEncoder
     //
     this.Controls.Add(this.mpGroupBox2);
     this.Controls.Add(this.mpGroupBox1);
     this.Name = "FiltersInterVideoEncoder";
     this.Size = new System.Drawing.Size(472, 408);
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.AudioQuality.ResumeLayout(false);
     this.AudioQuality.PerformLayout();
     this.AudioMode.ResumeLayout(false);
     this.AudioMode.PerformLayout();
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }