Exemplo n.º 1
0
 private void InitializeComponent()
 {
     this.btnAdvanced        = new MediaPortal.UserInterface.Controls.MPButton();
     this.cmbPort            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.btnTest            = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupShutdown      = new System.Windows.Forms.GroupBox();
     this.label11            = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.mpShutdown2        = new System.Windows.Forms.TextBox();
     this.mpShutdown1        = new System.Windows.Forms.TextBox();
     this.cbContrast         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbDisplayOff       = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.lblBrightness      = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbBrightness       = new System.Windows.Forms.TrackBar();
     this.btnTestDisplay     = new MediaPortal.UserInterface.Controls.MPButton();
     this.lblContrast        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbContrast         = new System.Windows.Forms.TrackBar();
     this.txtScrollDelay     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.gbGraphMode        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.txtPixelsToScroll  = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel5           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.ckForceGraphicText = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.txtFontSize        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel2           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtFont            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel1           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label8             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtTimG            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtRowsG           = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtColsG           = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label9             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label10            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabel3           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.gbTextMode         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpPrefixChar       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel6           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtCharsToScroll   = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel4           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label2             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.txtTim             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtRows            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.txtCols            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label4             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label7             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cmbType            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.cbLight            = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbPropertyBrowser  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.btnOK = new MediaPortal.UserInterface.Controls.MPButton();
     this.cbExtensiveLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpDisableGUISetup  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.btnCancel          = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupBox1.SuspendLayout();
     this.groupShutdown.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbBrightness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbContrast)).BeginInit();
     this.gbGraphMode.SuspendLayout();
     this.gbTextMode.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAdvanced
     //
     this.btnAdvanced.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdvanced.Location = new System.Drawing.Point(271, 41);
     this.btnAdvanced.Name     = "btnAdvanced";
     this.btnAdvanced.Size     = new System.Drawing.Size(88, 23);
     this.btnAdvanced.TabIndex = 70;
     this.btnAdvanced.Text     = "&Advanced";
     this.btnAdvanced.UseVisualStyleBackColor = true;
     this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click);
     //
     // cmbPort
     //
     this.cmbPort.BorderColor   = System.Drawing.Color.Empty;
     this.cmbPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPort.Items.AddRange(new object[]
     {
         "LPT1",
         "LPT2",
         "LPT3",
         "LPT4",
         "USB",
         "COM1",
         "COM2",
         "COM3",
         "COM4",
         "COM5",
         "COM6",
         "COM7",
         "COM8",
         "NONE",
         "localhost"
     });
     this.cmbPort.Location = new System.Drawing.Point(40, 42);
     this.cmbPort.Name     = "cmbPort";
     this.cmbPort.Size     = new System.Drawing.Size(64, 21);
     this.cmbPort.TabIndex = 20;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 42);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(32, 23);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Port";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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.btnTest);
     this.groupBox1.Controls.Add(this.groupShutdown);
     this.groupBox1.Controls.Add(this.cbContrast);
     this.groupBox1.Controls.Add(this.cbDisplayOff);
     this.groupBox1.Controls.Add(this.lblBrightness);
     this.groupBox1.Controls.Add(this.tbBrightness);
     this.groupBox1.Controls.Add(this.btnTestDisplay);
     this.groupBox1.Controls.Add(this.lblContrast);
     this.groupBox1.Controls.Add(this.tbContrast);
     this.groupBox1.Controls.Add(this.txtScrollDelay);
     this.groupBox1.Controls.Add(this.gbGraphMode);
     this.groupBox1.Controls.Add(this.mpLabel3);
     this.groupBox1.Controls.Add(this.gbTextMode);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.cmbType);
     this.groupBox1.Controls.Add(this.cbLight);
     this.groupBox1.Controls.Add(this.btnAdvanced);
     this.groupBox1.Controls.Add(this.cmbPort);
     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(373, 402);
     this.groupBox1.TabIndex  = 3;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Configuration";
     //
     // btnTest
     //
     this.btnTest.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTest.Location = new System.Drawing.Point(271, 348);
     this.btnTest.Name     = "btnTest";
     this.btnTest.Size     = new System.Drawing.Size(92, 48);
     this.btnTest.TabIndex = 83;
     this.btnTest.Text     = "Configuration Editor";
     this.btnTest.UseVisualStyleBackColor = true;
     this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
     //
     // groupShutdown
     //
     this.groupShutdown.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupShutdown.Controls.Add(this.label11);
     this.groupShutdown.Controls.Add(this.label6);
     this.groupShutdown.Controls.Add(this.mpShutdown2);
     this.groupShutdown.Controls.Add(this.mpShutdown1);
     this.groupShutdown.Location = new System.Drawing.Point(8, 331);
     this.groupShutdown.Name     = "groupShutdown";
     this.groupShutdown.Size     = new System.Drawing.Size(191, 65);
     this.groupShutdown.TabIndex = 76;
     this.groupShutdown.TabStop  = false;
     this.groupShutdown.Text     = " ShutDown Message ";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(6, 43);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(36, 13);
     this.label11.TabIndex = 79;
     this.label11.Text     = "Line 2";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 20);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 78;
     this.label6.Text     = "Line 1";
     //
     // mpShutdown2
     //
     this.mpShutdown2.Location = new System.Drawing.Point(46, 40);
     this.mpShutdown2.Name     = "mpShutdown2";
     this.mpShutdown2.Size     = new System.Drawing.Size(139, 20);
     this.mpShutdown2.TabIndex = 77;
     //
     // mpShutdown1
     //
     this.mpShutdown1.Location = new System.Drawing.Point(46, 17);
     this.mpShutdown1.Name     = "mpShutdown1";
     this.mpShutdown1.Size     = new System.Drawing.Size(139, 20);
     this.mpShutdown1.TabIndex = 76;
     //
     // cbContrast
     //
     this.cbContrast.AutoSize   = true;
     this.cbContrast.Checked    = true;
     this.cbContrast.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbContrast.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.cbContrast.Location   = new System.Drawing.Point(190, 265);
     this.cbContrast.Name       = "cbContrast";
     this.cbContrast.Size       = new System.Drawing.Size(98, 17);
     this.cbContrast.TabIndex   = 81;
     this.cbContrast.Text       = "Control contrast";
     this.cbContrast.UseVisualStyleBackColor = true;
     this.cbContrast.Visible = false;
     //
     // cbDisplayOff
     //
     this.cbDisplayOff.AutoSize  = true;
     this.cbDisplayOff.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbDisplayOff.Location  = new System.Drawing.Point(8, 234);
     this.cbDisplayOff.Name      = "cbDisplayOff";
     this.cbDisplayOff.Size      = new System.Drawing.Size(138, 17);
     this.cbDisplayOff.TabIndex  = 80;
     this.cbDisplayOff.Text      = "Turn OFF display on exit";
     this.cbDisplayOff.UseVisualStyleBackColor = true;
     this.cbDisplayOff.CheckedChanged         += new System.EventHandler(this.cbDisplayOff_CheckedChanged);
     //
     // lblBrightness
     //
     this.lblBrightness.Location = new System.Drawing.Point(16, 283);
     this.lblBrightness.Name     = "lblBrightness";
     this.lblBrightness.Size     = new System.Drawing.Size(96, 16);
     this.lblBrightness.TabIndex = 79;
     this.lblBrightness.Text     = "Brightness: ";
     //
     // tbBrightness
     //
     this.tbBrightness.Location      = new System.Drawing.Point(15, 299);
     this.tbBrightness.Maximum       = 255;
     this.tbBrightness.Name          = "tbBrightness";
     this.tbBrightness.Size          = new System.Drawing.Size(160, 45);
     this.tbBrightness.TabIndex      = 78;
     this.tbBrightness.TickFrequency = 8;
     this.tbBrightness.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.tbBrightness.Value         = 127;
     this.tbBrightness.ValueChanged += new System.EventHandler(this.tbBrightness_ValueChanged);
     //
     // btnTestDisplay
     //
     this.btnTestDisplay.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTestDisplay.Location = new System.Drawing.Point(179, 41);
     this.btnTestDisplay.Name     = "btnTestDisplay";
     this.btnTestDisplay.Size     = new System.Drawing.Size(88, 23);
     this.btnTestDisplay.TabIndex = 77;
     this.btnTestDisplay.Text     = "&Test Display";
     this.btnTestDisplay.UseVisualStyleBackColor = true;
     this.btnTestDisplay.Click += new System.EventHandler(this.btnTestDisplay_Click);
     //
     // lblContrast
     //
     this.lblContrast.Location = new System.Drawing.Point(187, 283);
     this.lblContrast.Name     = "lblContrast";
     this.lblContrast.Size     = new System.Drawing.Size(96, 16);
     this.lblContrast.TabIndex = 74;
     this.lblContrast.Text     = "Contrast:";
     //
     // tbContrast
     //
     this.tbContrast.Location      = new System.Drawing.Point(186, 299);
     this.tbContrast.Maximum       = 255;
     this.tbContrast.Name          = "tbContrast";
     this.tbContrast.Size          = new System.Drawing.Size(160, 45);
     this.tbContrast.TabIndex      = 73;
     this.tbContrast.TickFrequency = 8;
     this.tbContrast.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.tbContrast.Value         = 127;
     this.tbContrast.ValueChanged += new System.EventHandler(this.tbContrast_ValueChanged);
     //
     // txtScrollDelay
     //
     this.txtScrollDelay.BorderColor = System.Drawing.Color.Empty;
     this.txtScrollDelay.Location    = new System.Drawing.Point(96, 209);
     this.txtScrollDelay.Name        = "txtScrollDelay";
     this.txtScrollDelay.Size        = new System.Drawing.Size(48, 20);
     this.txtScrollDelay.TabIndex    = 52;
     this.txtScrollDelay.Text        = "300";
     //
     // gbGraphMode
     //
     this.gbGraphMode.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.gbGraphMode.Controls.Add(this.txtPixelsToScroll);
     this.gbGraphMode.Controls.Add(this.mpLabel5);
     this.gbGraphMode.Controls.Add(this.ckForceGraphicText);
     this.gbGraphMode.Controls.Add(this.txtFontSize);
     this.gbGraphMode.Controls.Add(this.mpLabel2);
     this.gbGraphMode.Controls.Add(this.txtFont);
     this.gbGraphMode.Controls.Add(this.mpLabel1);
     this.gbGraphMode.Controls.Add(this.label8);
     this.gbGraphMode.Controls.Add(this.txtTimG);
     this.gbGraphMode.Controls.Add(this.txtRowsG);
     this.gbGraphMode.Controls.Add(this.txtColsG);
     this.gbGraphMode.Controls.Add(this.label9);
     this.gbGraphMode.Controls.Add(this.label10);
     this.gbGraphMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.gbGraphMode.Location  = new System.Drawing.Point(168, 68);
     this.gbGraphMode.Name      = "gbGraphMode";
     this.gbGraphMode.Size      = new System.Drawing.Size(191, 188);
     this.gbGraphMode.TabIndex  = 72;
     this.gbGraphMode.TabStop   = false;
     this.gbGraphMode.Text      = "GraphMode";
     //
     // txtPixelsToScroll
     //
     this.txtPixelsToScroll.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPixelsToScroll.BorderColor = System.Drawing.Color.Empty;
     this.txtPixelsToScroll.Location    = new System.Drawing.Point(86, 135);
     this.txtPixelsToScroll.Name        = "txtPixelsToScroll";
     this.txtPixelsToScroll.Size        = new System.Drawing.Size(48, 20);
     this.txtPixelsToScroll.TabIndex    = 57;
     this.txtPixelsToScroll.Text        = "10";
     //
     // mpLabel5
     //
     this.mpLabel5.Location  = new System.Drawing.Point(8, 133);
     this.mpLabel5.Name      = "mpLabel5";
     this.mpLabel5.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel5.TabIndex  = 56;
     this.mpLabel5.Text      = "Pixels to scroll";
     this.mpLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ckForceGraphicText
     //
     this.ckForceGraphicText.AutoSize  = true;
     this.ckForceGraphicText.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.ckForceGraphicText.Location  = new System.Drawing.Point(11, 161);
     this.ckForceGraphicText.Name      = "ckForceGraphicText";
     this.ckForceGraphicText.Size      = new System.Drawing.Size(123, 17);
     this.ckForceGraphicText.TabIndex  = 55;
     this.ckForceGraphicText.Text      = "Force Graphical Text";
     this.ckForceGraphicText.UseVisualStyleBackColor = true;
     //
     // txtFontSize
     //
     this.txtFontSize.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFontSize.BorderColor = System.Drawing.Color.Empty;
     this.txtFontSize.Location    = new System.Drawing.Point(86, 110);
     this.txtFontSize.Name        = "txtFontSize";
     this.txtFontSize.Size        = new System.Drawing.Size(48, 20);
     this.txtFontSize.TabIndex    = 54;
     this.txtFontSize.Text        = "10";
     //
     // mpLabel2
     //
     this.mpLabel2.Location  = new System.Drawing.Point(8, 110);
     this.mpLabel2.Name      = "mpLabel2";
     this.mpLabel2.Size      = new System.Drawing.Size(64, 23);
     this.mpLabel2.TabIndex  = 53;
     this.mpLabel2.Text      = "Font Size";
     this.mpLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtFont
     //
     this.txtFont.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFont.BorderColor = System.Drawing.Color.Empty;
     this.txtFont.Location    = new System.Drawing.Point(86, 87);
     this.txtFont.Name        = "txtFont";
     this.txtFont.Size        = new System.Drawing.Size(99, 21);
     this.txtFont.TabIndex    = 52;
     this.txtFont.Text        = "Arial Black";
     //
     // mpLabel1
     //
     this.mpLabel1.Location  = new System.Drawing.Point(8, 87);
     this.mpLabel1.Name      = "mpLabel1";
     this.mpLabel1.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel1.TabIndex  = 51;
     this.mpLabel1.Text      = "Font";
     this.mpLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(8, 16);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(64, 23);
     this.label8.TabIndex  = 3;
     this.label8.Text      = "Columns";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTimG
     //
     this.txtTimG.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTimG.BorderColor = System.Drawing.Color.Empty;
     this.txtTimG.Location    = new System.Drawing.Point(86, 64);
     this.txtTimG.Name        = "txtTimG";
     this.txtTimG.Size        = new System.Drawing.Size(48, 20);
     this.txtTimG.TabIndex    = 50;
     this.txtTimG.Text        = "1";
     //
     // txtRowsG
     //
     this.txtRowsG.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRowsG.BorderColor = System.Drawing.Color.Empty;
     this.txtRowsG.Location    = new System.Drawing.Point(86, 40);
     this.txtRowsG.Name        = "txtRowsG";
     this.txtRowsG.Size        = new System.Drawing.Size(48, 20);
     this.txtRowsG.TabIndex    = 40;
     this.txtRowsG.Text        = "240";
     //
     // txtColsG
     //
     this.txtColsG.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtColsG.BorderColor = System.Drawing.Color.Empty;
     this.txtColsG.Location    = new System.Drawing.Point(86, 16);
     this.txtColsG.Name        = "txtColsG";
     this.txtColsG.Size        = new System.Drawing.Size(48, 20);
     this.txtColsG.TabIndex    = 30;
     this.txtColsG.Text        = "320";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(8, 64);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(80, 23);
     this.label9.TabIndex  = 5;
     this.label9.Text      = "Comm. Delay";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(8, 40);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(72, 23);
     this.label10.TabIndex  = 4;
     this.label10.Text      = "Rows";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mpLabel3
     //
     this.mpLabel3.Location  = new System.Drawing.Point(5, 207);
     this.mpLabel3.Name      = "mpLabel3";
     this.mpLabel3.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel3.TabIndex  = 51;
     this.mpLabel3.Text      = "Scroll Delay";
     this.mpLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // gbTextMode
     //
     this.gbTextMode.Controls.Add(this.mpPrefixChar);
     this.gbTextMode.Controls.Add(this.mpLabel6);
     this.gbTextMode.Controls.Add(this.txtCharsToScroll);
     this.gbTextMode.Controls.Add(this.mpLabel4);
     this.gbTextMode.Controls.Add(this.label2);
     this.gbTextMode.Controls.Add(this.txtTim);
     this.gbTextMode.Controls.Add(this.txtRows);
     this.gbTextMode.Controls.Add(this.txtCols);
     this.gbTextMode.Controls.Add(this.label4);
     this.gbTextMode.Controls.Add(this.label3);
     this.gbTextMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.gbTextMode.Location  = new System.Drawing.Point(8, 68);
     this.gbTextMode.Name      = "gbTextMode";
     this.gbTextMode.Size      = new System.Drawing.Size(152, 136);
     this.gbTextMode.TabIndex  = 71;
     this.gbTextMode.TabStop   = false;
     this.gbTextMode.Text      = "TextMode";
     //
     // mpPrefixChar
     //
     this.mpPrefixChar.BorderColor = System.Drawing.Color.Empty;
     this.mpPrefixChar.Location    = new System.Drawing.Point(88, 112);
     this.mpPrefixChar.Name        = "mpPrefixChar";
     this.mpPrefixChar.Size        = new System.Drawing.Size(48, 20);
     this.mpPrefixChar.TabIndex    = 56;
     this.mpPrefixChar.Visible     = false;
     //
     // mpLabel6
     //
     this.mpLabel6.Location  = new System.Drawing.Point(8, 112);
     this.mpLabel6.Name      = "mpLabel6";
     this.mpLabel6.Size      = new System.Drawing.Size(88, 23);
     this.mpLabel6.TabIndex  = 55;
     this.mpLabel6.Text      = "Line Prefix     0x";
     this.mpLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.mpLabel6.Visible   = false;
     //
     // txtCharsToScroll
     //
     this.txtCharsToScroll.BorderColor = System.Drawing.Color.Empty;
     this.txtCharsToScroll.Location    = new System.Drawing.Point(88, 87);
     this.txtCharsToScroll.Name        = "txtCharsToScroll";
     this.txtCharsToScroll.Size        = new System.Drawing.Size(48, 20);
     this.txtCharsToScroll.TabIndex    = 54;
     this.txtCharsToScroll.Text        = "1";
     //
     // mpLabel4
     //
     this.mpLabel4.Location  = new System.Drawing.Point(8, 87);
     this.mpLabel4.Name      = "mpLabel4";
     this.mpLabel4.Size      = new System.Drawing.Size(80, 23);
     this.mpLabel4.TabIndex  = 53;
     this.mpLabel4.Text      = "#Chars to scroll";
     this.mpLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Columns";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTim
     //
     this.txtTim.BorderColor = System.Drawing.Color.Empty;
     this.txtTim.Location    = new System.Drawing.Point(88, 64);
     this.txtTim.Name        = "txtTim";
     this.txtTim.Size        = new System.Drawing.Size(48, 20);
     this.txtTim.TabIndex    = 50;
     this.txtTim.Text        = "1";
     //
     // txtRows
     //
     this.txtRows.BorderColor = System.Drawing.Color.Empty;
     this.txtRows.Location    = new System.Drawing.Point(88, 40);
     this.txtRows.Name        = "txtRows";
     this.txtRows.Size        = new System.Drawing.Size(48, 20);
     this.txtRows.TabIndex    = 40;
     this.txtRows.Text        = "2";
     //
     // txtCols
     //
     this.txtCols.BorderColor  = System.Drawing.Color.Empty;
     this.txtCols.Location     = new System.Drawing.Point(88, 16);
     this.txtCols.Name         = "txtCols";
     this.txtCols.Size         = new System.Drawing.Size(48, 20);
     this.txtCols.TabIndex     = 30;
     this.txtCols.Text         = "16";
     this.txtCols.TextChanged += new System.EventHandler(this.txtCols_TextChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 64);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 23);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Comm. Delay";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 40);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Rows";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 16);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(32, 23);
     this.label7.TabIndex  = 11;
     this.label7.Text      = "Type";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbType
     //
     this.cmbType.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbType.BorderColor               = System.Drawing.Color.Empty;
     this.cmbType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Location                  = new System.Drawing.Point(40, 16);
     this.cmbType.Name                      = "cmbType";
     this.cmbType.Size                      = new System.Drawing.Size(319, 21);
     this.cmbType.Sorted                    = true;
     this.cmbType.TabIndex                  = 10;
     this.cmbType.SelectionChangeCommitted += new System.EventHandler(this.cmbType_SelectionChangeCommitted);
     //
     // cbLight
     //
     this.cbLight.AutoSize   = true;
     this.cbLight.Checked    = true;
     this.cbLight.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbLight.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.cbLight.Location   = new System.Drawing.Point(19, 265);
     this.cbLight.Name       = "cbLight";
     this.cbLight.Size       = new System.Drawing.Size(108, 17);
     this.cbLight.TabIndex   = 60;
     this.cbLight.Text       = "Control brightness";
     this.cbLight.UseVisualStyleBackColor = true;
     this.cbLight.Visible = false;
     //
     // cbPropertyBrowser
     //
     this.cbPropertyBrowser.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbPropertyBrowser.AutoSize  = true;
     this.cbPropertyBrowser.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbPropertyBrowser.Location  = new System.Drawing.Point(8, 447);
     this.cbPropertyBrowser.Name      = "cbPropertyBrowser";
     this.cbPropertyBrowser.Size      = new System.Drawing.Size(132, 17);
     this.cbPropertyBrowser.TabIndex  = 4;
     this.cbPropertyBrowser.Text      = "Show property browser";
     this.cbPropertyBrowser.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     this.btnOK.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(213, 435);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(78, 23);
     this.btnOK.TabIndex = 5;
     this.btnOK.Text     = "&OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // cbExtensiveLogging
     //
     this.cbExtensiveLogging.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbExtensiveLogging.AutoSize  = true;
     this.cbExtensiveLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbExtensiveLogging.Location  = new System.Drawing.Point(8, 430);
     this.cbExtensiveLogging.Name      = "cbExtensiveLogging";
     this.cbExtensiveLogging.Size      = new System.Drawing.Size(107, 17);
     this.cbExtensiveLogging.TabIndex  = 6;
     this.cbExtensiveLogging.Text      = "Extensive logging";
     this.cbExtensiveLogging.UseVisualStyleBackColor = true;
     //
     // mpDisableGUISetup
     //
     this.mpDisableGUISetup.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mpDisableGUISetup.AutoSize  = true;
     this.mpDisableGUISetup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpDisableGUISetup.Location  = new System.Drawing.Point(8, 413);
     this.mpDisableGUISetup.Name      = "mpDisableGUISetup";
     this.mpDisableGUISetup.Size      = new System.Drawing.Size(112, 17);
     this.mpDisableGUISetup.TabIndex  = 77;
     this.mpDisableGUISetup.Text      = "Disable GUI Setup";
     this.mpDisableGUISetup.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(297, 435);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(78, 23);
     this.btnCancel.TabIndex                = 78;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // SetupForm
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(389, 464);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.mpDisableGUISetup);
     this.Controls.Add(this.cbExtensiveLogging);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.cbPropertyBrowser);
     this.Controls.Add(this.groupBox1);
     this.Name          = "SetupForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "MiniDisplay - Setup";
     this.Load         += new System.EventHandler(this.SetupForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupShutdown.ResumeLayout(false);
     this.groupShutdown.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbBrightness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbContrast)).EndInit();
     this.gbGraphMode.ResumeLayout(false);
     this.gbGraphMode.PerformLayout();
     this.gbTextMode.ResumeLayout(false);
     this.gbTextMode.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditShareForm));
     this.groupBox1           = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpButtonLearnMacNow = new MediaPortal.UserInterface.Controls.MPButton();
     this.cbEnableWakeOnLan   = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbEachFolderIsMovie = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbCreateThumbs      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.labelCreateThumbs   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxPASV        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.comboBox1           = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label9 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxRemoteFolder = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label3              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label8              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxPort         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.textBoxPassword     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label7              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxLogin        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label6              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxServer       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label5              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxRemote      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.pinCodeTextBox      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label4              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.folderButton        = new MediaPortal.UserInterface.Controls.MPButton();
     this.folderTextBox       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.nameTextBox         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cancelButton        = new MediaPortal.UserInterface.Controls.MPButton();
     this.okButton            = new MediaPortal.UserInterface.Controls.MPButton();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.toolTipEditShare    = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     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.mpButtonLearnMacNow);
     this.groupBox1.Controls.Add(this.cbEnableWakeOnLan);
     this.groupBox1.Controls.Add(this.cbEachFolderIsMovie);
     this.groupBox1.Controls.Add(this.cbCreateThumbs);
     this.groupBox1.Controls.Add(this.labelCreateThumbs);
     this.groupBox1.Controls.Add(this.checkBoxPASV);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.textBoxRemoteFolder);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textBoxPort);
     this.groupBox1.Controls.Add(this.textBoxPassword);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textBoxLogin);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textBoxServer);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.checkBoxRemote);
     this.groupBox1.Controls.Add(this.pinCodeTextBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.folderButton);
     this.groupBox1.Controls.Add(this.folderTextBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.nameTextBox);
     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(408, 354);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Folder settings";
     this.groupBox1.Enter    += new System.EventHandler(this.groupBox1_Enter);
     //
     // mpButtonLearnMacNow
     //
     this.mpButtonLearnMacNow.Location = new System.Drawing.Point(251, 172);
     this.mpButtonLearnMacNow.Name     = "mpButtonLearnMacNow";
     this.mpButtonLearnMacNow.Size     = new System.Drawing.Size(141, 23);
     this.mpButtonLearnMacNow.TabIndex = 32;
     this.mpButtonLearnMacNow.Text     = "Learn MAC address now";
     this.mpButtonLearnMacNow.UseVisualStyleBackColor = true;
     this.mpButtonLearnMacNow.Click += new System.EventHandler(this.mpButton1_Click);
     //
     // cbEnableWakeOnLan
     //
     this.cbEnableWakeOnLan.AutoSize  = true;
     this.cbEnableWakeOnLan.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbEnableWakeOnLan.Location  = new System.Drawing.Point(16, 172);
     this.cbEnableWakeOnLan.Name      = "cbEnableWakeOnLan";
     this.cbEnableWakeOnLan.Size      = new System.Drawing.Size(127, 17);
     this.cbEnableWakeOnLan.TabIndex  = 31;
     this.cbEnableWakeOnLan.Text      = "Enable Wake On Lan";
     this.cbEnableWakeOnLan.UseVisualStyleBackColor = true;
     //
     // cbEachFolderIsMovie
     //
     this.cbEachFolderIsMovie.AutoSize  = true;
     this.cbEachFolderIsMovie.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbEachFolderIsMovie.Location  = new System.Drawing.Point(259, 140);
     this.cbEachFolderIsMovie.Name      = "cbEachFolderIsMovie";
     this.cbEachFolderIsMovie.Size      = new System.Drawing.Size(133, 17);
     this.cbEachFolderIsMovie.TabIndex  = 29;
     this.cbEachFolderIsMovie.Text      = "Dedicated movie folder";
     this.toolTipEditShare.SetToolTip(this.cbEachFolderIsMovie, resources.GetString("cbEachFolderIsMovie.ToolTip"));
     this.cbEachFolderIsMovie.UseVisualStyleBackColor = true;
     this.cbEachFolderIsMovie.Visible = false;
     //
     // cbCreateThumbs
     //
     this.cbCreateThumbs.AutoSize   = true;
     this.cbCreateThumbs.Checked    = true;
     this.cbCreateThumbs.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbCreateThumbs.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.cbCreateThumbs.Location   = new System.Drawing.Point(325, 43);
     this.cbCreateThumbs.Name       = "cbCreateThumbs";
     this.cbCreateThumbs.Size       = new System.Drawing.Size(13, 12);
     this.cbCreateThumbs.TabIndex   = 28;
     this.cbCreateThumbs.UseVisualStyleBackColor = true;
     this.cbCreateThumbs.Visible = false;
     //
     // labelCreateThumbs
     //
     this.labelCreateThumbs.Location = new System.Drawing.Point(293, 24);
     this.labelCreateThumbs.Name     = "labelCreateThumbs";
     this.labelCreateThumbs.Size     = new System.Drawing.Size(87, 16);
     this.labelCreateThumbs.TabIndex = 27;
     this.labelCreateThumbs.Text     = "Create Thumbs";
     this.labelCreateThumbs.Visible  = false;
     //
     // checkBoxPASV
     //
     this.checkBoxPASV.AutoSize  = true;
     this.checkBoxPASV.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxPASV.Location  = new System.Drawing.Point(343, 241);
     this.checkBoxPASV.Name      = "checkBoxPASV";
     this.checkBoxPASV.Size      = new System.Drawing.Size(52, 17);
     this.checkBoxPASV.TabIndex  = 26;
     this.checkBoxPASV.Text      = "PASV";
     this.checkBoxPASV.UseVisualStyleBackColor = true;
     this.checkBoxPASV.Visible = false;
     //
     // comboBox1
     //
     this.comboBox1.BorderColor   = System.Drawing.Color.Empty;
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "List",
         "Icons",
         "Big Icons",
         "Album",
         "Filmstrip",
         "Cover Flow"
     });
     this.comboBox1.Location = new System.Drawing.Point(16, 136);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(184, 21);
     this.comboBox1.TabIndex = 25;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(16, 120);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(75, 13);
     this.label9.TabIndex = 24;
     this.label9.Text     = "Default layout:";
     //
     // textBoxRemoteFolder
     //
     this.textBoxRemoteFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxRemoteFolder.BorderColor = System.Drawing.Color.Empty;
     this.textBoxRemoteFolder.Location    = new System.Drawing.Point(16, 320);
     this.textBoxRemoteFolder.Name        = "textBoxRemoteFolder";
     this.textBoxRemoteFolder.Size        = new System.Drawing.Size(381, 20);
     this.textBoxRemoteFolder.TabIndex    = 8;
     this.textBoxRemoteFolder.Text        = "/";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 304);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(168, 23);
     this.label3.TabIndex = 23;
     this.label3.Text     = "Folder on the remote ftp server";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(288, 222);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(68, 13);
     this.label8.TabIndex = 22;
     this.label8.Text     = "TCP/IP Port:";
     //
     // textBoxPort
     //
     this.textBoxPort.BorderColor = System.Drawing.Color.Empty;
     this.textBoxPort.Location    = new System.Drawing.Point(291, 240);
     this.textBoxPort.Name        = "textBoxPort";
     this.textBoxPort.Size        = new System.Drawing.Size(38, 20);
     this.textBoxPort.TabIndex    = 7;
     this.textBoxPort.Text        = "21";
     this.textBoxPort.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBoxPassword
     //
     this.textBoxPassword.BorderColor  = System.Drawing.Color.Empty;
     this.textBoxPassword.Location     = new System.Drawing.Point(213, 280);
     this.textBoxPassword.Name         = "textBoxPassword";
     this.textBoxPassword.PasswordChar = '*';
     this.textBoxPassword.Size         = new System.Drawing.Size(184, 20);
     this.textBoxPassword.TabIndex     = 6;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(213, 264);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(100, 16);
     this.label7.TabIndex = 19;
     this.label7.Text     = "Password:"******"textBoxLogin";
     this.textBoxLogin.Size        = new System.Drawing.Size(184, 20);
     this.textBoxLogin.TabIndex    = 5;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 264);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 16);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Login:"******"textBoxServer";
     this.textBoxServer.Size        = new System.Drawing.Size(263, 20);
     this.textBoxServer.TabIndex    = 4;
     this.textBoxServer.Text        = "127.0.0.1";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(16, 222);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(135, 13);
     this.label5.TabIndex = 15;
     this.label5.Text     = "FTP Server (without ftp://):";
     //
     // checkBoxRemote
     //
     this.checkBoxRemote.AutoSize  = true;
     this.checkBoxRemote.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxRemote.Location  = new System.Drawing.Point(16, 200);
     this.checkBoxRemote.Name      = "checkBoxRemote";
     this.checkBoxRemote.Size      = new System.Drawing.Size(153, 17);
     this.checkBoxRemote.TabIndex  = 3;
     this.checkBoxRemote.Text      = "This is a remote FTP Folder";
     this.checkBoxRemote.UseVisualStyleBackColor = true;
     this.checkBoxRemote.CheckedChanged         += new System.EventHandler(this.checkBoxRemote_CheckedChanged);
     //
     // pinCodeTextBox
     //
     this.pinCodeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.pinCodeTextBox.BorderColor = System.Drawing.Color.Empty;
     this.pinCodeTextBox.Location    = new System.Drawing.Point(216, 40);
     this.pinCodeTextBox.MaxLength   = 4;
     this.pinCodeTextBox.Name        = "pinCodeTextBox";
     this.pinCodeTextBox.Size        = new System.Drawing.Size(63, 20);
     this.pinCodeTextBox.TabIndex    = 1;
     this.pinCodeTextBox.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.pinCodeTextBox_KeyPress);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(216, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(63, 16);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Pin Code";
     //
     // folderButton
     //
     this.folderButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.folderButton.Location = new System.Drawing.Point(368, 88);
     this.folderButton.Name     = "folderButton";
     this.folderButton.Size     = new System.Drawing.Size(24, 20);
     this.folderButton.TabIndex = 3;
     this.folderButton.Text     = "...";
     this.folderButton.UseVisualStyleBackColor = true;
     this.folderButton.Click += new System.EventHandler(this.folderButton_Click);
     //
     // folderTextBox
     //
     this.folderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.folderTextBox.BorderColor  = System.Drawing.Color.Empty;
     this.folderTextBox.Location     = new System.Drawing.Point(16, 88);
     this.folderTextBox.Name         = "folderTextBox";
     this.folderTextBox.Size         = new System.Drawing.Size(344, 20);
     this.folderTextBox.TabIndex     = 2;
     this.folderTextBox.TextChanged += new System.EventHandler(this.folderTextBox_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(155, 13);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Media folder / optical disk drive";
     //
     // nameTextBox
     //
     this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.nameTextBox.BorderColor = System.Drawing.Color.Empty;
     this.nameTextBox.Location    = new System.Drawing.Point(16, 40);
     this.nameTextBox.Name        = "nameTextBox";
     this.nameTextBox.Size        = new System.Drawing.Size(184, 20);
     this.nameTextBox.TabIndex    = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Visual name";
     //
     // 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(342, 369);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 1;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click                  += new System.EventHandler(this.cancelButton_Click);
     //
     // 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(262, 369);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 0;
     this.okButton.Text     = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // EditShareForm
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(426, 402);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(424, 248);
     this.Name            = "EditShareForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Edit Folder";
     this.Load           += new System.EventHandler(this.EditShareForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox2                = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.comboDriveType           = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel3                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.resetButton              = new MediaPortal.UserInterface.Controls.MPButton();
     this.mpLabel2                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxExtensions        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel1                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonSelectFolder       = new MediaPortal.UserInterface.Controls.MPButton();
     this.comboDriveNo             = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.comboBoxDrive            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.textBoxDaemonTools       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label4                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label3                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxDaemonTools      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxAskBeforePlaying = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.comboDriveType);
     this.groupBox2.Controls.Add(this.mpLabel3);
     this.groupBox2.Controls.Add(this.resetButton);
     this.groupBox2.Controls.Add(this.mpLabel2);
     this.groupBox2.Controls.Add(this.textBoxExtensions);
     this.groupBox2.Controls.Add(this.mpLabel1);
     this.groupBox2.Controls.Add(this.buttonSelectFolder);
     this.groupBox2.Controls.Add(this.comboDriveNo);
     this.groupBox2.Controls.Add(this.comboBoxDrive);
     this.groupBox2.Controls.Add(this.textBoxDaemonTools);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.checkBoxDaemonTools);
     this.groupBox2.Controls.Add(this.checkBoxAskBeforePlaying);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(0, 0);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(472, 233);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Settings";
     //
     // comboDriveType
     //
     this.comboDriveType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.comboDriveType.BorderColor               = System.Drawing.Color.Empty;
     this.comboDriveType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDriveType.Location                  = new System.Drawing.Point(168, 118);
     this.comboDriveType.Name                      = "comboDriveType";
     this.comboDriveType.Size                      = new System.Drawing.Size(288, 21);
     this.comboDriveType.TabIndex                  = 14;
     this.comboDriveType.SelectionChangeCommitted += new System.EventHandler(this.comboDriveType_SelectionChangeCommitted);
     //
     // mpLabel3
     //
     this.mpLabel3.AutoSize = true;
     this.mpLabel3.Location = new System.Drawing.Point(16, 121);
     this.mpLabel3.Name     = "mpLabel3";
     this.mpLabel3.Size     = new System.Drawing.Size(62, 13);
     this.mpLabel3.TabIndex = 13;
     this.mpLabel3.Text     = "Drive Type:";
     //
     // resetButton
     //
     this.resetButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.resetButton.Location = new System.Drawing.Point(384, 152);
     this.resetButton.Name     = "resetButton";
     this.resetButton.Size     = new System.Drawing.Size(72, 50);
     this.resetButton.TabIndex = 12;
     this.resetButton.Text     = "Default";
     this.resetButton.UseVisualStyleBackColor = true;
     this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
     //
     // mpLabel2
     //
     this.mpLabel2.AutoSize = true;
     this.mpLabel2.Location = new System.Drawing.Point(16, 206);
     this.mpLabel2.Name     = "mpLabel2";
     this.mpLabel2.Size     = new System.Drawing.Size(367, 13);
     this.mpLabel2.TabIndex = 11;
     this.mpLabel2.Text     = "Supported tools: Windows native ISO, Virtual CloneDrive and Daemon Tools";
     //
     // textBoxExtensions
     //
     this.textBoxExtensions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxExtensions.BorderColor = System.Drawing.Color.Empty;
     this.textBoxExtensions.Location    = new System.Drawing.Point(168, 151);
     this.textBoxExtensions.Name        = "textBoxExtensions";
     this.textBoxExtensions.Size        = new System.Drawing.Size(208, 20);
     this.textBoxExtensions.TabIndex    = 10;
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(16, 155);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(96, 13);
     this.mpLabel1.TabIndex = 9;
     this.mpLabel1.Text     = "Supported Images:";
     //
     // buttonSelectFolder
     //
     this.buttonSelectFolder.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSelectFolder.Location = new System.Drawing.Point(384, 43);
     this.buttonSelectFolder.Name     = "buttonSelectFolder";
     this.buttonSelectFolder.Size     = new System.Drawing.Size(72, 22);
     this.buttonSelectFolder.TabIndex = 3;
     this.buttonSelectFolder.Text     = "Browse";
     this.buttonSelectFolder.UseVisualStyleBackColor = true;
     this.buttonSelectFolder.Click += new System.EventHandler(this.buttonSelectFolder_Click);
     //
     // comboDriveNo
     //
     this.comboDriveNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.comboDriveNo.BorderColor   = System.Drawing.Color.Empty;
     this.comboDriveNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDriveNo.Items.AddRange(new object[] {
         "0",
         "1",
         "2",
         "3"
     });
     this.comboDriveNo.Location = new System.Drawing.Point(168, 92);
     this.comboDriveNo.Name     = "comboDriveNo";
     this.comboDriveNo.Size     = new System.Drawing.Size(288, 21);
     this.comboDriveNo.TabIndex = 7;
     //
     // comboBoxDrive
     //
     this.comboBoxDrive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDrive.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDrive.Location      = new System.Drawing.Point(168, 68);
     this.comboBoxDrive.Name          = "comboBoxDrive";
     this.comboBoxDrive.Size          = new System.Drawing.Size(288, 21);
     this.comboBoxDrive.TabIndex      = 5;
     //
     // textBoxDaemonTools
     //
     this.textBoxDaemonTools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxDaemonTools.BorderColor = System.Drawing.Color.Empty;
     this.textBoxDaemonTools.Location    = new System.Drawing.Point(168, 44);
     this.textBoxDaemonTools.Name        = "textBoxDaemonTools";
     this.textBoxDaemonTools.Size        = new System.Drawing.Size(208, 20);
     this.textBoxDaemonTools.TabIndex    = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(16, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(75, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Drive Number:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(55, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Drive tool:";
     //
     // label1
     //
     this.label1.AutoSize    = true;
     this.label1.Location    = new System.Drawing.Point(16, 72);
     this.label1.Name        = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size        = new System.Drawing.Size(65, 13);
     this.label1.TabIndex    = 4;
     this.label1.Text        = "Virtual drive:";
     //
     // checkBoxDaemonTools
     //
     this.checkBoxDaemonTools.AutoSize  = true;
     this.checkBoxDaemonTools.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDaemonTools.Location  = new System.Drawing.Point(168, 20);
     this.checkBoxDaemonTools.Name      = "checkBoxDaemonTools";
     this.checkBoxDaemonTools.Size      = new System.Drawing.Size(127, 17);
     this.checkBoxDaemonTools.TabIndex  = 0;
     this.checkBoxDaemonTools.Text      = "Automount image files";
     this.checkBoxDaemonTools.UseVisualStyleBackColor = true;
     this.checkBoxDaemonTools.CheckedChanged         += new System.EventHandler(this.checkBoxDaemonTools_CheckedChanged);
     //
     // checkBoxAskBeforePlaying
     //
     this.checkBoxAskBeforePlaying.AutoSize  = true;
     this.checkBoxAskBeforePlaying.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAskBeforePlaying.Location  = new System.Drawing.Point(168, 180);
     this.checkBoxAskBeforePlaying.Name      = "checkBoxAskBeforePlaying";
     this.checkBoxAskBeforePlaying.Size      = new System.Drawing.Size(163, 17);
     this.checkBoxAskBeforePlaying.TabIndex  = 8;
     this.checkBoxAskBeforePlaying.Text      = "Ask before playing image files";
     this.checkBoxAskBeforePlaying.UseVisualStyleBackColor = true;
     //
     // GeneralDaemonTools
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.groupBox2);
     this.Name = "GeneralDaemonTools";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralDynamicRefreshRate));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBoxRR         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.defaultHz          = new System.Windows.Forms.ComboBox();
     this.mpButtonDefault    = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonRemove       = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonAdd          = new MediaPortal.UserInterface.Controls.MPButton();
     this.lblDescription     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.dataGridViewRR     = new System.Windows.Forms.DataGridView();
     this.chkUseDefaultRR    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.chkForceRR         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.chkUseDeviceReset  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.chkNotifyOnRR      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.chkEnableDynamicRR = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.linkLabelWiki      = new System.Windows.Forms.LinkLabel();
     this.gridColType        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gridColFramerates  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gridColRR          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gridColAction      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBoxRR.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRR)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxRR
     //
     this.groupBoxRR.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.groupBoxRR.Controls.Add(this.defaultHz);
     this.groupBoxRR.Controls.Add(this.mpButtonDefault);
     this.groupBoxRR.Controls.Add(this.buttonRemove);
     this.groupBoxRR.Controls.Add(this.buttonAdd);
     this.groupBoxRR.Controls.Add(this.lblDescription);
     this.groupBoxRR.Controls.Add(this.dataGridViewRR);
     this.groupBoxRR.Controls.Add(this.chkUseDefaultRR);
     this.groupBoxRR.Controls.Add(this.chkForceRR);
     this.groupBoxRR.Controls.Add(this.chkUseDeviceReset);
     this.groupBoxRR.Controls.Add(this.chkNotifyOnRR);
     this.groupBoxRR.Controls.Add(this.chkEnableDynamicRR);
     this.groupBoxRR.Controls.Add(this.linkLabelWiki);
     this.groupBoxRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxRR.Location  = new System.Drawing.Point(6, 0);
     this.groupBoxRR.Name      = "groupBoxRR";
     this.groupBoxRR.Size      = new System.Drawing.Size(462, 402);
     this.groupBoxRR.TabIndex  = 7;
     this.groupBoxRR.TabStop   = false;
     this.groupBoxRR.Text      = "Dynamic Refresh Rate Setup";
     //
     // defaultHz
     //
     this.defaultHz.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultHz.FormattingEnabled = true;
     this.defaultHz.Location          = new System.Drawing.Point(159, 370);
     this.defaultHz.Name                  = "defaultHz";
     this.defaultHz.Size                  = new System.Drawing.Size(97, 21);
     this.defaultHz.TabIndex              = 23;
     this.defaultHz.SelectedIndexChanged += new System.EventHandler(this.defaultHz_SelectedIndexChanged);
     //
     // mpButtonDefault
     //
     this.mpButtonDefault.Location = new System.Drawing.Point(147, 335);
     this.mpButtonDefault.Name     = "mpButtonDefault";
     this.mpButtonDefault.Size     = new System.Drawing.Size(58, 23);
     this.mpButtonDefault.TabIndex = 22;
     this.mpButtonDefault.Text     = "Default";
     this.mpButtonDefault.UseVisualStyleBackColor = true;
     this.mpButtonDefault.Click += new System.EventHandler(this.mpButtonDefault_Click);
     //
     // buttonRemove
     //
     this.buttonRemove.Location = new System.Drawing.Point(83, 335);
     this.buttonRemove.Name     = "buttonRemove";
     this.buttonRemove.Size     = new System.Drawing.Size(58, 23);
     this.buttonRemove.TabIndex = 21;
     this.buttonRemove.Text     = "Remove";
     this.buttonRemove.UseVisualStyleBackColor = true;
     this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
     //
     // buttonAdd
     //
     this.buttonAdd.Location = new System.Drawing.Point(19, 335);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.Size     = new System.Drawing.Size(58, 23);
     this.buttonAdd.TabIndex = 20;
     this.buttonAdd.Text     = "Add";
     this.buttonAdd.UseVisualStyleBackColor = true;
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // lblDescription
     //
     this.lblDescription.AutoSize = true;
     this.lblDescription.Location = new System.Drawing.Point(16, 24);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(414, 130);
     this.lblDescription.TabIndex = 18;
     this.lblDescription.Text     = resources.GetString("lblDescription.Text");
     //
     // dataGridViewRR
     //
     this.dataGridViewRR.AllowUserToAddRows    = false;
     this.dataGridViewRR.AllowUserToDeleteRows = false;
     this.dataGridViewRR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridViewRR.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.dataGridViewRR.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
     this.dataGridViewRR.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewRR.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.gridColType,
         this.gridColFramerates,
         this.gridColRR,
         this.gridColAction
     });
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewRR.DefaultCellStyle      = dataGridViewCellStyle1;
     this.dataGridViewRR.Location              = new System.Drawing.Point(19, 214);
     this.dataGridViewRR.Name = "dataGridViewRR";
     this.dataGridViewRR.RowHeadersVisible = false;
     this.dataGridViewRR.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridViewRR.Size              = new System.Drawing.Size(434, 115);
     this.dataGridViewRR.TabIndex          = 17;
     this.dataGridViewRR.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewRR_CellValueChanged);
     //
     // chkUseDefaultRR
     //
     this.chkUseDefaultRR.AutoSize  = true;
     this.chkUseDefaultRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkUseDefaultRR.Location  = new System.Drawing.Point(19, 371);
     this.chkUseDefaultRR.Name      = "chkUseDefaultRR";
     this.chkUseDefaultRR.Size      = new System.Drawing.Size(137, 17);
     this.chkUseDefaultRR.TabIndex  = 15;
     this.chkUseDefaultRR.Text      = "Use default refresh rate:";
     this.chkUseDefaultRR.UseVisualStyleBackColor = true;
     this.chkUseDefaultRR.CheckedChanged         += new System.EventHandler(this.chkUseDefaultRR_CheckedChanged);
     //
     // chkForceRR
     //
     this.chkForceRR.AutoSize  = true;
     this.chkForceRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkForceRR.Location  = new System.Drawing.Point(237, 191);
     this.chkForceRR.Name      = "chkForceRR";
     this.chkForceRR.Size      = new System.Drawing.Size(149, 17);
     this.chkForceRR.TabIndex  = 14;
     this.chkForceRR.Text      = "Force refresh rate change.";
     this.chkForceRR.UseVisualStyleBackColor = true;
     //
     // chkUseDeviceReset
     //
     this.chkUseDeviceReset.AutoSize  = true;
     this.chkUseDeviceReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkUseDeviceReset.Location  = new System.Drawing.Point(237, 168);
     this.chkUseDeviceReset.Name      = "chkUseDeviceReset";
     this.chkUseDeviceReset.Size      = new System.Drawing.Size(107, 17);
     this.chkUseDeviceReset.TabIndex  = 13;
     this.chkUseDeviceReset.Text      = "Use device reset.";
     this.chkUseDeviceReset.UseVisualStyleBackColor = true;
     //
     // chkNotifyOnRR
     //
     this.chkNotifyOnRR.AutoSize  = true;
     this.chkNotifyOnRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkNotifyOnRR.Location  = new System.Drawing.Point(19, 191);
     this.chkNotifyOnRR.Name      = "chkNotifyOnRR";
     this.chkNotifyOnRR.Size      = new System.Drawing.Size(203, 17);
     this.chkNotifyOnRR.TabIndex  = 12;
     this.chkNotifyOnRR.Text      = "Notify (popup) on refresh rate change.";
     this.chkNotifyOnRR.UseVisualStyleBackColor = true;
     //
     // chkEnableDynamicRR
     //
     this.chkEnableDynamicRR.AutoSize  = true;
     this.chkEnableDynamicRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkEnableDynamicRR.Location  = new System.Drawing.Point(19, 168);
     this.chkEnableDynamicRR.Name      = "chkEnableDynamicRR";
     this.chkEnableDynamicRR.Size      = new System.Drawing.Size(206, 17);
     this.chkEnableDynamicRR.TabIndex  = 11;
     this.chkEnableDynamicRR.Text      = "Enable Dynamic Refresh Rate Control.";
     this.chkEnableDynamicRR.UseVisualStyleBackColor = true;
     this.chkEnableDynamicRR.CheckedChanged         += new System.EventHandler(this.chkEnableDynamicRR_CheckedChanged);
     //
     // linkLabelWiki
     //
     this.linkLabelWiki.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabelWiki.AutoSize     = true;
     this.linkLabelWiki.Location     = new System.Drawing.Point(341, 373);
     this.linkLabelWiki.Name         = "linkLabelWiki";
     this.linkLabelWiki.Size         = new System.Drawing.Size(112, 13);
     this.linkLabelWiki.TabIndex     = 10;
     this.linkLabelWiki.TabStop      = true;
     this.linkLabelWiki.Text         = "more info in the wiki ...";
     this.linkLabelWiki.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelWiki_LinkClicked);
     //
     // gridColType
     //
     this.gridColType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.gridColType.Frozen       = true;
     this.gridColType.HeaderText   = "Name";
     this.gridColType.MinimumWidth = 80;
     this.gridColType.Name         = "gridColType";
     this.gridColType.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.gridColType.Width        = 80;
     //
     // gridColFramerates
     //
     this.gridColFramerates.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.gridColFramerates.HeaderText   = "Frame rate(s)";
     this.gridColFramerates.MinimumWidth = 74;
     this.gridColFramerates.Name         = "gridColFramerates";
     this.gridColFramerates.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.gridColFramerates.Width        = 74;
     //
     // gridColRR
     //
     this.gridColRR.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.gridColRR.HeaderText   = "Refresh rate";
     this.gridColRR.MinimumWidth = 71;
     this.gridColRR.Name         = "gridColRR";
     this.gridColRR.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.gridColRR.Width        = 71;
     //
     // gridColAction
     //
     this.gridColAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.gridColAction.HeaderText   = "Action";
     this.gridColAction.MinimumWidth = 195;
     this.gridColAction.Name         = "gridColAction";
     this.gridColAction.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.gridColAction.Width        = 195;
     //
     // GeneralDynamicRefreshRate
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.groupBoxRR);
     this.Name = "GeneralDynamicRefreshRate";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxRR.ResumeLayout(false);
     this.groupBoxRR.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRR)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1                 = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.IRDelayTextBox            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.IRDelayLabel              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.browsePathToWinlircButton = new MediaPortal.UserInterface.Controls.MPButton();
     this.pathToWinlircTextBox      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.PathToWinlircLabel        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.inputCheckBox             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox2                 = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.infoTextBox               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.openFileDialog1           = new System.Windows.Forms.OpenFileDialog();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.IRDelayTextBox);
     this.groupBox1.Controls.Add(this.IRDelayLabel);
     this.groupBox1.Controls.Add(this.browsePathToWinlircButton);
     this.groupBox1.Controls.Add(this.pathToWinlircTextBox);
     this.groupBox1.Controls.Add(this.PathToWinlircLabel);
     this.groupBox1.Controls.Add(this.inputCheckBox);
     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, 112);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "General settings";
     //
     // IRDelayTextBox
     //
     this.IRDelayTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.IRDelayTextBox.BorderColor = System.Drawing.Color.Empty;
     this.IRDelayTextBox.Location    = new System.Drawing.Point(168, 76);
     this.IRDelayTextBox.Name        = "IRDelayTextBox";
     this.IRDelayTextBox.Size        = new System.Drawing.Size(278, 20);
     this.IRDelayTextBox.TabIndex    = 5;
     this.IRDelayTextBox.Text        = "300";
     //
     // IRDelayLabel
     //
     this.IRDelayLabel.Location = new System.Drawing.Point(16, 80);
     this.IRDelayLabel.Name     = "IRDelayLabel";
     this.IRDelayLabel.Size     = new System.Drawing.Size(88, 16);
     this.IRDelayLabel.TabIndex = 4;
     this.IRDelayLabel.Text     = "IR delay (msec):";
     //
     // browsePathToWinlircButton
     //
     this.browsePathToWinlircButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.browsePathToWinlircButton.Location = new System.Drawing.Point(374, 51);
     this.browsePathToWinlircButton.Name     = "browsePathToWinlircButton";
     this.browsePathToWinlircButton.Size     = new System.Drawing.Size(72, 22);
     this.browsePathToWinlircButton.TabIndex = 3;
     this.browsePathToWinlircButton.Text     = "Browse";
     this.browsePathToWinlircButton.UseVisualStyleBackColor = true;
     this.browsePathToWinlircButton.Click += new System.EventHandler(this.browsePathToWinlircButton_Click);
     //
     // pathToWinlircTextBox
     //
     this.pathToWinlircTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.pathToWinlircTextBox.BorderColor = System.Drawing.Color.Empty;
     this.pathToWinlircTextBox.Location    = new System.Drawing.Point(168, 52);
     this.pathToWinlircTextBox.Name        = "pathToWinlircTextBox";
     this.pathToWinlircTextBox.Size        = new System.Drawing.Size(198, 20);
     this.pathToWinlircTextBox.TabIndex    = 2;
     //
     // PathToWinlircLabel
     //
     this.PathToWinlircLabel.Location = new System.Drawing.Point(16, 56);
     this.PathToWinlircLabel.Name     = "PathToWinlircLabel";
     this.PathToWinlircLabel.Size     = new System.Drawing.Size(96, 16);
     this.PathToWinlircLabel.TabIndex = 1;
     this.PathToWinlircLabel.Text     = "Path to WinLIRC:";
     //
     // inputCheckBox
     //
     this.inputCheckBox.AutoSize  = true;
     this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.inputCheckBox.Location  = new System.Drawing.Point(16, 24);
     this.inputCheckBox.Name      = "inputCheckBox";
     this.inputCheckBox.Size      = new System.Drawing.Size(246, 17);
     this.inputCheckBox.TabIndex  = 0;
     this.inputCheckBox.Text      = "Enable WINLIRC for output to external devices";
     this.inputCheckBox.UseVisualStyleBackColor = true;
     this.inputCheckBox.CheckedChanged         += new System.EventHandler(this.inputCheckBox_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.infoTextBox);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(6, 120);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(462, 288);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Information";
     //
     // infoTextBox
     //
     this.infoTextBox.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.infoTextBox.BackColor   = System.Drawing.SystemColors.Control;
     this.infoTextBox.BorderColor = System.Drawing.Color.Empty;
     this.infoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.infoTextBox.Location    = new System.Drawing.Point(16, 24);
     this.infoTextBox.Multiline   = true;
     this.infoTextBox.Name        = "infoTextBox";
     this.infoTextBox.ReadOnly    = true;
     this.infoTextBox.Size        = new System.Drawing.Size(430, 248);
     this.infoTextBox.TabIndex    = 0;
     this.infoTextBox.WordWrap    = false;
     //
     // RemoteWinLirc
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "RemoteWinLirc";
     this.Size  = new System.Drawing.Size(472, 408);
     this.Load += new System.EventHandler(this.WINLIRC_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.folderBrowserDialog   = new System.Windows.Forms.FolderBrowserDialog();
     this.fontDialog            = new System.Windows.Forms.FontDialog();
     this.tabControl1           = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.tabPage1              = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.groupBox1             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.ParentalControlUpDown = new System.Windows.Forms.NumericUpDown();
     this.label2                          = new System.Windows.Forms.Label();
     this.label1                          = new System.Windows.Forms.Label();
     this.RegionCodeComboBox              = new System.Windows.Forms.ComboBox();
     this.pictureBoxRegions               = new System.Windows.Forms.PictureBox();
     this.labelPlayAll                    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.useInternalBDPlayer             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpTabPage1                      = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.mpGroupBox4                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.preferredAudioTypeComboBox      = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel1                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.SubsEnabled                     = new System.Windows.Forms.CheckBox();
     this.mpLabel7                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultAudioLanguageComboBox    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel8                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).BeginInit();
     this.mpTabPage1.SuspendLayout();
     this.mpGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // fontDialog
     //
     this.fontDialog.Color = System.Drawing.SystemColors.ControlText;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.mpTabPage1);
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(472, 408);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.useInternalBDPlayer);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(464, 382);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "General";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ParentalControlUpDown);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.RegionCodeComboBox);
     this.groupBox1.Controls.Add(this.pictureBoxRegions);
     this.groupBox1.Controls.Add(this.labelPlayAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(16, 16);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(432, 298);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // ParentalControlUpDown
     //
     this.ParentalControlUpDown.Location = new System.Drawing.Point(249, 247);
     this.ParentalControlUpDown.Maximum  = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.ParentalControlUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ParentalControlUpDown.Name      = "ParentalControlUpDown";
     this.ParentalControlUpDown.Size      = new System.Drawing.Size(40, 20);
     this.ParentalControlUpDown.TabIndex  = 10;
     this.ParentalControlUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ParentalControlUpDown.Value     = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(246, 227);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(125, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Parental control age limit:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 227);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Blu-ray region code:";
     //
     // RegionCodeComboBox
     //
     this.RegionCodeComboBox.FormattingEnabled = true;
     this.RegionCodeComboBox.Location          = new System.Drawing.Point(28, 246);
     this.RegionCodeComboBox.Name     = "RegionCodeComboBox";
     this.RegionCodeComboBox.Size     = new System.Drawing.Size(36, 21);
     this.RegionCodeComboBox.TabIndex = 7;
     //
     // pictureBoxRegions
     //
     this.pictureBoxRegions.Image    = global::MediaPortal.Configuration.Properties.Resources.blu_ray_regions;
     this.pictureBoxRegions.Location = new System.Drawing.Point(28, 26);
     this.pictureBoxRegions.Name     = "pictureBoxRegions";
     this.pictureBoxRegions.Size     = new System.Drawing.Size(376, 185);
     this.pictureBoxRegions.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxRegions.TabIndex = 6;
     this.pictureBoxRegions.TabStop  = false;
     //
     // labelPlayAll
     //
     this.labelPlayAll.Location = new System.Drawing.Point(0, 0);
     this.labelPlayAll.Name     = "labelPlayAll";
     this.labelPlayAll.Size     = new System.Drawing.Size(100, 23);
     this.labelPlayAll.TabIndex = 0;
     //
     // useInternalBDPlayer
     //
     this.useInternalBDPlayer.AutoSize  = true;
     this.useInternalBDPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useInternalBDPlayer.Location  = new System.Drawing.Point(19, 332);
     this.useInternalBDPlayer.Name      = "useInternalBDPlayer";
     this.useInternalBDPlayer.Size      = new System.Drawing.Size(180, 17);
     this.useInternalBDPlayer.TabIndex  = 6;
     this.useInternalBDPlayer.Text      = "Use internal Blu-ray menu player";
     this.useInternalBDPlayer.UseVisualStyleBackColor = true;
     //
     // mpTabPage1
     //
     this.mpTabPage1.Controls.Add(this.mpGroupBox4);
     this.mpTabPage1.Location = new System.Drawing.Point(4, 22);
     this.mpTabPage1.Name     = "mpTabPage1";
     this.mpTabPage1.Size     = new System.Drawing.Size(464, 382);
     this.mpTabPage1.TabIndex = 9;
     this.mpTabPage1.Text     = "Audio & subtitles";
     this.mpTabPage1.UseVisualStyleBackColor = true;
     //
     // mpGroupBox4
     //
     this.mpGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox4.Controls.Add(this.preferredAudioTypeComboBox);
     this.mpGroupBox4.Controls.Add(this.mpLabel1);
     this.mpGroupBox4.Controls.Add(this.SubsEnabled);
     this.mpGroupBox4.Controls.Add(this.mpLabel7);
     this.mpGroupBox4.Controls.Add(this.defaultAudioLanguageComboBox);
     this.mpGroupBox4.Controls.Add(this.mpLabel8);
     this.mpGroupBox4.Controls.Add(this.defaultSubtitleLanguageComboBox);
     this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox4.Location  = new System.Drawing.Point(14, 12);
     this.mpGroupBox4.Name      = "mpGroupBox4";
     this.mpGroupBox4.Size      = new System.Drawing.Size(432, 171);
     this.mpGroupBox4.TabIndex  = 10;
     this.mpGroupBox4.TabStop   = false;
     this.mpGroupBox4.Text      = "Default Language";
     //
     // preferredAudioTypeComboBox
     //
     this.preferredAudioTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.preferredAudioTypeComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.preferredAudioTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.preferredAudioTypeComboBox.Location      = new System.Drawing.Point(136, 78);
     this.preferredAudioTypeComboBox.Name          = "preferredAudioTypeComboBox";
     this.preferredAudioTypeComboBox.Size          = new System.Drawing.Size(280, 21);
     this.preferredAudioTypeComboBox.Sorted        = true;
     this.preferredAudioTypeComboBox.TabIndex      = 10;
     //
     // mpLabel1
     //
     this.mpLabel1.Location = new System.Drawing.Point(13, 81);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel1.TabIndex = 9;
     this.mpLabel1.Text     = "Audio type:";
     //
     // SubsEnabled
     //
     this.SubsEnabled.AutoSize = true;
     this.SubsEnabled.Location = new System.Drawing.Point(16, 148);
     this.SubsEnabled.Name     = "SubsEnabled";
     this.SubsEnabled.Size     = new System.Drawing.Size(100, 17);
     this.SubsEnabled.TabIndex = 8;
     this.SubsEnabled.Text     = "Enable subtitles";
     this.SubsEnabled.UseVisualStyleBackColor = true;
     //
     // mpLabel7
     //
     this.mpLabel7.Location = new System.Drawing.Point(13, 56);
     this.mpLabel7.Name     = "mpLabel7";
     this.mpLabel7.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel7.TabIndex = 6;
     this.mpLabel7.Text     = "Audio:";
     //
     // defaultAudioLanguageComboBox
     //
     this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultAudioLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultAudioLanguageComboBox.Location      = new System.Drawing.Point(136, 51);
     this.defaultAudioLanguageComboBox.Name          = "defaultAudioLanguageComboBox";
     this.defaultAudioLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultAudioLanguageComboBox.Sorted        = true;
     this.defaultAudioLanguageComboBox.TabIndex      = 7;
     //
     // mpLabel8
     //
     this.mpLabel8.Location = new System.Drawing.Point(13, 27);
     this.mpLabel8.Name     = "mpLabel8";
     this.mpLabel8.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel8.TabIndex = 6;
     this.mpLabel8.Text     = "Subtitles:";
     //
     // defaultSubtitleLanguageComboBox
     //
     this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultSubtitleLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultSubtitleLanguageComboBox.Location      = new System.Drawing.Point(136, 24);
     this.defaultSubtitleLanguageComboBox.Name          = "defaultSubtitleLanguageComboBox";
     this.defaultSubtitleLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultSubtitleLanguageComboBox.Sorted        = true;
     this.defaultSubtitleLanguageComboBox.TabIndex      = 7;
     //
     // BD
     //
     this.Controls.Add(this.tabControl1);
     this.Name = "BD";
     this.Size = new System.Drawing.Size(472, 408);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).EndInit();
     this.mpTabPage1.ResumeLayout(false);
     this.mpGroupBox4.ResumeLayout(false);
     this.mpGroupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.radioButton1                  = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.groupBox3                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.byIndexCheckBox               = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.showChannelNumberCheckBox     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.channelNumberMaxLengthNumUpDn = new System.Windows.Forms.NumericUpDown();
     this.lblChanNumMaxLen              = new System.Windows.Forms.Label();
     this.groupBox5                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.cbAutoFullscreen              = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbTurnOnTv                    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label8               = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbDeinterlace        = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpGroupBoxAdditional = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).BeginInit();
     this.groupBox5.SuspendLayout();
     this.mpGroupBoxAdditional.SuspendLayout();
     this.SuspendLayout();
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.byIndexCheckBox);
     this.groupBox3.Controls.Add(this.showChannelNumberCheckBox);
     this.groupBox3.Controls.Add(this.channelNumberMaxLengthNumUpDn);
     this.groupBox3.Controls.Add(this.lblChanNumMaxLen);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox3.Location  = new System.Drawing.Point(6, 66);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(233, 94);
     this.groupBox3.TabIndex  = 3;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Channel numbers";
     //
     // byIndexCheckBox
     //
     this.byIndexCheckBox.AutoSize  = true;
     this.byIndexCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.byIndexCheckBox.Location  = new System.Drawing.Point(17, 20);
     this.byIndexCheckBox.Name      = "byIndexCheckBox";
     this.byIndexCheckBox.Size      = new System.Drawing.Size(182, 17);
     this.byIndexCheckBox.TabIndex  = 0;
     this.byIndexCheckBox.Text      = "Select channel by index (non-US)";
     this.byIndexCheckBox.UseVisualStyleBackColor = true;
     //
     // showChannelNumberCheckBox
     //
     this.showChannelNumberCheckBox.AutoSize  = true;
     this.showChannelNumberCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.showChannelNumberCheckBox.Location  = new System.Drawing.Point(17, 40);
     this.showChannelNumberCheckBox.Name      = "showChannelNumberCheckBox";
     this.showChannelNumberCheckBox.Size      = new System.Drawing.Size(135, 17);
     this.showChannelNumberCheckBox.TabIndex  = 1;
     this.showChannelNumberCheckBox.Text      = "Show channel numbers";
     this.showChannelNumberCheckBox.UseVisualStyleBackColor = true;
     //
     // channelNumberMaxLengthNumUpDn
     //
     this.channelNumberMaxLengthNumUpDn.AutoSize = true;
     this.channelNumberMaxLengthNumUpDn.Location = new System.Drawing.Point(178, 60);
     this.channelNumberMaxLengthNumUpDn.Maximum  = new decimal(new int[]
     {
         5,
         0,
         0,
         0
     });
     this.channelNumberMaxLengthNumUpDn.Minimum = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     this.channelNumberMaxLengthNumUpDn.Name     = "channelNumberMaxLengthNumUpDn";
     this.channelNumberMaxLengthNumUpDn.Size     = new System.Drawing.Size(42, 20);
     this.channelNumberMaxLengthNumUpDn.TabIndex = 3;
     this.channelNumberMaxLengthNumUpDn.Value    = new decimal(new int[]
     {
         3,
         0,
         0,
         0
     });
     //
     // lblChanNumMaxLen
     //
     this.lblChanNumMaxLen.AutoSize = true;
     this.lblChanNumMaxLen.Location = new System.Drawing.Point(31, 62);
     this.lblChanNumMaxLen.Name     = "lblChanNumMaxLen";
     this.lblChanNumMaxLen.Size     = new System.Drawing.Size(141, 13);
     this.lblChanNumMaxLen.TabIndex = 2;
     this.lblChanNumMaxLen.Text     = "Channel number max. length";
     //
     // groupBox5
     //
     this.groupBox5.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox5.Controls.Add(this.cbAutoFullscreen);
     this.groupBox5.Controls.Add(this.cbTurnOnTv);
     this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox5.Location  = new System.Drawing.Point(248, 66);
     this.groupBox5.Name      = "groupBox5";
     this.groupBox5.Size      = new System.Drawing.Size(220, 94);
     this.groupBox5.TabIndex  = 4;
     this.groupBox5.TabStop   = false;
     this.groupBox5.Text      = "When entering the TV screen:";
     //
     // cbAutoFullscreen
     //
     this.cbAutoFullscreen.AutoSize  = true;
     this.cbAutoFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbAutoFullscreen.Location  = new System.Drawing.Point(17, 40);
     this.cbAutoFullscreen.Name      = "cbAutoFullscreen";
     this.cbAutoFullscreen.Size      = new System.Drawing.Size(152, 17);
     this.cbAutoFullscreen.TabIndex  = 1;
     this.cbAutoFullscreen.Text      = "Directly show fullscreen TV";
     this.cbAutoFullscreen.UseVisualStyleBackColor = true;
     this.cbAutoFullscreen.CheckedChanged         += new System.EventHandler(this.cbAutoFullscreen_CheckedChanged);
     //
     // cbTurnOnTv
     //
     this.cbTurnOnTv.AutoSize  = true;
     this.cbTurnOnTv.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbTurnOnTv.Location  = new System.Drawing.Point(17, 20);
     this.cbTurnOnTv.Name      = "cbTurnOnTv";
     this.cbTurnOnTv.Size      = new System.Drawing.Size(78, 17);
     this.cbTurnOnTv.TabIndex  = 0;
     this.cbTurnOnTv.Text      = "Turn on TV";
     this.cbTurnOnTv.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(6, 23);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(146, 17);
     this.label8.TabIndex = 14;
     this.label8.Text     = "Fallback de-interlace mode:";
     //
     // cbDeinterlace
     //
     this.cbDeinterlace.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDeinterlace.BorderColor   = System.Drawing.Color.Empty;
     this.cbDeinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDeinterlace.Items.AddRange(new object[]
     {
         "None",
         "Bob",
         "Weave",
         "Best"
     });
     this.cbDeinterlace.Location = new System.Drawing.Point(166, 19);
     this.cbDeinterlace.Name     = "cbDeinterlace";
     this.cbDeinterlace.Size     = new System.Drawing.Size(290, 21);
     this.cbDeinterlace.TabIndex = 15;
     //
     // mpGroupBoxAdditional
     //
     this.mpGroupBoxAdditional.Controls.Add(this.cbDeinterlace);
     this.mpGroupBoxAdditional.Controls.Add(this.label8);
     this.mpGroupBoxAdditional.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBoxAdditional.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBoxAdditional.Name      = "mpGroupBoxAdditional";
     this.mpGroupBoxAdditional.Size      = new System.Drawing.Size(462, 63);
     this.mpGroupBoxAdditional.TabIndex  = 16;
     this.mpGroupBoxAdditional.TabStop   = false;
     this.mpGroupBoxAdditional.Text      = "Additional settings";
     //
     // TV
     //
     this.Controls.Add(this.mpGroupBoxAdditional);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox3);
     this.Name = "TV";
     this.Size = new System.Drawing.Size(472, 427);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.channelNumberMaxLengthNumUpDn)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.mpGroupBoxAdditional.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxAc3DecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonAc3Spdif        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonAc3Speakers     = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.checkBoxAc3Lfe             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.comboBoxAc3SpeakerConfig   = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.checkBoxAc3DynamicRange    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxFormat             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelBoostValue            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelBoost                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.radioButtonPcm16Bit        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonPcm24Bit        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonPcm32Bit        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonIeee            = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.checkBoxNormalize          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.trackBarBoost              = new System.Windows.Forms.TrackBar();
     this.groupBoxDtsDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.radioButtonDtsSpdif        = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.radioButtonDtsSpeakers     = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.checkBoxDtsLfe             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.comboBoxDtsSpeakerConfig   = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.checkBoxDtsDynamicRange    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxAacDecoderSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxAacDynamic         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxAacDownmix         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxAc3DecoderSettings.SuspendLayout();
     this.groupBoxFormat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBoost)).BeginInit();
     this.groupBoxDtsDecoderSettings.SuspendLayout();
     this.groupBoxAacDecoderSettings.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxAc3DecoderSettings
     //
     this.groupBoxAc3DecoderSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxAc3DecoderSettings.Controls.Add(this.radioButtonAc3Spdif);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.radioButtonAc3Speakers);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.checkBoxAc3Lfe);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.comboBoxAc3SpeakerConfig);
     this.groupBoxAc3DecoderSettings.Controls.Add(this.checkBoxAc3DynamicRange);
     this.groupBoxAc3DecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxAc3DecoderSettings.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F,
                                                                         System.Drawing.FontStyle.Regular,
                                                                         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBoxAc3DecoderSettings.Location = new System.Drawing.Point(6, 0);
     this.groupBoxAc3DecoderSettings.Name     = "groupBoxAc3DecoderSettings";
     this.groupBoxAc3DecoderSettings.Size     = new System.Drawing.Size(462, 104);
     this.groupBoxAc3DecoderSettings.TabIndex = 0;
     this.groupBoxAc3DecoderSettings.TabStop  = false;
     this.groupBoxAc3DecoderSettings.Text     = "AC3 Decoder Settings";
     //
     // radioButtonAc3Spdif
     //
     this.radioButtonAc3Spdif.AutoSize  = true;
     this.radioButtonAc3Spdif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonAc3Spdif.Location  = new System.Drawing.Point(16, 48);
     this.radioButtonAc3Spdif.Name      = "radioButtonAc3Spdif";
     this.radioButtonAc3Spdif.Size      = new System.Drawing.Size(60, 17);
     this.radioButtonAc3Spdif.TabIndex  = 3;
     this.radioButtonAc3Spdif.Text      = "S/PDIF";
     this.radioButtonAc3Spdif.UseVisualStyleBackColor = true;
     this.radioButtonAc3Spdif.CheckedChanged         += new System.EventHandler(this.radioButtonAC3SPDIF_CheckedChanged);
     //
     // radioButtonAc3Speakers
     //
     this.radioButtonAc3Speakers.AutoSize  = true;
     this.radioButtonAc3Speakers.Checked   = true;
     this.radioButtonAc3Speakers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonAc3Speakers.Location  = new System.Drawing.Point(16, 24);
     this.radioButtonAc3Speakers.Name      = "radioButtonAc3Speakers";
     this.radioButtonAc3Speakers.Size      = new System.Drawing.Size(123, 17);
     this.radioButtonAc3Speakers.TabIndex  = 0;
     this.radioButtonAc3Speakers.TabStop   = true;
     this.radioButtonAc3Speakers.Text      = "Decode to speakers:";
     this.radioButtonAc3Speakers.UseVisualStyleBackColor = true;
     //
     // checkBoxAc3Lfe
     //
     this.checkBoxAc3Lfe.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxAc3Lfe.AutoSize  = true;
     this.checkBoxAc3Lfe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAc3Lfe.Location  = new System.Drawing.Point(403, 24);
     this.checkBoxAc3Lfe.Name      = "checkBoxAc3Lfe";
     this.checkBoxAc3Lfe.Size      = new System.Drawing.Size(43, 17);
     this.checkBoxAc3Lfe.TabIndex  = 2;
     this.checkBoxAc3Lfe.Text      = "LFE";
     this.checkBoxAc3Lfe.UseVisualStyleBackColor = true;
     //
     // comboBoxAc3SpeakerConfig
     //
     this.comboBoxAc3SpeakerConfig.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxAc3SpeakerConfig.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxAc3SpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAc3SpeakerConfig.Items.AddRange(new object[]
     {
         "Dual Mono",
         "Mono",
         "Stereo",
         "3 Front",
         "2 Front + 1 Rear",
         "3 Front + 1 Rear",
         "2 Front + 2 Rear",
         "3 Front + 2 Rear",
         "Channel 1",
         "Channel 2",
         "Dolby Stereo"
     });
     this.comboBoxAc3SpeakerConfig.Location = new System.Drawing.Point(168, 20);
     this.comboBoxAc3SpeakerConfig.Name     = "comboBoxAc3SpeakerConfig";
     this.comboBoxAc3SpeakerConfig.Size     = new System.Drawing.Size(230, 21);
     this.comboBoxAc3SpeakerConfig.TabIndex = 1;
     //
     // checkBoxAc3DynamicRange
     //
     this.checkBoxAc3DynamicRange.AutoSize  = true;
     this.checkBoxAc3DynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAc3DynamicRange.Location  = new System.Drawing.Point(16, 72);
     this.checkBoxAc3DynamicRange.Name      = "checkBoxAc3DynamicRange";
     this.checkBoxAc3DynamicRange.Size      = new System.Drawing.Size(136, 17);
     this.checkBoxAc3DynamicRange.TabIndex  = 4;
     this.checkBoxAc3DynamicRange.Text      = "Dynamic Range Control";
     this.checkBoxAc3DynamicRange.UseVisualStyleBackColor = true;
     //
     // groupBoxFormat
     //
     this.groupBoxFormat.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxFormat.Controls.Add(this.labelBoostValue);
     this.groupBoxFormat.Controls.Add(this.labelBoost);
     this.groupBoxFormat.Controls.Add(this.radioButtonPcm16Bit);
     this.groupBoxFormat.Controls.Add(this.radioButtonPcm24Bit);
     this.groupBoxFormat.Controls.Add(this.radioButtonPcm32Bit);
     this.groupBoxFormat.Controls.Add(this.radioButtonIeee);
     this.groupBoxFormat.Controls.Add(this.checkBoxNormalize);
     this.groupBoxFormat.Controls.Add(this.trackBarBoost);
     this.groupBoxFormat.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxFormat.Location  = new System.Drawing.Point(7, 224);
     this.groupBoxFormat.Name      = "groupBoxFormat";
     this.groupBoxFormat.Size      = new System.Drawing.Size(461, 121);
     this.groupBoxFormat.TabIndex  = 2;
     this.groupBoxFormat.TabStop   = false;
     this.groupBoxFormat.Text      = "AC3/AAC/DTS/LPCM Format";
     //
     // labelBoostValue
     //
     this.labelBoostValue.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelBoostValue.Location  = new System.Drawing.Point(325, 51);
     this.labelBoostValue.Name      = "labelBoostValue";
     this.labelBoostValue.Size      = new System.Drawing.Size(26, 23);
     this.labelBoostValue.TabIndex  = 7;
     this.labelBoostValue.Text      = "0";
     this.labelBoostValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelBoost
     //
     this.labelBoost.Location = new System.Drawing.Point(16, 56);
     this.labelBoost.Name     = "labelBoost";
     this.labelBoost.Size     = new System.Drawing.Size(40, 16);
     this.labelBoost.TabIndex = 4;
     this.labelBoost.Text     = "Boost:";
     //
     // radioButtonPcm16Bit
     //
     this.radioButtonPcm16Bit.AutoSize  = true;
     this.radioButtonPcm16Bit.Checked   = true;
     this.radioButtonPcm16Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonPcm16Bit.Location  = new System.Drawing.Point(16, 24);
     this.radioButtonPcm16Bit.Name      = "radioButtonPcm16Bit";
     this.radioButtonPcm16Bit.Size      = new System.Drawing.Size(76, 17);
     this.radioButtonPcm16Bit.TabIndex  = 0;
     this.radioButtonPcm16Bit.TabStop   = true;
     this.radioButtonPcm16Bit.Text      = "PCM 16 bit";
     this.radioButtonPcm16Bit.UseVisualStyleBackColor = true;
     //
     // radioButtonPcm24Bit
     //
     this.radioButtonPcm24Bit.AutoSize  = true;
     this.radioButtonPcm24Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonPcm24Bit.Location  = new System.Drawing.Point(104, 24);
     this.radioButtonPcm24Bit.Name      = "radioButtonPcm24Bit";
     this.radioButtonPcm24Bit.Size      = new System.Drawing.Size(76, 17);
     this.radioButtonPcm24Bit.TabIndex  = 1;
     this.radioButtonPcm24Bit.Text      = "PCM 24 bit";
     this.radioButtonPcm24Bit.UseVisualStyleBackColor = true;
     //
     // radioButtonPcm32Bit
     //
     this.radioButtonPcm32Bit.AutoSize  = true;
     this.radioButtonPcm32Bit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonPcm32Bit.Location  = new System.Drawing.Point(192, 24);
     this.radioButtonPcm32Bit.Name      = "radioButtonPcm32Bit";
     this.radioButtonPcm32Bit.Size      = new System.Drawing.Size(76, 17);
     this.radioButtonPcm32Bit.TabIndex  = 2;
     this.radioButtonPcm32Bit.Text      = "PCM 32 bit";
     this.radioButtonPcm32Bit.UseVisualStyleBackColor = true;
     //
     // radioButtonIeee
     //
     this.radioButtonIeee.AutoSize  = true;
     this.radioButtonIeee.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonIeee.Location  = new System.Drawing.Point(288, 24);
     this.radioButtonIeee.Name      = "radioButtonIeee";
     this.radioButtonIeee.Size      = new System.Drawing.Size(74, 17);
     this.radioButtonIeee.TabIndex  = 3;
     this.radioButtonIeee.Text      = "IEEE Float";
     this.radioButtonIeee.UseVisualStyleBackColor = true;
     //
     // checkBoxNormalize
     //
     this.checkBoxNormalize.AutoSize  = true;
     this.checkBoxNormalize.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxNormalize.Location  = new System.Drawing.Point(16, 89);
     this.checkBoxNormalize.Name      = "checkBoxNormalize";
     this.checkBoxNormalize.Size      = new System.Drawing.Size(70, 17);
     this.checkBoxNormalize.TabIndex  = 6;
     this.checkBoxNormalize.Text      = "Normalize";
     this.checkBoxNormalize.UseVisualStyleBackColor = true;
     //
     // trackBarBoost
     //
     this.trackBarBoost.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarBoost.Location  = new System.Drawing.Point(48, 52);
     this.trackBarBoost.Maximum   = 100;
     this.trackBarBoost.Name      = "trackBarBoost";
     this.trackBarBoost.Size      = new System.Drawing.Size(281, 45);
     this.trackBarBoost.TabIndex  = 5;
     this.trackBarBoost.TickStyle = System.Windows.Forms.TickStyle.None;
     this.trackBarBoost.Scroll   += new System.EventHandler(this.trackBarBoost_Scroll);
     //
     // groupBoxDtsDecoderSettings
     //
     this.groupBoxDtsDecoderSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxDtsDecoderSettings.Controls.Add(this.radioButtonDtsSpdif);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.radioButtonDtsSpeakers);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.checkBoxDtsLfe);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.comboBoxDtsSpeakerConfig);
     this.groupBoxDtsDecoderSettings.Controls.Add(this.checkBoxDtsDynamicRange);
     this.groupBoxDtsDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxDtsDecoderSettings.Location  = new System.Drawing.Point(6, 112);
     this.groupBoxDtsDecoderSettings.Name      = "groupBoxDtsDecoderSettings";
     this.groupBoxDtsDecoderSettings.Size      = new System.Drawing.Size(462, 104);
     this.groupBoxDtsDecoderSettings.TabIndex  = 1;
     this.groupBoxDtsDecoderSettings.TabStop   = false;
     this.groupBoxDtsDecoderSettings.Text      = "DTS Decoder Settings";
     //
     // radioButtonDtsSpdif
     //
     this.radioButtonDtsSpdif.AutoSize  = true;
     this.radioButtonDtsSpdif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonDtsSpdif.Location  = new System.Drawing.Point(16, 48);
     this.radioButtonDtsSpdif.Name      = "radioButtonDtsSpdif";
     this.radioButtonDtsSpdif.Size      = new System.Drawing.Size(60, 17);
     this.radioButtonDtsSpdif.TabIndex  = 3;
     this.radioButtonDtsSpdif.Text      = "S/PDIF";
     this.radioButtonDtsSpdif.UseVisualStyleBackColor = true;
     this.radioButtonDtsSpdif.CheckedChanged         += new System.EventHandler(this.radioButtonDTSSPDIF_CheckedChanged);
     //
     // radioButtonDtsSpeakers
     //
     this.radioButtonDtsSpeakers.AutoSize  = true;
     this.radioButtonDtsSpeakers.Checked   = true;
     this.radioButtonDtsSpeakers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButtonDtsSpeakers.Location  = new System.Drawing.Point(16, 24);
     this.radioButtonDtsSpeakers.Name      = "radioButtonDtsSpeakers";
     this.radioButtonDtsSpeakers.Size      = new System.Drawing.Size(123, 17);
     this.radioButtonDtsSpeakers.TabIndex  = 0;
     this.radioButtonDtsSpeakers.TabStop   = true;
     this.radioButtonDtsSpeakers.Text      = "Decode to speakers:";
     this.radioButtonDtsSpeakers.UseVisualStyleBackColor = true;
     //
     // checkBoxDtsLfe
     //
     this.checkBoxDtsLfe.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxDtsLfe.AutoSize  = true;
     this.checkBoxDtsLfe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDtsLfe.Location  = new System.Drawing.Point(403, 24);
     this.checkBoxDtsLfe.Name      = "checkBoxDtsLfe";
     this.checkBoxDtsLfe.Size      = new System.Drawing.Size(43, 17);
     this.checkBoxDtsLfe.TabIndex  = 2;
     this.checkBoxDtsLfe.Text      = "LFE";
     this.checkBoxDtsLfe.UseVisualStyleBackColor = true;
     //
     // comboBoxDtsSpeakerConfig
     //
     this.comboBoxDtsSpeakerConfig.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDtsSpeakerConfig.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxDtsSpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDtsSpeakerConfig.Items.AddRange(new object[]
     {
         "Mono",
         "Dual Mono",
         "Stereo",
         "3 Front",
         "2 Front + 1 Rear",
         "3 Front + 1 Rear",
         "2 Front + 2 Rear",
         "3 Front + 2 Rear"
     });
     this.comboBoxDtsSpeakerConfig.Location = new System.Drawing.Point(168, 20);
     this.comboBoxDtsSpeakerConfig.Name     = "comboBoxDtsSpeakerConfig";
     this.comboBoxDtsSpeakerConfig.Size     = new System.Drawing.Size(230, 21);
     this.comboBoxDtsSpeakerConfig.TabIndex = 1;
     //
     // checkBoxDtsDynamicRange
     //
     this.checkBoxDtsDynamicRange.AutoSize  = true;
     this.checkBoxDtsDynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDtsDynamicRange.Location  = new System.Drawing.Point(16, 72);
     this.checkBoxDtsDynamicRange.Name      = "checkBoxDtsDynamicRange";
     this.checkBoxDtsDynamicRange.Size      = new System.Drawing.Size(136, 17);
     this.checkBoxDtsDynamicRange.TabIndex  = 4;
     this.checkBoxDtsDynamicRange.Text      = "Dynamic Range Control";
     this.checkBoxDtsDynamicRange.UseVisualStyleBackColor = true;
     //
     // groupBoxAacDecoderSettings
     //
     this.groupBoxAacDecoderSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxAacDecoderSettings.Controls.Add(this.checkBoxAacDynamic);
     this.groupBoxAacDecoderSettings.Controls.Add(this.checkBoxAacDownmix);
     this.groupBoxAacDecoderSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxAacDecoderSettings.Location  = new System.Drawing.Point(6, 353);
     this.groupBoxAacDecoderSettings.Name      = "groupBoxAacDecoderSettings";
     this.groupBoxAacDecoderSettings.Size      = new System.Drawing.Size(462, 52);
     this.groupBoxAacDecoderSettings.TabIndex  = 3;
     this.groupBoxAacDecoderSettings.TabStop   = false;
     this.groupBoxAacDecoderSettings.Text      = "AAC Decoder Settings";
     //
     // checkBoxAacDynamic
     //
     this.checkBoxAacDynamic.AutoSize  = true;
     this.checkBoxAacDynamic.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAacDynamic.Location  = new System.Drawing.Point(192, 24);
     this.checkBoxAacDynamic.Name      = "checkBoxAacDynamic";
     this.checkBoxAacDynamic.Size      = new System.Drawing.Size(136, 17);
     this.checkBoxAacDynamic.TabIndex  = 5;
     this.checkBoxAacDynamic.Text      = "Dynamic Range Control";
     this.checkBoxAacDynamic.UseVisualStyleBackColor = true;
     //
     // checkBoxAacDownmix
     //
     this.checkBoxAacDownmix.AutoSize   = true;
     this.checkBoxAacDownmix.Checked    = true;
     this.checkBoxAacDownmix.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAacDownmix.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAacDownmix.Location   = new System.Drawing.Point(16, 24);
     this.checkBoxAacDownmix.Name       = "checkBoxAacDownmix";
     this.checkBoxAacDownmix.Size       = new System.Drawing.Size(111, 17);
     this.checkBoxAacDownmix.TabIndex   = 0;
     this.checkBoxAacDownmix.Text       = "Downmix to stereo";
     this.checkBoxAacDownmix.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(104, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Boost:";
     //
     // FiltersMPEG2DecAudio
     //
     this.Controls.Add(this.groupBoxDtsDecoderSettings);
     this.Controls.Add(this.groupBoxAc3DecoderSettings);
     this.Controls.Add(this.groupBoxFormat);
     this.Controls.Add(this.groupBoxAacDecoderSettings);
     this.Name = "FiltersMPEG2DecAudio";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxAc3DecoderSettings.ResumeLayout(false);
     this.groupBoxAc3DecoderSettings.PerformLayout();
     this.groupBoxFormat.ResumeLayout(false);
     this.groupBoxFormat.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBoost)).EndInit();
     this.groupBoxDtsDecoderSettings.ResumeLayout(false);
     this.groupBoxDtsDecoderSettings.PerformLayout();
     this.groupBoxAacDecoderSettings.ResumeLayout(false);
     this.groupBoxAacDecoderSettings.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textPinCodeBox     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.chbEnabled         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textTrashcanFolder = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textPinCodeBox);
     this.groupBox1.Controls.Add(this.chbEnabled);
     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, 80);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(49, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Pincode:";
     //
     // textPinCodeBox
     //
     this.textPinCodeBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.textPinCodeBox.BorderColor  = System.Drawing.Color.Empty;
     this.textPinCodeBox.Location     = new System.Drawing.Point(71, 44);
     this.textPinCodeBox.Name         = "textPinCodeBox";
     this.textPinCodeBox.PasswordChar = '*';
     this.textPinCodeBox.Size         = new System.Drawing.Size(278, 20);
     this.textPinCodeBox.TabIndex     = 2;
     //
     // chbEnabled
     //
     this.chbEnabled.AutoSize                = true;
     this.chbEnabled.FlatStyle               = System.Windows.Forms.FlatStyle.Popup;
     this.chbEnabled.Location                = new System.Drawing.Point(18, 20);
     this.chbEnabled.Name                    = "chbEnabled";
     this.chbEnabled.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chbEnabled.Size                    = new System.Drawing.Size(102, 17);
     this.chbEnabled.TabIndex                = 0;
     this.chbEnabled.Text                    = "Enable file menu";
     this.chbEnabled.UseVisualStyleBackColor = true;
     this.chbEnabled.CheckedChanged         += new System.EventHandler(this.chbEnabled_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 104);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Trashcan folder:";
     this.label3.Visible  = false;
     //
     // textTrashcanFolder
     //
     this.textTrashcanFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textTrashcanFolder.BorderColor = System.Drawing.Color.Empty;
     this.textTrashcanFolder.Location    = new System.Drawing.Point(108, 100);
     this.textTrashcanFolder.Name        = "textTrashcanFolder";
     this.textTrashcanFolder.Size        = new System.Drawing.Size(288, 20);
     this.textTrashcanFolder.TabIndex    = 2;
     this.textTrashcanFolder.Visible     = false;
     //
     // GuiFileMenu
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textTrashcanFolder);
     this.Name = "GuiFileMenu";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.folderBrowserDialog             = new System.Windows.Forms.FolderBrowserDialog();
     this.fontDialog                      = new System.Windows.Forms.FontDialog();
     this.tabControl1                     = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.useBDInternalMenu               = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpTabPage1                      = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.mpGroupBox4                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel7                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultAudioLanguageComboBox    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel8                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.groupBox1                       = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelPlayAll                    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tabPage1                        = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.tabControl1.SuspendLayout();
     this.mpTabPage1.SuspendLayout();
     this.mpGroupBox4.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.mpTabPage1);
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(472, 408);
     this.tabControl1.TabIndex      = 0;
     //
     // mpTabPage1
     //
     this.mpTabPage1.Controls.Add(this.mpGroupBox4);
     this.mpTabPage1.Location = new System.Drawing.Point(4, 22);
     this.mpTabPage1.Name     = "mpTabPage1";
     this.mpTabPage1.Size     = new System.Drawing.Size(464, 382);
     this.mpTabPage1.TabIndex = 9;
     this.mpTabPage1.Text     = "Language";
     this.mpTabPage1.UseVisualStyleBackColor = true;
     //
     // mpGroupBox4
     //
     this.mpGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox4.Controls.Add(this.mpLabel7);
     this.mpGroupBox4.Controls.Add(this.defaultAudioLanguageComboBox);
     this.mpGroupBox4.Controls.Add(this.mpLabel8);
     this.mpGroupBox4.Controls.Add(this.defaultSubtitleLanguageComboBox);
     this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox4.Location  = new System.Drawing.Point(14, 12);
     this.mpGroupBox4.Name      = "mpGroupBox4";
     this.mpGroupBox4.Size      = new System.Drawing.Size(432, 88);
     this.mpGroupBox4.TabIndex  = 10;
     this.mpGroupBox4.TabStop   = false;
     this.mpGroupBox4.Text      = "Default Language";
     //
     // mpLabel7
     //
     this.mpLabel7.Location = new System.Drawing.Point(13, 56);
     this.mpLabel7.Name     = "mpLabel7";
     this.mpLabel7.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel7.TabIndex = 6;
     this.mpLabel7.Text     = "Audio:";
     //
     // defaultAudioLanguageComboBox
     //
     this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultAudioLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultAudioLanguageComboBox.Location      = new System.Drawing.Point(136, 51);
     this.defaultAudioLanguageComboBox.Name          = "defaultAudioLanguageComboBox";
     this.defaultAudioLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultAudioLanguageComboBox.Sorted        = true;
     this.defaultAudioLanguageComboBox.TabIndex      = 7;
     //
     // mpLabel8
     //
     this.mpLabel8.Location = new System.Drawing.Point(13, 27);
     this.mpLabel8.Name     = "mpLabel8";
     this.mpLabel8.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel8.TabIndex = 6;
     this.mpLabel8.Text     = "Subtitles:";
     //
     // defaultSubtitleLanguageComboBox
     //
     this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultSubtitleLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultSubtitleLanguageComboBox.Location      = new System.Drawing.Point(136, 24);
     this.defaultSubtitleLanguageComboBox.Name          = "defaultSubtitleLanguageComboBox";
     this.defaultSubtitleLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultSubtitleLanguageComboBox.Sorted        = true;
     this.defaultSubtitleLanguageComboBox.TabIndex      = 7;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.useBDInternalMenu);
     this.groupBox1.Controls.Add(this.labelPlayAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(16, 16);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(432, 186);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(464, 382);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "General";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // BD
     //
     this.Controls.Add(this.tabControl1);
     this.Name = "BD";
     this.Size = new System.Drawing.Size(472, 408);
     this.tabControl1.ResumeLayout(false);
     this.mpTabPage1.ResumeLayout(false);
     this.mpGroupBox4.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
     //
     // useBDInternalMenu
     //
     this.useBDInternalMenu.AutoSize  = true;
     this.useBDInternalMenu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useBDInternalMenu.Location  = new System.Drawing.Point(15, 26);
     this.useBDInternalMenu.Name      = "useBDInternalMenu";
     this.useBDInternalMenu.Size      = new System.Drawing.Size(151, 17);
     this.useBDInternalMenu.TabIndex  = 6;
     this.useBDInternalMenu.Text      = "Use internal Blu-Ray player";
     this.useBDInternalMenu.UseVisualStyleBackColor = true;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.tabControl1        = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.tabPage1           = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.editFormat1        = new Yeti.MMedia.EditFormat();
     this.tabPage2           = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.checkBoxPrivate    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxOriginal   = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCRC        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCopyRight  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxVBR        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxVBR        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.label8             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label7             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxVBRMethod  = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label4             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.trackBarVBRQuality = new System.Windows.Forms.TrackBar();
     this.label6             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxAvgBitrate = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label5             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxMaxBitRate = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxBitRate    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.textBoxMpegVersion = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBoxVBR.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(336, 280);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.editFormat1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(328, 254);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Input format";
     //
     // editFormat1
     //
     this.editFormat1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.editFormat1.Location = new System.Drawing.Point(0, 0);
     this.editFormat1.Name     = "editFormat1";
     this.editFormat1.ReadOnly = true;
     this.editFormat1.Size     = new System.Drawing.Size(328, 254);
     this.editFormat1.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.checkBoxPrivate);
     this.tabPage2.Controls.Add(this.checkBoxOriginal);
     this.tabPage2.Controls.Add(this.checkBoxCRC);
     this.tabPage2.Controls.Add(this.checkBoxCopyRight);
     this.tabPage2.Controls.Add(this.checkBoxVBR);
     this.tabPage2.Controls.Add(this.groupBoxVBR);
     this.tabPage2.Controls.Add(this.comboBoxBitRate);
     this.tabPage2.Controls.Add(this.textBoxMpegVersion);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(328, 254);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "MP3 config";
     //
     // checkBoxPrivate
     //
     this.checkBoxPrivate.Location = new System.Drawing.Point(248, 48);
     this.checkBoxPrivate.Name     = "checkBoxPrivate";
     this.checkBoxPrivate.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxPrivate.TabIndex = 9;
     this.checkBoxPrivate.Text     = "Private";
     this.toolTip1.SetToolTip(this.checkBoxPrivate, "Controls the private bit of MP3 stream");
     this.checkBoxPrivate.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxOriginal
     //
     this.checkBoxOriginal.Location = new System.Drawing.Point(168, 48);
     this.checkBoxOriginal.Name     = "checkBoxOriginal";
     this.checkBoxOriginal.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxOriginal.TabIndex = 8;
     this.checkBoxOriginal.Text     = "Original";
     this.toolTip1.SetToolTip(this.checkBoxOriginal, "Controls the original bit of MP3 stream");
     this.checkBoxOriginal.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxCRC
     //
     this.checkBoxCRC.Location = new System.Drawing.Point(88, 48);
     this.checkBoxCRC.Name     = "checkBoxCRC";
     this.checkBoxCRC.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxCRC.TabIndex = 7;
     this.checkBoxCRC.Text     = "CRC";
     this.toolTip1.SetToolTip(this.checkBoxCRC, "If set enables CRC-checksum in the bitstream");
     this.checkBoxCRC.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxCopyRight
     //
     this.checkBoxCopyRight.Location = new System.Drawing.Point(8, 48);
     this.checkBoxCopyRight.Name     = "checkBoxCopyRight";
     this.checkBoxCopyRight.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxCopyRight.TabIndex = 6;
     this.checkBoxCopyRight.Text     = "Copyright";
     this.toolTip1.SetToolTip(this.checkBoxCopyRight, "Controls the copyrightb bit of MP3 stream");
     this.checkBoxCopyRight.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxVBR
     //
     this.checkBoxVBR.Location        = new System.Drawing.Point(8, 72);
     this.checkBoxVBR.Name            = "checkBoxVBR";
     this.checkBoxVBR.Size            = new System.Drawing.Size(192, 24);
     this.checkBoxVBR.TabIndex        = 5;
     this.checkBoxVBR.Text            = "Enable Variable Bit Rate (VBR)";
     this.checkBoxVBR.CheckedChanged += new System.EventHandler(this.checkBoxVBR_CheckedChanged);
     //
     // groupBoxVBR
     //
     this.groupBoxVBR.Controls.Add(this.label8);
     this.groupBoxVBR.Controls.Add(this.label7);
     this.groupBoxVBR.Controls.Add(this.comboBoxVBRMethod);
     this.groupBoxVBR.Controls.Add(this.label4);
     this.groupBoxVBR.Controls.Add(this.trackBarVBRQuality);
     this.groupBoxVBR.Controls.Add(this.label6);
     this.groupBoxVBR.Controls.Add(this.comboBoxAvgBitrate);
     this.groupBoxVBR.Controls.Add(this.label5);
     this.groupBoxVBR.Controls.Add(this.comboBoxMaxBitRate);
     this.groupBoxVBR.Controls.Add(this.label3);
     this.groupBoxVBR.Location = new System.Drawing.Point(8, 96);
     this.groupBoxVBR.Name     = "groupBoxVBR";
     this.groupBoxVBR.Size     = new System.Drawing.Size(304, 144);
     this.groupBoxVBR.TabIndex = 4;
     this.groupBoxVBR.TabStop  = false;
     this.groupBoxVBR.Text     = "VBR options";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                                System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(256, 64);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(32, 16);
     this.label8.TabIndex = 13;
     this.label8.Text     = "Min";
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                                System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(152, 64);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(56, 16);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Max.";
     //
     // comboBoxVBRMethod
     //
     this.comboBoxVBRMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxVBRMethod.Items.AddRange(new object[]
     {
         "NONE",
         "DEFAULT",
         "OLD",
         "NEW",
         "MTRH",
         "ABR"
     });
     this.comboBoxVBRMethod.Location              = new System.Drawing.Point(8, 32);
     this.comboBoxVBRMethod.Name                  = "comboBoxVBRMethod";
     this.comboBoxVBRMethod.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxVBRMethod.TabIndex              = 7;
     this.comboBoxVBRMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxVBRMethod_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 24);
     this.label4.TabIndex = 6;
     this.label4.Text     = "VBR method:";
     //
     // trackBarVBRQuality
     //
     this.trackBarVBRQuality.LargeChange = 0;
     this.trackBarVBRQuality.Location    = new System.Drawing.Point(144, 32);
     this.trackBarVBRQuality.Maximum     = 9;
     this.trackBarVBRQuality.Name        = "trackBarVBRQuality";
     this.trackBarVBRQuality.Size        = new System.Drawing.Size(144, 42);
     this.trackBarVBRQuality.TabIndex    = 11;
     this.trackBarVBRQuality.Scroll     += new System.EventHandler(this.Control_Changed);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(152, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 16);
     this.label6.TabIndex = 10;
     this.label6.Text     = "VBR quality:";
     //
     // comboBoxAvgBitrate
     //
     this.comboBoxAvgBitrate.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAvgBitrate.Location              = new System.Drawing.Point(8, 112);
     this.comboBoxAvgBitrate.Name                  = "comboBoxAvgBitrate";
     this.comboBoxAvgBitrate.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxAvgBitrate.TabIndex              = 9;
     this.comboBoxAvgBitrate.SelectedIndexChanged += new System.EventHandler(this.Control_Changed);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 96);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Average bit rate:";
     //
     // comboBoxMaxBitRate
     //
     this.comboBoxMaxBitRate.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxMaxBitRate.Location              = new System.Drawing.Point(8, 72);
     this.comboBoxMaxBitRate.Name                  = "comboBoxMaxBitRate";
     this.comboBoxMaxBitRate.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxMaxBitRate.TabIndex              = 5;
     this.comboBoxMaxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 56);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Max bit rate:";
     //
     // comboBoxBitRate
     //
     this.comboBoxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxBitRate.Location      = new System.Drawing.Point(168, 24);
     this.comboBoxBitRate.Name          = "comboBoxBitRate";
     this.comboBoxBitRate.Size          = new System.Drawing.Size(121, 21);
     this.comboBoxBitRate.TabIndex      = 3;
     this.toolTip1.SetToolTip(this.comboBoxBitRate, "Minimum bit rate if VBR is specified ");
     this.comboBoxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
     //
     // textBoxMpegVersion
     //
     this.textBoxMpegVersion.Location = new System.Drawing.Point(8, 24);
     this.textBoxMpegVersion.Name     = "textBoxMpegVersion";
     this.textBoxMpegVersion.ReadOnly = true;
     this.textBoxMpegVersion.Size     = new System.Drawing.Size(120, 20);
     this.textBoxMpegVersion.TabIndex = 2;
     this.textBoxMpegVersion.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "MPEG Version:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(168, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Bit rate:";
     //
     // EditMp3Writer
     //
     this.Controls.Add(this.tabControl1);
     this.Name = "EditMp3Writer";
     this.Size = new System.Drawing.Size(336, 280);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBoxVBR.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).EndInit();
     this.ResumeLayout(false);
 }
 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);
 }
Exemplo n.º 15
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);
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxRTS            = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxDTR            = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label8                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.ParityCombo            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.buttonNoneCodes        = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonDefaultCodes     = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonAllCodes         = new MediaPortal.UserInterface.Controls.MPButton();
     this.label7                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.ActionsCheckList       = new System.Windows.Forms.CheckedListBox();
     this.label6                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.CommandDelayCombo      = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label5                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.LearningTimeoutCombo   = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label4                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.IRLengthCombo          = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label3                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.HandShakeCombo         = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label2                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.BaudRateCombo          = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.checkBoxInitUIRIrman   = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label1                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.CommPortCombo          = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.internalCommandsButton = new MediaPortal.UserInterface.Controls.MPButton();
     this.inputCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBox2              = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.statusLabel            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     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.checkBoxRTS);
     this.groupBox1.Controls.Add(this.checkBoxDTR);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.ParityCombo);
     this.groupBox1.Controls.Add(this.buttonNoneCodes);
     this.groupBox1.Controls.Add(this.buttonDefaultCodes);
     this.groupBox1.Controls.Add(this.buttonAllCodes);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.ActionsCheckList);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.CommandDelayCombo);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.LearningTimeoutCombo);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.IRLengthCombo);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.HandShakeCombo);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.BaudRateCombo);
     this.groupBox1.Controls.Add(this.checkBoxInitUIRIrman);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.CommPortCombo);
     this.groupBox1.Controls.Add(this.internalCommandsButton);
     this.groupBox1.Controls.Add(this.inputCheckBox);
     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, 336);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // checkBoxRTS
     //
     this.checkBoxRTS.AutoSize   = true;
     this.checkBoxRTS.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxRTS.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxRTS.Location   = new System.Drawing.Point(16, 200);
     this.checkBoxRTS.Name       = "checkBoxRTS";
     this.checkBoxRTS.Size       = new System.Drawing.Size(46, 17);
     this.checkBoxRTS.TabIndex   = 12;
     this.checkBoxRTS.Text       = "RTS";
     this.checkBoxRTS.UseVisualStyleBackColor = true;
     this.checkBoxRTS.CheckedChanged         += new System.EventHandler(this.checkBoxRTS_CheckedChanged);
     //
     // checkBoxDTR
     //
     this.checkBoxDTR.AutoSize   = true;
     this.checkBoxDTR.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxDTR.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDTR.Location   = new System.Drawing.Point(16, 176);
     this.checkBoxDTR.Name       = "checkBoxDTR";
     this.checkBoxDTR.Size       = new System.Drawing.Size(47, 17);
     this.checkBoxDTR.TabIndex   = 10;
     this.checkBoxDTR.Text       = "DTR";
     this.checkBoxDTR.UseVisualStyleBackColor = true;
     this.checkBoxDTR.CheckedChanged         += new System.EventHandler(this.checkBoxDTR_CheckedChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(120, 120);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(64, 16);
     this.label8.TabIndex = 7;
     this.label8.Text     = "Parity";
     //
     // ParityCombo
     //
     this.ParityCombo.BorderColor   = System.Drawing.Color.Empty;
     this.ParityCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ParityCombo.Items.AddRange(new object[]
     {
         "None",
         "Odd",
         "Even",
         "Mark",
         "Space"
     });
     this.ParityCombo.Location              = new System.Drawing.Point(120, 136);
     this.ParityCombo.Name                  = "ParityCombo";
     this.ParityCombo.Size                  = new System.Drawing.Size(88, 21);
     this.ParityCombo.TabIndex              = 9;
     this.ParityCombo.SelectedIndexChanged += new System.EventHandler(this.ParityCombo_SelectedIndexChanged);
     //
     // buttonNoneCodes
     //
     this.buttonNoneCodes.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonNoneCodes.Location = new System.Drawing.Point(269, 14);
     this.buttonNoneCodes.Name     = "buttonNoneCodes";
     this.buttonNoneCodes.Size     = new System.Drawing.Size(56, 23);
     this.buttonNoneCodes.TabIndex = 20;
     this.buttonNoneCodes.Text     = "Mini";
     this.buttonNoneCodes.UseVisualStyleBackColor = true;
     this.buttonNoneCodes.Click += new System.EventHandler(this.buttonNoneCodes_Click);
     //
     // buttonDefaultCodes
     //
     this.buttonDefaultCodes.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonDefaultCodes.Location = new System.Drawing.Point(329, 14);
     this.buttonDefaultCodes.Name     = "buttonDefaultCodes";
     this.buttonDefaultCodes.Size     = new System.Drawing.Size(65, 23);
     this.buttonDefaultCodes.TabIndex = 21;
     this.buttonDefaultCodes.Text     = "Extended";
     this.buttonDefaultCodes.UseVisualStyleBackColor = true;
     this.buttonDefaultCodes.Click += new System.EventHandler(this.buttonDefaultCodes_Click);
     //
     // buttonAllCodes
     //
     this.buttonAllCodes.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAllCodes.Location = new System.Drawing.Point(398, 14);
     this.buttonAllCodes.Name     = "buttonAllCodes";
     this.buttonAllCodes.Size     = new System.Drawing.Size(56, 23);
     this.buttonAllCodes.TabIndex = 22;
     this.buttonAllCodes.Text     = "All";
     this.buttonAllCodes.UseVisualStyleBackColor = true;
     this.buttonAllCodes.Click += new System.EventHandler(this.buttonAllCodes_Click);
     //
     // label7
     //
     this.label7.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label7.Location = new System.Drawing.Point(214, 19);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(50, 21);
     this.label7.TabIndex = 19;
     this.label7.Text     = "Learn:";
     //
     // ActionsCheckList
     //
     this.ActionsCheckList.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.ActionsCheckList.CheckOnClick = true;
     this.ActionsCheckList.Location     = new System.Drawing.Point(224, 40);
     this.ActionsCheckList.Name         = "ActionsCheckList";
     this.ActionsCheckList.Size         = new System.Drawing.Size(230, 289);
     this.ActionsCheckList.TabIndex     = 23;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 222);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(98, 32);
     this.label6.TabIndex = 14;
     this.label6.Text     = "Delay between commands (msec):";
     //
     // CommandDelayCombo
     //
     this.CommandDelayCombo.BorderColor   = System.Drawing.Color.Empty;
     this.CommandDelayCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CommandDelayCombo.Items.AddRange(new object[]
     {
         "150",
         "200",
         "250",
         "300",
         "250",
         "400",
         "450",
         "500"
     });
     this.CommandDelayCombo.Location              = new System.Drawing.Point(120, 224);
     this.CommandDelayCombo.Name                  = "CommandDelayCombo";
     this.CommandDelayCombo.Size                  = new System.Drawing.Size(88, 21);
     this.CommandDelayCombo.TabIndex              = 15;
     this.CommandDelayCombo.SelectedIndexChanged += new System.EventHandler(this.CommandDelayCombo_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 262);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(80, 32);
     this.label5.TabIndex = 16;
     this.label5.Text     = "Learning timeout (sec):";
     //
     // LearningTimeoutCombo
     //
     this.LearningTimeoutCombo.BorderColor   = System.Drawing.Color.Empty;
     this.LearningTimeoutCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.LearningTimeoutCombo.Items.AddRange(new object[]
     {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10"
     });
     this.LearningTimeoutCombo.Location              = new System.Drawing.Point(120, 264);
     this.LearningTimeoutCombo.Name                  = "LearningTimeoutCombo";
     this.LearningTimeoutCombo.Size                  = new System.Drawing.Size(88, 21);
     this.LearningTimeoutCombo.TabIndex              = 17;
     this.LearningTimeoutCombo.SelectedIndexChanged +=
         new System.EventHandler(this.LearningTimeoutCombo_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(120, 168);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 11;
     this.label4.Text     = "IR Code Length";
     //
     // IRLengthCombo
     //
     this.IRLengthCombo.BorderColor   = System.Drawing.Color.Empty;
     this.IRLengthCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.IRLengthCombo.Items.AddRange(new object[]
     {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15",
         "16",
         "17",
         "18",
         "19",
         "20",
         "21",
         "22",
         "23",
         "24",
         "25",
         "26",
         "27",
         "28",
         "29",
         "30",
         "31",
         "32"
     });
     this.IRLengthCombo.Location              = new System.Drawing.Point(120, 184);
     this.IRLengthCombo.Name                  = "IRLengthCombo";
     this.IRLengthCombo.Size                  = new System.Drawing.Size(88, 21);
     this.IRLengthCombo.TabIndex              = 13;
     this.IRLengthCombo.SelectedIndexChanged += new System.EventHandler(this.IRLengthCombo_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 120);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Handshake";
     //
     // HandShakeCombo
     //
     this.HandShakeCombo.BorderColor   = System.Drawing.Color.Empty;
     this.HandShakeCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.HandShakeCombo.Items.AddRange(new object[]
     {
         "None",
         "CtsRts",
         "DsrDtr",
         "XonXoff"
     });
     this.HandShakeCombo.Location              = new System.Drawing.Point(16, 136);
     this.HandShakeCombo.Name                  = "HandShakeCombo";
     this.HandShakeCombo.Size                  = new System.Drawing.Size(88, 21);
     this.HandShakeCombo.TabIndex              = 8;
     this.HandShakeCombo.SelectedIndexChanged += new System.EventHandler(this.HandShakeCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(120, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Baud Rate";
     //
     // BaudRateCombo
     //
     this.BaudRateCombo.BorderColor   = System.Drawing.Color.Empty;
     this.BaudRateCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.BaudRateCombo.Items.AddRange(new object[]
     {
         "300",
         "600",
         "1200",
         "2400",
         "4800",
         "9600",
         "14400",
         "19200",
         "28800",
         "38400",
         "56000",
         "57600",
         "115200"
     });
     this.BaudRateCombo.Location              = new System.Drawing.Point(120, 88);
     this.BaudRateCombo.Name                  = "BaudRateCombo";
     this.BaudRateCombo.Size                  = new System.Drawing.Size(88, 21);
     this.BaudRateCombo.TabIndex              = 5;
     this.BaudRateCombo.SelectedIndexChanged += new System.EventHandler(this.BaudRateCombo_SelectedIndexChanged);
     //
     // checkBoxInitUIRIrman
     //
     this.checkBoxInitUIRIrman.AutoSize   = true;
     this.checkBoxInitUIRIrman.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxInitUIRIrman.Checked    = true;
     this.checkBoxInitUIRIrman.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxInitUIRIrman.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxInitUIRIrman.Location   = new System.Drawing.Point(16, 48);
     this.checkBoxInitUIRIrman.Name       = "checkBoxInitUIRIrman";
     this.checkBoxInitUIRIrman.Size       = new System.Drawing.Size(184, 17);
     this.checkBoxInitUIRIrman.TabIndex   = 1;
     this.checkBoxInitUIRIrman.Text       = "Initialize UIR/IRMan type receiver";
     this.checkBoxInitUIRIrman.UseVisualStyleBackColor = true;
     this.checkBoxInitUIRIrman.CheckedChanged         += new System.EventHandler(this.checkBoxInitUIRIrman_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 72);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Comm. Port";
     //
     // CommPortCombo
     //
     this.CommPortCombo.BorderColor   = System.Drawing.Color.Empty;
     this.CommPortCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CommPortCombo.Items.AddRange(new object[]
     {
         "COM1:",
         "COM2:",
         "COM3:",
         "COM4:",
         "COM5:",
         "COM6:",
         "COM7:",
         "COM8:"
     });
     this.CommPortCombo.Location              = new System.Drawing.Point(16, 88);
     this.CommPortCombo.Name                  = "CommPortCombo";
     this.CommPortCombo.Size                  = new System.Drawing.Size(88, 21);
     this.CommPortCombo.TabIndex              = 4;
     this.CommPortCombo.SelectedIndexChanged += new System.EventHandler(this.CommPortCombo_SelectedIndexChanged);
     //
     // internalCommandsButton
     //
     this.internalCommandsButton.Location = new System.Drawing.Point(16, 296);
     this.internalCommandsButton.Name     = "internalCommandsButton";
     this.internalCommandsButton.Size     = new System.Drawing.Size(192, 23);
     this.internalCommandsButton.TabIndex = 18;
     this.internalCommandsButton.Text     = "Learn selected commands";
     this.internalCommandsButton.UseVisualStyleBackColor = true;
     this.internalCommandsButton.Click += new System.EventHandler(this.internalCommandsButton_Click);
     //
     // inputCheckBox
     //
     this.inputCheckBox.AutoSize  = true;
     this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.inputCheckBox.Location  = new System.Drawing.Point(16, 24);
     this.inputCheckBox.Name      = "inputCheckBox";
     this.inputCheckBox.Size      = new System.Drawing.Size(198, 17);
     this.inputCheckBox.TabIndex  = 0;
     this.inputCheckBox.Text      = "Enable Serial UIR for remote controls";
     this.inputCheckBox.UseVisualStyleBackColor = true;
     this.inputCheckBox.CheckedChanged         += new System.EventHandler(this.inputCheckBox_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.statusLabel);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(6, 344);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(462, 64);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Device Status";
     //
     // statusLabel
     //
     this.statusLabel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.statusLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.statusLabel.Location = new System.Drawing.Point(16, 24);
     this.statusLabel.Name     = "statusLabel";
     this.statusLabel.Size     = new System.Drawing.Size(438, 32);
     this.statusLabel.TabIndex = 0;
     //
     // RemoteSerialUIR
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "RemoteSerialUIR";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TVAdvancedOptions));
     this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel2         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpUseRtspCheckBox      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpWarningLabel         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.radioButton1           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpMainToolTip          = new MediaPortal.UserInterface.Controls.MPToolTip();
     this.mpRtspPathsGroupBox    = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabelNote            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelWarning         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
     this.buttonRecordingPath    = new System.Windows.Forms.Button();
     this.mpLabel1            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelRecording    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
     this.textBoxRecording    = new System.Windows.Forms.TextBox();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.groupBoxSettings.SuspendLayout();
     this.mpRtspPathsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxSettings
     //
     this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSettings.Controls.Add(this.mpLabel2);
     this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
     this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxSettings.Location  = new System.Drawing.Point(0, 0);
     this.groupBoxSettings.Name      = "groupBoxSettings";
     this.groupBoxSettings.Size      = new System.Drawing.Size(472, 130);
     this.groupBoxSettings.TabIndex  = 0;
     this.groupBoxSettings.TabStop   = false;
     this.groupBoxSettings.Text      = "Settings";
     //
     // mpLabel2
     //
     this.mpLabel2.AutoSize  = true;
     this.mpLabel2.ForeColor = System.Drawing.Color.Red;
     this.mpLabel2.Location  = new System.Drawing.Point(9, 52);
     this.mpLabel2.Name      = "mpLabel2";
     this.mpLabel2.Size      = new System.Drawing.Size(232, 13);
     this.mpLabel2.TabIndex  = 5;
     this.mpLabel2.Text      = "Click on \'help\' (above right) for more information.";
     //
     // mpDoNotAllowSlowMotionDuringZappingCheckBox
     //
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize  = true;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location  = new System.Drawing.Point(9, 73);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name      = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size      = new System.Drawing.Size(336, 17);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex  = 4;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text      = "Do not use slow motion to sync video to audio on channel change";
     this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox, "Selecting this will prevent live TV from playing video until video is in sync wit" +
                                   "h the audio, instead of playing video in slow motion");
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
     //
     // mpUseRtspCheckBox
     //
     this.mpUseRtspCheckBox.AutoSize  = true;
     this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpUseRtspCheckBox.Location  = new System.Drawing.Point(9, 97);
     this.mpUseRtspCheckBox.Name      = "mpUseRtspCheckBox";
     this.mpUseRtspCheckBox.Size      = new System.Drawing.Size(144, 17);
     this.mpUseRtspCheckBox.TabIndex  = 1;
     this.mpUseRtspCheckBox.Text      = "-- Label defined in code --\r\n";
     this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
     this.mpUseRtspCheckBox.CheckedChanged         += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
     //
     // mpWarningLabel
     //
     this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
     this.mpWarningLabel.Location  = new System.Drawing.Point(6, 18);
     this.mpWarningLabel.Name      = "mpWarningLabel";
     this.mpWarningLabel.Size      = new System.Drawing.Size(460, 37);
     this.mpWarningLabel.TabIndex  = 0;
     this.mpWarningLabel.Text      = "This section provides special advanced option settings. Some of these settings ar" +
                                     "e experimental. Do not alter any of the settings below unless you know what you " +
                                     "are doing.";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // mpRtspPathsGroupBox
     //
     this.mpRtspPathsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelNote);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelWarning);
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording);
     this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRtspPathsGroupBox.Location  = new System.Drawing.Point(0, 133);
     this.mpRtspPathsGroupBox.Name      = "mpRtspPathsGroupBox";
     this.mpRtspPathsGroupBox.Size      = new System.Drawing.Size(472, 275);
     this.mpRtspPathsGroupBox.TabIndex  = 1;
     this.mpRtspPathsGroupBox.TabStop   = false;
     this.mpRtspPathsGroupBox.Text      = "Additional UNC settings";
     //
     // mpLabelNote
     //
     this.mpLabelNote.AutoSize  = true;
     this.mpLabelNote.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mpLabelNote.ForeColor = System.Drawing.Color.Red;
     this.mpLabelNote.Location  = new System.Drawing.Point(6, 24);
     this.mpLabelNote.Name      = "mpLabelNote";
     this.mpLabelNote.Size      = new System.Drawing.Size(45, 13);
     this.mpLabelNote.TabIndex  = 8;
     this.mpLabelNote.Text      = "NOTE:";
     //
     // mpLabelWarning
     //
     this.mpLabelWarning.ForeColor = System.Drawing.Color.Black;
     this.mpLabelWarning.Location  = new System.Drawing.Point(54, 24);
     this.mpLabelWarning.Name      = "mpLabelWarning";
     this.mpLabelWarning.Size      = new System.Drawing.Size(409, 32);
     this.mpLabelWarning.TabIndex  = 7;
     this.mpLabelWarning.Text      = "When using UNC paths, all tuners must use the same Timeshifting path and the same" +
                                     " Recording path! ";
     //
     // buttonTimeshiftingPath
     //
     this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 139);
     this.buttonTimeshiftingPath.Name     = "buttonTimeshiftingPath";
     this.buttonTimeshiftingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonTimeshiftingPath.TabIndex = 6;
     this.buttonTimeshiftingPath.Text     = "browse";
     this.buttonTimeshiftingPath.UseVisualStyleBackColor = true;
     this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click);
     //
     // buttonRecordingPath
     //
     this.buttonRecordingPath.Location = new System.Drawing.Point(408, 90);
     this.buttonRecordingPath.Name     = "buttonRecordingPath";
     this.buttonRecordingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonRecordingPath.TabIndex = 5;
     this.buttonRecordingPath.Text     = "browse";
     this.buttonRecordingPath.UseVisualStyleBackColor = true;
     this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click);
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(30, 165);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(392, 104);
     this.mpLabel1.TabIndex = 4;
     this.mpLabel1.Text     = resources.GetString("mpLabel1.Text");
     //
     // mpLabelRecording
     //
     this.mpLabelRecording.AutoSize = true;
     this.mpLabelRecording.Location = new System.Drawing.Point(6, 73);
     this.mpLabelRecording.Name     = "mpLabelRecording";
     this.mpLabelRecording.Size     = new System.Drawing.Size(83, 13);
     this.mpLabelRecording.TabIndex = 3;
     this.mpLabelRecording.Text     = "Recording path:";
     //
     // mpLabelTimeshifting
     //
     this.mpLabelTimeshifting.AutoSize = true;
     this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 121);
     this.mpLabelTimeshifting.Name     = "mpLabelTimeshifting";
     this.mpLabelTimeshifting.Size     = new System.Drawing.Size(90, 13);
     this.mpLabelTimeshifting.TabIndex = 2;
     this.mpLabelTimeshifting.Text     = "Timeshifting path:";
     //
     // textBoxTimeshifting
     //
     this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 139);
     this.textBoxTimeshifting.Name     = "textBoxTimeshifting";
     this.textBoxTimeshifting.Size     = new System.Drawing.Size(398, 20);
     this.textBoxTimeshifting.TabIndex = 1;
     //
     // textBoxRecording
     //
     this.textBoxRecording.Location = new System.Drawing.Point(9, 91);
     this.textBoxRecording.Name     = "textBoxRecording";
     this.textBoxRecording.Size     = new System.Drawing.Size(398, 20);
     this.textBoxRecording.TabIndex = 0;
     //
     // folderBrowserDialog
     //
     this.folderBrowserDialog.Description         = "Select the appropriate network folder";
     this.folderBrowserDialog.ShowNewFolderButton = false;
     //
     // TVAdvancedOptions
     //
     this.Controls.Add(this.mpRtspPathsGroupBox);
     this.Controls.Add(this.groupBoxSettings);
     this.Name = "TVAdvancedOptions";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxSettings.ResumeLayout(false);
     this.groupBoxSettings.PerformLayout();
     this.mpRtspPathsGroupBox.ResumeLayout(false);
     this.mpRtspPathsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mpGroupBox1                = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel6                   = new MediaPortal.UserInterface.Controls.MPLabel();
     this.useInternalBDPlayer        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.useExternalPlayerForBluRay = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.parametersButton           = new MediaPortal.UserInterface.Controls.MPButton();
     this.parametersTextBox          = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.fileNameButton  = new MediaPortal.UserInterface.Controls.MPButton();
     this.fileNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.button2         = new MediaPortal.UserInterface.Controls.MPButton();
     this.textBox1        = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.openFileDialog  = new System.Windows.Forms.OpenFileDialog();
     this.mpGroupBox3     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.useMediaInfoBD  = new System.Windows.Forms.CheckBox();
     this.mpGroupBox1.SuspendLayout();
     this.mpGroupBox3.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.mpLabel6);
     this.mpGroupBox1.Controls.Add(this.useInternalBDPlayer);
     this.mpGroupBox1.Controls.Add(this.useExternalPlayerForBluRay);
     this.mpGroupBox1.Controls.Add(this.parametersButton);
     this.mpGroupBox1.Controls.Add(this.parametersTextBox);
     this.mpGroupBox1.Controls.Add(this.label2);
     this.mpGroupBox1.Controls.Add(this.fileNameButton);
     this.mpGroupBox1.Controls.Add(this.fileNameTextBox);
     this.mpGroupBox1.Controls.Add(this.label1);
     this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox1.Location  = new System.Drawing.Point(6, 73);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new System.Drawing.Size(462, 206);
     this.mpGroupBox1.TabIndex  = 1;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "External / Internal / Internal Menu Player";
     //
     // mpLabel6
     //
     this.mpLabel6.Location = new System.Drawing.Point(16, 157);
     this.mpLabel6.Name     = "mpLabel6";
     this.mpLabel6.Size     = new System.Drawing.Size(441, 40);
     this.mpLabel6.TabIndex = 80;
     this.mpLabel6.Text     = "* If \'Use internal Blu-ray menu player\' is unchecked, video player will be used to" +
                              " play BD";
     this.mpLabel6.Click += new System.EventHandler(this.mpLabel6_Click);
     //
     // useInternalBDPlayer
     //
     this.useInternalBDPlayer.AutoSize  = true;
     this.useInternalBDPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useInternalBDPlayer.Location  = new System.Drawing.Point(168, 32);
     this.useInternalBDPlayer.Name      = "useInternalBDPlayer";
     this.useInternalBDPlayer.Size      = new System.Drawing.Size(175, 17);
     this.useInternalBDPlayer.TabIndex  = 9;
     this.useInternalBDPlayer.Text      = "Use internal Blu-ray menu player";
     this.useInternalBDPlayer.UseVisualStyleBackColor = true;
     this.useInternalBDPlayer.CheckedChanged         += new System.EventHandler(this.useInternalBDPlayer_CheckedChanged);
     //
     // useExternalPlayerForBluRay
     //
     this.useExternalPlayerForBluRay.AutoSize  = true;
     this.useExternalPlayerForBluRay.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useExternalPlayerForBluRay.Location  = new System.Drawing.Point(168, 55);
     this.useExternalPlayerForBluRay.Name      = "useExternalPlayerForBluRay";
     this.useExternalPlayerForBluRay.Size      = new System.Drawing.Size(289, 17);
     this.useExternalPlayerForBluRay.TabIndex  = 8;
     this.useExternalPlayerForBluRay.Text      = "Use external player for Blu-rays (replaces internal player)";
     this.useExternalPlayerForBluRay.UseVisualStyleBackColor = true;
     this.useExternalPlayerForBluRay.CheckedChanged         += new System.EventHandler(this.useExternalPlayerForBluRay_CheckedChanged);
     //
     // parametersButton
     //
     this.parametersButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersButton.Location = new System.Drawing.Point(374, 103);
     this.parametersButton.Name     = "parametersButton";
     this.parametersButton.Size     = new System.Drawing.Size(72, 22);
     this.parametersButton.TabIndex = 6;
     this.parametersButton.Text     = "List";
     this.parametersButton.UseVisualStyleBackColor = true;
     this.parametersButton.Click += new System.EventHandler(this.parametersButton_Click);
     //
     // parametersTextBox
     //
     this.parametersTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersTextBox.BorderColor = System.Drawing.Color.Empty;
     this.parametersTextBox.Location    = new System.Drawing.Point(168, 104);
     this.parametersTextBox.Name        = "parametersTextBox";
     this.parametersTextBox.Size        = new System.Drawing.Size(198, 20);
     this.parametersTextBox.TabIndex    = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 108);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Parameters:";
     //
     // fileNameButton
     //
     this.fileNameButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameButton.Location = new System.Drawing.Point(374, 79);
     this.fileNameButton.Name     = "fileNameButton";
     this.fileNameButton.Size     = new System.Drawing.Size(72, 22);
     this.fileNameButton.TabIndex = 3;
     this.fileNameButton.Text     = "Browse";
     this.fileNameButton.UseVisualStyleBackColor = true;
     this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
     //
     // fileNameTextBox
     //
     this.fileNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameTextBox.BorderColor = System.Drawing.Color.Empty;
     this.fileNameTextBox.Location    = new System.Drawing.Point(168, 80);
     this.fileNameTextBox.Name        = "fileNameTextBox";
     this.fileNameTextBox.Size        = new System.Drawing.Size(198, 20);
     this.fileNameTextBox.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 84);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Path/Filename:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(0, 0);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 0;
     this.button2.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.BorderColor = System.Drawing.Color.Empty;
     this.textBox1.Location    = new System.Drawing.Point(0, 0);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex    = 0;
     //
     // mpGroupBox3
     //
     this.mpGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox3.Controls.Add(this.useMediaInfoBD);
     this.mpGroupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox3.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBox3.Name      = "mpGroupBox3";
     this.mpGroupBox3.Size      = new System.Drawing.Size(462, 67);
     this.mpGroupBox3.TabIndex  = 0;
     this.mpGroupBox3.TabStop   = false;
     this.mpGroupBox3.Text      = "Settings";
     //
     // useMediaInfoBD
     //
     this.useMediaInfoBD.AutoSize  = true;
     this.useMediaInfoBD.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useMediaInfoBD.Location  = new System.Drawing.Point(19, 30);
     this.useMediaInfoBD.Name      = "useMediaInfoBD";
     this.useMediaInfoBD.Size      = new System.Drawing.Size(293, 17);
     this.useMediaInfoBD.TabIndex  = 4;
     this.useMediaInfoBD.Text      = "Use MediaInfo for BDs. This can slow down playing start!";
     this.useMediaInfoBD.UseVisualStyleBackColor = true;
     //
     // BDPlayer
     //
     this.Controls.Add(this.mpGroupBox3);
     this.Controls.Add(this.mpGroupBox1);
     this.Name = "BDPlayer";
     this.Size = new System.Drawing.Size(472, 408);
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox1.PerformLayout();
     this.mpGroupBox3.ResumeLayout(false);
     this.mpGroupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.cmdTest   = new MediaPortal.UserInterface.Controls.MPButton();
     this.label2    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.testRedeyeChannelsTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.buttonIRDA        = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonRC5         = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonSKY         = new MediaPortal.UserInterface.Controls.MPButton();
     this.label7            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label6            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.CommandDelayCombo = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label1            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.CommPortCombo     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.inputCheckBox     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.infoTextBox       = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.groupBox2         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.statusLabel       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox3         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.cmdTest);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.testRedeyeChannelsTextBox);
     this.groupBox1.Controls.Add(this.buttonIRDA);
     this.groupBox1.Controls.Add(this.buttonRC5);
     this.groupBox1.Controls.Add(this.buttonSKY);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.CommandDelayCombo);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.CommPortCombo);
     this.groupBox1.Controls.Add(this.inputCheckBox);
     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, 184);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "General settings";
     //
     // cmdTest
     //
     this.cmdTest.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdTest.Location = new System.Drawing.Point(374, 152);
     this.cmdTest.Name     = "cmdTest";
     this.cmdTest.Size     = new System.Drawing.Size(72, 22);
     this.cmdTest.TabIndex = 11;
     this.cmdTest.Text     = "Test";
     this.cmdTest.UseVisualStyleBackColor = true;
     this.cmdTest.Click += new System.EventHandler(this.cmdTest_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 128);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Channels:";
     //
     // testRedeyeChannelsTextBox
     //
     this.testRedeyeChannelsTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.testRedeyeChannelsTextBox.BorderColor = System.Drawing.Color.Empty;
     this.testRedeyeChannelsTextBox.Location    = new System.Drawing.Point(168, 124);
     this.testRedeyeChannelsTextBox.MaxLength   = 3;
     this.testRedeyeChannelsTextBox.Name        = "testRedeyeChannelsTextBox";
     this.testRedeyeChannelsTextBox.Size        = new System.Drawing.Size(278, 20);
     this.testRedeyeChannelsTextBox.TabIndex    = 10;
     //
     // buttonIRDA
     //
     this.buttonIRDA.Location = new System.Drawing.Point(167, 50);
     this.buttonIRDA.Name     = "buttonIRDA";
     this.buttonIRDA.Size     = new System.Drawing.Size(72, 23);
     this.buttonIRDA.TabIndex = 2;
     this.buttonIRDA.Text     = "IRDA";
     this.buttonIRDA.UseVisualStyleBackColor = true;
     this.buttonIRDA.Click += new System.EventHandler(this.buttonIRDA_Click);
     //
     // buttonRC5
     //
     this.buttonRC5.Location = new System.Drawing.Point(247, 50);
     this.buttonRC5.Name     = "buttonRC5";
     this.buttonRC5.Size     = new System.Drawing.Size(72, 23);
     this.buttonRC5.TabIndex = 3;
     this.buttonRC5.Text     = "RC5";
     this.buttonRC5.UseVisualStyleBackColor = true;
     this.buttonRC5.Click += new System.EventHandler(this.buttonRC5_Click);
     //
     // buttonSKY
     //
     this.buttonSKY.Location = new System.Drawing.Point(327, 50);
     this.buttonSKY.Name     = "buttonSKY";
     this.buttonSKY.Size     = new System.Drawing.Size(72, 23);
     this.buttonSKY.TabIndex = 4;
     this.buttonSKY.Text     = "SKY";
     this.buttonSKY.UseVisualStyleBackColor = true;
     this.buttonSKY.Click += new System.EventHandler(this.buttonSKY_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 56);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(64, 16);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Signal Type:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 104);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(72, 16);
     this.label6.TabIndex = 7;
     this.label6.Text     = "Delay (msec.):";
     //
     // CommandDelayCombo
     //
     this.CommandDelayCombo.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.CommandDelayCombo.BorderColor   = System.Drawing.Color.Empty;
     this.CommandDelayCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CommandDelayCombo.Items.AddRange(new object[]
     {
         "150",
         "200",
         "250",
         "300",
         "350",
         "400",
         "450",
         "500",
         "550",
         "600",
         "650",
         "700",
         "750",
         "800",
         "850",
         "900",
         "950",
         "1000",
         "1050",
         "1100",
         "1150",
         "1200"
     });
     this.CommandDelayCombo.Location              = new System.Drawing.Point(168, 100);
     this.CommandDelayCombo.Name                  = "CommandDelayCombo";
     this.CommandDelayCombo.Size                  = new System.Drawing.Size(278, 21);
     this.CommandDelayCombo.TabIndex              = 8;
     this.CommandDelayCombo.SelectedIndexChanged += new System.EventHandler(this.CommandDelayCombo_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 80);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(24, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Port:";
     //
     // CommPortCombo
     //
     this.CommPortCombo.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.CommPortCombo.BorderColor   = System.Drawing.Color.Empty;
     this.CommPortCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CommPortCombo.Items.AddRange(new object[]
     {
         "COM1:",
         "COM2:",
         "COM3:",
         "COM4:",
         "COM5:",
         "COM6:",
         "COM7:",
         "COM8:"
     });
     this.CommPortCombo.Location              = new System.Drawing.Point(168, 76);
     this.CommPortCombo.Name                  = "CommPortCombo";
     this.CommPortCombo.Size                  = new System.Drawing.Size(278, 21);
     this.CommPortCombo.TabIndex              = 6;
     this.CommPortCombo.SelectedIndexChanged += new System.EventHandler(this.CommPortCombo_SelectedIndexChanged);
     //
     // inputCheckBox
     //
     this.inputCheckBox.AutoSize  = true;
     this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.inputCheckBox.Location  = new System.Drawing.Point(16, 24);
     this.inputCheckBox.Name      = "inputCheckBox";
     this.inputCheckBox.Size      = new System.Drawing.Size(127, 17);
     this.inputCheckBox.TabIndex  = 0;
     this.inputCheckBox.Text      = "Enable RedEye Serial";
     this.inputCheckBox.UseVisualStyleBackColor = true;
     this.inputCheckBox.CheckedChanged         += new System.EventHandler(this.inputCheckBox_CheckedChanged);
     //
     // infoTextBox
     //
     this.infoTextBox.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.infoTextBox.BackColor   = System.Drawing.SystemColors.Control;
     this.infoTextBox.BorderColor = System.Drawing.Color.Empty;
     this.infoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.infoTextBox.Location    = new System.Drawing.Point(16, 24);
     this.infoTextBox.Multiline   = true;
     this.infoTextBox.Name        = "infoTextBox";
     this.infoTextBox.ReadOnly    = true;
     this.infoTextBox.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.infoTextBox.Size        = new System.Drawing.Size(430, 104);
     this.infoTextBox.TabIndex    = 0;
     this.infoTextBox.WordWrap    = false;
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.statusLabel);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(6, 192);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(462, 64);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Device status";
     //
     // statusLabel
     //
     this.statusLabel.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.statusLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.statusLabel.Location  = new System.Drawing.Point(16, 24);
     this.statusLabel.Name      = "statusLabel";
     this.statusLabel.Size      = new System.Drawing.Size(430, 32);
     this.statusLabel.TabIndex  = 0;
     this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabel.Click    += new System.EventHandler(this.statusLabel_Click);
     //
     // groupBox3
     //
     this.groupBox3.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.groupBox3.Controls.Add(this.infoTextBox);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox3.Location  = new System.Drawing.Point(6, 264);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(462, 144);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Information";
     //
     // RemoteRedEye
     //
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "RemoteRedEye";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(RemoteUSBUIRT));
     this.groupBox1                = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.SettingsPnl              = new System.Windows.Forms.Panel();
     this.testSendIrBtn            = new MediaPortal.UserInterface.Controls.MPButton();
     this.testSendIrTxtBox         = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.interCommandDelayNumUpDn = new System.Windows.Forms.NumericUpDown();
     this.label6 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.commandRepeatNumUpDn = new System.Windows.Forms.NumericUpDown();
     this.label5 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tunerCommandsButton    = new MediaPortal.UserInterface.Controls.MPButton();
     this.internalCommandsButton = new MediaPortal.UserInterface.Controls.MPButton();
     this.enterCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.digitCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.outputCheckBox         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.inputCheckBox          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.lblUSBUIRTVersion      = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label4                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox2               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.label3                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.linkLabel1              = new System.Windows.Forms.LinkLabel();
     this.label2                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox3               = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.varDLLVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.varAPIVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.lblDLLVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.lblAPIVersion           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.lblUSBUIRTConfigVersion = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label7                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.SettingsPnl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.interCommandDelayNumUpDn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.commandRepeatNumUpDn)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.SettingsPnl);
     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, 209);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     //
     // SettingsPnl
     //
     this.SettingsPnl.Controls.Add(this.testSendIrBtn);
     this.SettingsPnl.Controls.Add(this.testSendIrTxtBox);
     this.SettingsPnl.Controls.Add(this.interCommandDelayNumUpDn);
     this.SettingsPnl.Controls.Add(this.label6);
     this.SettingsPnl.Controls.Add(this.commandRepeatNumUpDn);
     this.SettingsPnl.Controls.Add(this.label5);
     this.SettingsPnl.Controls.Add(this.tunerCommandsButton);
     this.SettingsPnl.Controls.Add(this.internalCommandsButton);
     this.SettingsPnl.Controls.Add(this.enterCheckBox);
     this.SettingsPnl.Controls.Add(this.digitCheckBox);
     this.SettingsPnl.Controls.Add(this.outputCheckBox);
     this.SettingsPnl.Controls.Add(this.inputCheckBox);
     this.SettingsPnl.Location = new System.Drawing.Point(8, 8);
     this.SettingsPnl.Name     = "SettingsPnl";
     this.SettingsPnl.Size     = new System.Drawing.Size(448, 198);
     this.SettingsPnl.TabIndex = 9;
     //
     // testSendIrBtn
     //
     this.testSendIrBtn.Location = new System.Drawing.Point(280, 133);
     this.testSendIrBtn.Name     = "testSendIrBtn";
     this.testSendIrBtn.Size     = new System.Drawing.Size(160, 23);
     this.testSendIrBtn.TabIndex = 14;
     this.testSendIrBtn.Text     = "Test settop box control";
     this.testSendIrBtn.UseVisualStyleBackColor = true;
     this.testSendIrBtn.Click += new System.EventHandler(this.testSendIrBtn_Click);
     //
     // testSendIrTxtBox
     //
     this.testSendIrTxtBox.AcceptsReturn = true;
     this.testSendIrTxtBox.BorderColor   = System.Drawing.Color.Empty;
     this.testSendIrTxtBox.Location      = new System.Drawing.Point(280, 156);
     this.testSendIrTxtBox.Name          = "testSendIrTxtBox";
     this.testSendIrTxtBox.Size          = new System.Drawing.Size(160, 20);
     this.testSendIrTxtBox.TabIndex      = 13;
     this.testSendIrTxtBox.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.testSendIrTxtBox_KeyPress);
     //
     // interCommandDelayNumUpDn
     //
     this.interCommandDelayNumUpDn.Increment = new decimal(new int[]
     {
         50,
         0,
         0,
         0
     });
     this.interCommandDelayNumUpDn.Location = new System.Drawing.Point(153, 106);
     this.interCommandDelayNumUpDn.Maximum  = new decimal(new int[]
     {
         1000,
         0,
         0,
         0
     });
     this.interCommandDelayNumUpDn.Name     = "interCommandDelayNumUpDn";
     this.interCommandDelayNumUpDn.Size     = new System.Drawing.Size(48, 20);
     this.interCommandDelayNumUpDn.TabIndex = 12;
     this.interCommandDelayNumUpDn.Value    = new decimal(new int[]
     {
         100,
         0,
         0,
         0
     });
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(24, 108);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(121, 13);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "Inter-command delay ms";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // commandRepeatNumUpDn
     //
     this.commandRepeatNumUpDn.Location = new System.Drawing.Point(153, 82);
     this.commandRepeatNumUpDn.Maximum  = new decimal(new int[]
     {
         5,
         0,
         0,
         0
     });
     this.commandRepeatNumUpDn.Minimum = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     this.commandRepeatNumUpDn.Name     = "commandRepeatNumUpDn";
     this.commandRepeatNumUpDn.Size     = new System.Drawing.Size(48, 20);
     this.commandRepeatNumUpDn.TabIndex = 10;
     this.commandRepeatNumUpDn.Value    = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(24, 84);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(117, 13);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "Command repeat count";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tunerCommandsButton
     //
     this.tunerCommandsButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.tunerCommandsButton.Location = new System.Drawing.Point(280, 53);
     this.tunerCommandsButton.Name     = "tunerCommandsButton";
     this.tunerCommandsButton.Size     = new System.Drawing.Size(160, 23);
     this.tunerCommandsButton.TabIndex = 8;
     this.tunerCommandsButton.Text     = "Learn settop box commands";
     this.tunerCommandsButton.UseVisualStyleBackColor = true;
     this.tunerCommandsButton.Click += new System.EventHandler(this.tunerCommandsButton_Click);
     //
     // internalCommandsButton
     //
     this.internalCommandsButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.internalCommandsButton.Location = new System.Drawing.Point(280, 16);
     this.internalCommandsButton.Name     = "internalCommandsButton";
     this.internalCommandsButton.Size     = new System.Drawing.Size(160, 23);
     this.internalCommandsButton.TabIndex = 7;
     this.internalCommandsButton.Text     = "Learn MediaPortal commands";
     this.internalCommandsButton.UseVisualStyleBackColor = true;
     this.internalCommandsButton.Click += new System.EventHandler(this.internalCommandsButton_Click);
     //
     // enterCheckBox
     //
     this.enterCheckBox.AutoSize  = true;
     this.enterCheckBox.Enabled   = false;
     this.enterCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.enterCheckBox.Location  = new System.Drawing.Point(24, 156);
     this.enterCheckBox.Name      = "enterCheckBox";
     this.enterCheckBox.Size      = new System.Drawing.Size(189, 17);
     this.enterCheckBox.TabIndex  = 3;
     this.enterCheckBox.Text      = "Send \'Enter\' for changing channels";
     this.enterCheckBox.UseVisualStyleBackColor = true;
     this.enterCheckBox.CheckedChanged         += new System.EventHandler(this.enterCheckBox_CheckedChanged);
     //
     // digitCheckBox
     //
     this.digitCheckBox.AutoSize  = true;
     this.digitCheckBox.Enabled   = false;
     this.digitCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.digitCheckBox.Location  = new System.Drawing.Point(24, 140);
     this.digitCheckBox.Name      = "digitCheckBox";
     this.digitCheckBox.Size      = new System.Drawing.Size(180, 17);
     this.digitCheckBox.TabIndex  = 2;
     this.digitCheckBox.Text      = "Use 3 digits for channel selection";
     this.digitCheckBox.UseVisualStyleBackColor = true;
     this.digitCheckBox.CheckedChanged         += new System.EventHandler(this.digitCheckBox_CheckedChanged);
     //
     // outputCheckBox
     //
     this.outputCheckBox.AutoSize  = true;
     this.outputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.outputCheckBox.Location  = new System.Drawing.Point(8, 56);
     this.outputCheckBox.Name      = "outputCheckBox";
     this.outputCheckBox.Size      = new System.Drawing.Size(205, 17);
     this.outputCheckBox.TabIndex  = 1;
     this.outputCheckBox.Text      = "Let MediaPortal control your settopbox";
     this.outputCheckBox.UseVisualStyleBackColor = true;
     this.outputCheckBox.CheckedChanged         += new System.EventHandler(this.outputCheckBox_CheckedChanged);
     //
     // inputCheckBox
     //
     this.inputCheckBox.AutoSize  = true;
     this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.inputCheckBox.Location  = new System.Drawing.Point(8, 16);
     this.inputCheckBox.Name      = "inputCheckBox";
     this.inputCheckBox.Size      = new System.Drawing.Size(207, 17);
     this.inputCheckBox.TabIndex  = 0;
     this.inputCheckBox.Text      = "Use your remote to control MediaPortal";
     this.inputCheckBox.UseVisualStyleBackColor = true;
     this.inputCheckBox.CheckedChanged         += new System.EventHandler(this.inputCheckBox_CheckedChanged);
     //
     // lblUSBUIRTVersion
     //
     this.lblUSBUIRTVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUSBUIRTVersion.Location = new System.Drawing.Point(200, 15);
     this.lblUSBUIRTVersion.Name     = "lblUSBUIRTVersion";
     this.lblUSBUIRTVersion.Size     = new System.Drawing.Size(246, 16);
     this.lblUSBUIRTVersion.TabIndex = 6;
     this.lblUSBUIRTVersion.Text     = "Version";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(144, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "USBUIRT driver version:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(0, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.linkLabel1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(6, 300);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(462, 104);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "General Information";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(96, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "More information:";
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(112, 72);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(120, 16);
     this.linkLabel1.TabIndex     = 2;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "http://www.usbuirt.com";
     this.linkLabel1.LinkClicked +=
         new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label2
     //
     this.label2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(16, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(438, 40);
     this.label2.TabIndex = 0;
     this.label2.Text     = resources.GetString("label2.Text");
     //
     // groupBox3
     //
     this.groupBox3.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.varDLLVersion);
     this.groupBox3.Controls.Add(this.varAPIVersion);
     this.groupBox3.Controls.Add(this.lblDLLVersion);
     this.groupBox3.Controls.Add(this.lblAPIVersion);
     this.groupBox3.Controls.Add(this.lblUSBUIRTConfigVersion);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.lblUSBUIRTVersion);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox3.Location  = new System.Drawing.Point(6, 213);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(462, 83);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Status";
     //
     // varDLLVersion
     //
     this.varDLLVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.varDLLVersion.Location = new System.Drawing.Point(200, 47);
     this.varDLLVersion.Name     = "varDLLVersion";
     this.varDLLVersion.Size     = new System.Drawing.Size(246, 16);
     this.varDLLVersion.TabIndex = 12;
     this.varDLLVersion.Text     = "Version";
     //
     // varAPIVersion
     //
     this.varAPIVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.varAPIVersion.Location = new System.Drawing.Point(200, 31);
     this.varAPIVersion.Name     = "varAPIVersion";
     this.varAPIVersion.Size     = new System.Drawing.Size(246, 16);
     this.varAPIVersion.TabIndex = 11;
     this.varAPIVersion.Text     = "Version";
     //
     // lblDLLVersion
     //
     this.lblDLLVersion.AutoSize = true;
     this.lblDLLVersion.Location = new System.Drawing.Point(16, 47);
     this.lblDLLVersion.Name     = "lblDLLVersion";
     this.lblDLLVersion.Size     = new System.Drawing.Size(118, 13);
     this.lblDLLVersion.TabIndex = 10;
     this.lblDLLVersion.Text     = "USBUIRT DLL version:";
     //
     // lblAPIVersion
     //
     this.lblAPIVersion.AutoSize = true;
     this.lblAPIVersion.Location = new System.Drawing.Point(16, 31);
     this.lblAPIVersion.Name     = "lblAPIVersion";
     this.lblAPIVersion.Size     = new System.Drawing.Size(115, 13);
     this.lblAPIVersion.TabIndex = 9;
     this.lblAPIVersion.Text     = "USBUIRT API version:";
     //
     // lblUSBUIRTConfigVersion
     //
     this.lblUSBUIRTConfigVersion.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUSBUIRTConfigVersion.Location = new System.Drawing.Point(200, 63);
     this.lblUSBUIRTConfigVersion.Name     = "lblUSBUIRTConfigVersion";
     this.lblUSBUIRTConfigVersion.Size     = new System.Drawing.Size(246, 13);
     this.lblUSBUIRTConfigVersion.TabIndex = 8;
     this.lblUSBUIRTConfigVersion.Text     = "Version";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(16, 63);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(126, 13);
     this.label7.TabIndex = 7;
     this.label7.Text     = "USBUIRT plugin version:";
     //
     // RemoteUSBUIRT
     //
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "RemoteUSBUIRT";
     this.Size  = new System.Drawing.Size(472, 408);
     this.Load += new System.EventHandler(this.USBUIRT_Load);
     this.groupBox1.ResumeLayout(false);
     this.SettingsPnl.ResumeLayout(false);
     this.SettingsPnl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.interCommandDelayNumUpDn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.commandRepeatNumUpDn)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 21
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonDelete        = new MPButton();
     this.buttonEdit          = new MPButton();
     this.listBox             = new ListBox();
     this.buttonAdd           = new MPButton();
     this.button3             = new MPButton();
     this.checkAutoRefresh    = new MPCheckBox();
     this.labelRefresh        = new MPLabel();
     this.textRefreshInterval = new MPTextBox();
     this.mpGroupBox1         = new MPGroupBox();
     this.mpGroupBox2         = new MPGroupBox();
     this.mpGroupBox1.SuspendLayout();
     this.mpGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonDelete
     //
     this.buttonDelete.Anchor   = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.buttonDelete.Location = new Point(368, 185);
     this.buttonDelete.Name     = "buttonDelete";
     this.buttonDelete.Size     = new Size(88, 23);
     this.buttonDelete.TabIndex = 3;
     this.buttonDelete.Text     = "Delete Site";
     this.buttonDelete.UseVisualStyleBackColor = true;
     this.buttonDelete.Click += new EventHandler(this.deleteSite);
     //
     // buttonEdit
     //
     this.buttonEdit.Anchor   = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.buttonEdit.Location = new Point(274, 185);
     this.buttonEdit.Name     = "buttonEdit";
     this.buttonEdit.Size     = new Size(88, 23);
     this.buttonEdit.TabIndex = 2;
     this.buttonEdit.Text     = "Edit Site";
     this.buttonEdit.UseVisualStyleBackColor = true;
     this.buttonEdit.Click += new EventHandler(this.editSite);
     //
     // listBox
     //
     this.listBox.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
                                             | AnchorStyles.Left)
                                            | AnchorStyles.Right)));
     this.listBox.Location = new Point(6, 19);
     this.listBox.Name     = "listBox";
     this.listBox.Size     = new Size(450, 147);
     this.listBox.TabIndex = 5;
     //
     // buttonAdd
     //
     this.buttonAdd.Anchor   = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.buttonAdd.Location = new Point(180, 185);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.Size     = new Size(88, 23);
     this.buttonAdd.TabIndex = 1;
     this.buttonAdd.Text     = "Add Site";
     this.buttonAdd.UseVisualStyleBackColor = true;
     this.buttonAdd.Click += new EventHandler(this.addSite);
     //
     // button3
     //
     this.button3.Anchor                  = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
     this.button3.DialogResult            = DialogResult.Cancel;
     this.button3.Location                = new Point(402, 279);
     this.button3.Name                    = "button3";
     this.button3.Size                    = new Size(72, 22);
     this.button3.TabIndex                = 12;
     this.button3.Text                    = "&Done";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click                  += new EventHandler(this.button3_Click);
     //
     // checkAutoRefresh
     //
     this.checkAutoRefresh.AutoSize  = true;
     this.checkAutoRefresh.FlatStyle = FlatStyle.Popup;
     this.checkAutoRefresh.Location  = new Point(6, 19);
     this.checkAutoRefresh.Name      = "checkAutoRefresh";
     this.checkAutoRefresh.Size      = new Size(122, 17);
     this.checkAutoRefresh.TabIndex  = 4;
     this.checkAutoRefresh.Text      = "Auto refresh enabled";
     this.checkAutoRefresh.UseVisualStyleBackColor = true;
     //
     // labelRefresh
     //
     this.labelRefresh.AutoSize  = true;
     this.labelRefresh.Location  = new Point(21, 43);
     this.labelRefresh.Name      = "labelRefresh";
     this.labelRefresh.Size      = new Size(109, 13);
     this.labelRefresh.TabIndex  = 13;
     this.labelRefresh.Text      = "Refresh interval (min):";
     this.labelRefresh.TextAlign = ContentAlignment.MiddleLeft;
     //
     // textRefreshInterval
     //
     this.textRefreshInterval.BorderColor = Color.Empty;
     this.textRefreshInterval.Location    = new Point(142, 40);
     this.textRefreshInterval.Name        = "textRefreshInterval";
     this.textRefreshInterval.Size        = new Size(53, 20);
     this.textRefreshInterval.TabIndex    = 14;
     this.textRefreshInterval.Text        = "15";
     this.textRefreshInterval.TextAlign   = HorizontalAlignment.Center;
     //
     // mpGroupBox1
     //
     this.mpGroupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
                                                 | AnchorStyles.Left)
                                                | AnchorStyles.Right)));
     this.mpGroupBox1.Controls.Add(this.listBox);
     this.mpGroupBox1.Controls.Add(this.buttonAdd);
     this.mpGroupBox1.Controls.Add(this.buttonEdit);
     this.mpGroupBox1.Controls.Add(this.buttonDelete);
     this.mpGroupBox1.FlatStyle = FlatStyle.Popup;
     this.mpGroupBox1.Location  = new Point(12, 11);
     this.mpGroupBox1.Name      = "mpGroupBox1";
     this.mpGroupBox1.Size      = new Size(462, 213);
     this.mpGroupBox1.TabIndex  = 15;
     this.mpGroupBox1.TabStop   = false;
     this.mpGroupBox1.Text      = "Add news sites here and edit their options";
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Left)));
     this.mpGroupBox2.Controls.Add(this.labelRefresh);
     this.mpGroupBox2.Controls.Add(this.checkAutoRefresh);
     this.mpGroupBox2.Controls.Add(this.textRefreshInterval);
     this.mpGroupBox2.FlatStyle = FlatStyle.Popup;
     this.mpGroupBox2.Location  = new Point(12, 230);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new Size(215, 71);
     this.mpGroupBox2.TabIndex  = 16;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "Auto refresh settings";
     //
     // SetupForm
     //
     this.AcceptButton        = this.button3;
     this.AutoScaleDimensions = new SizeF(6F, 13F);
     this.CancelButton        = this.button3;
     this.ClientSize          = new Size(486, 313);
     this.Controls.Add(this.mpGroupBox2);
     this.Controls.Add(this.mpGroupBox1);
     this.Controls.Add(this.button3);
     this.FormBorderStyle = FormBorderStyle.FixedDialog;
     this.Name            = "SetupForm";
     this.StartPosition   = FormStartPosition.CenterParent;
     this.Text            = "RSS News - Setup";
     this.Load           += new EventHandler(this.SetupForm_Load);
     this.mpGroupBox1.ResumeLayout(false);
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.configAudioRenderer   = new MediaPortal.UserInterface.Controls.MPButton();
     this.configDVDAudio        = new MediaPortal.UserInterface.Controls.MPButton();
     this.configDVDVideo        = new MediaPortal.UserInterface.Controls.MPButton();
     this.configDVDNav          = new MediaPortal.UserInterface.Controls.MPButton();
     this.mpLabel1              = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxDXVA          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.audioRendererLabel    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.audioRendererComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.videoCodecLabel       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.videoCodecComboBox    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.checkBoxAC3           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.dvdNavigatorComboBox  = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.audioCodecComboBox    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.dvdNavigatorLabel     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.audioCodecLabel       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.configAudioRenderer);
     this.groupBox1.Controls.Add(this.configDVDAudio);
     this.groupBox1.Controls.Add(this.configDVDVideo);
     this.groupBox1.Controls.Add(this.configDVDNav);
     this.groupBox1.Controls.Add(this.mpLabel1);
     this.groupBox1.Controls.Add(this.checkBoxDXVA);
     this.groupBox1.Controls.Add(this.audioRendererLabel);
     this.groupBox1.Controls.Add(this.audioRendererComboBox);
     this.groupBox1.Controls.Add(this.videoCodecLabel);
     this.groupBox1.Controls.Add(this.videoCodecComboBox);
     this.groupBox1.Controls.Add(this.checkBoxAC3);
     this.groupBox1.Controls.Add(this.dvdNavigatorComboBox);
     this.groupBox1.Controls.Add(this.audioCodecComboBox);
     this.groupBox1.Controls.Add(this.dvdNavigatorLabel);
     this.groupBox1.Controls.Add(this.audioCodecLabel);
     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, 226);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings Decoder";
     //
     // configAudioRenderer
     //
     this.configAudioRenderer.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.configAudioRenderer.Image    = global::MediaPortal.Configuration.Properties.Resources.codec_screwdriver;
     this.configAudioRenderer.Location = new System.Drawing.Point(422, 120);
     this.configAudioRenderer.Name     = "configAudioRenderer";
     this.configAudioRenderer.Size     = new System.Drawing.Size(35, 21);
     this.configAudioRenderer.TabIndex = 73;
     this.configAudioRenderer.UseVisualStyleBackColor = true;
     this.configAudioRenderer.Click += new System.EventHandler(this.configAudioRenderer_Click);
     //
     // configDVDAudio
     //
     this.configDVDAudio.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.configDVDAudio.Image    = global::MediaPortal.Configuration.Properties.Resources.codec_screwdriver;
     this.configDVDAudio.Location = new System.Drawing.Point(422, 96);
     this.configDVDAudio.Name     = "configDVDAudio";
     this.configDVDAudio.Size     = new System.Drawing.Size(35, 21);
     this.configDVDAudio.TabIndex = 72;
     this.configDVDAudio.UseVisualStyleBackColor = true;
     this.configDVDAudio.Click += new System.EventHandler(this.configDVDAudio_Click);
     //
     // configDVDVideo
     //
     this.configDVDVideo.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.configDVDVideo.Image    = global::MediaPortal.Configuration.Properties.Resources.codec_screwdriver;
     this.configDVDVideo.Location = new System.Drawing.Point(422, 72);
     this.configDVDVideo.Name     = "configDVDVideo";
     this.configDVDVideo.Size     = new System.Drawing.Size(35, 21);
     this.configDVDVideo.TabIndex = 71;
     this.configDVDVideo.UseVisualStyleBackColor = true;
     this.configDVDVideo.Click += new System.EventHandler(this.configDVDVideo_Click);
     //
     // configDVDNav
     //
     this.configDVDNav.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.configDVDNav.Image    = global::MediaPortal.Configuration.Properties.Resources.codec_screwdriver;
     this.configDVDNav.Location = new System.Drawing.Point(422, 24);
     this.configDVDNav.Name     = "configDVDNav";
     this.configDVDNav.Size     = new System.Drawing.Size(35, 21);
     this.configDVDNav.TabIndex = 70;
     this.configDVDNav.UseVisualStyleBackColor = true;
     this.configDVDNav.Click += new System.EventHandler(this.configDVDNav_Click);
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(119, 49);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(281, 13);
     this.mpLabel1.TabIndex = 10;
     this.mpLabel1.Text     = "Note: Use corresponding decoders with chosen Navigator";
     //
     // checkBoxDXVA
     //
     this.checkBoxDXVA.AutoSize  = true;
     this.checkBoxDXVA.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxDXVA.Location  = new System.Drawing.Point(19, 185);
     this.checkBoxDXVA.Name      = "checkBoxDXVA";
     this.checkBoxDXVA.Size      = new System.Drawing.Size(333, 17);
     this.checkBoxDXVA.TabIndex  = 6;
     this.checkBoxDXVA.Text      = "Turn off DxVA (use this option if you have DVD navigation issues)";
     this.checkBoxDXVA.UseVisualStyleBackColor = true;
     //
     // audioRendererLabel
     //
     this.audioRendererLabel.Location = new System.Drawing.Point(17, 124);
     this.audioRendererLabel.Name     = "audioRendererLabel";
     this.audioRendererLabel.Size     = new System.Drawing.Size(88, 18);
     this.audioRendererLabel.TabIndex = 4;
     this.audioRendererLabel.Text     = "Audio renderer:";
     //
     // audioRendererComboBox
     //
     this.audioRendererComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.audioRendererComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.audioRendererComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.audioRendererComboBox.Location      = new System.Drawing.Point(122, 120);
     this.audioRendererComboBox.Name          = "audioRendererComboBox";
     this.audioRendererComboBox.Size          = new System.Drawing.Size(295, 21);
     this.audioRendererComboBox.Sorted        = true;
     this.audioRendererComboBox.TabIndex      = 4;
     //
     // videoCodecLabel
     //
     this.videoCodecLabel.Location = new System.Drawing.Point(17, 77);
     this.videoCodecLabel.Name     = "videoCodecLabel";
     this.videoCodecLabel.Size     = new System.Drawing.Size(99, 16);
     this.videoCodecLabel.TabIndex = 0;
     this.videoCodecLabel.Text     = "DVD video :";
     //
     // videoCodecComboBox
     //
     this.videoCodecComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.videoCodecComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.videoCodecComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.videoCodecComboBox.Location      = new System.Drawing.Point(122, 72);
     this.videoCodecComboBox.Name          = "videoCodecComboBox";
     this.videoCodecComboBox.Size          = new System.Drawing.Size(295, 21);
     this.videoCodecComboBox.Sorted        = true;
     this.videoCodecComboBox.TabIndex      = 2;
     //
     // checkBoxAC3
     //
     this.checkBoxAC3.AutoSize  = true;
     this.checkBoxAC3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAC3.Location  = new System.Drawing.Point(19, 156);
     this.checkBoxAC3.Name      = "checkBoxAC3";
     this.checkBoxAC3.Size      = new System.Drawing.Size(275, 17);
     this.checkBoxAC3.TabIndex  = 5;
     this.checkBoxAC3.Text      = "Use AC3 filter (for some soundcards using SPDIF out)";
     this.checkBoxAC3.UseVisualStyleBackColor = true;
     //
     // dvdNavigatorComboBox
     //
     this.dvdNavigatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.dvdNavigatorComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.dvdNavigatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dvdNavigatorComboBox.Location      = new System.Drawing.Point(122, 24);
     this.dvdNavigatorComboBox.Name          = "dvdNavigatorComboBox";
     this.dvdNavigatorComboBox.Size          = new System.Drawing.Size(295, 21);
     this.dvdNavigatorComboBox.Sorted        = true;
     this.dvdNavigatorComboBox.TabIndex      = 1;
     //
     // audioCodecComboBox
     //
     this.audioCodecComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.audioCodecComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.audioCodecComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.audioCodecComboBox.Location      = new System.Drawing.Point(122, 96);
     this.audioCodecComboBox.Name          = "audioCodecComboBox";
     this.audioCodecComboBox.Size          = new System.Drawing.Size(295, 21);
     this.audioCodecComboBox.Sorted        = true;
     this.audioCodecComboBox.TabIndex      = 3;
     //
     // dvdNavigatorLabel
     //
     this.dvdNavigatorLabel.Location = new System.Drawing.Point(17, 28);
     this.dvdNavigatorLabel.Name     = "dvdNavigatorLabel";
     this.dvdNavigatorLabel.Size     = new System.Drawing.Size(88, 15);
     this.dvdNavigatorLabel.TabIndex = 2;
     this.dvdNavigatorLabel.Text     = "DVD Navigator:";
     //
     // audioCodecLabel
     //
     this.audioCodecLabel.Location = new System.Drawing.Point(17, 99);
     this.audioCodecLabel.Name     = "audioCodecLabel";
     this.audioCodecLabel.Size     = new System.Drawing.Size(117, 17);
     this.audioCodecLabel.TabIndex = 6;
     this.audioCodecLabel.Text     = "DVD audio :";
     //
     // DVDCodec
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.groupBox1);
     this.Name = "DVDCodec";
     this.Size = new System.Drawing.Size(472, 391);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxSwitchRemovableDrive = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxAddOpticalDiskDrives = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxRemember             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.deleteButton   = new MediaPortal.UserInterface.Controls.MPButton();
     this.editButton     = new MediaPortal.UserInterface.Controls.MPButton();
     this.addButton      = new MediaPortal.UserInterface.Controls.MPButton();
     this.sharesListView = new MediaPortal.UserInterface.Controls.MPListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     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.checkBoxSwitchRemovableDrive);
     this.groupBox1.Controls.Add(this.checkBoxAddOpticalDiskDrives);
     this.groupBox1.Controls.Add(this.checkBoxRemember);
     this.groupBox1.Controls.Add(this.deleteButton);
     this.groupBox1.Controls.Add(this.editButton);
     this.groupBox1.Controls.Add(this.addButton);
     this.groupBox1.Controls.Add(this.sharesListView);
     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, 408);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     //
     // checkBoxSwitchRemovableDrive
     //
     this.checkBoxSwitchRemovableDrive.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxSwitchRemovableDrive.AutoSize   = true;
     this.checkBoxSwitchRemovableDrive.Checked    = true;
     this.checkBoxSwitchRemovableDrive.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxSwitchRemovableDrive.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxSwitchRemovableDrive.Location   = new System.Drawing.Point(16, 380);
     this.checkBoxSwitchRemovableDrive.Name       = "checkBoxSwitchRemovableDrive";
     this.checkBoxSwitchRemovableDrive.Size       = new System.Drawing.Size(254, 17);
     this.checkBoxSwitchRemovableDrive.TabIndex   = 6;
     this.checkBoxSwitchRemovableDrive.Text       = "Automatically switch to inserted removable drives";
     this.checkBoxSwitchRemovableDrive.UseVisualStyleBackColor = true;
     //
     // checkBoxAddOpticalDiskDrives
     //
     this.checkBoxAddOpticalDiskDrives.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxAddOpticalDiskDrives.AutoSize   = true;
     this.checkBoxAddOpticalDiskDrives.Checked    = true;
     this.checkBoxAddOpticalDiskDrives.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAddOpticalDiskDrives.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAddOpticalDiskDrives.Location   = new System.Drawing.Point(16, 357);
     this.checkBoxAddOpticalDiskDrives.Name       = "checkBoxAddOpticalDiskDrives";
     this.checkBoxAddOpticalDiskDrives.Size       = new System.Drawing.Size(194, 17);
     this.checkBoxAddOpticalDiskDrives.TabIndex   = 5;
     this.checkBoxAddOpticalDiskDrives.Text       = "Automatically add optical disk drives";
     this.checkBoxAddOpticalDiskDrives.UseVisualStyleBackColor = true;
     //
     // checkBoxRemember
     //
     this.checkBoxRemember.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxRemember.AutoSize  = true;
     this.checkBoxRemember.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxRemember.Location  = new System.Drawing.Point(16, 334);
     this.checkBoxRemember.Name      = "checkBoxRemember";
     this.checkBoxRemember.Size      = new System.Drawing.Size(149, 17);
     this.checkBoxRemember.TabIndex  = 1;
     this.checkBoxRemember.Text      = "Remember last used folder";
     this.checkBoxRemember.UseVisualStyleBackColor = true;
     //
     // deleteButton
     //
     this.deleteButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteButton.Enabled  = false;
     this.deleteButton.Location = new System.Drawing.Point(374, 331);
     this.deleteButton.Name     = "deleteButton";
     this.deleteButton.Size     = new System.Drawing.Size(72, 22);
     this.deleteButton.TabIndex = 4;
     this.deleteButton.Text     = "Delete";
     this.deleteButton.UseVisualStyleBackColor = true;
     this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
     //
     // editButton
     //
     this.editButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.editButton.Enabled  = false;
     this.editButton.Location = new System.Drawing.Point(294, 331);
     this.editButton.Name     = "editButton";
     this.editButton.Size     = new System.Drawing.Size(72, 22);
     this.editButton.TabIndex = 3;
     this.editButton.Text     = "Edit";
     this.editButton.UseVisualStyleBackColor = true;
     this.editButton.Click += new System.EventHandler(this.editButton_Click);
     //
     // addButton
     //
     this.addButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.addButton.Location = new System.Drawing.Point(214, 331);
     this.addButton.Name     = "addButton";
     this.addButton.Size     = new System.Drawing.Size(72, 22);
     this.addButton.TabIndex = 2;
     this.addButton.Text     = "Add";
     this.addButton.UseVisualStyleBackColor = true;
     this.addButton.Click += new System.EventHandler(this.addButton_Click);
     //
     // sharesListView
     //
     this.sharesListView.AllowDrop       = true;
     this.sharesListView.AllowRowReorder = true;
     this.sharesListView.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.sharesListView.CheckBoxes = true;
     this.sharesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader1,
         this.columnHeader3,
         this.columnHeader2
     });
     this.sharesListView.FullRowSelect = true;
     this.sharesListView.Location      = new System.Drawing.Point(16, 24);
     this.sharesListView.Name          = "sharesListView";
     this.sharesListView.Size          = new System.Drawing.Size(430, 301);
     this.sharesListView.TabIndex      = 0;
     this.sharesListView.UseCompatibleStateImageBehavior = false;
     this.sharesListView.View = System.Windows.Forms.View.Details;
     this.sharesListView.SelectedIndexChanged += new System.EventHandler(this.sharesListView_SelectedIndexChanged);
     this.sharesListView.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.sharesListView_ItemCheck);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 106;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Pin";
     this.columnHeader3.Width = 57;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Folder";
     this.columnHeader2.Width = 273;
     //
     // BaseShares
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "BaseShares";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.radioButton1           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpGroupBox2            = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpTextBoxHostname      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpButtonTestConnection = new MediaPortal.UserInterface.Controls.MPButton();
     this.mpLabel3                          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpComboBoxHostname                = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpGroupBox900                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpNumericTextBoxWOLTimeOut        = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
     this.mpLabelWOLTimeOut                 = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpTextBoxMacAddress               = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.mpLabel400                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpCheckBoxIsAutoMacAddressEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpCheckBoxIsWakeOnLanEnabled      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpGroupBox2.SuspendLayout();
     this.mpGroupBox900.SuspendLayout();
     this.SuspendLayout();
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // mpGroupBox2
     //
     this.mpGroupBox2.Controls.Add(this.mpTextBoxHostname);
     this.mpGroupBox2.Controls.Add(this.mpButtonTestConnection);
     this.mpGroupBox2.Controls.Add(this.mpLabel3);
     this.mpGroupBox2.Controls.Add(this.mpComboBoxHostname);
     this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox2.Location  = new System.Drawing.Point(6, 0);
     this.mpGroupBox2.Name      = "mpGroupBox2";
     this.mpGroupBox2.Size      = new System.Drawing.Size(462, 53);
     this.mpGroupBox2.TabIndex  = 17;
     this.mpGroupBox2.TabStop   = false;
     this.mpGroupBox2.Text      = "TV-Server";
     //
     // mpTextBoxHostname
     //
     this.mpTextBoxHostname.BorderColor  = System.Drawing.Color.Empty;
     this.mpTextBoxHostname.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.mpTextBoxHostname.Location     = new System.Drawing.Point(129, 25);
     this.mpTextBoxHostname.Multiline    = true;
     this.mpTextBoxHostname.Name         = "mpTextBoxHostname";
     this.mpTextBoxHostname.Size         = new System.Drawing.Size(141, 15);
     this.mpTextBoxHostname.TabIndex     = 1;
     this.mpTextBoxHostname.TextChanged += new System.EventHandler(this.mpTextBoxHostname_TextChanged);
     //
     // mpButtonTestConnection
     //
     this.mpButtonTestConnection.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.mpButtonTestConnection.Location = new System.Drawing.Point(325, 21);
     this.mpButtonTestConnection.Name     = "mpButtonTestConnection";
     this.mpButtonTestConnection.Size     = new System.Drawing.Size(131, 23);
     this.mpButtonTestConnection.TabIndex = 3;
     this.mpButtonTestConnection.Text     = "Test connection";
     this.mpButtonTestConnection.UseVisualStyleBackColor = true;
     this.mpButtonTestConnection.Click += new System.EventHandler(this.mpButtonTestConnection_Click);
     //
     // mpLabel3
     //
     this.mpLabel3.AutoSize = true;
     this.mpLabel3.Location = new System.Drawing.Point(19, 25);
     this.mpLabel3.Name     = "mpLabel3";
     this.mpLabel3.Size     = new System.Drawing.Size(58, 13);
     this.mpLabel3.TabIndex = 5;
     this.mpLabel3.Text     = "Hostname:";
     //
     // mpComboBoxHostname
     //
     this.mpComboBoxHostname.BorderColor       = System.Drawing.Color.Empty;
     this.mpComboBoxHostname.FormattingEnabled = true;
     this.mpComboBoxHostname.Location          = new System.Drawing.Point(126, 22);
     this.mpComboBoxHostname.Name      = "mpComboBoxHostname";
     this.mpComboBoxHostname.Size      = new System.Drawing.Size(164, 21);
     this.mpComboBoxHostname.TabIndex  = 2;
     this.mpComboBoxHostname.DropDown += new System.EventHandler(this.mpComboBoxHostname_DropDown);
     this.mpComboBoxHostname.SelectionChangeCommitted += new System.EventHandler(this.mpComboBoxHostname_SelectionChangeCommitted);
     //
     // mpGroupBox900
     //
     this.mpGroupBox900.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.mpGroupBox900.Controls.Add(this.mpNumericTextBoxWOLTimeOut);
     this.mpGroupBox900.Controls.Add(this.mpLabelWOLTimeOut);
     this.mpGroupBox900.Controls.Add(this.mpTextBoxMacAddress);
     this.mpGroupBox900.Controls.Add(this.mpLabel400);
     this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsAutoMacAddressEnabled);
     this.mpGroupBox900.Controls.Add(this.mpCheckBoxIsWakeOnLanEnabled);
     this.mpGroupBox900.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox900.Location  = new System.Drawing.Point(6, 59);
     this.mpGroupBox900.Name      = "mpGroupBox900";
     this.mpGroupBox900.Size      = new System.Drawing.Size(462, 126);
     this.mpGroupBox900.TabIndex  = 18;
     this.mpGroupBox900.TabStop   = false;
     this.mpGroupBox900.Text      = "Wake-On-Lan";
     //
     // mpNumericTextBoxWOLTimeOut
     //
     this.mpNumericTextBoxWOLTimeOut.AutoCompleteCustomSource.AddRange(new string[] {
         "10",
         "20",
         "30",
         "40",
         "50",
         "60",
         "70",
         "80",
         "90"
     });
     this.mpNumericTextBoxWOLTimeOut.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.mpNumericTextBoxWOLTimeOut.Enabled          = false;
     this.mpNumericTextBoxWOLTimeOut.Location         = new System.Drawing.Point(126, 42);
     this.mpNumericTextBoxWOLTimeOut.MaxLength        = 4;
     this.mpNumericTextBoxWOLTimeOut.Name             = "mpNumericTextBoxWOLTimeOut";
     this.mpNumericTextBoxWOLTimeOut.Size             = new System.Drawing.Size(45, 20);
     this.mpNumericTextBoxWOLTimeOut.TabIndex         = 1;
     this.mpNumericTextBoxWOLTimeOut.Tag      = "Default timeout is 10 seconds";
     this.mpNumericTextBoxWOLTimeOut.Text     = "10";
     this.mpNumericTextBoxWOLTimeOut.Value    = 10;
     this.mpNumericTextBoxWOLTimeOut.WordWrap = false;
     //
     // mpLabelWOLTimeOut
     //
     this.mpLabelWOLTimeOut.AutoSize = true;
     this.mpLabelWOLTimeOut.Location = new System.Drawing.Point(41, 45);
     this.mpLabelWOLTimeOut.Name     = "mpLabelWOLTimeOut";
     this.mpLabelWOLTimeOut.Size     = new System.Drawing.Size(72, 13);
     this.mpLabelWOLTimeOut.TabIndex = 8;
     this.mpLabelWOLTimeOut.Text     = "WOL timeout:";
     //
     // mpTextBoxMacAddress
     //
     this.mpTextBoxMacAddress.BorderColor = System.Drawing.Color.Empty;
     this.mpTextBoxMacAddress.Location    = new System.Drawing.Point(126, 91);
     this.mpTextBoxMacAddress.MaxLength   = 17;
     this.mpTextBoxMacAddress.Name        = "mpTextBoxMacAddress";
     this.mpTextBoxMacAddress.Size        = new System.Drawing.Size(97, 20);
     this.mpTextBoxMacAddress.TabIndex    = 3;
     this.mpTextBoxMacAddress.Text        = "00:00:00:00:00:00";
     //
     // mpLabel400
     //
     this.mpLabel400.AutoSize = true;
     this.mpLabel400.Location = new System.Drawing.Point(41, 94);
     this.mpLabel400.Name     = "mpLabel400";
     this.mpLabel400.Size     = new System.Drawing.Size(74, 13);
     this.mpLabel400.TabIndex = 6;
     this.mpLabel400.Text     = "MAC Address:";
     //
     // mpCheckBoxIsAutoMacAddressEnabled
     //
     this.mpCheckBoxIsAutoMacAddressEnabled.AutoSize  = true;
     this.mpCheckBoxIsAutoMacAddressEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpCheckBoxIsAutoMacAddressEnabled.Location  = new System.Drawing.Point(44, 68);
     this.mpCheckBoxIsAutoMacAddressEnabled.Name      = "mpCheckBoxIsAutoMacAddressEnabled";
     this.mpCheckBoxIsAutoMacAddressEnabled.Size      = new System.Drawing.Size(192, 17);
     this.mpCheckBoxIsAutoMacAddressEnabled.TabIndex  = 2;
     this.mpCheckBoxIsAutoMacAddressEnabled.Text      = "Auto-configure server MAC Address";
     this.mpCheckBoxIsAutoMacAddressEnabled.UseVisualStyleBackColor = true;
     this.mpCheckBoxIsAutoMacAddressEnabled.CheckedChanged         += new System.EventHandler(this.mpCheckBoxIsAutoMacAddressEnabled_CheckedChanged);
     //
     // mpCheckBoxIsWakeOnLanEnabled
     //
     this.mpCheckBoxIsWakeOnLanEnabled.AutoSize  = true;
     this.mpCheckBoxIsWakeOnLanEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpCheckBoxIsWakeOnLanEnabled.Location  = new System.Drawing.Point(22, 19);
     this.mpCheckBoxIsWakeOnLanEnabled.Name      = "mpCheckBoxIsWakeOnLanEnabled";
     this.mpCheckBoxIsWakeOnLanEnabled.Size      = new System.Drawing.Size(172, 17);
     this.mpCheckBoxIsWakeOnLanEnabled.TabIndex  = 0;
     this.mpCheckBoxIsWakeOnLanEnabled.Text      = "Wake up TV Server as needed";
     this.mpCheckBoxIsWakeOnLanEnabled.UseVisualStyleBackColor = true;
     this.mpCheckBoxIsWakeOnLanEnabled.CheckedChanged         += new System.EventHandler(this.mpCheckBoxIsWakeOnLanEnabled_CheckedChanged);
     //
     // TVRadio
     //
     this.Controls.Add(this.mpGroupBox900);
     this.Controls.Add(this.mpGroupBox2);
     this.Name = "TVRadio";
     this.Size = new System.Drawing.Size(472, 427);
     this.mpGroupBox2.ResumeLayout(false);
     this.mpGroupBox2.PerformLayout();
     this.mpGroupBox900.ResumeLayout(false);
     this.mpGroupBox900.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.comboBoxDateAdded             = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.lblDate                       = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBoxUseAlbumThumbs        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxCreateGenre           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCreateFolderThumb     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCreateArtist          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxUseForThumbs          = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxAllImages             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxUseFolderThumb        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buildThumbsCheckBox           = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.tbPrefixes                    = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.checkBoxStripArtistPrefix     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxUpdateSinceLastImport = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.monitorSharesCheckBox         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.folderAsAlbumCheckBox         = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.startButton                   = new MediaPortal.UserInterface.Controls.MPButton();
     this.sharesListBox                 = new System.Windows.Forms.CheckedListBox();
     this.groupBox2                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.fileLabel                     = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.groupBoxUseAlbumThumbs.SuspendLayout();
     this.groupBoxUseForThumbs.SuspendLayout();
     this.groupBox2.SuspendLayout();
     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.comboBoxDateAdded);
     this.groupBox1.Controls.Add(this.lblDate);
     this.groupBox1.Controls.Add(this.groupBoxUseAlbumThumbs);
     this.groupBox1.Controls.Add(this.groupBoxUseForThumbs);
     this.groupBox1.Controls.Add(this.tbPrefixes);
     this.groupBox1.Controls.Add(this.checkBoxStripArtistPrefix);
     this.groupBox1.Controls.Add(this.checkBoxUpdateSinceLastImport);
     this.groupBox1.Controls.Add(this.monitorSharesCheckBox);
     this.groupBox1.Controls.Add(this.folderAsAlbumCheckBox);
     this.groupBox1.Controls.Add(this.startButton);
     this.groupBox1.Controls.Add(this.sharesListBox);
     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, 339);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Scan music folders";
     //
     // comboBoxDateAdded
     //
     this.comboBoxDateAdded.BorderColor       = System.Drawing.Color.Empty;
     this.comboBoxDateAdded.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDateAdded.FormattingEnabled = true;
     this.comboBoxDateAdded.Items.AddRange(new object[]
     {
         "Current Date",
         "Creation Date",
         "Last Write Date"
     });
     this.comboBoxDateAdded.Location = new System.Drawing.Point(246, 257);
     this.comboBoxDateAdded.Name     = "comboBoxDateAdded";
     this.comboBoxDateAdded.Size     = new System.Drawing.Size(210, 21);
     this.comboBoxDateAdded.TabIndex = 16;
     //
     // lblDate
     //
     this.lblDate.AutoSize = true;
     this.lblDate.Location = new System.Drawing.Point(16, 261);
     this.lblDate.Name     = "lblDate";
     this.lblDate.Size     = new System.Drawing.Size(226, 13);
     this.lblDate.TabIndex = 15;
     this.lblDate.Text     = "Set date in database for new/changed files to:";
     //
     // groupBoxUseAlbumThumbs
     //
     this.groupBoxUseAlbumThumbs.Controls.Add(this.checkBoxCreateGenre);
     this.groupBoxUseAlbumThumbs.Controls.Add(this.checkBoxCreateFolderThumb);
     this.groupBoxUseAlbumThumbs.Controls.Add(this.checkBoxCreateArtist);
     this.groupBoxUseAlbumThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxUseAlbumThumbs.Location  = new System.Drawing.Point(246, 156);
     this.groupBoxUseAlbumThumbs.Name      = "groupBoxUseAlbumThumbs";
     this.groupBoxUseAlbumThumbs.Size      = new System.Drawing.Size(210, 96);
     this.groupBoxUseAlbumThumbs.TabIndex  = 14;
     this.groupBoxUseAlbumThumbs.TabStop   = false;
     this.groupBoxUseAlbumThumbs.Text      = "Use existing album thumbs to:";
     //
     // checkBoxCreateGenre
     //
     this.checkBoxCreateGenre.AutoSize   = true;
     this.checkBoxCreateGenre.Checked    = true;
     this.checkBoxCreateGenre.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxCreateGenre.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxCreateGenre.Location   = new System.Drawing.Point(15, 22);
     this.checkBoxCreateGenre.Name       = "checkBoxCreateGenre";
     this.checkBoxCreateGenre.Size       = new System.Drawing.Size(161, 17);
     this.checkBoxCreateGenre.TabIndex   = 7;
     this.checkBoxCreateGenre.Text       = "create genre preview thumbs";
     this.checkBoxCreateGenre.UseVisualStyleBackColor = true;
     //
     // checkBoxCreateFolderThumb
     //
     this.checkBoxCreateFolderThumb.AutoSize  = true;
     this.checkBoxCreateFolderThumb.Enabled   = false;
     this.checkBoxCreateFolderThumb.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxCreateFolderThumb.Location  = new System.Drawing.Point(15, 68);
     this.checkBoxCreateFolderThumb.Name      = "checkBoxCreateFolderThumb";
     this.checkBoxCreateFolderThumb.Size      = new System.Drawing.Size(137, 17);
     this.checkBoxCreateFolderThumb.TabIndex  = 9;
     this.checkBoxCreateFolderThumb.Text      = "create missing folder.jpg";
     this.checkBoxCreateFolderThumb.UseVisualStyleBackColor = true;
     //
     // checkBoxCreateArtist
     //
     this.checkBoxCreateArtist.AutoSize  = true;
     this.checkBoxCreateArtist.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxCreateArtist.Location  = new System.Drawing.Point(15, 45);
     this.checkBoxCreateArtist.Name      = "checkBoxCreateArtist";
     this.checkBoxCreateArtist.Size      = new System.Drawing.Size(156, 17);
     this.checkBoxCreateArtist.TabIndex  = 8;
     this.checkBoxCreateArtist.Text      = "create artist preview thumbs";
     this.checkBoxCreateArtist.UseVisualStyleBackColor = true;
     //
     // groupBoxUseForThumbs
     //
     this.groupBoxUseForThumbs.Controls.Add(this.checkBoxAllImages);
     this.groupBoxUseForThumbs.Controls.Add(this.checkBoxUseFolderThumb);
     this.groupBoxUseForThumbs.Controls.Add(this.buildThumbsCheckBox);
     this.groupBoxUseForThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxUseForThumbs.Location  = new System.Drawing.Point(16, 156);
     this.groupBoxUseForThumbs.Name      = "groupBoxUseForThumbs";
     this.groupBoxUseForThumbs.Size      = new System.Drawing.Size(210, 96);
     this.groupBoxUseForThumbs.TabIndex  = 13;
     this.groupBoxUseForThumbs.TabStop   = false;
     this.groupBoxUseForThumbs.Text      = "Use for thumb creation:";
     //
     // checkBoxAllImages
     //
     this.checkBoxAllImages.AutoSize   = true;
     this.checkBoxAllImages.Checked    = true;
     this.checkBoxAllImages.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAllImages.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxAllImages.Location   = new System.Drawing.Point(15, 45);
     this.checkBoxAllImages.Name       = "checkBoxAllImages";
     this.checkBoxAllImages.Size       = new System.Drawing.Size(181, 17);
     this.checkBoxAllImages.TabIndex   = 5;
     this.checkBoxAllImages.Text       = "*.png, *.jpg (prefers \"front\" cover)";
     this.checkBoxAllImages.UseVisualStyleBackColor = true;
     //
     // checkBoxUseFolderThumb
     //
     this.checkBoxUseFolderThumb.AutoSize   = true;
     this.checkBoxUseFolderThumb.Checked    = true;
     this.checkBoxUseFolderThumb.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxUseFolderThumb.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUseFolderThumb.Location   = new System.Drawing.Point(15, 22);
     this.checkBoxUseFolderThumb.Name       = "checkBoxUseFolderThumb";
     this.checkBoxUseFolderThumb.Size       = new System.Drawing.Size(143, 17);
     this.checkBoxUseFolderThumb.TabIndex   = 4;
     this.checkBoxUseFolderThumb.Text       = "folder.jpg (recommended)";
     this.checkBoxUseFolderThumb.UseVisualStyleBackColor = true;
     this.checkBoxUseFolderThumb.CheckedChanged         += new System.EventHandler(this.checkBoxUseFolderThumb_CheckedChanged);
     //
     // buildThumbsCheckBox
     //
     this.buildThumbsCheckBox.AutoSize  = true;
     this.buildThumbsCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.buildThumbsCheckBox.Location  = new System.Drawing.Point(15, 68);
     this.buildThumbsCheckBox.Name      = "buildThumbsCheckBox";
     this.buildThumbsCheckBox.Size      = new System.Drawing.Size(177, 17);
     this.buildThumbsCheckBox.TabIndex  = 6;
     this.buildThumbsCheckBox.Text      = "cover art embedded in ID3-Tags";
     this.buildThumbsCheckBox.UseVisualStyleBackColor = true;
     //
     // tbPrefixes
     //
     this.tbPrefixes.BorderColor = System.Drawing.Color.Empty;
     this.tbPrefixes.Location    = new System.Drawing.Point(301, 109);
     this.tbPrefixes.Name        = "tbPrefixes";
     this.tbPrefixes.Size        = new System.Drawing.Size(155, 20);
     this.tbPrefixes.TabIndex    = 2;
     //
     // checkBoxStripArtistPrefix
     //
     this.checkBoxStripArtistPrefix.AutoSize  = true;
     this.checkBoxStripArtistPrefix.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxStripArtistPrefix.Location  = new System.Drawing.Point(16, 110);
     this.checkBoxStripArtistPrefix.Name      = "checkBoxStripArtistPrefix";
     this.checkBoxStripArtistPrefix.Size      = new System.Drawing.Size(279, 17);
     this.checkBoxStripArtistPrefix.TabIndex  = 1;
     this.checkBoxStripArtistPrefix.Text      = "Strip artist prefix (i.e. \"The Beatles\" ->  \"Beatles, The\")";
     this.checkBoxStripArtistPrefix.UseVisualStyleBackColor = true;
     //
     // checkBoxUpdateSinceLastImport
     //
     this.checkBoxUpdateSinceLastImport.AutoSize   = true;
     this.checkBoxUpdateSinceLastImport.Checked    = true;
     this.checkBoxUpdateSinceLastImport.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxUpdateSinceLastImport.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxUpdateSinceLastImport.Location   = new System.Drawing.Point(19, 287);
     this.checkBoxUpdateSinceLastImport.Name       = "checkBoxUpdateSinceLastImport";
     this.checkBoxUpdateSinceLastImport.Size       = new System.Drawing.Size(178, 17);
     this.checkBoxUpdateSinceLastImport.TabIndex   = 10;
     this.checkBoxUpdateSinceLastImport.Text       = "Only update new / changed files";
     this.checkBoxUpdateSinceLastImport.UseVisualStyleBackColor = true;
     //
     // monitorSharesCheckBox
     //
     this.monitorSharesCheckBox.AutoSize  = true;
     this.monitorSharesCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.monitorSharesCheckBox.Location  = new System.Drawing.Point(19, 311);
     this.monitorSharesCheckBox.Name      = "monitorSharesCheckBox";
     this.monitorSharesCheckBox.Size      = new System.Drawing.Size(199, 17);
     this.monitorSharesCheckBox.TabIndex  = 11;
     this.monitorSharesCheckBox.Text      = "Auto-update DB on changes in share";
     this.monitorSharesCheckBox.UseVisualStyleBackColor = true;
     this.monitorSharesCheckBox.CheckedChanged         += new System.EventHandler(this.monitorSharesCheckBox_CheckedChanged);
     //
     // folderAsAlbumCheckBox
     //
     this.folderAsAlbumCheckBox.AutoSize  = true;
     this.folderAsAlbumCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.folderAsAlbumCheckBox.Location  = new System.Drawing.Point(16, 133);
     this.folderAsAlbumCheckBox.Name      = "folderAsAlbumCheckBox";
     this.folderAsAlbumCheckBox.Size      = new System.Drawing.Size(243, 17);
     this.folderAsAlbumCheckBox.TabIndex  = 3;
     this.folderAsAlbumCheckBox.Text      = "Treat tracks in an individual folder as an album";
     this.folderAsAlbumCheckBox.UseVisualStyleBackColor = true;
     this.folderAsAlbumCheckBox.CheckedChanged         += new System.EventHandler(this.folderAsAlbumCheckBox_CheckedChanged);
     //
     // startButton
     //
     this.startButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.startButton.Location = new System.Drawing.Point(236, 307);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(210, 22);
     this.startButton.TabIndex = 12;
     this.startButton.Text     = "Update database from selected shares";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.startButton_Click);
     //
     // sharesListBox
     //
     this.sharesListBox.CheckOnClick          = true;
     this.sharesListBox.Location              = new System.Drawing.Point(16, 24);
     this.sharesListBox.Name                  = "sharesListBox";
     this.sharesListBox.Size                  = new System.Drawing.Size(440, 79);
     this.sharesListBox.TabIndex              = 0;
     this.sharesListBox.SelectedIndexChanged += new System.EventHandler(this.sharesListBox_SelectedIndexChanged);
     this.sharesListBox.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.sharesListBox_ItemCheck);
     this.sharesListBox.DoubleClick          += new System.EventHandler(this.sharesListBox_DoubleClick);
     //
     // groupBox2
     //
     this.groupBox2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.fileLabel);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox2.Location  = new System.Drawing.Point(0, 345);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(472, 51);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Progress";
     //
     // fileLabel
     //
     this.fileLabel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.fileLabel.Location = new System.Drawing.Point(16, 23);
     this.fileLabel.Name     = "fileLabel";
     this.fileLabel.Size     = new System.Drawing.Size(440, 16);
     this.fileLabel.TabIndex = 0;
     //
     // MusicDatabase
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "MusicDatabase";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBoxUseAlbumThumbs.ResumeLayout(false);
     this.groupBoxUseAlbumThumbs.PerformLayout();
     this.groupBoxUseForThumbs.ResumeLayout(false);
     this.groupBoxUseForThumbs.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.chkAutoHide             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buttonOk                = new MediaPortal.UserInterface.Controls.MPButton();
     this.label2                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1                  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textTimeOut             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.chkOverrideSkinAutoHide = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buttonCancel            = new MediaPortal.UserInterface.Controls.MPButton();
     this.SuspendLayout();
     //
     // chkAutoHide
     //
     this.chkAutoHide.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAutoHide.AutoSize  = true;
     this.chkAutoHide.Enabled   = false;
     this.chkAutoHide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkAutoHide.Location  = new System.Drawing.Point(16, 40);
     this.chkAutoHide.Name      = "chkAutoHide";
     this.chkAutoHide.Size      = new System.Drawing.Size(66, 17);
     this.chkAutoHide.TabIndex  = 1;
     this.chkAutoHide.Text      = "Autohide";
     this.chkAutoHide.UseVisualStyleBackColor = true;
     //
     // buttonOk
     //
     this.buttonOk.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonOk.Location                = new System.Drawing.Point(73, 124);
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.Size                    = new System.Drawing.Size(75, 23);
     this.buttonOk.TabIndex                = 3;
     this.buttonOk.Text                    = "&OK";
     this.buttonOk.UseVisualStyleBackColor = true;
     this.buttonOk.Click                  += new System.EventHandler(this.buttonOk_Click);
     //
     // label2
     //
     this.label2.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(137, 76);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 24);
     this.label2.TabIndex = 3;
     this.label2.Text     = "sec.";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 76);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 24);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Timeout:";
     //
     // textTimeOut
     //
     this.textTimeOut.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textTimeOut.BorderColor = System.Drawing.Color.Empty;
     this.textTimeOut.Location    = new System.Drawing.Point(83, 73);
     this.textTimeOut.Name        = "textTimeOut";
     this.textTimeOut.Size        = new System.Drawing.Size(48, 20);
     this.textTimeOut.TabIndex    = 2;
     this.textTimeOut.Text        = "15";
     //
     // chkOverrideSkinAutoHide
     //
     this.chkOverrideSkinAutoHide.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.chkOverrideSkinAutoHide.AutoSize  = true;
     this.chkOverrideSkinAutoHide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkOverrideSkinAutoHide.Location  = new System.Drawing.Point(16, 16);
     this.chkOverrideSkinAutoHide.Name      = "chkOverrideSkinAutoHide";
     this.chkOverrideSkinAutoHide.Size      = new System.Drawing.Size(184, 17);
     this.chkOverrideSkinAutoHide.TabIndex  = 0;
     this.chkOverrideSkinAutoHide.Text      = "Override skin \"AutoHide\" setting";
     this.chkOverrideSkinAutoHide.UseVisualStyleBackColor = true;
     this.chkOverrideSkinAutoHide.CheckedChanged         += new System.EventHandler(this.chkOverrideSkinAutoHide_CheckedChanged);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(154, 124);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex                = 4;
     this.buttonCancel.Text                    = "&Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click                  += new System.EventHandler(this.buttonCancel_Click);
     //
     // TopBarSetupForm
     //
     this.AcceptButton        = this.buttonOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(241, 159);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.chkOverrideSkinAutoHide);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textTimeOut);
     this.Controls.Add(this.chkAutoHide);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "TopBarSetupForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Topbar - Setup";
     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.cbAnalogBlanking  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbColorSpace      = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label6            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbIDCT            = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label4            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbHardcodePal     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbDVBAR           = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label2            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tbVideoOffset     = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.cbAspectRatio     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label5            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.cbForcedSubtitles = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.cbDeinterlace     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.cbSmoothing       = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.label3            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.cbAnalogBlanking);
     this.groupBox1.Controls.Add(this.cbColorSpace);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.cbIDCT);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cbHardcodePal);
     this.groupBox1.Controls.Add(this.cbDVBAR);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.tbVideoOffset);
     this.groupBox1.Controls.Add(this.cbAspectRatio);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.cbForcedSubtitles);
     this.groupBox1.Controls.Add(this.cbDeinterlace);
     this.groupBox1.Controls.Add(this.cbSmoothing);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(472, 288);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Settings";
     //
     // cbAnalogBlanking
     //
     this.cbAnalogBlanking.Checked    = true;
     this.cbAnalogBlanking.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAnalogBlanking.Location   = new System.Drawing.Point(16, 224);
     this.cbAnalogBlanking.Name       = "cbAnalogBlanking";
     this.cbAnalogBlanking.Size       = new System.Drawing.Size(136, 16);
     this.cbAnalogBlanking.TabIndex   = 12;
     this.cbAnalogBlanking.Text       = "Do analog blanking";
     //
     // cbColorSpace
     //
     this.cbColorSpace.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbColorSpace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColorSpace.Items.AddRange(new object[]
     {
         "YV12",
         "YUY2"
     });
     this.cbColorSpace.Location = new System.Drawing.Point(168, 92);
     this.cbColorSpace.Name     = "cbColorSpace";
     this.cbColorSpace.Size     = new System.Drawing.Size(288, 21);
     this.cbColorSpace.TabIndex = 7;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 96);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(128, 16);
     this.label6.TabIndex = 6;
     this.label6.Text     = "Output colorspace:";
     //
     // cbIDCT
     //
     this.cbIDCT.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbIDCT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbIDCT.Items.AddRange(new object[]
     {
         "Reference",
         "MMX only",
         "Accelerated"
     });
     this.cbIDCT.Location = new System.Drawing.Point(168, 68);
     this.cbIDCT.Name     = "cbIDCT";
     this.cbIDCT.Size     = new System.Drawing.Size(288, 21);
     this.cbIDCT.TabIndex = 5;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 72);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(128, 16);
     this.label4.TabIndex = 4;
     this.label4.Text     = "IDCT to use:";
     //
     // cbHardcodePal
     //
     this.cbHardcodePal.Location = new System.Drawing.Point(16, 200);
     this.cbHardcodePal.Name     = "cbHardcodePal";
     this.cbHardcodePal.Size     = new System.Drawing.Size(184, 16);
     this.cbHardcodePal.TabIndex = 11;
     this.cbHardcodePal.Text     = "Hardcode for PAL with FFdshow";
     //
     // cbDVBAR
     //
     this.cbDVBAR.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDVBAR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDVBAR.Items.AddRange(new object[]
     {
         "16:9 Display",
         "4:3 Display Center cut out",
         "4:3 Display Letterbox"
     });
     this.cbDVBAR.Location = new System.Drawing.Point(168, 44);
     this.cbDVBAR.Name     = "cbDVBAR";
     this.cbDVBAR.Size     = new System.Drawing.Size(288, 21);
     this.cbDVBAR.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(128, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "DVB Aspect preference:";
     //
     // tbVideoOffset
     //
     this.tbVideoOffset.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbVideoOffset.Location = new System.Drawing.Point(168, 252);
     this.tbVideoOffset.Name     = "tbVideoOffset";
     this.tbVideoOffset.Size     = new System.Drawing.Size(288, 20);
     this.tbVideoOffset.TabIndex = 14;
     this.tbVideoOffset.Text     = "0";
     //
     // cbAspectRatio
     //
     this.cbAspectRatio.Checked    = true;
     this.cbAspectRatio.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAspectRatio.Location   = new System.Drawing.Point(16, 176);
     this.cbAspectRatio.Name       = "cbAspectRatio";
     this.cbAspectRatio.Size       = new System.Drawing.Size(168, 16);
     this.cbAspectRatio.TabIndex   = 10;
     this.cbAspectRatio.Text       = "Use accurate Aspect Ratios";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 256);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(144, 16);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Video delay offset (msec.):";
     //
     // cbForcedSubtitles
     //
     this.cbForcedSubtitles.Checked    = true;
     this.cbForcedSubtitles.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbForcedSubtitles.Location   = new System.Drawing.Point(16, 128);
     this.cbForcedSubtitles.Name       = "cbForcedSubtitles";
     this.cbForcedSubtitles.Size       = new System.Drawing.Size(136, 16);
     this.cbForcedSubtitles.TabIndex   = 8;
     this.cbForcedSubtitles.Text       = "Display Forced Subtitles";
     //
     // cbDeinterlace
     //
     this.cbDeinterlace.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDeinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDeinterlace.Items.AddRange(new object[]
     {
         "Automatic",
         "Force Weave",
         "Force Bob"
     });
     this.cbDeinterlace.Location = new System.Drawing.Point(168, 20);
     this.cbDeinterlace.Name     = "cbDeinterlace";
     this.cbDeinterlace.Size     = new System.Drawing.Size(288, 21);
     this.cbDeinterlace.TabIndex = 1;
     //
     // cbSmoothing
     //
     this.cbSmoothing.Checked    = true;
     this.cbSmoothing.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbSmoothing.Location   = new System.Drawing.Point(16, 152);
     this.cbSmoothing.Name       = "cbSmoothing";
     this.cbSmoothing.Size       = new System.Drawing.Size(136, 16);
     this.cbSmoothing.TabIndex   = 9;
     this.cbSmoothing.Text       = "3:2 Playback smoothing";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(96, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Deinterlace mode:";
     //
     // DScalerVideoFilter
     //
     this.Controls.Add(this.groupBox1);
     this.Name = "DScalerVideoFilter";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxSettings         = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.checkBoxOutputInterlaced = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.buttonReset             = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonTvDefaults        = new MediaPortal.UserInterface.Controls.MPButton();
     this.labelNote               = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelSaturation         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelHue                = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelContrast           = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelBrightness         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxDeinterlace     = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.labelDeinterlaceMethod  = new MediaPortal.UserInterface.Controls.MPLabel();
     this.checkBoxForcedSubtitles = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxPlanar          = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.trackBarSaturation      = new System.Windows.Forms.TrackBar();
     this.trackBarHue             = new System.Windows.Forms.TrackBar();
     this.trackBarContrast        = new System.Windows.Forms.TrackBar();
     this.trackBarBrightness      = new System.Windows.Forms.TrackBar();
     this.groupBoxSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarSaturation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarHue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarContrast)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxSettings
     //
     this.groupBoxSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSettings.Controls.Add(this.checkBoxOutputInterlaced);
     this.groupBoxSettings.Controls.Add(this.buttonReset);
     this.groupBoxSettings.Controls.Add(this.buttonTvDefaults);
     this.groupBoxSettings.Controls.Add(this.labelNote);
     this.groupBoxSettings.Controls.Add(this.labelSaturation);
     this.groupBoxSettings.Controls.Add(this.labelHue);
     this.groupBoxSettings.Controls.Add(this.labelContrast);
     this.groupBoxSettings.Controls.Add(this.labelBrightness);
     this.groupBoxSettings.Controls.Add(this.comboBoxDeinterlace);
     this.groupBoxSettings.Controls.Add(this.labelDeinterlaceMethod);
     this.groupBoxSettings.Controls.Add(this.checkBoxForcedSubtitles);
     this.groupBoxSettings.Controls.Add(this.checkBoxPlanar);
     this.groupBoxSettings.Controls.Add(this.trackBarSaturation);
     this.groupBoxSettings.Controls.Add(this.trackBarHue);
     this.groupBoxSettings.Controls.Add(this.trackBarContrast);
     this.groupBoxSettings.Controls.Add(this.trackBarBrightness);
     this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxSettings.Location  = new System.Drawing.Point(6, 0);
     this.groupBoxSettings.Name      = "groupBoxSettings";
     this.groupBoxSettings.Size      = new System.Drawing.Size(462, 405);
     this.groupBoxSettings.TabIndex  = 0;
     this.groupBoxSettings.TabStop   = false;
     this.groupBoxSettings.Text      = "Settings";
     //
     // checkBoxOutputInterlaced
     //
     this.checkBoxOutputInterlaced.AutoSize  = true;
     this.checkBoxOutputInterlaced.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxOutputInterlaced.Location  = new System.Drawing.Point(16, 70);
     this.checkBoxOutputInterlaced.Name      = "checkBoxOutputInterlaced";
     this.checkBoxOutputInterlaced.Size      = new System.Drawing.Size(157, 17);
     this.checkBoxOutputInterlaced.TabIndex  = 15;
     this.checkBoxOutputInterlaced.Text      = "Set interlaced flag for output";
     this.checkBoxOutputInterlaced.UseVisualStyleBackColor = true;
     this.checkBoxOutputInterlaced.CheckedChanged         +=
         new System.EventHandler(this.checkBoxOutputInterlaced_CheckedChanged);
     //
     // buttonReset
     //
     this.buttonReset.Location = new System.Drawing.Point(272, 322);
     this.buttonReset.Name     = "buttonReset";
     this.buttonReset.Size     = new System.Drawing.Size(75, 23);
     this.buttonReset.TabIndex = 14;
     this.buttonReset.Text     = "Reset";
     this.buttonReset.UseVisualStyleBackColor = true;
     this.buttonReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // buttonTvDefaults
     //
     this.buttonTvDefaults.Location = new System.Drawing.Point(165, 322);
     this.buttonTvDefaults.Name     = "buttonTvDefaults";
     this.buttonTvDefaults.Size     = new System.Drawing.Size(75, 23);
     this.buttonTvDefaults.TabIndex = 13;
     this.buttonTvDefaults.Text     = "TV defaults";
     this.buttonTvDefaults.UseVisualStyleBackColor = true;
     this.buttonTvDefaults.Click += new System.EventHandler(this.buttonTvDefaults_Click);
     //
     // labelNote
     //
     this.labelNote.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.labelNote.Location = new System.Drawing.Point(13, 362);
     this.labelNote.Name     = "labelNote";
     this.labelNote.Size     = new System.Drawing.Size(430, 40);
     this.labelNote.TabIndex = 12;
     this.labelNote.Text     = "Note: Using a non-planar output format, bob deinterlacer, or adjusting color prop" +
                               "erties may degrade performance. \"Auto\" deinterlacer will switch to \"Blend\" if ne" +
                               "cessary.";
     //
     // labelSaturation
     //
     this.labelSaturation.Location = new System.Drawing.Point(13, 272);
     this.labelSaturation.Name     = "labelSaturation";
     this.labelSaturation.Size     = new System.Drawing.Size(64, 16);
     this.labelSaturation.TabIndex = 8;
     this.labelSaturation.Text     = "Saturation:";
     //
     // labelHue
     //
     this.labelHue.Location = new System.Drawing.Point(13, 232);
     this.labelHue.Name     = "labelHue";
     this.labelHue.Size     = new System.Drawing.Size(32, 16);
     this.labelHue.TabIndex = 6;
     this.labelHue.Text     = "Hue:";
     //
     // labelContrast
     //
     this.labelContrast.Location = new System.Drawing.Point(13, 192);
     this.labelContrast.Name     = "labelContrast";
     this.labelContrast.Size     = new System.Drawing.Size(56, 16);
     this.labelContrast.TabIndex = 4;
     this.labelContrast.Text     = "Contrast:";
     //
     // labelBrightness
     //
     this.labelBrightness.Location = new System.Drawing.Point(13, 152);
     this.labelBrightness.Name     = "labelBrightness";
     this.labelBrightness.Size     = new System.Drawing.Size(64, 16);
     this.labelBrightness.TabIndex = 2;
     this.labelBrightness.Text     = "Brightness:";
     //
     // comboBoxDeinterlace
     //
     this.comboBoxDeinterlace.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDeinterlace.BorderColor   = System.Drawing.Color.Empty;
     this.comboBoxDeinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDeinterlace.Items.AddRange(new object[]
     {
         "Auto",
         "Weave",
         "Blend",
         "Bob",
         "Field Shift"
     });
     this.comboBoxDeinterlace.Location = new System.Drawing.Point(131, 103);
     this.comboBoxDeinterlace.Name     = "comboBoxDeinterlace";
     this.comboBoxDeinterlace.Size     = new System.Drawing.Size(312, 21);
     this.comboBoxDeinterlace.TabIndex = 11;
     //
     // labelDeinterlaceMethod
     //
     this.labelDeinterlaceMethod.Location = new System.Drawing.Point(13, 106);
     this.labelDeinterlaceMethod.Name     = "labelDeinterlaceMethod";
     this.labelDeinterlaceMethod.Size     = new System.Drawing.Size(112, 16);
     this.labelDeinterlaceMethod.TabIndex = 10;
     this.labelDeinterlaceMethod.Text     = "Deinterlace method:";
     //
     // checkBoxForcedSubtitles
     //
     this.checkBoxForcedSubtitles.AutoSize   = true;
     this.checkBoxForcedSubtitles.Checked    = true;
     this.checkBoxForcedSubtitles.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxForcedSubtitles.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxForcedSubtitles.Location   = new System.Drawing.Point(16, 47);
     this.checkBoxForcedSubtitles.Name       = "checkBoxForcedSubtitles";
     this.checkBoxForcedSubtitles.Size       = new System.Drawing.Size(166, 17);
     this.checkBoxForcedSubtitles.TabIndex   = 1;
     this.checkBoxForcedSubtitles.Text       = "Always display forced subtitles";
     this.checkBoxForcedSubtitles.UseVisualStyleBackColor = true;
     //
     // checkBoxPlanar
     //
     this.checkBoxPlanar.AutoSize   = true;
     this.checkBoxPlanar.Checked    = true;
     this.checkBoxPlanar.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxPlanar.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.checkBoxPlanar.Location   = new System.Drawing.Point(16, 24);
     this.checkBoxPlanar.Name       = "checkBoxPlanar";
     this.checkBoxPlanar.Size       = new System.Drawing.Size(266, 17);
     this.checkBoxPlanar.TabIndex   = 0;
     this.checkBoxPlanar.Text       = "Enable planar YUV media types (YV12, I420, IYUV)";
     this.checkBoxPlanar.UseVisualStyleBackColor = true;
     //
     // trackBarSaturation
     //
     this.trackBarSaturation.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarSaturation.LargeChange   = 10;
     this.trackBarSaturation.Location      = new System.Drawing.Point(131, 268);
     this.trackBarSaturation.Maximum       = 200;
     this.trackBarSaturation.Name          = "trackBarSaturation";
     this.trackBarSaturation.Size          = new System.Drawing.Size(320, 45);
     this.trackBarSaturation.TabIndex      = 9;
     this.trackBarSaturation.TickFrequency = 25;
     this.trackBarSaturation.Value         = 100;
     //
     // trackBarHue
     //
     this.trackBarHue.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarHue.LargeChange   = 15;
     this.trackBarHue.Location      = new System.Drawing.Point(131, 228);
     this.trackBarHue.Maximum       = 360;
     this.trackBarHue.Name          = "trackBarHue";
     this.trackBarHue.Size          = new System.Drawing.Size(320, 45);
     this.trackBarHue.TabIndex      = 7;
     this.trackBarHue.TickFrequency = 45;
     this.trackBarHue.Value         = 180;
     //
     // trackBarContrast
     //
     this.trackBarContrast.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarContrast.LargeChange   = 10;
     this.trackBarContrast.Location      = new System.Drawing.Point(131, 188);
     this.trackBarContrast.Maximum       = 200;
     this.trackBarContrast.Name          = "trackBarContrast";
     this.trackBarContrast.Size          = new System.Drawing.Size(320, 45);
     this.trackBarContrast.TabIndex      = 5;
     this.trackBarContrast.TickFrequency = 25;
     this.trackBarContrast.Value         = 100;
     //
     // trackBarBrightness
     //
     this.trackBarBrightness.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarBrightness.LargeChange   = 16;
     this.trackBarBrightness.Location      = new System.Drawing.Point(131, 148);
     this.trackBarBrightness.Maximum       = 256;
     this.trackBarBrightness.Name          = "trackBarBrightness";
     this.trackBarBrightness.Size          = new System.Drawing.Size(320, 45);
     this.trackBarBrightness.TabIndex      = 3;
     this.trackBarBrightness.TickFrequency = 32;
     this.trackBarBrightness.Value         = 128;
     //
     // FiltersMPEG2DecVideo
     //
     this.Controls.Add(this.groupBoxSettings);
     this.Name = "FiltersMPEG2DecVideo";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxSettings.ResumeLayout(false);
     this.groupBoxSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarSaturation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarHue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarContrast)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxExternalPlayer = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.externalPlayerCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.parametersButton       = new MediaPortal.UserInterface.Controls.MPButton();
     this.parametersTextBox      = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.fileNameButton  = new MediaPortal.UserInterface.Controls.MPButton();
     this.fileNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label1          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.openFileDialog  = new System.Windows.Forms.OpenFileDialog();
     this.wmvGroupBox     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel2        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.wmvCheckBox     = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxExternalPlayer.SuspendLayout();
     this.wmvGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxExternalPlayer
     //
     this.groupBoxExternalPlayer.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxExternalPlayer.Controls.Add(this.externalPlayerCheckBox);
     this.groupBoxExternalPlayer.Controls.Add(this.parametersButton);
     this.groupBoxExternalPlayer.Controls.Add(this.parametersTextBox);
     this.groupBoxExternalPlayer.Controls.Add(this.label2);
     this.groupBoxExternalPlayer.Controls.Add(this.fileNameButton);
     this.groupBoxExternalPlayer.Controls.Add(this.fileNameTextBox);
     this.groupBoxExternalPlayer.Controls.Add(this.label1);
     this.groupBoxExternalPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxExternalPlayer.Location  = new System.Drawing.Point(3, 71);
     this.groupBoxExternalPlayer.Name      = "groupBoxExternalPlayer";
     this.groupBoxExternalPlayer.Size      = new System.Drawing.Size(472, 112);
     this.groupBoxExternalPlayer.TabIndex  = 1;
     this.groupBoxExternalPlayer.TabStop   = false;
     this.groupBoxExternalPlayer.Text      = "External player";
     //
     // externalPlayerCheckBox
     //
     this.externalPlayerCheckBox.AutoSize  = true;
     this.externalPlayerCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.externalPlayerCheckBox.Location  = new System.Drawing.Point(19, 28);
     this.externalPlayerCheckBox.Name      = "externalPlayerCheckBox";
     this.externalPlayerCheckBox.Size      = new System.Drawing.Size(231, 17);
     this.externalPlayerCheckBox.TabIndex  = 0;
     this.externalPlayerCheckBox.Text      = "Use external player (replaces internal player)";
     this.externalPlayerCheckBox.UseVisualStyleBackColor = true;
     this.externalPlayerCheckBox.CheckedChanged         += new System.EventHandler(this.externalPlayerCheckBox_CheckedChanged);
     //
     // parametersButton
     //
     this.parametersButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersButton.Location = new System.Drawing.Point(384, 84);
     this.parametersButton.Name     = "parametersButton";
     this.parametersButton.Size     = new System.Drawing.Size(72, 22);
     this.parametersButton.TabIndex = 6;
     this.parametersButton.Text     = "List";
     this.parametersButton.UseVisualStyleBackColor = true;
     this.parametersButton.Click += new System.EventHandler(this.parametersButton_Click);
     //
     // parametersTextBox
     //
     this.parametersTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.parametersTextBox.BorderColor = System.Drawing.Color.Empty;
     this.parametersTextBox.Location    = new System.Drawing.Point(168, 84);
     this.parametersTextBox.Name        = "parametersTextBox";
     this.parametersTextBox.Size        = new System.Drawing.Size(208, 20);
     this.parametersTextBox.TabIndex    = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Parameters:";
     //
     // fileNameButton
     //
     this.fileNameButton.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameButton.Location = new System.Drawing.Point(384, 60);
     this.fileNameButton.Name     = "fileNameButton";
     this.fileNameButton.Size     = new System.Drawing.Size(72, 22);
     this.fileNameButton.TabIndex = 3;
     this.fileNameButton.Text     = "Browse";
     this.fileNameButton.UseVisualStyleBackColor = true;
     this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
     //
     // fileNameTextBox
     //
     this.fileNameTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.fileNameTextBox.BorderColor = System.Drawing.Color.Empty;
     this.fileNameTextBox.Location    = new System.Drawing.Point(168, 60);
     this.fileNameTextBox.Name        = "fileNameTextBox";
     this.fileNameTextBox.Size        = new System.Drawing.Size(208, 20);
     this.fileNameTextBox.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 64);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Path/Filename:";
     //
     // wmvGroupBox
     //
     this.wmvGroupBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.wmvGroupBox.Controls.Add(this.mpLabel2);
     this.wmvGroupBox.Controls.Add(this.wmvCheckBox);
     this.wmvGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.wmvGroupBox.Location  = new System.Drawing.Point(3, 3);
     this.wmvGroupBox.Name      = "wmvGroupBox";
     this.wmvGroupBox.Size      = new System.Drawing.Size(472, 62);
     this.wmvGroupBox.TabIndex  = 7;
     this.wmvGroupBox.TabStop   = false;
     this.wmvGroupBox.Text      = "WMV playback (internal player)";
     //
     // mpLabel2
     //
     this.mpLabel2.Location = new System.Drawing.Point(34, 39);
     this.mpLabel2.Name     = "mpLabel2";
     this.mpLabel2.Size     = new System.Drawing.Size(326, 16);
     this.mpLabel2.TabIndex = 10;
     this.mpLabel2.Text     = "Will not be applied if Automatic Decoder Settings enabled.";
     //
     // wmvCheckBox
     //
     this.wmvCheckBox.AutoSize  = true;
     this.wmvCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.wmvCheckBox.Location  = new System.Drawing.Point(19, 19);
     this.wmvCheckBox.Name      = "wmvCheckBox";
     this.wmvCheckBox.Size      = new System.Drawing.Size(233, 17);
     this.wmvCheckBox.TabIndex  = 0;
     this.wmvCheckBox.Text      = "Use 5.1 audio playback for WMV movie files";
     this.wmvCheckBox.UseVisualStyleBackColor = true;
     //
     // MoviePlayer
     //
     this.Controls.Add(this.wmvGroupBox);
     this.Controls.Add(this.groupBoxExternalPlayer);
     this.Name = "MoviePlayer";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxExternalPlayer.ResumeLayout(false);
     this.groupBoxExternalPlayer.PerformLayout();
     this.wmvGroupBox.ResumeLayout(false);
     this.wmvGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(TVDebugOptions));
     this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpEnableRecordingFromTimeshiftCheckBox      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpUseRtspCheckBox      = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpWarningLabel         = new MediaPortal.UserInterface.Controls.MPLabel();
     this.radioButton1           = new MediaPortal.UserInterface.Controls.MPRadioButton();
     this.mpMainToolTip          = new MediaPortal.UserInterface.Controls.MPToolTip();
     this.mpRtspPathsGroupBox    = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.buttonTimeshiftingPath = new System.Windows.Forms.Button();
     this.buttonRecordingPath    = new System.Windows.Forms.Button();
     this.mpLabel1            = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelRecording    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel();
     this.textBoxTimeshifting = new System.Windows.Forms.TextBox();
     this.textBoxRecording    = new System.Windows.Forms.TextBox();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.groupBoxSettings.SuspendLayout();
     this.mpRtspPathsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxSettings
     //
     this.groupBoxSettings.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpEnableRecordingFromTimeshiftCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox);
     this.groupBoxSettings.Controls.Add(this.mpWarningLabel);
     this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxSettings.Location  = new System.Drawing.Point(0, 0);
     this.groupBoxSettings.Name      = "groupBoxSettings";
     this.groupBoxSettings.Size      = new System.Drawing.Size(472, 158);
     this.groupBoxSettings.TabIndex  = 0;
     this.groupBoxSettings.TabStop   = false;
     this.groupBoxSettings.Text      = "Settings";
     //
     // mpDoNotAllowSlowMotionDuringZappingCheckBox
     //
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize  = true;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location  = new System.Drawing.Point(9, 70);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name      = "mpDoNotAllowSlowMotionDuringZappingCheckBox";
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size      = new System.Drawing.Size(336, 17);
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex  = 4;
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text      =
         "Do not use slow motion to sync video to audio on channel change";
     this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox,
                                   "Selecting this will prevent live TV from playing video until video is in sync wit" +
                                   "h the audio, instead of playing video in slow motion");
     this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true;
     //
     // mpEnableRecordingFromTimeshiftCheckBox
     //
     this.mpEnableRecordingFromTimeshiftCheckBox.AutoSize  = true;
     this.mpEnableRecordingFromTimeshiftCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpEnableRecordingFromTimeshiftCheckBox.Location  = new System.Drawing.Point(9, 93);
     this.mpEnableRecordingFromTimeshiftCheckBox.Name      = "mpEnableRecordingFromTimeshiftCheckBox";
     this.mpEnableRecordingFromTimeshiftCheckBox.Size      = new System.Drawing.Size(269, 17);
     this.mpEnableRecordingFromTimeshiftCheckBox.TabIndex  = 3;
     this.mpEnableRecordingFromTimeshiftCheckBox.Text      = "Include timeshift buffer in \"Record Now\" recordings ";
     this.mpMainToolTip.SetToolTip(this.mpEnableRecordingFromTimeshiftCheckBox,
                                   "When enabled, \"Record Now\" will include in the recording the part of the current " +
                                   "program that has already been timeshifted, instead of starting the recording fro" +
                                   "m the live point.");
     this.mpEnableRecordingFromTimeshiftCheckBox.UseVisualStyleBackColor = true;
     //
     // mpUseRtspCheckBox
     //
     this.mpUseRtspCheckBox.AutoSize  = true;
     this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpUseRtspCheckBox.Location  = new System.Drawing.Point(9, 116);
     this.mpUseRtspCheckBox.Name      = "mpUseRtspCheckBox";
     this.mpUseRtspCheckBox.Size      = new System.Drawing.Size(144, 17);
     this.mpUseRtspCheckBox.TabIndex  = 1;
     this.mpUseRtspCheckBox.Text      = "-- Label defined in code --\r\n";
     this.mpUseRtspCheckBox.UseVisualStyleBackColor = true;
     this.mpUseRtspCheckBox.CheckedChanged         += new System.EventHandler(this.mpUseRtspCheckBox_Checked);
     //
     // mpWarningLabel
     //
     this.mpWarningLabel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.mpWarningLabel.ForeColor = System.Drawing.Color.Red;
     this.mpWarningLabel.Location  = new System.Drawing.Point(6, 16);
     this.mpWarningLabel.Name      = "mpWarningLabel";
     this.mpWarningLabel.Size      = new System.Drawing.Size(460, 51);
     this.mpWarningLabel.TabIndex  = 0;
     this.mpWarningLabel.Text      = "This section provides special/debugging settings that are not supported by the Te" +
                                     "am. Some of these settings are experimental. Do not alter any of the settings be" +
                                     "low unless you know what you are doing.";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.radioButton1.Location  = new System.Drawing.Point(0, 0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(104, 24);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // mpRtspPathsGroupBox
     //
     this.mpRtspPathsGroupBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording);
     this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting);
     this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording);
     this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpRtspPathsGroupBox.Location  = new System.Drawing.Point(0, 164);
     this.mpRtspPathsGroupBox.Name      = "mpRtspPathsGroupBox";
     this.mpRtspPathsGroupBox.Size      = new System.Drawing.Size(472, 231);
     this.mpRtspPathsGroupBox.TabIndex  = 1;
     this.mpRtspPathsGroupBox.TabStop   = false;
     this.mpRtspPathsGroupBox.Text      = "Additional RTSP settings";
     //
     // buttonTimeshiftingPath
     //
     this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 98);
     this.buttonTimeshiftingPath.Name     = "buttonTimeshiftingPath";
     this.buttonTimeshiftingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonTimeshiftingPath.TabIndex = 6;
     this.buttonTimeshiftingPath.Text     = "browse";
     this.buttonTimeshiftingPath.UseVisualStyleBackColor = true;
     this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click);
     //
     // buttonRecordingPath
     //
     this.buttonRecordingPath.Location = new System.Drawing.Point(408, 49);
     this.buttonRecordingPath.Name     = "buttonRecordingPath";
     this.buttonRecordingPath.Size     = new System.Drawing.Size(58, 20);
     this.buttonRecordingPath.TabIndex = 5;
     this.buttonRecordingPath.Text     = "browse";
     this.buttonRecordingPath.UseVisualStyleBackColor = true;
     this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click);
     //
     // mpLabel1
     //
     this.mpLabel1.AutoSize = true;
     this.mpLabel1.Location = new System.Drawing.Point(30, 124);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(392, 104);
     this.mpLabel1.TabIndex = 4;
     this.mpLabel1.Text     = resources.GetString("mpLabel1.Text");
     //
     // mpLabelRecording
     //
     this.mpLabelRecording.AutoSize = true;
     this.mpLabelRecording.Location = new System.Drawing.Point(6, 32);
     this.mpLabelRecording.Name     = "mpLabelRecording";
     this.mpLabelRecording.Size     = new System.Drawing.Size(83, 13);
     this.mpLabelRecording.TabIndex = 3;
     this.mpLabelRecording.Text     = "Recording path:";
     //
     // mpLabelTimeshifting
     //
     this.mpLabelTimeshifting.AutoSize = true;
     this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 80);
     this.mpLabelTimeshifting.Name     = "mpLabelTimeshifting";
     this.mpLabelTimeshifting.Size     = new System.Drawing.Size(90, 13);
     this.mpLabelTimeshifting.TabIndex = 2;
     this.mpLabelTimeshifting.Text     = "Timeshifting path:";
     //
     // textBoxTimeshifting
     //
     this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 98);
     this.textBoxTimeshifting.Name     = "textBoxTimeshifting";
     this.textBoxTimeshifting.Size     = new System.Drawing.Size(398, 20);
     this.textBoxTimeshifting.TabIndex = 1;
     //
     // textBoxRecording
     //
     this.textBoxRecording.Location = new System.Drawing.Point(9, 50);
     this.textBoxRecording.Name     = "textBoxRecording";
     this.textBoxRecording.Size     = new System.Drawing.Size(398, 20);
     this.textBoxRecording.TabIndex = 0;
     //
     // folderBrowserDialog
     //
     this.folderBrowserDialog.Description         = "Select the appropriate network folder";
     this.folderBrowserDialog.ShowNewFolderButton = false;
     //
     // TVDebugOptions
     //
     this.Controls.Add(this.mpRtspPathsGroupBox);
     this.Controls.Add(this.groupBoxSettings);
     this.Name = "TVDebugOptions";
     this.Size = new System.Drawing.Size(472, 408);
     this.groupBoxSettings.ResumeLayout(false);
     this.groupBoxSettings.PerformLayout();
     this.mpRtspPathsGroupBox.ResumeLayout(false);
     this.mpRtspPathsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }