/// <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);
 }
Esempio n. 2
0
 // designer generated code
 private void InitializeComponent()
 {
     this.groupBoxVideoThumbs        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.bttnClearBlacklistedThumbs = new MediaPortal.UserInterface.Controls.MPButton();
     this.mpLabel1  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelRows = new MediaPortal.UserInterface.Controls.MPLabel();
     this.numericUpDownThumbRows = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.labelCol = new MediaPortal.UserInterface.Controls.MPLabel();
     this.numericUpDownThumbColumns   = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.checkBoxShareThumb          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buttonClearVideoThumbs      = new MediaPortal.UserInterface.Controls.MPButton();
     this.checkBoxVideoThumbs         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxPictureThumbs       = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.buttonClearPictureThumbs    = new MediaPortal.UserInterface.Controls.MPButton();
     this.checkBoxPicThumbOnDemand    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxMusicThumbs         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.buttonClearMusicCache       = new MediaPortal.UserInterface.Controls.MPButton();
     this.checkBoxFolderThumbOnDemand = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxThumbQuality        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelRecommendedCurrent     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelRecommendedHint        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelCurrentSmoothing       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelCurrentInterpolation   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelCurrentCompositing     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelCurrentResolution      = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelSmoothing     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelInterpolation = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelCompositing   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelResolution    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelHigh          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelLow           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelQualityHint   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.trackBarQuality    = new System.Windows.Forms.TrackBar();
     this.groupBoxVideoThumbs.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownThumbRows)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownThumbColumns)).BeginInit();
     this.groupBoxPictureThumbs.SuspendLayout();
     this.groupBoxMusicThumbs.SuspendLayout();
     this.groupBoxThumbQuality.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarQuality)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxVideoThumbs
     //
     this.groupBoxVideoThumbs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBoxVideoThumbs.Controls.Add(this.bttnClearBlacklistedThumbs);
     this.groupBoxVideoThumbs.Controls.Add(this.mpLabel1);
     this.groupBoxVideoThumbs.Controls.Add(this.labelRows);
     this.groupBoxVideoThumbs.Controls.Add(this.numericUpDownThumbRows);
     this.groupBoxVideoThumbs.Controls.Add(this.labelCol);
     this.groupBoxVideoThumbs.Controls.Add(this.numericUpDownThumbColumns);
     this.groupBoxVideoThumbs.Controls.Add(this.checkBoxShareThumb);
     this.groupBoxVideoThumbs.Controls.Add(this.buttonClearVideoThumbs);
     this.groupBoxVideoThumbs.Controls.Add(this.checkBoxVideoThumbs);
     this.groupBoxVideoThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxVideoThumbs.Location  = new System.Drawing.Point(6, 264);
     this.groupBoxVideoThumbs.Name      = "groupBoxVideoThumbs";
     this.groupBoxVideoThumbs.Size      = new System.Drawing.Size(462, 127);
     this.groupBoxVideoThumbs.TabIndex  = 7;
     this.groupBoxVideoThumbs.TabStop   = false;
     this.groupBoxVideoThumbs.Text      = "Videos thumbs";
     //
     // bttnClearBlacklistedThumbs
     //
     this.bttnClearBlacklistedThumbs.Location = new System.Drawing.Point(12, 92);
     this.bttnClearBlacklistedThumbs.Name     = "bttnClearBlacklistedThumbs";
     this.bttnClearBlacklistedThumbs.Size     = new System.Drawing.Size(178, 23);
     this.bttnClearBlacklistedThumbs.TabIndex = 14;
     this.bttnClearBlacklistedThumbs.Text     = "Clear Blacklisted thumbs";
     this.bttnClearBlacklistedThumbs.UseVisualStyleBackColor = true;
     this.bttnClearBlacklistedThumbs.Click += new System.EventHandler(this.bttnClearBlaclistedThumbs_Click);
     //
     // mpLabel1
     //
     this.mpLabel1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(255, 21);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(106, 13);
     this.mpLabel1.TabIndex = 13;
     this.mpLabel1.Text     = "Preview Appearance";
     //
     // labelRows
     //
     this.labelRows.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelRows.AutoSize = true;
     this.labelRows.Location = new System.Drawing.Point(255, 68);
     this.labelRows.Name     = "labelRows";
     this.labelRows.Size     = new System.Drawing.Size(81, 13);
     this.labelRows.TabIndex = 12;
     this.labelRows.Text     = "Number of rows";
     //
     // numericUpDownThumbRows
     //
     this.numericUpDownThumbRows.Location = new System.Drawing.Point(364, 66);
     this.numericUpDownThumbRows.Maximum  = new decimal(new int[]
     {
         3,
         0,
         0,
         0
     });
     this.numericUpDownThumbRows.Minimum = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     this.numericUpDownThumbRows.Name      = "numericUpDownThumbRows";
     this.numericUpDownThumbRows.Size      = new System.Drawing.Size(55, 20);
     this.numericUpDownThumbRows.TabIndex  = 11;
     this.numericUpDownThumbRows.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericUpDownThumbRows.Value     = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     //
     // labelCol
     //
     this.labelCol.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelCol.AutoSize = true;
     this.labelCol.Location = new System.Drawing.Point(255, 42);
     this.labelCol.Name     = "labelCol";
     this.labelCol.Size     = new System.Drawing.Size(98, 13);
     this.labelCol.TabIndex = 10;
     this.labelCol.Text     = "Number of columns";
     //
     // numericUpDownThumbColumns
     //
     this.numericUpDownThumbColumns.Location = new System.Drawing.Point(364, 40);
     this.numericUpDownThumbColumns.Maximum  = new decimal(new int[]
     {
         3,
         0,
         0,
         0
     });
     this.numericUpDownThumbColumns.Minimum = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     this.numericUpDownThumbColumns.Name      = "numericUpDownThumbColumns";
     this.numericUpDownThumbColumns.Size      = new System.Drawing.Size(55, 20);
     this.numericUpDownThumbColumns.TabIndex  = 3;
     this.numericUpDownThumbColumns.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericUpDownThumbColumns.Value     = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     //
     // checkBoxShareThumb
     //
     this.checkBoxShareThumb.AutoSize   = true;
     this.checkBoxShareThumb.Checked    = true;
     this.checkBoxShareThumb.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxShareThumb.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxShareThumb.Location   = new System.Drawing.Point(13, 40);
     this.checkBoxShareThumb.Name       = "checkBoxShareThumb";
     this.checkBoxShareThumb.Size       = new System.Drawing.Size(182, 17);
     this.checkBoxShareThumb.TabIndex   = 2;
     this.checkBoxShareThumb.Text       = "Leave a thumb in video folder";
     this.checkBoxShareThumb.UseVisualStyleBackColor = true;
     //
     // buttonClearVideoThumbs
     //
     this.buttonClearVideoThumbs.Location = new System.Drawing.Point(13, 63);
     this.buttonClearVideoThumbs.Name     = "buttonClearVideoThumbs";
     this.buttonClearVideoThumbs.Size     = new System.Drawing.Size(178, 23);
     this.buttonClearVideoThumbs.TabIndex = 1;
     this.buttonClearVideoThumbs.Text     = "Clear Videos thumbs";
     this.buttonClearVideoThumbs.UseVisualStyleBackColor = true;
     this.buttonClearVideoThumbs.Click += new System.EventHandler(this.buttonClearVideoThumbs_Click);
     //
     // checkBoxVideoThumbs
     //
     this.checkBoxVideoThumbs.AutoSize   = true;
     this.checkBoxVideoThumbs.Checked    = true;
     this.checkBoxVideoThumbs.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxVideoThumbs.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxVideoThumbs.Location   = new System.Drawing.Point(13, 19);
     this.checkBoxVideoThumbs.Name       = "checkBoxVideoThumbs";
     this.checkBoxVideoThumbs.Size       = new System.Drawing.Size(113, 17);
     this.checkBoxVideoThumbs.TabIndex   = 0;
     this.checkBoxVideoThumbs.Text       = "Autocreate thumbs";
     this.checkBoxVideoThumbs.UseVisualStyleBackColor = true;
     //
     // groupBoxPictureThumbs
     //
     this.groupBoxPictureThumbs.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxPictureThumbs.Controls.Add(this.buttonClearPictureThumbs);
     this.groupBoxPictureThumbs.Controls.Add(this.checkBoxPicThumbOnDemand);
     this.groupBoxPictureThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxPictureThumbs.Location  = new System.Drawing.Point(241, 185);
     this.groupBoxPictureThumbs.Name      = "groupBoxPictureThumbs";
     this.groupBoxPictureThumbs.Size      = new System.Drawing.Size(227, 74);
     this.groupBoxPictureThumbs.TabIndex  = 6;
     this.groupBoxPictureThumbs.TabStop   = false;
     this.groupBoxPictureThumbs.Text      = "Picture thumbs";
     //
     // buttonClearPictureThumbs
     //
     this.buttonClearPictureThumbs.Location = new System.Drawing.Point(14, 42);
     this.buttonClearPictureThumbs.Name     = "buttonClearPictureThumbs";
     this.buttonClearPictureThumbs.Size     = new System.Drawing.Size(178, 23);
     this.buttonClearPictureThumbs.TabIndex = 1;
     this.buttonClearPictureThumbs.Text     = "Clear picture cache";
     this.buttonClearPictureThumbs.UseVisualStyleBackColor = true;
     this.buttonClearPictureThumbs.Click += new System.EventHandler(this.buttonClearPictureThumbs_Click);
     //
     // checkBoxPicThumbOnDemand
     //
     this.checkBoxPicThumbOnDemand.AutoSize  = true;
     this.checkBoxPicThumbOnDemand.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxPicThumbOnDemand.Location  = new System.Drawing.Point(14, 19);
     this.checkBoxPicThumbOnDemand.Name      = "checkBoxPicThumbOnDemand";
     this.checkBoxPicThumbOnDemand.Size      = new System.Drawing.Size(164, 17);
     this.checkBoxPicThumbOnDemand.TabIndex  = 0;
     this.checkBoxPicThumbOnDemand.Text      = "Auto-create only small thumbs";
     this.checkBoxPicThumbOnDemand.UseVisualStyleBackColor = true;
     //
     // groupBoxMusicThumbs
     //
     this.groupBoxMusicThumbs.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBoxMusicThumbs.Controls.Add(this.buttonClearMusicCache);
     this.groupBoxMusicThumbs.Controls.Add(this.checkBoxFolderThumbOnDemand);
     this.groupBoxMusicThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxMusicThumbs.Location  = new System.Drawing.Point(6, 185);
     this.groupBoxMusicThumbs.Name      = "groupBoxMusicThumbs";
     this.groupBoxMusicThumbs.Size      = new System.Drawing.Size(227, 74);
     this.groupBoxMusicThumbs.TabIndex  = 5;
     this.groupBoxMusicThumbs.TabStop   = false;
     this.groupBoxMusicThumbs.Text      = "Music thumbs";
     //
     // buttonClearMusicCache
     //
     this.buttonClearMusicCache.Location = new System.Drawing.Point(13, 42);
     this.buttonClearMusicCache.Name     = "buttonClearMusicCache";
     this.buttonClearMusicCache.Size     = new System.Drawing.Size(178, 23);
     this.buttonClearMusicCache.TabIndex = 1;
     this.buttonClearMusicCache.Text     = "Delete all music thumbs";
     this.buttonClearMusicCache.UseVisualStyleBackColor = true;
     this.buttonClearMusicCache.Click += new System.EventHandler(this.buttonClearMusicCache_Click);
     //
     // checkBoxFolderThumbOnDemand
     //
     this.checkBoxFolderThumbOnDemand.AutoSize  = true;
     this.checkBoxFolderThumbOnDemand.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxFolderThumbOnDemand.Location  = new System.Drawing.Point(13, 19);
     this.checkBoxFolderThumbOnDemand.Name      = "checkBoxFolderThumbOnDemand";
     this.checkBoxFolderThumbOnDemand.Size      = new System.Drawing.Size(173, 17);
     this.checkBoxFolderThumbOnDemand.TabIndex  = 0;
     this.checkBoxFolderThumbOnDemand.Text      = "Create folder cache on demand";
     this.checkBoxFolderThumbOnDemand.UseVisualStyleBackColor = true;
     //
     // groupBoxThumbQuality
     //
     this.groupBoxThumbQuality.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.groupBoxThumbQuality.Controls.Add(this.labelRecommendedCurrent);
     this.groupBoxThumbQuality.Controls.Add(this.labelRecommendedHint);
     this.groupBoxThumbQuality.Controls.Add(this.labelCurrentSmoothing);
     this.groupBoxThumbQuality.Controls.Add(this.labelCurrentInterpolation);
     this.groupBoxThumbQuality.Controls.Add(this.labelCurrentCompositing);
     this.groupBoxThumbQuality.Controls.Add(this.labelCurrentResolution);
     this.groupBoxThumbQuality.Controls.Add(this.labelSmoothing);
     this.groupBoxThumbQuality.Controls.Add(this.labelInterpolation);
     this.groupBoxThumbQuality.Controls.Add(this.labelCompositing);
     this.groupBoxThumbQuality.Controls.Add(this.labelResolution);
     this.groupBoxThumbQuality.Controls.Add(this.labelHigh);
     this.groupBoxThumbQuality.Controls.Add(this.labelLow);
     this.groupBoxThumbQuality.Controls.Add(this.labelQualityHint);
     this.groupBoxThumbQuality.Controls.Add(this.trackBarQuality);
     this.groupBoxThumbQuality.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxThumbQuality.Location  = new System.Drawing.Point(6, 0);
     this.groupBoxThumbQuality.Name      = "groupBoxThumbQuality";
     this.groupBoxThumbQuality.Size      = new System.Drawing.Size(462, 179);
     this.groupBoxThumbQuality.TabIndex  = 4;
     this.groupBoxThumbQuality.TabStop   = false;
     this.groupBoxThumbQuality.Text      = "Quality settings";
     //
     // labelRecommendedCurrent
     //
     this.labelRecommendedCurrent.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelRecommendedCurrent.AutoSize = true;
     this.labelRecommendedCurrent.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                                     System.Drawing.FontStyle.Regular,
                                                                     System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRecommendedCurrent.Location = new System.Drawing.Point(27, 155);
     this.labelRecommendedCurrent.Name     = "labelRecommendedCurrent";
     this.labelRecommendedCurrent.Size     = new System.Drawing.Size(78, 13);
     this.labelRecommendedCurrent.TabIndex = 2;
     this.labelRecommendedCurrent.Text     = "LCDs, Plasmas";
     //
     // labelRecommendedHint
     //
     this.labelRecommendedHint.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelRecommendedHint.AutoSize = true;
     this.labelRecommendedHint.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                                  System.Drawing.FontStyle.Bold,
                                                                  System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRecommendedHint.Location = new System.Drawing.Point(27, 133);
     this.labelRecommendedHint.Name     = "labelRecommendedHint";
     this.labelRecommendedHint.Size     = new System.Drawing.Size(113, 13);
     this.labelRecommendedHint.TabIndex = 1;
     this.labelRecommendedHint.Text     = "Recommended for:";
     //
     // labelCurrentSmoothing
     //
     this.labelCurrentSmoothing.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelCurrentSmoothing.AutoSize = true;
     this.labelCurrentSmoothing.Location = new System.Drawing.Point(334, 134);
     this.labelCurrentSmoothing.Name     = "labelCurrentSmoothing";
     this.labelCurrentSmoothing.Size     = new System.Drawing.Size(64, 13);
     this.labelCurrentSmoothing.TabIndex = 13;
     this.labelCurrentSmoothing.Text     = "High Quality";
     //
     // labelCurrentInterpolation
     //
     this.labelCurrentInterpolation.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelCurrentInterpolation.AutoSize = true;
     this.labelCurrentInterpolation.Location = new System.Drawing.Point(334, 102);
     this.labelCurrentInterpolation.Name     = "labelCurrentInterpolation";
     this.labelCurrentInterpolation.Size     = new System.Drawing.Size(64, 13);
     this.labelCurrentInterpolation.TabIndex = 11;
     this.labelCurrentInterpolation.Text     = "High Quality";
     //
     // labelCurrentCompositing
     //
     this.labelCurrentCompositing.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelCurrentCompositing.AutoSize = true;
     this.labelCurrentCompositing.Location = new System.Drawing.Point(334, 71);
     this.labelCurrentCompositing.Name     = "labelCurrentCompositing";
     this.labelCurrentCompositing.Size     = new System.Drawing.Size(76, 13);
     this.labelCurrentCompositing.TabIndex = 9;
     this.labelCurrentCompositing.Text     = "Assume Linear";
     //
     // labelCurrentResolution
     //
     this.labelCurrentResolution.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelCurrentResolution.AutoSize = true;
     this.labelCurrentResolution.Location = new System.Drawing.Point(334, 41);
     this.labelCurrentResolution.Name     = "labelCurrentResolution";
     this.labelCurrentResolution.Size     = new System.Drawing.Size(55, 13);
     this.labelCurrentResolution.TabIndex = 7;
     this.labelCurrentResolution.Text     = "120 + 500";
     //
     // labelSmoothing
     //
     this.labelSmoothing.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelSmoothing.AutoSize = true;
     this.labelSmoothing.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold,
                                                            System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelSmoothing.Location = new System.Drawing.Point(252, 133);
     this.labelSmoothing.Name     = "labelSmoothing";
     this.labelSmoothing.Size     = new System.Drawing.Size(66, 13);
     this.labelSmoothing.TabIndex = 12;
     this.labelSmoothing.Text     = "Smoothing";
     //
     // labelInterpolation
     //
     this.labelInterpolation.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelInterpolation.AutoSize = true;
     this.labelInterpolation.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                                System.Drawing.FontStyle.Bold,
                                                                System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelInterpolation.Location = new System.Drawing.Point(252, 101);
     this.labelInterpolation.Name     = "labelInterpolation";
     this.labelInterpolation.Size     = new System.Drawing.Size(78, 13);
     this.labelInterpolation.TabIndex = 10;
     this.labelInterpolation.Text     = "Interpolation";
     //
     // labelCompositing
     //
     this.labelCompositing.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelCompositing.AutoSize = true;
     this.labelCompositing.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold,
                                                              System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCompositing.Location = new System.Drawing.Point(252, 70);
     this.labelCompositing.Name     = "labelCompositing";
     this.labelCompositing.Size     = new System.Drawing.Size(75, 13);
     this.labelCompositing.TabIndex = 8;
     this.labelCompositing.Text     = "Compositing";
     //
     // labelResolution
     //
     this.labelResolution.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelResolution.AutoSize = true;
     this.labelResolution.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold,
                                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelResolution.Location = new System.Drawing.Point(252, 40);
     this.labelResolution.Name     = "labelResolution";
     this.labelResolution.Size     = new System.Drawing.Size(67, 13);
     this.labelResolution.TabIndex = 6;
     this.labelResolution.Text     = "Resolution";
     //
     // labelHigh
     //
     this.labelHigh.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelHigh.AutoSize = true;
     this.labelHigh.Location = new System.Drawing.Point(194, 18);
     this.labelHigh.Name     = "labelHigh";
     this.labelHigh.Size     = new System.Drawing.Size(39, 13);
     this.labelHigh.TabIndex = 3;
     this.labelHigh.Text     = "Quality";
     //
     // labelLow
     //
     this.labelLow.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelLow.AutoSize = true;
     this.labelLow.Location = new System.Drawing.Point(194, 155);
     this.labelLow.Name     = "labelLow";
     this.labelLow.Size     = new System.Drawing.Size(38, 13);
     this.labelLow.TabIndex = 5;
     this.labelLow.Text     = "Speed";
     //
     // labelQualityHint
     //
     this.labelQualityHint.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelQualityHint.Location = new System.Drawing.Point(27, 28);
     this.labelQualityHint.Name     = "labelQualityHint";
     this.labelQualityHint.Size     = new System.Drawing.Size(163, 76);
     this.labelQualityHint.TabIndex = 0;
     this.labelQualityHint.Text     =
         "Depending on your display size \r\nyou might want to decrease \r\nthumbnail quality f" +
         "or faster \r\nthumbnail generation and \r\nbetter browsing / scrolling";
     //
     // trackBarQuality
     //
     this.trackBarQuality.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.trackBarQuality.LargeChange   = 2;
     this.trackBarQuality.Location      = new System.Drawing.Point(197, 35);
     this.trackBarQuality.Maximum       = 4;
     this.trackBarQuality.Name          = "trackBarQuality";
     this.trackBarQuality.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.trackBarQuality.Size          = new System.Drawing.Size(45, 116);
     this.trackBarQuality.TabIndex      = 4;
     this.trackBarQuality.Value         = 3;
     this.trackBarQuality.ValueChanged += new System.EventHandler(this.trackBarQuality_ValueChanged);
     //
     // GuiThumbs
     //
     this.Controls.Add(this.groupBoxVideoThumbs);
     this.Controls.Add(this.groupBoxPictureThumbs);
     this.Controls.Add(this.groupBoxMusicThumbs);
     this.Controls.Add(this.groupBoxThumbQuality);
     this.Name = "GuiThumbs";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxVideoThumbs.ResumeLayout(false);
     this.groupBoxVideoThumbs.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownThumbRows)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownThumbColumns)).EndInit();
     this.groupBoxPictureThumbs.ResumeLayout(false);
     this.groupBoxPictureThumbs.PerformLayout();
     this.groupBoxMusicThumbs.ResumeLayout(false);
     this.groupBoxMusicThumbs.PerformLayout();
     this.groupBoxThumbQuality.ResumeLayout(false);
     this.groupBoxThumbQuality.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarQuality)).EndInit();
     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. 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();
 }
 /// <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.disableAnimCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpLabel2            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.pow2texCheckBox     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpLabel1            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.subPicsAheadUpDown  = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
     this.textureComboBox     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label3      = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1      = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonClose = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonOK    = new MediaPortal.UserInterface.Controls.MPButton();
     this.posYUpDown  = new System.Windows.Forms.NumericUpDown();
     this.label2      = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.subPicsAheadUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.posYUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.posYUpDown);
     this.groupBox1.Controls.Add(this.disableAnimCheckBox);
     this.groupBox1.Controls.Add(this.mpLabel2);
     this.groupBox1.Controls.Add(this.pow2texCheckBox);
     this.groupBox1.Controls.Add(this.mpLabel1);
     this.groupBox1.Controls.Add(this.subPicsAheadUpDown);
     this.groupBox1.Controls.Add(this.textureComboBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(8, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(450, 151);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Options";
     //
     // disableAnimCheckBox
     //
     this.disableAnimCheckBox.AutoSize  = true;
     this.disableAnimCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.disableAnimCheckBox.Location  = new System.Drawing.Point(101, 96);
     this.disableAnimCheckBox.Name      = "disableAnimCheckBox";
     this.disableAnimCheckBox.Size      = new System.Drawing.Size(137, 17);
     this.disableAnimCheckBox.TabIndex  = 16;
     this.disableAnimCheckBox.Text      = "(Set for slow computers)";
     this.disableAnimCheckBox.UseVisualStyleBackColor = true;
     //
     // mpLabel2
     //
     this.mpLabel2.Location = new System.Drawing.Point(6, 98);
     this.mpLabel2.Name     = "mpLabel2";
     this.mpLabel2.Size     = new System.Drawing.Size(157, 22);
     this.mpLabel2.TabIndex = 15;
     this.mpLabel2.Text     = "Disable Animation:";
     //
     // pow2texCheckBox
     //
     this.pow2texCheckBox.AutoSize  = true;
     this.pow2texCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.pow2texCheckBox.Location  = new System.Drawing.Point(293, 63);
     this.pow2texCheckBox.Name      = "pow2texCheckBox";
     this.pow2texCheckBox.Size      = new System.Drawing.Size(139, 17);
     this.pow2texCheckBox.TabIndex  = 14;
     this.pow2texCheckBox.Text      = "Round to the power of 2";
     this.pow2texCheckBox.UseVisualStyleBackColor = true;
     //
     // mpLabel1
     //
     this.mpLabel1.Location = new System.Drawing.Point(293, 27);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(151, 37);
     this.mpLabel1.TabIndex = 13;
     this.mpLabel1.Text     = "Set to 0 to disable buffering (not recommended)";
     //
     // subPicsAheadUpDown
     //
     this.subPicsAheadUpDown.Location = new System.Drawing.Point(232, 30);
     this.subPicsAheadUpDown.Name     = "subPicsAheadUpDown";
     this.subPicsAheadUpDown.Size     = new System.Drawing.Size(41, 20);
     this.subPicsAheadUpDown.TabIndex = 12;
     this.subPicsAheadUpDown.Value    = new decimal(new int[]
     {
         3,
         0,
         0,
         0
     });
     //
     // textureComboBox
     //
     this.textureComboBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textureComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.textureComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.textureComboBox.Items.AddRange(new object[]
     {
         "Desktop",
         "Medium",
         "Low"
     });
     this.textureComboBox.Location = new System.Drawing.Point(169, 62);
     this.textureComboBox.Name     = "textureComboBox";
     this.textureComboBox.Size     = new System.Drawing.Size(104, 21);
     this.textureComboBox.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 65);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(157, 23);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Maximum texture resolution:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 30);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(220, 24);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Number of subpictures to buffer ahead:";
     //
     // buttonClose
     //
     this.buttonClose.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonClose.Location                = new System.Drawing.Point(383, 165);
     this.buttonClose.Name                    = "buttonClose";
     this.buttonClose.Size                    = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex                = 2;
     this.buttonClose.Text                    = "Close";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click                  += new System.EventHandler(this.closeButton_Click);
     //
     // buttonOK
     //
     this.buttonOK.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.Location = new System.Drawing.Point(302, 165);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex = 1;
     this.buttonOK.Text     = "OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.okButton_Click);
     //
     // posYUpDown
     //
     this.posYUpDown.Location = new System.Drawing.Point(232, 118);
     this.posYUpDown.Name     = "posYUpDown";
     this.posYUpDown.Size     = new System.Drawing.Size(41, 20);
     this.posYUpDown.TabIndex = 17;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 120);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(210, 13);
     this.label2.TabIndex = 18;
     this.label2.Text     = "Adjust subtitle height position (pixels down):";
     //
     // MpcHcSubsForm
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.buttonClose;
     this.ClientSize          = new System.Drawing.Size(466, 200);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MinimumSize     = new System.Drawing.Size(472, 212);
     this.Name            = "MpcHcSubsForm";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "MPC-HC advanced properties";
     this.Load           += new System.EventHandler(this.MpcHcSubsForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.subPicsAheadUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.posYUpDown)).EndInit();
     this.ResumeLayout(false);
 }