/// <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.btnMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.cbEnable = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.gbI = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.txtMonitor = new MediaPortal.UserInterface.Controls.MPLabel();
      this.gbButtonCombos = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.btnLearn = new MediaPortal.UserInterface.Controls.MPButton();
      this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.lblComboKill = new MediaPortal.UserInterface.Controls.MPLabel();
      this.txtComboClose = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.txtComboKill = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.gbSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.btnRunControlPanel = new MediaPortal.UserInterface.Controls.MPButton();
      this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton();
      this.numDelay = new System.Windows.Forms.NumericUpDown();
      this.cbDevices = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.lblDelayMS = new MediaPortal.UserInterface.Controls.MPLabel();
      this.lblDInputDevice = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBox1.SuspendLayout();
      this.gbI.SuspendLayout();
      this.gbButtonCombos.SuspendLayout();
      this.gbSettings.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.numDelay)).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.btnMapping);
      this.groupBox1.Controls.Add(this.cbEnable);
      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, 56);
      this.groupBox1.TabIndex = 4;
      this.groupBox1.TabStop = false;
      // 
      // btnMapping
      // 
      this.btnMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.btnMapping.Enabled = false;
      this.btnMapping.Location = new System.Drawing.Point(374, 20);
      this.btnMapping.Name = "btnMapping";
      this.btnMapping.Size = new System.Drawing.Size(72, 22);
      this.btnMapping.TabIndex = 1;
      this.btnMapping.Text = "Mapping";
      this.btnMapping.UseVisualStyleBackColor = true;
      this.btnMapping.Click += new System.EventHandler(this.btnMapping_Click);
      // 
      // cbEnable
      // 
      this.cbEnable.AutoSize = true;
      this.cbEnable.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.cbEnable.Location = new System.Drawing.Point(16, 24);
      this.cbEnable.Name = "cbEnable";
      this.cbEnable.Size = new System.Drawing.Size(274, 17);
      this.cbEnable.TabIndex = 0;
      this.cbEnable.Text = "Use Direct Input devices (Gamepads, Joysticks, etc.)";
      this.cbEnable.UseVisualStyleBackColor = true;
      this.cbEnable.CheckedChanged += new System.EventHandler(this.cbEnable_CheckedChanged);
      // 
      // gbI
      // 
      this.gbI.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.gbI.Controls.Add(this.txtMonitor);
      this.gbI.Enabled = false;
      this.gbI.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.gbI.Location = new System.Drawing.Point(6, 232);
      this.gbI.Name = "gbI";
      this.gbI.Size = new System.Drawing.Size(462, 124);
      this.gbI.TabIndex = 7;
      this.gbI.TabStop = false;
      this.gbI.Text = "Information";
      // 
      // txtMonitor
      // 
      this.txtMonitor.AutoSize = true;
      this.txtMonitor.Font = new System.Drawing.Font("Lucida Console", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.txtMonitor.Location = new System.Drawing.Point(16, 24);
      this.txtMonitor.Name = "txtMonitor";
      this.txtMonitor.Size = new System.Drawing.Size(180, 12);
      this.txtMonitor.TabIndex = 0;
      this.txtMonitor.Text = "No information available.";
      // 
      // gbButtonCombos
      // 
      this.gbButtonCombos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.gbButtonCombos.Controls.Add(this.btnLearn);
      this.gbButtonCombos.Controls.Add(this.label2);
      this.gbButtonCombos.Controls.Add(this.lblComboKill);
      this.gbButtonCombos.Controls.Add(this.txtComboClose);
      this.gbButtonCombos.Controls.Add(this.txtComboKill);
      this.gbButtonCombos.Enabled = false;
      this.gbButtonCombos.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.gbButtonCombos.Location = new System.Drawing.Point(6, 144);
      this.gbButtonCombos.Name = "gbButtonCombos";
      this.gbButtonCombos.Size = new System.Drawing.Size(462, 80);
      this.gbButtonCombos.TabIndex = 6;
      this.gbButtonCombos.TabStop = false;
      this.gbButtonCombos.Text = "Button Combos";
      // 
      // btnLearn
      // 
      this.btnLearn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.btnLearn.Location = new System.Drawing.Point(374, 33);
      this.btnLearn.Name = "btnLearn";
      this.btnLearn.Size = new System.Drawing.Size(72, 22);
      this.btnLearn.TabIndex = 4;
      this.btnLearn.Text = "&Learn";
      this.btnLearn.UseVisualStyleBackColor = true;
      this.btnLearn.Click += new System.EventHandler(this.btnLearn_Click);
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(16, 48);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(76, 13);
      this.label2.TabIndex = 2;
      this.label2.Text = "Close process:";
      // 
      // lblComboKill
      // 
      this.lblComboKill.AutoSize = true;
      this.lblComboKill.Location = new System.Drawing.Point(16, 24);
      this.lblComboKill.Name = "lblComboKill";
      this.lblComboKill.Size = new System.Drawing.Size(63, 13);
      this.lblComboKill.TabIndex = 0;
      this.lblComboKill.Text = "Kill process:";
      // 
      // txtComboClose
      // 
      this.txtComboClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.txtComboClose.BorderColor = System.Drawing.Color.Empty;
      this.txtComboClose.Location = new System.Drawing.Point(152, 44);
      this.txtComboClose.Name = "txtComboClose";
      this.txtComboClose.Size = new System.Drawing.Size(214, 20);
      this.txtComboClose.TabIndex = 3;
      this.txtComboClose.TextChanged += new System.EventHandler(this.txtComboClose_TextChanged);
      this.txtComboClose.Enter += new System.EventHandler(this.txtComboClose_Enter);
      // 
      // txtComboKill
      // 
      this.txtComboKill.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.txtComboKill.BorderColor = System.Drawing.Color.Empty;
      this.txtComboKill.Location = new System.Drawing.Point(152, 20);
      this.txtComboKill.Name = "txtComboKill";
      this.txtComboKill.Size = new System.Drawing.Size(214, 20);
      this.txtComboKill.TabIndex = 1;
      this.txtComboKill.TextChanged += new System.EventHandler(this.txtComboKill_TextChanged);
      this.txtComboKill.Enter += new System.EventHandler(this.txtComboKill_Enter);
      // 
      // gbSettings
      // 
      this.gbSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.gbSettings.Controls.Add(this.btnRunControlPanel);
      this.gbSettings.Controls.Add(this.buttonDefault);
      this.gbSettings.Controls.Add(this.numDelay);
      this.gbSettings.Controls.Add(this.cbDevices);
      this.gbSettings.Controls.Add(this.lblDelayMS);
      this.gbSettings.Controls.Add(this.lblDInputDevice);
      this.gbSettings.Enabled = false;
      this.gbSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.gbSettings.Location = new System.Drawing.Point(6, 64);
      this.gbSettings.Name = "gbSettings";
      this.gbSettings.Size = new System.Drawing.Size(462, 72);
      this.gbSettings.TabIndex = 5;
      this.gbSettings.TabStop = false;
      this.gbSettings.Text = "Settings";
      // 
      // btnRunControlPanel
      // 
      this.btnRunControlPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.btnRunControlPanel.Location = new System.Drawing.Point(374, 21);
      this.btnRunControlPanel.Name = "btnRunControlPanel";
      this.btnRunControlPanel.Size = new System.Drawing.Size(72, 22);
      this.btnRunControlPanel.TabIndex = 2;
      this.btnRunControlPanel.Text = "Control Panel";
      this.btnRunControlPanel.UseVisualStyleBackColor = true;
      this.btnRunControlPanel.Click += new System.EventHandler(this.btnRunControlPanel_Click);
      // 
      // buttonDefault
      // 
      this.buttonDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonDefault.Location = new System.Drawing.Point(374, 45);
      this.buttonDefault.Name = "buttonDefault";
      this.buttonDefault.Size = new System.Drawing.Size(72, 22);
      this.buttonDefault.TabIndex = 5;
      this.buttonDefault.Text = "&Reset";
      this.buttonDefault.UseVisualStyleBackColor = true;
      this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
      // 
      // numDelay
      // 
      this.numDelay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.numDelay.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.numDelay.Location = new System.Drawing.Point(152, 44);
      this.numDelay.Maximum = new decimal(new int[] {
            2000,
            0,
            0,
            0});
      this.numDelay.Name = "numDelay";
      this.numDelay.Size = new System.Drawing.Size(214, 20);
      this.numDelay.TabIndex = 4;
      this.numDelay.Value = new decimal(new int[] {
            150,
            0,
            0,
            0});
      this.numDelay.ValueChanged += new System.EventHandler(this.numDelay_ValueChanged);
      // 
      // cbDevices
      // 
      this.cbDevices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.cbDevices.BorderColor = System.Drawing.Color.Empty;
      this.cbDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cbDevices.Location = new System.Drawing.Point(152, 20);
      this.cbDevices.Name = "cbDevices";
      this.cbDevices.Size = new System.Drawing.Size(214, 21);
      this.cbDevices.TabIndex = 1;
      this.cbDevices.SelectedIndexChanged += new System.EventHandler(this.cbDevices_SelectedIndexChanged);
      // 
      // lblDelayMS
      // 
      this.lblDelayMS.AutoSize = true;
      this.lblDelayMS.Location = new System.Drawing.Point(16, 48);
      this.lblDelayMS.Name = "lblDelayMS";
      this.lblDelayMS.Size = new System.Drawing.Size(71, 13);
      this.lblDelayMS.TabIndex = 3;
      this.lblDelayMS.Text = "Delay (msec):";
      // 
      // lblDInputDevice
      // 
      this.lblDInputDevice.AutoSize = true;
      this.lblDInputDevice.Location = new System.Drawing.Point(16, 24);
      this.lblDInputDevice.Name = "lblDInputDevice";
      this.lblDInputDevice.Size = new System.Drawing.Size(100, 13);
      this.lblDInputDevice.TabIndex = 0;
      this.lblDInputDevice.Text = "Direct Input device:";
      // 
      // RemoteDirectInput
      // 
      this.Controls.Add(this.groupBox1);
      this.Controls.Add(this.gbI);
      this.Controls.Add(this.gbButtonCombos);
      this.Controls.Add(this.gbSettings);
      this.Name = "RemoteDirectInput";
      this.Size = new System.Drawing.Size(472, 408);
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      this.gbI.ResumeLayout(false);
      this.gbI.PerformLayout();
      this.gbButtonCombos.ResumeLayout(false);
      this.gbButtonCombos.PerformLayout();
      this.gbSettings.ResumeLayout(false);
      this.gbSettings.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.numDelay)).EndInit();
      this.ResumeLayout(false);

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

    }
    /// <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);

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

    }
    /// <summary>
    ///   Required method for Designer support - do not modify
    ///   the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.treeMapping = new System.Windows.Forms.TreeView();
      this.labelExpand = new MediaPortal.UserInterface.Controls.MPLabel();
      this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton();
      this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton();
      this.buttonDown = new MediaPortal.UserInterface.Controls.MPButton();
      this.buttonUp = new MediaPortal.UserInterface.Controls.MPButton();
      this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
      this.buttonApply = new MediaPortal.UserInterface.Controls.MPButton();
      this.buttonOk = new MediaPortal.UserInterface.Controls.MPButton();
      this.buttonCancel = new MediaPortal.UserInterface.Controls.MPButton();
      this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
      this.groupBoxAction = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxGainFocus = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.textBoxKeyCode = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.textBoxKeyChar = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.radioButtonProcess = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.labelSound = new MediaPortal.UserInterface.Controls.MPLabel();
      this.comboBoxSound = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.radioButtonAction = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonActWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonToggle = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonPower = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.comboBoxCmdProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.groupBoxCondition = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.radioButtonWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonFullscreen = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonPlaying = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonNoCondition = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.comboBoxCondProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.groupBoxLayer = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.comboBoxLayer = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.labelLayer = new MediaPortal.UserInterface.Controls.MPLabel();
      this.buttonNew = new MediaPortal.UserInterface.Controls.MPButton();
      this.groupBoxButton = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpComboBoxCode = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.mpLabelCode = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpCheckBoxWindows = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxShift = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxAlt = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxControl = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxBackground = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxRepeat = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBoxAction.SuspendLayout();
      this.groupBoxCondition.SuspendLayout();
      this.groupBoxLayer.SuspendLayout();
      this.groupBoxButton.SuspendLayout();
      this.SuspendLayout();
      // 
      // treeMapping
      // 
      this.treeMapping.AllowDrop = true;
      this.treeMapping.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.treeMapping.FullRowSelect = true;
      this.treeMapping.HideSelection = false;
      this.treeMapping.Location = new System.Drawing.Point(16, 56);
      this.treeMapping.Name = "treeMapping";
      this.treeMapping.Size = new System.Drawing.Size(397, 504);
      this.treeMapping.TabIndex = 1;
      this.treeMapping.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeMapping_AfterSelect);
      // 
      // labelExpand
      // 
      this.labelExpand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.labelExpand.AutoSize = true;
      this.labelExpand.Location = new System.Drawing.Point(413, 543);
      this.labelExpand.Name = "labelExpand";
      this.labelExpand.Size = new System.Drawing.Size(13, 13);
      this.labelExpand.TabIndex = 29;
      this.labelExpand.Text = "+";
      this.labelExpand.Click += new System.EventHandler(this.labelExpand_Click);
      // 
      // buttonDefault
      // 
      this.buttonDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonDefault.Location = new System.Drawing.Point(347, 611);
      this.buttonDefault.Name = "buttonDefault";
      this.buttonDefault.Size = new System.Drawing.Size(75, 23);
      this.buttonDefault.TabIndex = 28;
      this.buttonDefault.Text = "Reset";
      this.buttonDefault.UseVisualStyleBackColor = true;
      this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
      // 
      // buttonRemove
      // 
      this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.buttonRemove.Location = new System.Drawing.Point(272, 566);
      this.buttonRemove.Name = "buttonRemove";
      this.buttonRemove.Size = new System.Drawing.Size(56, 20);
      this.buttonRemove.TabIndex = 27;
      this.buttonRemove.Text = "Remove";
      this.buttonRemove.UseVisualStyleBackColor = true;
      this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
      // 
      // buttonDown
      // 
      this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.buttonDown.Location = new System.Drawing.Point(97, 566);
      this.buttonDown.Name = "buttonDown";
      this.buttonDown.Size = new System.Drawing.Size(56, 20);
      this.buttonDown.TabIndex = 24;
      this.buttonDown.Text = "Down";
      this.buttonDown.UseVisualStyleBackColor = true;
      this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
      // 
      // buttonUp
      // 
      this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.buttonUp.Location = new System.Drawing.Point(16, 566);
      this.buttonUp.Name = "buttonUp";
      this.buttonUp.Size = new System.Drawing.Size(56, 20);
      this.buttonUp.TabIndex = 23;
      this.buttonUp.Text = "Up";
      this.buttonUp.UseVisualStyleBackColor = true;
      this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
      // 
      // beveledLine1
      // 
      this.beveledLine1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.beveledLine1.Location = new System.Drawing.Point(8, 601);
      this.beveledLine1.Name = "beveledLine1";
      this.beveledLine1.Size = new System.Drawing.Size(657, 2);
      this.beveledLine1.TabIndex = 21;
      // 
      // buttonApply
      // 
      this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonApply.Location = new System.Drawing.Point(428, 611);
      this.buttonApply.Name = "buttonApply";
      this.buttonApply.Size = new System.Drawing.Size(75, 23);
      this.buttonApply.TabIndex = 20;
      this.buttonApply.Text = "Apply";
      this.buttonApply.UseVisualStyleBackColor = true;
      this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click);
      // 
      // 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.OK;
      this.buttonOk.Location = new System.Drawing.Point(509, 611);
      this.buttonOk.Name = "buttonOk";
      this.buttonOk.Size = new System.Drawing.Size(75, 23);
      this.buttonOk.TabIndex = 19;
      this.buttonOk.Text = "OK";
      this.buttonOk.UseVisualStyleBackColor = true;
      this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
      // 
      // 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(590, 611);
      this.buttonCancel.Name = "buttonCancel";
      this.buttonCancel.Size = new System.Drawing.Size(75, 23);
      this.buttonCancel.TabIndex = 18;
      this.buttonCancel.Text = "Cancel";
      this.buttonCancel.UseVisualStyleBackColor = true;
      // 
      // headerLabel
      // 
      this.headerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.headerLabel.Caption = "";
      this.headerLabel.FirstColor = System.Drawing.SystemColors.InactiveCaption;
      this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.headerLabel.LastColor = System.Drawing.Color.WhiteSmoke;
      this.headerLabel.Location = new System.Drawing.Point(16, 16);
      this.headerLabel.Name = "headerLabel";
      this.headerLabel.PaddingLeft = 2;
      this.headerLabel.Size = new System.Drawing.Size(643, 24);
      this.headerLabel.TabIndex = 17;
      this.headerLabel.TextColor = System.Drawing.Color.WhiteSmoke;
      this.headerLabel.TextFont = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      // 
      // groupBoxAction
      // 
      this.groupBoxAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxAction.Controls.Add(this.checkBoxGainFocus);
      this.groupBoxAction.Controls.Add(this.textBoxKeyCode);
      this.groupBoxAction.Controls.Add(this.label1);
      this.groupBoxAction.Controls.Add(this.textBoxKeyChar);
      this.groupBoxAction.Controls.Add(this.radioButtonProcess);
      this.groupBoxAction.Controls.Add(this.labelSound);
      this.groupBoxAction.Controls.Add(this.comboBoxSound);
      this.groupBoxAction.Controls.Add(this.radioButtonAction);
      this.groupBoxAction.Controls.Add(this.radioButtonActWindow);
      this.groupBoxAction.Controls.Add(this.radioButtonToggle);
      this.groupBoxAction.Controls.Add(this.radioButtonPower);
      this.groupBoxAction.Controls.Add(this.comboBoxCmdProperty);
      this.groupBoxAction.Enabled = false;
      this.groupBoxAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxAction.Location = new System.Drawing.Point(435, 390);
      this.groupBoxAction.Name = "groupBoxAction";
      this.groupBoxAction.Size = new System.Drawing.Size(224, 192);
      this.groupBoxAction.TabIndex = 16;
      this.groupBoxAction.TabStop = false;
      this.groupBoxAction.Text = "Action";
      // 
      // checkBoxGainFocus
      // 
      this.checkBoxGainFocus.AutoSize = true;
      this.checkBoxGainFocus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxGainFocus.Location = new System.Drawing.Point(112, 68);
      this.checkBoxGainFocus.Name = "checkBoxGainFocus";
      this.checkBoxGainFocus.Size = new System.Drawing.Size(78, 17);
      this.checkBoxGainFocus.TabIndex = 25;
      this.checkBoxGainFocus.Text = "Gain Focus";
      this.checkBoxGainFocus.UseVisualStyleBackColor = true;
      this.checkBoxGainFocus.CheckedChanged += new System.EventHandler(this.checkBoxGainFocus_CheckedChanged);
      // 
      // textBoxKeyCode
      // 
      this.textBoxKeyCode.BorderColor = System.Drawing.Color.Empty;
      this.textBoxKeyCode.Enabled = false;
      this.textBoxKeyCode.Location = new System.Drawing.Point(152, 124);
      this.textBoxKeyCode.MaxLength = 3;
      this.textBoxKeyCode.Name = "textBoxKeyCode";
      this.textBoxKeyCode.Size = new System.Drawing.Size(48, 20);
      this.textBoxKeyCode.TabIndex = 24;
      this.textBoxKeyCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyCode_KeyPress);
      this.textBoxKeyCode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyCode_KeyUp);
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(24, 128);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(28, 13);
      this.label1.TabIndex = 23;
      this.label1.Text = "Key:";
      // 
      // textBoxKeyChar
      // 
      this.textBoxKeyChar.BorderColor = System.Drawing.Color.Empty;
      this.textBoxKeyChar.Enabled = false;
      this.textBoxKeyChar.Location = new System.Drawing.Point(72, 124);
      this.textBoxKeyChar.MaxLength = 3;
      this.textBoxKeyChar.Name = "textBoxKeyChar";
      this.textBoxKeyChar.Size = new System.Drawing.Size(80, 20);
      this.textBoxKeyChar.TabIndex = 22;
      this.textBoxKeyChar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyChar_KeyPress);
      this.textBoxKeyChar.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyChar_KeyUp);
      // 
      // radioButtonProcess
      // 
      this.radioButtonProcess.AutoSize = true;
      this.radioButtonProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonProcess.Location = new System.Drawing.Point(24, 68);
      this.radioButtonProcess.Name = "radioButtonProcess";
      this.radioButtonProcess.Size = new System.Drawing.Size(62, 17);
      this.radioButtonProcess.TabIndex = 21;
      this.radioButtonProcess.Text = "Process";
      this.radioButtonProcess.UseVisualStyleBackColor = true;
      this.radioButtonProcess.Click += new System.EventHandler(this.radioButtonProcess_Click);
      // 
      // labelSound
      // 
      this.labelSound.AutoSize = true;
      this.labelSound.Location = new System.Drawing.Point(24, 156);
      this.labelSound.Name = "labelSound";
      this.labelSound.Size = new System.Drawing.Size(41, 13);
      this.labelSound.TabIndex = 20;
      this.labelSound.Text = "Sound:";
      // 
      // comboBoxSound
      // 
      this.comboBoxSound.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxSound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboBoxSound.ForeColor = System.Drawing.Color.DarkRed;
      this.comboBoxSound.Location = new System.Drawing.Point(72, 153);
      this.comboBoxSound.Name = "comboBoxSound";
      this.comboBoxSound.Size = new System.Drawing.Size(128, 21);
      this.comboBoxSound.TabIndex = 19;
      this.comboBoxSound.SelectionChangeCommitted += new System.EventHandler(this.comboBoxSound_SelectionChangeCommitted);
      // 
      // radioButtonAction
      // 
      this.radioButtonAction.AutoSize = true;
      this.radioButtonAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonAction.Location = new System.Drawing.Point(24, 20);
      this.radioButtonAction.Name = "radioButtonAction";
      this.radioButtonAction.Size = new System.Drawing.Size(54, 17);
      this.radioButtonAction.TabIndex = 14;
      this.radioButtonAction.Text = "Action";
      this.radioButtonAction.UseVisualStyleBackColor = true;
      this.radioButtonAction.Click += new System.EventHandler(this.radioButtonAction_Click);
      // 
      // radioButtonActWindow
      // 
      this.radioButtonActWindow.AutoSize = true;
      this.radioButtonActWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonActWindow.Location = new System.Drawing.Point(112, 20);
      this.radioButtonActWindow.Name = "radioButtonActWindow";
      this.radioButtonActWindow.Size = new System.Drawing.Size(63, 17);
      this.radioButtonActWindow.TabIndex = 14;
      this.radioButtonActWindow.Text = "Window";
      this.radioButtonActWindow.UseVisualStyleBackColor = true;
      this.radioButtonActWindow.Click += new System.EventHandler(this.radioButtonActWindow_Click);
      // 
      // radioButtonToggle
      // 
      this.radioButtonToggle.AutoSize = true;
      this.radioButtonToggle.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonToggle.Location = new System.Drawing.Point(112, 44);
      this.radioButtonToggle.Name = "radioButtonToggle";
      this.radioButtonToggle.Size = new System.Drawing.Size(86, 17);
      this.radioButtonToggle.TabIndex = 17;
      this.radioButtonToggle.Text = "Toggle Layer";
      this.radioButtonToggle.UseVisualStyleBackColor = true;
      this.radioButtonToggle.Click += new System.EventHandler(this.radioButtonToggle_Click);
      // 
      // radioButtonPower
      // 
      this.radioButtonPower.AutoSize = true;
      this.radioButtonPower.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonPower.Location = new System.Drawing.Point(24, 44);
      this.radioButtonPower.Name = "radioButtonPower";
      this.radioButtonPower.Size = new System.Drawing.Size(80, 17);
      this.radioButtonPower.TabIndex = 18;
      this.radioButtonPower.Text = "Powerdown";
      this.radioButtonPower.UseVisualStyleBackColor = true;
      this.radioButtonPower.Click += new System.EventHandler(this.radioButtonPower_Click);
      // 
      // comboBoxCmdProperty
      // 
      this.comboBoxCmdProperty.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxCmdProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboBoxCmdProperty.ForeColor = System.Drawing.Color.DarkGreen;
      this.comboBoxCmdProperty.Location = new System.Drawing.Point(24, 92);
      this.comboBoxCmdProperty.Name = "comboBoxCmdProperty";
      this.comboBoxCmdProperty.Size = new System.Drawing.Size(176, 21);
      this.comboBoxCmdProperty.Sorted = true;
      this.comboBoxCmdProperty.TabIndex = 14;
      this.comboBoxCmdProperty.SelectionChangeCommitted += new System.EventHandler(this.comboBoxCmdProperty_SelectionChangeCommitted);
      // 
      // groupBoxCondition
      // 
      this.groupBoxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxCondition.Controls.Add(this.radioButtonWindow);
      this.groupBoxCondition.Controls.Add(this.radioButtonFullscreen);
      this.groupBoxCondition.Controls.Add(this.radioButtonPlaying);
      this.groupBoxCondition.Controls.Add(this.radioButtonNoCondition);
      this.groupBoxCondition.Controls.Add(this.comboBoxCondProperty);
      this.groupBoxCondition.Enabled = false;
      this.groupBoxCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxCondition.Location = new System.Drawing.Point(435, 249);
      this.groupBoxCondition.Name = "groupBoxCondition";
      this.groupBoxCondition.Size = new System.Drawing.Size(224, 100);
      this.groupBoxCondition.TabIndex = 15;
      this.groupBoxCondition.TabStop = false;
      this.groupBoxCondition.Text = "Condition";
      // 
      // radioButtonWindow
      // 
      this.radioButtonWindow.AutoSize = true;
      this.radioButtonWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonWindow.Location = new System.Drawing.Point(24, 20);
      this.radioButtonWindow.Name = "radioButtonWindow";
      this.radioButtonWindow.Size = new System.Drawing.Size(63, 17);
      this.radioButtonWindow.TabIndex = 9;
      this.radioButtonWindow.Text = "Window";
      this.radioButtonWindow.UseVisualStyleBackColor = true;
      this.radioButtonWindow.Click += new System.EventHandler(this.radioButtonWindow_Click);
      // 
      // radioButtonFullscreen
      // 
      this.radioButtonFullscreen.AutoSize = true;
      this.radioButtonFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonFullscreen.Location = new System.Drawing.Point(112, 20);
      this.radioButtonFullscreen.Name = "radioButtonFullscreen";
      this.radioButtonFullscreen.Size = new System.Drawing.Size(72, 17);
      this.radioButtonFullscreen.TabIndex = 10;
      this.radioButtonFullscreen.Text = "Fullscreen";
      this.radioButtonFullscreen.UseVisualStyleBackColor = true;
      this.radioButtonFullscreen.Click += new System.EventHandler(this.radioButtonFullscreen_Click);
      // 
      // radioButtonPlaying
      // 
      this.radioButtonPlaying.AutoSize = true;
      this.radioButtonPlaying.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonPlaying.Location = new System.Drawing.Point(24, 44);
      this.radioButtonPlaying.Name = "radioButtonPlaying";
      this.radioButtonPlaying.Size = new System.Drawing.Size(58, 17);
      this.radioButtonPlaying.TabIndex = 11;
      this.radioButtonPlaying.Text = "Playing";
      this.radioButtonPlaying.UseVisualStyleBackColor = true;
      this.radioButtonPlaying.Click += new System.EventHandler(this.radioButtonPlaying_Click);
      // 
      // radioButtonNoCondition
      // 
      this.radioButtonNoCondition.AutoSize = true;
      this.radioButtonNoCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonNoCondition.Location = new System.Drawing.Point(112, 44);
      this.radioButtonNoCondition.Name = "radioButtonNoCondition";
      this.radioButtonNoCondition.Size = new System.Drawing.Size(85, 17);
      this.radioButtonNoCondition.TabIndex = 12;
      this.radioButtonNoCondition.Text = "No Condition";
      this.radioButtonNoCondition.UseVisualStyleBackColor = true;
      this.radioButtonNoCondition.Click += new System.EventHandler(this.radioButtonNoCondition_Click);
      // 
      // comboBoxCondProperty
      // 
      this.comboBoxCondProperty.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxCondProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboBoxCondProperty.ForeColor = System.Drawing.Color.Blue;
      this.comboBoxCondProperty.Location = new System.Drawing.Point(24, 68);
      this.comboBoxCondProperty.Name = "comboBoxCondProperty";
      this.comboBoxCondProperty.Size = new System.Drawing.Size(176, 21);
      this.comboBoxCondProperty.Sorted = true;
      this.comboBoxCondProperty.TabIndex = 13;
      this.comboBoxCondProperty.SelectionChangeCommitted += new System.EventHandler(this.comboBoxCondProperty_SelectionChangeCommitted);
      // 
      // groupBoxLayer
      // 
      this.groupBoxLayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxLayer.Controls.Add(this.comboBoxLayer);
      this.groupBoxLayer.Controls.Add(this.labelLayer);
      this.groupBoxLayer.Enabled = false;
      this.groupBoxLayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxLayer.Location = new System.Drawing.Point(435, 189);
      this.groupBoxLayer.Name = "groupBoxLayer";
      this.groupBoxLayer.Size = new System.Drawing.Size(224, 52);
      this.groupBoxLayer.TabIndex = 22;
      this.groupBoxLayer.TabStop = false;
      this.groupBoxLayer.Text = "Layer";
      // 
      // comboBoxLayer
      // 
      this.comboBoxLayer.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboBoxLayer.ForeColor = System.Drawing.Color.DimGray;
      this.comboBoxLayer.Location = new System.Drawing.Point(80, 20);
      this.comboBoxLayer.Name = "comboBoxLayer";
      this.comboBoxLayer.Size = new System.Drawing.Size(121, 21);
      this.comboBoxLayer.TabIndex = 25;
      this.comboBoxLayer.SelectionChangeCommitted += new System.EventHandler(this.comboBoxLayer_SelectionChangeCommitted);
      // 
      // labelLayer
      // 
      this.labelLayer.AutoSize = true;
      this.labelLayer.Location = new System.Drawing.Point(24, 23);
      this.labelLayer.Name = "labelLayer";
      this.labelLayer.Size = new System.Drawing.Size(36, 13);
      this.labelLayer.TabIndex = 16;
      this.labelLayer.Text = "Layer:";
      // 
      // buttonNew
      // 
      this.buttonNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.buttonNew.Location = new System.Drawing.Point(189, 566);
      this.buttonNew.Name = "buttonNew";
      this.buttonNew.Size = new System.Drawing.Size(56, 20);
      this.buttonNew.TabIndex = 26;
      this.buttonNew.Text = "New";
      this.buttonNew.UseVisualStyleBackColor = true;
      this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
      // 
      // groupBoxButton
      // 
      this.groupBoxButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxButton.Controls.Add(this.mpComboBoxCode);
      this.groupBoxButton.Controls.Add(this.mpLabelCode);
      this.groupBoxButton.Controls.Add(this.mpCheckBoxWindows);
      this.groupBoxButton.Controls.Add(this.mpCheckBoxShift);
      this.groupBoxButton.Controls.Add(this.mpCheckBoxAlt);
      this.groupBoxButton.Controls.Add(this.mpCheckBoxControl);
      this.groupBoxButton.Controls.Add(this.mpCheckBoxBackground);
      this.groupBoxButton.Controls.Add(this.mpCheckBoxRepeat);
      this.groupBoxButton.Enabled = false;
      this.groupBoxButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxButton.Location = new System.Drawing.Point(435, 46);
      this.groupBoxButton.Name = "groupBoxButton";
      this.groupBoxButton.Size = new System.Drawing.Size(224, 137);
      this.groupBoxButton.TabIndex = 30;
      this.groupBoxButton.TabStop = false;
      this.groupBoxButton.Text = "Button";
      // 
      // mpComboBoxCode
      // 
      this.mpComboBoxCode.BorderColor = System.Drawing.Color.Empty;
      this.mpComboBoxCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.mpComboBoxCode.ForeColor = System.Drawing.Color.DimGray;
      this.mpComboBoxCode.Location = new System.Drawing.Point(80, 19);
      this.mpComboBoxCode.Name = "mpComboBoxCode";
      this.mpComboBoxCode.Size = new System.Drawing.Size(121, 21);
      this.mpComboBoxCode.TabIndex = 27;
      this.mpComboBoxCode.SelectedIndexChanged += new System.EventHandler(this.mpComboBoxCode_SelectedIndexChanged);
      // 
      // mpLabelCode
      // 
      this.mpLabelCode.AutoSize = true;
      this.mpLabelCode.Location = new System.Drawing.Point(24, 22);
      this.mpLabelCode.Name = "mpLabelCode";
      this.mpLabelCode.Size = new System.Drawing.Size(35, 13);
      this.mpLabelCode.TabIndex = 26;
      this.mpLabelCode.Text = "Code:";
      // 
      // mpCheckBoxWindows
      // 
      this.mpCheckBoxWindows.AutoSize = true;
      this.mpCheckBoxWindows.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxWindows.Location = new System.Drawing.Point(71, 108);
      this.mpCheckBoxWindows.Name = "mpCheckBoxWindows";
      this.mpCheckBoxWindows.Size = new System.Drawing.Size(68, 17);
      this.mpCheckBoxWindows.TabIndex = 5;
      this.mpCheckBoxWindows.Text = "Windows";
      this.mpCheckBoxWindows.UseVisualStyleBackColor = true;
      this.mpCheckBoxWindows.CheckedChanged += new System.EventHandler(this.mpCheckBoxWindows_CheckedChanged);
      // 
      // mpCheckBoxShift
      // 
      this.mpCheckBoxShift.AutoSize = true;
      this.mpCheckBoxShift.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxShift.Location = new System.Drawing.Point(5, 84);
      this.mpCheckBoxShift.Name = "mpCheckBoxShift";
      this.mpCheckBoxShift.Size = new System.Drawing.Size(45, 17);
      this.mpCheckBoxShift.TabIndex = 4;
      this.mpCheckBoxShift.Text = "Shift";
      this.mpCheckBoxShift.UseVisualStyleBackColor = true;
      this.mpCheckBoxShift.CheckedChanged += new System.EventHandler(this.mpCheckBoxShift_CheckedChanged);
      // 
      // mpCheckBoxAlt
      // 
      this.mpCheckBoxAlt.AutoSize = true;
      this.mpCheckBoxAlt.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxAlt.Location = new System.Drawing.Point(5, 107);
      this.mpCheckBoxAlt.Name = "mpCheckBoxAlt";
      this.mpCheckBoxAlt.Size = new System.Drawing.Size(36, 17);
      this.mpCheckBoxAlt.TabIndex = 3;
      this.mpCheckBoxAlt.Text = "Alt";
      this.mpCheckBoxAlt.UseVisualStyleBackColor = true;
      this.mpCheckBoxAlt.CheckedChanged += new System.EventHandler(this.mpCheckBoxAlt_CheckedChanged);
      // 
      // mpCheckBoxControl
      // 
      this.mpCheckBoxControl.AutoSize = true;
      this.mpCheckBoxControl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxControl.Location = new System.Drawing.Point(71, 85);
      this.mpCheckBoxControl.Name = "mpCheckBoxControl";
      this.mpCheckBoxControl.Size = new System.Drawing.Size(57, 17);
      this.mpCheckBoxControl.TabIndex = 2;
      this.mpCheckBoxControl.Text = "Control";
      this.mpCheckBoxControl.UseVisualStyleBackColor = true;
      this.mpCheckBoxControl.CheckedChanged += new System.EventHandler(this.mpCheckBoxControl_CheckedChanged);
      // 
      // mpCheckBoxBackground
      // 
      this.mpCheckBoxBackground.AutoSize = true;
      this.mpCheckBoxBackground.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxBackground.Location = new System.Drawing.Point(71, 62);
      this.mpCheckBoxBackground.Name = "mpCheckBoxBackground";
      this.mpCheckBoxBackground.Size = new System.Drawing.Size(82, 17);
      this.mpCheckBoxBackground.TabIndex = 1;
      this.mpCheckBoxBackground.Text = "Background";
      this.mpCheckBoxBackground.UseVisualStyleBackColor = true;
      this.mpCheckBoxBackground.CheckedChanged += new System.EventHandler(this.mpCheckBoxBackground_CheckedChanged);
      // 
      // mpCheckBoxRepeat
      // 
      this.mpCheckBoxRepeat.AutoSize = true;
      this.mpCheckBoxRepeat.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxRepeat.Location = new System.Drawing.Point(6, 62);
      this.mpCheckBoxRepeat.Name = "mpCheckBoxRepeat";
      this.mpCheckBoxRepeat.Size = new System.Drawing.Size(59, 17);
      this.mpCheckBoxRepeat.TabIndex = 0;
      this.mpCheckBoxRepeat.Text = "Repeat";
      this.mpCheckBoxRepeat.UseVisualStyleBackColor = true;
      this.mpCheckBoxRepeat.CheckedChanged += new System.EventHandler(this.mpCheckBoxRepeat_CheckedChanged);
      // 
      // HidInputMappingForm
      // 
      this.AcceptButton = this.buttonOk;
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScroll = true;
      this.CancelButton = this.buttonCancel;
      this.ClientSize = new System.Drawing.Size(675, 644);
      this.Controls.Add(this.groupBoxButton);
      this.Controls.Add(this.labelExpand);
      this.Controls.Add(this.treeMapping);
      this.Controls.Add(this.buttonDefault);
      this.Controls.Add(this.buttonRemove);
      this.Controls.Add(this.buttonNew);
      this.Controls.Add(this.buttonDown);
      this.Controls.Add(this.buttonUp);
      this.Controls.Add(this.beveledLine1);
      this.Controls.Add(this.buttonApply);
      this.Controls.Add(this.buttonOk);
      this.Controls.Add(this.buttonCancel);
      this.Controls.Add(this.headerLabel);
      this.Controls.Add(this.groupBoxAction);
      this.Controls.Add(this.groupBoxCondition);
      this.Controls.Add(this.groupBoxLayer);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.Name = "HidInputMappingForm";
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "MediaPortal - Setup";
      this.groupBoxAction.ResumeLayout(false);
      this.groupBoxAction.PerformLayout();
      this.groupBoxCondition.ResumeLayout(false);
      this.groupBoxCondition.PerformLayout();
      this.groupBoxLayer.ResumeLayout(false);
      this.groupBoxLayer.PerformLayout();
      this.groupBoxButton.ResumeLayout(false);
      this.groupBoxButton.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

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

    }
Example #7
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.components = new System.ComponentModel.Container();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditShareForm));
      this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpCBdonotFolderJpgIfPin = new MediaPortal.UserInterface.Controls.MPCheckBox();
      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.mpCBdonotFolderJpgIfPin);
      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);
      // 
      // mpCBdonotFolderJpgIfPin
      // 
      this.mpCBdonotFolderJpgIfPin.AutoSize = true;
      this.mpCBdonotFolderJpgIfPin.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCBdonotFolderJpgIfPin.Location = new System.Drawing.Point(16, 65);
      this.mpCBdonotFolderJpgIfPin.Name = "mpCBdonotFolderJpgIfPin";
      this.mpCBdonotFolderJpgIfPin.Size = new System.Drawing.Size(248, 17);
      this.mpCBdonotFolderJpgIfPin.TabIndex = 33;
      this.mpCBdonotFolderJpgIfPin.Text = "Do not display folder.jpg when a Pin Code is set";
      this.mpCBdonotFolderJpgIfPin.UseVisualStyleBackColor = true;
      // 
      // mpButtonLearnMacNow
      // 
      this.mpButtonLearnMacNow.Location = new System.Drawing.Point(251, 175);
      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, 179);
      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, 149);
      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, 42);
      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, 23);
      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, 244);
      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, 145);
      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, 129);
      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, 323);
      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, 307);
      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, 225);
      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, 243);
      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, 283);
      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, 267);
      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, 267);
      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, 225);
      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, 203);
      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, 39);
      this.pinCodeTextBox.Name = "pinCodeTextBox";
      this.pinCodeTextBox.Size = new System.Drawing.Size(71, 20);
      this.pinCodeTextBox.TabIndex = 1;
      // 
      // label4
      // 
      this.label4.Location = new System.Drawing.Point(216, 23);
      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, 103);
      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, 103);
      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, 87);
      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, 39);
      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, 23);
      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);

    }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   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);
 }
Example #9
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.components = new System.ComponentModel.Container();
   this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
   this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.editFormat1 = new Yeti.MMedia.EditFormat();
   this.tabPage2 = new MediaPortal.UserInterface.Controls.MPTabPage();
   this.checkBoxPrivate = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxOriginal = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxCRC = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxCopyRight = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxVBR = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBoxVBR = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.label8 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label7 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxVBRMethod = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.label4 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.trackBarVBRQuality = new System.Windows.Forms.TrackBar();
   this.label6 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxAvgBitrate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.label5 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxMaxBitRate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.label3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxBitRate = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.textBoxMpegVersion = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
   this.tabControl1.SuspendLayout();
   this.tabPage1.SuspendLayout();
   this.tabPage2.SuspendLayout();
   this.groupBoxVBR.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).BeginInit();
   this.SuspendLayout();
   // 
   // tabControl1
   // 
   this.tabControl1.Controls.Add(this.tabPage1);
   this.tabControl1.Controls.Add(this.tabPage2);
   this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.tabControl1.Location = new System.Drawing.Point(0, 0);
   this.tabControl1.Name = "tabControl1";
   this.tabControl1.SelectedIndex = 0;
   this.tabControl1.Size = new System.Drawing.Size(336, 280);
   this.tabControl1.TabIndex = 0;
   // 
   // tabPage1
   // 
   this.tabPage1.Controls.Add(this.editFormat1);
   this.tabPage1.Location = new System.Drawing.Point(4, 22);
   this.tabPage1.Name = "tabPage1";
   this.tabPage1.Size = new System.Drawing.Size(328, 254);
   this.tabPage1.TabIndex = 0;
   this.tabPage1.Text = "Input format";
   // 
   // editFormat1
   // 
   this.editFormat1.Dock = System.Windows.Forms.DockStyle.Fill;
   this.editFormat1.Location = new System.Drawing.Point(0, 0);
   this.editFormat1.Name = "editFormat1";
   this.editFormat1.ReadOnly = true;
   this.editFormat1.Size = new System.Drawing.Size(328, 254);
   this.editFormat1.TabIndex = 0;
   // 
   // tabPage2
   // 
   this.tabPage2.Controls.Add(this.checkBoxPrivate);
   this.tabPage2.Controls.Add(this.checkBoxOriginal);
   this.tabPage2.Controls.Add(this.checkBoxCRC);
   this.tabPage2.Controls.Add(this.checkBoxCopyRight);
   this.tabPage2.Controls.Add(this.checkBoxVBR);
   this.tabPage2.Controls.Add(this.groupBoxVBR);
   this.tabPage2.Controls.Add(this.comboBoxBitRate);
   this.tabPage2.Controls.Add(this.textBoxMpegVersion);
   this.tabPage2.Controls.Add(this.label2);
   this.tabPage2.Controls.Add(this.label1);
   this.tabPage2.Location = new System.Drawing.Point(4, 22);
   this.tabPage2.Name = "tabPage2";
   this.tabPage2.Size = new System.Drawing.Size(328, 254);
   this.tabPage2.TabIndex = 1;
   this.tabPage2.Text = "MP3 config";
   // 
   // checkBoxPrivate
   // 
   this.checkBoxPrivate.Location = new System.Drawing.Point(248, 48);
   this.checkBoxPrivate.Name = "checkBoxPrivate";
   this.checkBoxPrivate.Size = new System.Drawing.Size(72, 24);
   this.checkBoxPrivate.TabIndex = 9;
   this.checkBoxPrivate.Text = "Private";
   this.toolTip1.SetToolTip(this.checkBoxPrivate, "Controls the private bit of MP3 stream");
   this.checkBoxPrivate.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxOriginal
   // 
   this.checkBoxOriginal.Location = new System.Drawing.Point(168, 48);
   this.checkBoxOriginal.Name = "checkBoxOriginal";
   this.checkBoxOriginal.Size = new System.Drawing.Size(72, 24);
   this.checkBoxOriginal.TabIndex = 8;
   this.checkBoxOriginal.Text = "Original";
   this.toolTip1.SetToolTip(this.checkBoxOriginal, "Controls the original bit of MP3 stream");
   this.checkBoxOriginal.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxCRC
   // 
   this.checkBoxCRC.Location = new System.Drawing.Point(88, 48);
   this.checkBoxCRC.Name = "checkBoxCRC";
   this.checkBoxCRC.Size = new System.Drawing.Size(72, 24);
   this.checkBoxCRC.TabIndex = 7;
   this.checkBoxCRC.Text = "CRC";
   this.toolTip1.SetToolTip(this.checkBoxCRC, "If set enables CRC-checksum in the bitstream");
   this.checkBoxCRC.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxCopyRight
   // 
   this.checkBoxCopyRight.Location = new System.Drawing.Point(8, 48);
   this.checkBoxCopyRight.Name = "checkBoxCopyRight";
   this.checkBoxCopyRight.Size = new System.Drawing.Size(72, 24);
   this.checkBoxCopyRight.TabIndex = 6;
   this.checkBoxCopyRight.Text = "Copyright";
   this.toolTip1.SetToolTip(this.checkBoxCopyRight, "Controls the copyrightb bit of MP3 stream");
   this.checkBoxCopyRight.CheckedChanged += new System.EventHandler(this.Control_Changed);
   // 
   // checkBoxVBR
   // 
   this.checkBoxVBR.Location = new System.Drawing.Point(8, 72);
   this.checkBoxVBR.Name = "checkBoxVBR";
   this.checkBoxVBR.Size = new System.Drawing.Size(192, 24);
   this.checkBoxVBR.TabIndex = 5;
   this.checkBoxVBR.Text = "Enable Variable Bit Rate (VBR)";
   this.checkBoxVBR.CheckedChanged += new System.EventHandler(this.checkBoxVBR_CheckedChanged);
   // 
   // groupBoxVBR
   // 
   this.groupBoxVBR.Controls.Add(this.label8);
   this.groupBoxVBR.Controls.Add(this.label7);
   this.groupBoxVBR.Controls.Add(this.comboBoxVBRMethod);
   this.groupBoxVBR.Controls.Add(this.label4);
   this.groupBoxVBR.Controls.Add(this.trackBarVBRQuality);
   this.groupBoxVBR.Controls.Add(this.label6);
   this.groupBoxVBR.Controls.Add(this.comboBoxAvgBitrate);
   this.groupBoxVBR.Controls.Add(this.label5);
   this.groupBoxVBR.Controls.Add(this.comboBoxMaxBitRate);
   this.groupBoxVBR.Controls.Add(this.label3);
   this.groupBoxVBR.Location = new System.Drawing.Point(8, 96);
   this.groupBoxVBR.Name = "groupBoxVBR";
   this.groupBoxVBR.Size = new System.Drawing.Size(304, 144);
   this.groupBoxVBR.TabIndex = 4;
   this.groupBoxVBR.TabStop = false;
   this.groupBoxVBR.Text = "VBR options";
   // 
   // label8
   // 
   this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                              System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
   this.label8.Location = new System.Drawing.Point(256, 64);
   this.label8.Name = "label8";
   this.label8.Size = new System.Drawing.Size(32, 16);
   this.label8.TabIndex = 13;
   this.label8.Text = "Min";
   // 
   // label7
   // 
   this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                              System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
   this.label7.Location = new System.Drawing.Point(152, 64);
   this.label7.Name = "label7";
   this.label7.Size = new System.Drawing.Size(56, 16);
   this.label7.TabIndex = 12;
   this.label7.Text = "Max.";
   // 
   // comboBoxVBRMethod
   // 
   this.comboBoxVBRMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxVBRMethod.Items.AddRange(new object[]
                                           {
                                             "NONE",
                                             "DEFAULT",
                                             "OLD",
                                             "NEW",
                                             "MTRH",
                                             "ABR"
                                           });
   this.comboBoxVBRMethod.Location = new System.Drawing.Point(8, 32);
   this.comboBoxVBRMethod.Name = "comboBoxVBRMethod";
   this.comboBoxVBRMethod.Size = new System.Drawing.Size(121, 21);
   this.comboBoxVBRMethod.TabIndex = 7;
   this.comboBoxVBRMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxVBRMethod_SelectedIndexChanged);
   // 
   // label4
   // 
   this.label4.Location = new System.Drawing.Point(8, 16);
   this.label4.Name = "label4";
   this.label4.Size = new System.Drawing.Size(96, 24);
   this.label4.TabIndex = 6;
   this.label4.Text = "VBR method:";
   // 
   // trackBarVBRQuality
   // 
   this.trackBarVBRQuality.LargeChange = 0;
   this.trackBarVBRQuality.Location = new System.Drawing.Point(144, 32);
   this.trackBarVBRQuality.Maximum = 9;
   this.trackBarVBRQuality.Name = "trackBarVBRQuality";
   this.trackBarVBRQuality.Size = new System.Drawing.Size(144, 42);
   this.trackBarVBRQuality.TabIndex = 11;
   this.trackBarVBRQuality.Scroll += new System.EventHandler(this.Control_Changed);
   // 
   // label6
   // 
   this.label6.Location = new System.Drawing.Point(152, 16);
   this.label6.Name = "label6";
   this.label6.Size = new System.Drawing.Size(100, 16);
   this.label6.TabIndex = 10;
   this.label6.Text = "VBR quality:";
   // 
   // comboBoxAvgBitrate
   // 
   this.comboBoxAvgBitrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxAvgBitrate.Location = new System.Drawing.Point(8, 112);
   this.comboBoxAvgBitrate.Name = "comboBoxAvgBitrate";
   this.comboBoxAvgBitrate.Size = new System.Drawing.Size(121, 21);
   this.comboBoxAvgBitrate.TabIndex = 9;
   this.comboBoxAvgBitrate.SelectedIndexChanged += new System.EventHandler(this.Control_Changed);
   // 
   // label5
   // 
   this.label5.Location = new System.Drawing.Point(8, 96);
   this.label5.Name = "label5";
   this.label5.Size = new System.Drawing.Size(88, 16);
   this.label5.TabIndex = 8;
   this.label5.Text = "Average bit rate:";
   // 
   // comboBoxMaxBitRate
   // 
   this.comboBoxMaxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxMaxBitRate.Location = new System.Drawing.Point(8, 72);
   this.comboBoxMaxBitRate.Name = "comboBoxMaxBitRate";
   this.comboBoxMaxBitRate.Size = new System.Drawing.Size(121, 21);
   this.comboBoxMaxBitRate.TabIndex = 5;
   this.comboBoxMaxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
   // 
   // label3
   // 
   this.label3.Location = new System.Drawing.Point(8, 56);
   this.label3.Name = "label3";
   this.label3.Size = new System.Drawing.Size(104, 16);
   this.label3.TabIndex = 4;
   this.label3.Text = "Max bit rate:";
   // 
   // comboBoxBitRate
   // 
   this.comboBoxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxBitRate.Location = new System.Drawing.Point(168, 24);
   this.comboBoxBitRate.Name = "comboBoxBitRate";
   this.comboBoxBitRate.Size = new System.Drawing.Size(121, 21);
   this.comboBoxBitRate.TabIndex = 3;
   this.toolTip1.SetToolTip(this.comboBoxBitRate, "Minimum bit rate if VBR is specified ");
   this.comboBoxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
   // 
   // textBoxMpegVersion
   // 
   this.textBoxMpegVersion.Location = new System.Drawing.Point(8, 24);
   this.textBoxMpegVersion.Name = "textBoxMpegVersion";
   this.textBoxMpegVersion.ReadOnly = true;
   this.textBoxMpegVersion.Size = new System.Drawing.Size(120, 20);
   this.textBoxMpegVersion.TabIndex = 2;
   this.textBoxMpegVersion.Text = "";
   // 
   // label2
   // 
   this.label2.Location = new System.Drawing.Point(8, 8);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(96, 16);
   this.label2.TabIndex = 1;
   this.label2.Text = "MPEG Version:";
   // 
   // label1
   // 
   this.label1.Location = new System.Drawing.Point(168, 8);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(64, 16);
   this.label1.TabIndex = 0;
   this.label1.Text = "Bit rate:";
   // 
   // EditMp3Writer
   // 
   this.Controls.Add(this.tabControl1);
   this.Name = "EditMp3Writer";
   this.Size = new System.Drawing.Size(336, 280);
   this.tabControl1.ResumeLayout(false);
   this.tabPage1.ResumeLayout(false);
   this.tabPage2.ResumeLayout(false);
   this.groupBoxVBR.ResumeLayout(false);
   ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).EndInit();
   this.ResumeLayout(false);
 }
Example #10
0
 // designer generated code
 private void InitializeComponent()
 {
   this.groupBoxTVThumbs = new MediaPortal.UserInterface.Controls.MPGroupBox();
   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.buttonClearTVThumbs = new MediaPortal.UserInterface.Controls.MPButton();
   this.checkBoxTVThumbs = 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.groupBoxTVThumbs.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();
   // 
   // groupBoxTVThumbs
   // 
   this.groupBoxTVThumbs.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.groupBoxTVThumbs.Controls.Add(this.mpLabel1);
   this.groupBoxTVThumbs.Controls.Add(this.labelRows);
   this.groupBoxTVThumbs.Controls.Add(this.numericUpDownThumbRows);
   this.groupBoxTVThumbs.Controls.Add(this.labelCol);
   this.groupBoxTVThumbs.Controls.Add(this.numericUpDownThumbColumns);
   this.groupBoxTVThumbs.Controls.Add(this.checkBoxShareThumb);
   this.groupBoxTVThumbs.Controls.Add(this.buttonClearTVThumbs);
   this.groupBoxTVThumbs.Controls.Add(this.checkBoxTVThumbs);
   this.groupBoxTVThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxTVThumbs.Location = new System.Drawing.Point(6, 264);
   this.groupBoxTVThumbs.Name = "groupBoxTVThumbs";
   this.groupBoxTVThumbs.Size = new System.Drawing.Size(462, 94);
   this.groupBoxTVThumbs.TabIndex = 7;
   this.groupBoxTVThumbs.TabStop = false;
   this.groupBoxTVThumbs.Text = "TV/Videos thumbs";
   // 
   // 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 recording folder";
   this.checkBoxShareThumb.UseVisualStyleBackColor = true;
   // 
   // buttonClearTVThumbs
   // 
   this.buttonClearTVThumbs.Location = new System.Drawing.Point(13, 63);
   this.buttonClearTVThumbs.Name = "buttonClearTVThumbs";
   this.buttonClearTVThumbs.Size = new System.Drawing.Size(178, 23);
   this.buttonClearTVThumbs.TabIndex = 1;
   this.buttonClearTVThumbs.Text = "Clear TV/Videos thumbs";
   this.buttonClearTVThumbs.UseVisualStyleBackColor = true;
   this.buttonClearTVThumbs.Click += new System.EventHandler(this.buttonClearTVThumbs_Click);
   // 
   // checkBoxTVThumbs
   // 
   this.checkBoxTVThumbs.AutoSize = true;
   this.checkBoxTVThumbs.Checked = true;
   this.checkBoxTVThumbs.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxTVThumbs.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxTVThumbs.Location = new System.Drawing.Point(13, 19);
   this.checkBoxTVThumbs.Name = "checkBoxTVThumbs";
   this.checkBoxTVThumbs.Size = new System.Drawing.Size(113, 17);
   this.checkBoxTVThumbs.TabIndex = 0;
   this.checkBoxTVThumbs.Text = "Autocreate thumbs";
   this.checkBoxTVThumbs.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.groupBoxTVThumbs);
   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.groupBoxTVThumbs.ResumeLayout(false);
   this.groupBoxTVThumbs.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);
 }
Example #11
0
    private void InitializeComponent()
    {
            this.components = new System.ComponentModel.Container();
            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.txtIdleTimeout = new MediaPortal.UserInterface.Controls.MPTextBox();
            this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
            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.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.txtUpdateDelay = new MediaPortal.UserInterface.Controls.MPTextBox();
            this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
            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.txtUpdateDelay);
            this.groupBox1.Controls.Add(this.mpLabel8);
            this.groupBox1.Controls.Add(this.txtIdleTimeout);
            this.groupBox1.Controls.Add(this.mpLabel7);
            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, 458);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Configuration";
            // 
            // txtIdleTimeout
            // 
            this.txtIdleTimeout.BorderColor = System.Drawing.Color.Empty;
            this.txtIdleTimeout.Location = new System.Drawing.Point(106, 271);
            this.txtIdleTimeout.Name = "txtIdleTimeout";
            this.txtIdleTimeout.Size = new System.Drawing.Size(48, 20);
            this.txtIdleTimeout.TabIndex = 85;
            this.txtIdleTimeout.Text = "5";
            // 
            // mpLabel7
            // 
            this.mpLabel7.Location = new System.Drawing.Point(15, 269);
            this.mpLabel7.Name = "mpLabel7";
            this.mpLabel7.Size = new System.Drawing.Size(86, 23);
            this.mpLabel7.TabIndex = 84;
            this.mpLabel7.Text = "Idle timeout (s)";
            this.mpLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip1.SetToolTip(this.mpLabel7, "Time in seconds after which MiniDisplay will go in idle mode if no user action is" +
        " received");
            // 
            // 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, 404);
            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, 387);
            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, 324);
            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, 299);
            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, 342);
            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, 358);
            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, 342);
            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, 358);
            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(106, 219);
            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(15, 217);
            this.mpLabel3.Name = "mpLabel3";
            this.mpLabel3.Size = new System.Drawing.Size(86, 23);
            this.mpLabel3.TabIndex = 51;
            this.mpLabel3.Text = "Scroll delay (ms)";
            this.mpLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip1.SetToolTip(this.mpLabel3, "Time in milliseconds after which we scroll our texts, typically by one character");
            // 
            // 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, 324);
            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, 503);
            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, 491);
            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, 486);
            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, 469);
            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, 491);
            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);
            // 
            // txtUpdateDelay
            // 
            this.txtUpdateDelay.BorderColor = System.Drawing.Color.Empty;
            this.txtUpdateDelay.Location = new System.Drawing.Point(106, 245);
            this.txtUpdateDelay.Name = "txtUpdateDelay";
            this.txtUpdateDelay.Size = new System.Drawing.Size(48, 20);
            this.txtUpdateDelay.TabIndex = 87;
            this.txtUpdateDelay.Text = "300";
            // 
            // mpLabel8
            // 
            this.mpLabel8.Location = new System.Drawing.Point(15, 243);
            this.mpLabel8.Name = "mpLabel8";
            this.mpLabel8.Size = new System.Drawing.Size(86, 23);
            this.mpLabel8.TabIndex = 86;
            this.mpLabel8.Text = "Update (ms)";
            this.mpLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip1.SetToolTip(this.mpLabel8, "Time in milliseconds after which our MiniDisplay is refreshed");
            // 
            // SetupForm
            // 
            this.AcceptButton = this.btnOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(389, 520);
            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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SetupForm";
            this.ShowInTaskbar = false;
            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();

    }
Example #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.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();
 }
Example #13
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.components = new System.ComponentModel.Container();
      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
      this.checkBoxHidEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabControlRemotes = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageHid = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.pictureBox11 = new System.Windows.Forms.PictureBox();
      this.pictureBox12 = new System.Windows.Forms.PictureBox();
      this.pictureBox9 = new System.Windows.Forms.PictureBox();
      this.pictureBox6 = new System.Windows.Forms.PictureBox();
      this.pictureBox1 = new System.Windows.Forms.PictureBox();
      this.pictureBox4 = new System.Windows.Forms.PictureBox();
      this.pictureBox5 = new System.Windows.Forms.PictureBox();
      this.pictureBox2 = new System.Windows.Forms.PictureBox();
      this.groupBoxHidGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.numericRepeatSpeed = new System.Windows.Forms.NumericUpDown();
      this.numericRepeatDelay = new System.Windows.Forms.NumericUpDown();
      this.linkLabelDocumentation = new System.Windows.Forms.LinkLabel();
      this.checkBoxHidExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonHidMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.labelRepeatSpeed = new System.Windows.Forms.Label();
      this.labelRepeatDelay = new System.Windows.Forms.Label();
      this.tabPageAppCommand = new System.Windows.Forms.TabPage();
      this.labelMediaWarning = new System.Windows.Forms.Label();
      this.pictureBox8 = new System.Windows.Forms.PictureBox();
      this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.linkLabelMediaDocumentation = new System.Windows.Forms.LinkLabel();
      this.checkBoxAppCommandBackground = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBoxAppCommandVerbose = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpButtonAppCommandMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpCheckBoxAppCommandEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.pictureBox7 = new System.Windows.Forms.PictureBox();
      this.tabPageCentarea = new System.Windows.Forms.TabPage();
      this.groupBoxCentareaOptions = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxMapJoystick = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxCentareaReMapMouseButton = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxCentareaVerbose = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxCentareaEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonCentareaMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.pictureBoxCentarea = new System.Windows.Forms.PictureBox();
      this.tabPageFireDtv = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBox_x64 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.linkLabel_x64 = new System.Windows.Forms.LinkLabel();
      this.groupBoxFireDTVRecieiverSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.labelFireDTVModel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.comboBoxFireDTVReceiver = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.groupBoxFireDTVReceiverGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxFireDTVExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonFireDTVMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.checkBoxFireDTVEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.pictureBox3 = new System.Windows.Forms.PictureBox();
      this.tabPageX10 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBoxX10Status = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.labelX10DriverInfo = new System.Windows.Forms.Label();
      this.linkLabelDownloadX10 = new System.Windows.Forms.LinkLabel();
      this.labelX10Status = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxX10General = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.buttonX10LearnMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.radioButtonX10Firefly = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonX10Other = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonX10Ati = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.radioButtonX10Medion = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.checkBoxX10Enabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBoxX10Settings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.LabelChannelNumber = new MediaPortal.UserInterface.Controls.MPLabel();
      this.TextBoxChannelNumber = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.checkBoxX10ChannelControl = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxX10ExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonX10Defaults = new MediaPortal.UserInterface.Controls.MPButton();
      this.tabPageHcw = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBoxHcwRepeatDelay = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.hScrollBarHcwRepeatSpeed = new System.Windows.Forms.HScrollBar();
      this.labelHcwFast = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwRepeatSpeed = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwSlow = new MediaPortal.UserInterface.Controls.MPLabel();
      this.hScrollBarHcwRepeatFilter = new System.Windows.Forms.HScrollBar();
      this.labelHcwMax = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwRepeatFilter = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwMin = new MediaPortal.UserInterface.Controls.MPLabel();
      this.hScrollBarHcwButtonRelease = new System.Windows.Forms.HScrollBar();
      this.labelHcw1000msec = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcwButtonRelease = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelHcw20msec = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxHcwGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.HCWLearn = new System.Windows.Forms.Button();
      this.buttonHcwDefaults = new MediaPortal.UserInterface.Controls.MPButton();
      this.checkBoxHcwEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBoxHcwStatus = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.linkLabelHcwDownload = new System.Windows.Forms.LinkLabel();
      this.labelHcwDriverStatus = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxHcwSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxHcwFilterDoubleKlicks = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxHcwAllowExternal = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxHcwKeepControl = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxHcwExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.tabPageIrTrans = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupBoxIrTransStatus = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.IRTransLink = new System.Windows.Forms.LinkLabel();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.labelIrTransStatus = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxIrTransServerSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.buttonIrTransTest = new MediaPortal.UserInterface.Controls.MPButton();
      this.labelIrTransNoteModel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.textBoxRemoteModel = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.labelIrTransRemoteModel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.textBoxIrTransServerPort = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
      this.labelIrTransServerPort = new MediaPortal.UserInterface.Controls.MPLabel();
      this.groupBoxIrTransGeneral = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.checkBoxIrTransExtendedLogging = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.checkBoxIrTransEnabled = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.buttonIrTransMapping = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpCheckBox1 = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpCheckBox2 = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpButton1 = new MediaPortal.UserInterface.Controls.MPButton();
      this.tabControlRemotes.SuspendLayout();
      this.tabPageHid.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
      this.groupBoxHidGeneral.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatSpeed)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatDelay)).BeginInit();
      this.tabPageAppCommand.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
      this.mpGroupBox1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
      this.tabPageCentarea.SuspendLayout();
      this.groupBoxCentareaOptions.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCentarea)).BeginInit();
      this.tabPageFireDtv.SuspendLayout();
      this.groupBox_x64.SuspendLayout();
      this.groupBoxFireDTVRecieiverSettings.SuspendLayout();
      this.groupBoxFireDTVReceiverGeneral.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
      this.tabPageX10.SuspendLayout();
      this.groupBoxX10Status.SuspendLayout();
      this.groupBoxX10General.SuspendLayout();
      this.groupBoxX10Settings.SuspendLayout();
      this.tabPageHcw.SuspendLayout();
      this.groupBoxHcwRepeatDelay.SuspendLayout();
      this.groupBoxHcwGeneral.SuspendLayout();
      this.groupBoxHcwStatus.SuspendLayout();
      this.groupBoxHcwSettings.SuspendLayout();
      this.tabPageIrTrans.SuspendLayout();
      this.groupBoxIrTransStatus.SuspendLayout();
      this.groupBoxIrTransServerSettings.SuspendLayout();
      this.groupBoxIrTransGeneral.SuspendLayout();
      this.SuspendLayout();
      // 
      // toolTip
      // 
      this.toolTip.ShowAlways = true;
      // 
      // checkBoxHidEnabled
      // 
      this.checkBoxHidEnabled.AutoSize = true;
      this.checkBoxHidEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHidEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxHidEnabled.Name = "checkBoxHidEnabled";
      this.checkBoxHidEnabled.Size = new System.Drawing.Size(138, 17);
      this.checkBoxHidEnabled.TabIndex = 0;
      this.checkBoxHidEnabled.Text = "Use generic HID device";
      this.toolTip.SetToolTip(this.checkBoxHidEnabled, "Supports the largest range of remote and control devices. This should be you pref" +
        "erred option.");
      this.checkBoxHidEnabled.UseVisualStyleBackColor = true;
      this.checkBoxHidEnabled.CheckedChanged += new System.EventHandler(this.checkBoxHidEnabled_CheckedChanged);
      // 
      // tabControlRemotes
      // 
      this.tabControlRemotes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.tabControlRemotes.Controls.Add(this.tabPageHid);
      this.tabControlRemotes.Controls.Add(this.tabPageAppCommand);
      this.tabControlRemotes.Controls.Add(this.tabPageCentarea);
      this.tabControlRemotes.Controls.Add(this.tabPageFireDtv);
      this.tabControlRemotes.Controls.Add(this.tabPageX10);
      this.tabControlRemotes.Controls.Add(this.tabPageHcw);
      this.tabControlRemotes.Controls.Add(this.tabPageIrTrans);
      this.tabControlRemotes.Location = new System.Drawing.Point(0, 8);
      this.tabControlRemotes.Name = "tabControlRemotes";
      this.tabControlRemotes.SelectedIndex = 0;
      this.tabControlRemotes.Size = new System.Drawing.Size(480, 448);
      this.tabControlRemotes.TabIndex = 0;
      // 
      // tabPageHid
      // 
      this.tabPageHid.Controls.Add(this.pictureBox11);
      this.tabPageHid.Controls.Add(this.pictureBox12);
      this.tabPageHid.Controls.Add(this.pictureBox9);
      this.tabPageHid.Controls.Add(this.pictureBox6);
      this.tabPageHid.Controls.Add(this.pictureBox1);
      this.tabPageHid.Controls.Add(this.pictureBox4);
      this.tabPageHid.Controls.Add(this.pictureBox5);
      this.tabPageHid.Controls.Add(this.pictureBox2);
      this.tabPageHid.Controls.Add(this.groupBoxHidGeneral);
      this.tabPageHid.Location = new System.Drawing.Point(4, 22);
      this.tabPageHid.Name = "tabPageHid";
      this.tabPageHid.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageHid.Size = new System.Drawing.Size(472, 422);
      this.tabPageHid.TabIndex = 4;
      this.tabPageHid.Text = "HID";
      this.tabPageHid.UseVisualStyleBackColor = true;
      // 
      // pictureBox11
      // 
      this.pictureBox11.Image = global::MediaPortal.Configuration.Properties.Resources.gamepad_LogitechCordlessRumblePad2;
      this.pictureBox11.Location = new System.Drawing.Point(6, 200);
      this.pictureBox11.Name = "pictureBox11";
      this.pictureBox11.Size = new System.Drawing.Size(179, 107);
      this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox11.TabIndex = 12;
      this.pictureBox11.TabStop = false;
      this.pictureBox11.Click += new System.EventHandler(this.pictureBox11_Click);
      // 
      // pictureBox12
      // 
      this.pictureBox12.Image = global::MediaPortal.Configuration.Properties.Resources.gamepad_MicrosoftXbox360WirelessController;
      this.pictureBox12.Location = new System.Drawing.Point(6, 91);
      this.pictureBox12.Name = "pictureBox12";
      this.pictureBox12.Size = new System.Drawing.Size(179, 107);
      this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox12.TabIndex = 11;
      this.pictureBox12.TabStop = false;
      // 
      // pictureBox9
      // 
      this.pictureBox9.Image = global::MediaPortal.Configuration.Properties.Resources.gamepad_LogitechWirelessGamepadF710;
      this.pictureBox9.Location = new System.Drawing.Point(6, 309);
      this.pictureBox9.Name = "pictureBox9";
      this.pictureBox9.Size = new System.Drawing.Size(179, 107);
      this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox9.TabIndex = 10;
      this.pictureBox9.TabStop = false;
      // 
      // pictureBox6
      // 
      this.pictureBox6.Image = global::MediaPortal.Configuration.Properties.Resources.remote_MceHp;
      this.pictureBox6.Location = new System.Drawing.Point(191, 91);
      this.pictureBox6.Name = "pictureBox6";
      this.pictureBox6.Size = new System.Drawing.Size(141, 212);
      this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox6.TabIndex = 9;
      this.pictureBox6.TabStop = false;
      this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click);
      // 
      // pictureBox1
      // 
      this.pictureBox1.Image = global::MediaPortal.Configuration.Properties.Resources.remote_MceVista;
      this.pictureBox1.Location = new System.Drawing.Point(405, 263);
      this.pictureBox1.Name = "pictureBox1";
      this.pictureBox1.Size = new System.Drawing.Size(61, 153);
      this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox1.TabIndex = 8;
      this.pictureBox1.TabStop = false;
      // 
      // pictureBox4
      // 
      this.pictureBox4.Image = global::MediaPortal.Configuration.Properties.Resources.remote_Mce2005;
      this.pictureBox4.Location = new System.Drawing.Point(338, 91);
      this.pictureBox4.Name = "pictureBox4";
      this.pictureBox4.Size = new System.Drawing.Size(61, 153);
      this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox4.TabIndex = 7;
      this.pictureBox4.TabStop = false;
      // 
      // pictureBox5
      // 
      this.pictureBox5.Image = global::MediaPortal.Configuration.Properties.Resources.remote_Mce2004;
      this.pictureBox5.Location = new System.Drawing.Point(405, 91);
      this.pictureBox5.Name = "pictureBox5";
      this.pictureBox5.Size = new System.Drawing.Size(61, 153);
      this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox5.TabIndex = 6;
      this.pictureBox5.TabStop = false;
      // 
      // pictureBox2
      // 
      this.pictureBox2.Image = global::MediaPortal.Configuration.Properties.Resources.ms_wed_7000;
      this.pictureBox2.Location = new System.Drawing.Point(191, 309);
      this.pictureBox2.Name = "pictureBox2";
      this.pictureBox2.Size = new System.Drawing.Size(208, 107);
      this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox2.TabIndex = 4;
      this.pictureBox2.TabStop = false;
      // 
      // groupBoxHidGeneral
      // 
      this.groupBoxHidGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHidGeneral.Controls.Add(this.numericRepeatSpeed);
      this.groupBoxHidGeneral.Controls.Add(this.numericRepeatDelay);
      this.groupBoxHidGeneral.Controls.Add(this.linkLabelDocumentation);
      this.groupBoxHidGeneral.Controls.Add(this.checkBoxHidExtendedLogging);
      this.groupBoxHidGeneral.Controls.Add(this.buttonHidMapping);
      this.groupBoxHidGeneral.Controls.Add(this.checkBoxHidEnabled);
      this.groupBoxHidGeneral.Controls.Add(this.labelRepeatSpeed);
      this.groupBoxHidGeneral.Controls.Add(this.labelRepeatDelay);
      this.groupBoxHidGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHidGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxHidGeneral.Name = "groupBoxHidGeneral";
      this.groupBoxHidGeneral.Size = new System.Drawing.Size(448, 77);
      this.groupBoxHidGeneral.TabIndex = 1;
      this.groupBoxHidGeneral.TabStop = false;
      // 
      // numericRepeatSpeed
      // 
      this.numericRepeatSpeed.Location = new System.Drawing.Point(269, 47);
      this.numericRepeatSpeed.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
      this.numericRepeatSpeed.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      this.numericRepeatSpeed.Name = "numericRepeatSpeed";
      this.numericRepeatSpeed.Size = new System.Drawing.Size(47, 20);
      this.numericRepeatSpeed.TabIndex = 7;
      this.numericRepeatSpeed.Value = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      // 
      // numericRepeatDelay
      // 
      this.numericRepeatDelay.Location = new System.Drawing.Point(269, 24);
      this.numericRepeatDelay.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
      this.numericRepeatDelay.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      this.numericRepeatDelay.Name = "numericRepeatDelay";
      this.numericRepeatDelay.Size = new System.Drawing.Size(47, 20);
      this.numericRepeatDelay.TabIndex = 6;
      this.numericRepeatDelay.Value = new decimal(new int[] {
            1,
            0,
            0,
            -2147483648});
      // 
      // linkLabelDocumentation
      // 
      this.linkLabelDocumentation.AutoSize = true;
      this.linkLabelDocumentation.Location = new System.Drawing.Point(319, 51);
      this.linkLabelDocumentation.Name = "linkLabelDocumentation";
      this.linkLabelDocumentation.Size = new System.Drawing.Size(112, 13);
      this.linkLabelDocumentation.TabIndex = 5;
      this.linkLabelDocumentation.TabStop = true;
      this.linkLabelDocumentation.Text = "Online Documentation";
      this.linkLabelDocumentation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDocumentation_LinkClicked);
      // 
      // checkBoxHidExtendedLogging
      // 
      this.checkBoxHidExtendedLogging.AutoSize = true;
      this.checkBoxHidExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHidExtendedLogging.Location = new System.Drawing.Point(16, 47);
      this.checkBoxHidExtendedLogging.Name = "checkBoxHidExtendedLogging";
      this.checkBoxHidExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxHidExtendedLogging.TabIndex = 4;
      this.checkBoxHidExtendedLogging.Text = "Extended logging";
      this.checkBoxHidExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // buttonHidMapping
      // 
      this.buttonHidMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonHidMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonHidMapping.Name = "buttonHidMapping";
      this.buttonHidMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonHidMapping.TabIndex = 1;
      this.buttonHidMapping.Text = "Mapping";
      this.buttonHidMapping.UseVisualStyleBackColor = true;
      this.buttonHidMapping.Click += new System.EventHandler(this.buttonHidMapping_Click);
      // 
      // labelRepeatSpeed
      // 
      this.labelRepeatSpeed.AutoSize = true;
      this.labelRepeatSpeed.Location = new System.Drawing.Point(169, 49);
      this.labelRepeatSpeed.Name = "labelRepeatSpeed";
      this.labelRepeatSpeed.Size = new System.Drawing.Size(96, 13);
      this.labelRepeatSpeed.TabIndex = 9;
      this.labelRepeatSpeed.Text = "Repeat speed (ms)";
      // 
      // labelRepeatDelay
      // 
      this.labelRepeatDelay.AutoSize = true;
      this.labelRepeatDelay.Location = new System.Drawing.Point(169, 26);
      this.labelRepeatDelay.Name = "labelRepeatDelay";
      this.labelRepeatDelay.Size = new System.Drawing.Size(92, 13);
      this.labelRepeatDelay.TabIndex = 8;
      this.labelRepeatDelay.Text = "Repeat delay (ms)";
      // 
      // tabPageAppCommand
      // 
      this.tabPageAppCommand.Controls.Add(this.labelMediaWarning);
      this.tabPageAppCommand.Controls.Add(this.pictureBox8);
      this.tabPageAppCommand.Controls.Add(this.mpGroupBox1);
      this.tabPageAppCommand.Controls.Add(this.pictureBox7);
      this.tabPageAppCommand.Location = new System.Drawing.Point(4, 22);
      this.tabPageAppCommand.Name = "tabPageAppCommand";
      this.tabPageAppCommand.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageAppCommand.Size = new System.Drawing.Size(472, 422);
      this.tabPageAppCommand.TabIndex = 7;
      this.tabPageAppCommand.Text = "Media";
      this.tabPageAppCommand.UseVisualStyleBackColor = true;
      // 
      // labelMediaWarning
      // 
      this.labelMediaWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.labelMediaWarning.ForeColor = System.Drawing.Color.Red;
      this.labelMediaWarning.Location = new System.Drawing.Point(7, 371);
      this.labelMediaWarning.Name = "labelMediaWarning";
      this.labelMediaWarning.Size = new System.Drawing.Size(459, 48);
      this.labelMediaWarning.TabIndex = 8;
      this.labelMediaWarning.Text = "Consider using HID instead.\r\nDo not enable together with HID unless you know what" +
    " you are doing.\r\n\r\n\r\n";
      // 
      // pictureBox8
      // 
      this.pictureBox8.Image = global::MediaPortal.Configuration.Properties.Resources.k60_media_keys;
      this.pictureBox8.Location = new System.Drawing.Point(210, 109);
      this.pictureBox8.Name = "pictureBox8";
      this.pictureBox8.Size = new System.Drawing.Size(250, 227);
      this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox8.TabIndex = 7;
      this.pictureBox8.TabStop = false;
      // 
      // mpGroupBox1
      // 
      this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox1.Controls.Add(this.linkLabelMediaDocumentation);
      this.mpGroupBox1.Controls.Add(this.checkBoxAppCommandBackground);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxAppCommandVerbose);
      this.mpGroupBox1.Controls.Add(this.mpButtonAppCommandMapping);
      this.mpGroupBox1.Controls.Add(this.mpCheckBoxAppCommandEnabled);
      this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox1.Location = new System.Drawing.Point(12, 8);
      this.mpGroupBox1.Name = "mpGroupBox1";
      this.mpGroupBox1.Size = new System.Drawing.Size(448, 95);
      this.mpGroupBox1.TabIndex = 5;
      this.mpGroupBox1.TabStop = false;
      // 
      // linkLabelMediaDocumentation
      // 
      this.linkLabelMediaDocumentation.AutoSize = true;
      this.linkLabelMediaDocumentation.Location = new System.Drawing.Point(319, 70);
      this.linkLabelMediaDocumentation.Name = "linkLabelMediaDocumentation";
      this.linkLabelMediaDocumentation.Size = new System.Drawing.Size(112, 13);
      this.linkLabelMediaDocumentation.TabIndex = 6;
      this.linkLabelMediaDocumentation.TabStop = true;
      this.linkLabelMediaDocumentation.Text = "Online Documentation";
      this.linkLabelMediaDocumentation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelMediaDocumentation_LinkClicked);
      // 
      // checkBoxAppCommandBackground
      // 
      this.checkBoxAppCommandBackground.AutoSize = true;
      this.checkBoxAppCommandBackground.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxAppCommandBackground.Location = new System.Drawing.Point(16, 70);
      this.checkBoxAppCommandBackground.Name = "checkBoxAppCommandBackground";
      this.checkBoxAppCommandBackground.Size = new System.Drawing.Size(222, 17);
      this.checkBoxAppCommandBackground.TabIndex = 5;
      this.checkBoxAppCommandBackground.Text = "Support input even if MP is in background";
      this.checkBoxAppCommandBackground.UseVisualStyleBackColor = true;
      // 
      // mpCheckBoxAppCommandVerbose
      // 
      this.mpCheckBoxAppCommandVerbose.AutoSize = true;
      this.mpCheckBoxAppCommandVerbose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxAppCommandVerbose.Location = new System.Drawing.Point(16, 47);
      this.mpCheckBoxAppCommandVerbose.Name = "mpCheckBoxAppCommandVerbose";
      this.mpCheckBoxAppCommandVerbose.Size = new System.Drawing.Size(106, 17);
      this.mpCheckBoxAppCommandVerbose.TabIndex = 4;
      this.mpCheckBoxAppCommandVerbose.Text = "Extended logging";
      this.mpCheckBoxAppCommandVerbose.UseVisualStyleBackColor = true;
      // 
      // mpButtonAppCommandMapping
      // 
      this.mpButtonAppCommandMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButtonAppCommandMapping.Location = new System.Drawing.Point(359, 21);
      this.mpButtonAppCommandMapping.Name = "mpButtonAppCommandMapping";
      this.mpButtonAppCommandMapping.Size = new System.Drawing.Size(72, 22);
      this.mpButtonAppCommandMapping.TabIndex = 1;
      this.mpButtonAppCommandMapping.Text = "Mapping";
      this.mpButtonAppCommandMapping.UseVisualStyleBackColor = true;
      this.mpButtonAppCommandMapping.Click += new System.EventHandler(this.mpButtonAppCommandMapping_Click);
      // 
      // mpCheckBoxAppCommandEnabled
      // 
      this.mpCheckBoxAppCommandEnabled.AutoSize = true;
      this.mpCheckBoxAppCommandEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBoxAppCommandEnabled.Location = new System.Drawing.Point(16, 24);
      this.mpCheckBoxAppCommandEnabled.Name = "mpCheckBoxAppCommandEnabled";
      this.mpCheckBoxAppCommandEnabled.Size = new System.Drawing.Size(99, 17);
      this.mpCheckBoxAppCommandEnabled.TabIndex = 0;
      this.mpCheckBoxAppCommandEnabled.Text = "Use media keys";
      this.mpCheckBoxAppCommandEnabled.UseVisualStyleBackColor = true;
      this.mpCheckBoxAppCommandEnabled.CheckedChanged += new System.EventHandler(this.mpCheckBoxAppCommandEnabled_CheckedChanged);
      // 
      // pictureBox7
      // 
      this.pictureBox7.Image = global::MediaPortal.Configuration.Properties.Resources.ms_wed_7000;
      this.pictureBox7.Location = new System.Drawing.Point(12, 109);
      this.pictureBox7.Name = "pictureBox7";
      this.pictureBox7.Size = new System.Drawing.Size(192, 177);
      this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox7.TabIndex = 6;
      this.pictureBox7.TabStop = false;
      // 
      // tabPageCentarea
      // 
      this.tabPageCentarea.Controls.Add(this.groupBoxCentareaOptions);
      this.tabPageCentarea.Controls.Add(this.pictureBoxCentarea);
      this.tabPageCentarea.Location = new System.Drawing.Point(4, 22);
      this.tabPageCentarea.Name = "tabPageCentarea";
      this.tabPageCentarea.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageCentarea.Size = new System.Drawing.Size(472, 422);
      this.tabPageCentarea.TabIndex = 6;
      this.tabPageCentarea.Text = "Sceneo";
      this.tabPageCentarea.UseVisualStyleBackColor = true;
      // 
      // groupBoxCentareaOptions
      // 
      this.groupBoxCentareaOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxMapJoystick);
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxCentareaReMapMouseButton);
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxCentareaVerbose);
      this.groupBoxCentareaOptions.Controls.Add(this.checkBoxCentareaEnabled);
      this.groupBoxCentareaOptions.Controls.Add(this.buttonCentareaMapping);
      this.groupBoxCentareaOptions.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxCentareaOptions.Location = new System.Drawing.Point(12, 8);
      this.groupBoxCentareaOptions.Name = "groupBoxCentareaOptions";
      this.groupBoxCentareaOptions.Size = new System.Drawing.Size(448, 120);
      this.groupBoxCentareaOptions.TabIndex = 4;
      this.groupBoxCentareaOptions.TabStop = false;
      // 
      // checkBoxMapJoystick
      // 
      this.checkBoxMapJoystick.AutoSize = true;
      this.checkBoxMapJoystick.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxMapJoystick.Location = new System.Drawing.Point(16, 93);
      this.checkBoxMapJoystick.Name = "checkBoxMapJoystick";
      this.checkBoxMapJoystick.Size = new System.Drawing.Size(291, 17);
      this.checkBoxMapJoystick.TabIndex = 6;
      this.checkBoxMapJoystick.Text = "Map mouse movement to cursor directions (experimental)";
      this.checkBoxMapJoystick.UseVisualStyleBackColor = true;
      // 
      // checkBoxCentareaReMapMouseButton
      // 
      this.checkBoxCentareaReMapMouseButton.AutoSize = true;
      this.checkBoxCentareaReMapMouseButton.Checked = true;
      this.checkBoxCentareaReMapMouseButton.CheckState = System.Windows.Forms.CheckState.Checked;
      this.checkBoxCentareaReMapMouseButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxCentareaReMapMouseButton.Location = new System.Drawing.Point(16, 70);
      this.checkBoxCentareaReMapMouseButton.Name = "checkBoxCentareaReMapMouseButton";
      this.checkBoxCentareaReMapMouseButton.Size = new System.Drawing.Size(227, 17);
      this.checkBoxCentareaReMapMouseButton.TabIndex = 5;
      this.checkBoxCentareaReMapMouseButton.Text = "Map mouse clicks to \'Ok\' and \"Info\" button";
      this.checkBoxCentareaReMapMouseButton.UseVisualStyleBackColor = true;
      // 
      // checkBoxCentareaVerbose
      // 
      this.checkBoxCentareaVerbose.AutoSize = true;
      this.checkBoxCentareaVerbose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxCentareaVerbose.Location = new System.Drawing.Point(16, 47);
      this.checkBoxCentareaVerbose.Name = "checkBoxCentareaVerbose";
      this.checkBoxCentareaVerbose.Size = new System.Drawing.Size(106, 17);
      this.checkBoxCentareaVerbose.TabIndex = 4;
      this.checkBoxCentareaVerbose.Text = "Extended logging";
      this.checkBoxCentareaVerbose.UseVisualStyleBackColor = true;
      // 
      // checkBoxCentareaEnabled
      // 
      this.checkBoxCentareaEnabled.AutoSize = true;
      this.checkBoxCentareaEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxCentareaEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxCentareaEnabled.Name = "checkBoxCentareaEnabled";
      this.checkBoxCentareaEnabled.Size = new System.Drawing.Size(277, 17);
      this.checkBoxCentareaEnabled.TabIndex = 0;
      this.checkBoxCentareaEnabled.Text = "Use Centarea Master Remote II / Sunwave SMR-140";
      this.checkBoxCentareaEnabled.UseVisualStyleBackColor = true;
      this.checkBoxCentareaEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCentareaEnabled_CheckedChanged);
      // 
      // buttonCentareaMapping
      // 
      this.buttonCentareaMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonCentareaMapping.Enabled = false;
      this.buttonCentareaMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonCentareaMapping.Name = "buttonCentareaMapping";
      this.buttonCentareaMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonCentareaMapping.TabIndex = 1;
      this.buttonCentareaMapping.Text = "Mapping";
      this.buttonCentareaMapping.UseVisualStyleBackColor = true;
      this.buttonCentareaMapping.Click += new System.EventHandler(this.buttonCentareaMapping_Click);
      // 
      // pictureBoxCentarea
      // 
      this.pictureBoxCentarea.Image = global::MediaPortal.Configuration.Properties.Resources.remote_Centarea;
      this.pictureBoxCentarea.Location = new System.Drawing.Point(12, 149);
      this.pictureBoxCentarea.Name = "pictureBoxCentarea";
      this.pictureBoxCentarea.Size = new System.Drawing.Size(122, 222);
      this.pictureBoxCentarea.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBoxCentarea.TabIndex = 5;
      this.pictureBoxCentarea.TabStop = false;
      // 
      // tabPageFireDtv
      // 
      this.tabPageFireDtv.Controls.Add(this.groupBox_x64);
      this.tabPageFireDtv.Controls.Add(this.groupBoxFireDTVRecieiverSettings);
      this.tabPageFireDtv.Controls.Add(this.groupBoxFireDTVReceiverGeneral);
      this.tabPageFireDtv.Controls.Add(this.pictureBox3);
      this.tabPageFireDtv.Location = new System.Drawing.Point(4, 22);
      this.tabPageFireDtv.Name = "tabPageFireDtv";
      this.tabPageFireDtv.Size = new System.Drawing.Size(472, 422);
      this.tabPageFireDtv.TabIndex = 2;
      this.tabPageFireDtv.Text = "FireDTV";
      this.tabPageFireDtv.UseVisualStyleBackColor = true;
      // 
      // groupBox_x64
      // 
      this.groupBox_x64.Controls.Add(this.linkLabel_x64);
      this.groupBox_x64.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBox_x64.Location = new System.Drawing.Point(156, 191);
      this.groupBox_x64.Name = "groupBox_x64";
      this.groupBox_x64.Size = new System.Drawing.Size(296, 105);
      this.groupBox_x64.TabIndex = 5;
      this.groupBox_x64.TabStop = false;
      this.groupBox_x64.Text = "Additional info";
      this.groupBox_x64.Visible = false;
      // 
      // linkLabel_x64
      // 
      this.linkLabel_x64.AutoSize = true;
      this.linkLabel_x64.Location = new System.Drawing.Point(16, 42);
      this.linkLabel_x64.Name = "linkLabel_x64";
      this.linkLabel_x64.Size = new System.Drawing.Size(259, 26);
      this.linkLabel_x64.TabIndex = 0;
      this.linkLabel_x64.TabStop = true;
      this.linkLabel_x64.Text = "Please check wiki to learn how to enable your remote\r\non a x64 operating system";
      this.linkLabel_x64.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_x64_LinkClicked);
      // 
      // groupBoxFireDTVRecieiverSettings
      // 
      this.groupBoxFireDTVRecieiverSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxFireDTVRecieiverSettings.Controls.Add(this.labelFireDTVModel);
      this.groupBoxFireDTVRecieiverSettings.Controls.Add(this.comboBoxFireDTVReceiver);
      this.groupBoxFireDTVRecieiverSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxFireDTVRecieiverSettings.Location = new System.Drawing.Point(12, 86);
      this.groupBoxFireDTVRecieiverSettings.Name = "groupBoxFireDTVRecieiverSettings";
      this.groupBoxFireDTVRecieiverSettings.Size = new System.Drawing.Size(448, 55);
      this.groupBoxFireDTVRecieiverSettings.TabIndex = 2;
      this.groupBoxFireDTVRecieiverSettings.TabStop = false;
      this.groupBoxFireDTVRecieiverSettings.Text = "Receiver settings";
      // 
      // labelFireDTVModel
      // 
      this.labelFireDTVModel.AutoSize = true;
      this.labelFireDTVModel.Location = new System.Drawing.Point(198, 25);
      this.labelFireDTVModel.Name = "labelFireDTVModel";
      this.labelFireDTVModel.Size = new System.Drawing.Size(236, 13);
      this.labelFireDTVModel.TabIndex = 2;
      this.labelFireDTVModel.Text = "Multiple FireDTV can be connected - select one.";
      // 
      // comboBoxFireDTVReceiver
      // 
      this.comboBoxFireDTVReceiver.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxFireDTVReceiver.DisplayMember = "FriendlyName";
      this.comboBoxFireDTVReceiver.FormattingEnabled = true;
      this.comboBoxFireDTVReceiver.Location = new System.Drawing.Point(16, 22);
      this.comboBoxFireDTVReceiver.Name = "comboBoxFireDTVReceiver";
      this.comboBoxFireDTVReceiver.Size = new System.Drawing.Size(168, 21);
      this.comboBoxFireDTVReceiver.TabIndex = 0;
      this.comboBoxFireDTVReceiver.ValueMember = "Name";
      // 
      // groupBoxFireDTVReceiverGeneral
      // 
      this.groupBoxFireDTVReceiverGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxFireDTVReceiverGeneral.Controls.Add(this.checkBoxFireDTVExtendedLogging);
      this.groupBoxFireDTVReceiverGeneral.Controls.Add(this.buttonFireDTVMapping);
      this.groupBoxFireDTVReceiverGeneral.Controls.Add(this.checkBoxFireDTVEnabled);
      this.groupBoxFireDTVReceiverGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxFireDTVReceiverGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxFireDTVReceiverGeneral.Name = "groupBoxFireDTVReceiverGeneral";
      this.groupBoxFireDTVReceiverGeneral.Size = new System.Drawing.Size(448, 72);
      this.groupBoxFireDTVReceiverGeneral.TabIndex = 0;
      this.groupBoxFireDTVReceiverGeneral.TabStop = false;
      // 
      // checkBoxFireDTVExtendedLogging
      // 
      this.checkBoxFireDTVExtendedLogging.AutoSize = true;
      this.checkBoxFireDTVExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxFireDTVExtendedLogging.Location = new System.Drawing.Point(16, 47);
      this.checkBoxFireDTVExtendedLogging.Name = "checkBoxFireDTVExtendedLogging";
      this.checkBoxFireDTVExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxFireDTVExtendedLogging.TabIndex = 0;
      this.checkBoxFireDTVExtendedLogging.Text = "Extended logging";
      this.checkBoxFireDTVExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // buttonFireDTVMapping
      // 
      this.buttonFireDTVMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonFireDTVMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonFireDTVMapping.Name = "buttonFireDTVMapping";
      this.buttonFireDTVMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonFireDTVMapping.TabIndex = 1;
      this.buttonFireDTVMapping.Text = "Mapping";
      this.buttonFireDTVMapping.UseVisualStyleBackColor = true;
      this.buttonFireDTVMapping.Click += new System.EventHandler(this.buttonFireDTVMapping_Click);
      // 
      // checkBoxFireDTVEnabled
      // 
      this.checkBoxFireDTVEnabled.AutoSize = true;
      this.checkBoxFireDTVEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxFireDTVEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxFireDTVEnabled.Name = "checkBoxFireDTVEnabled";
      this.checkBoxFireDTVEnabled.Size = new System.Drawing.Size(126, 17);
      this.checkBoxFireDTVEnabled.TabIndex = 0;
      this.checkBoxFireDTVEnabled.Text = "Use FireDTV receiver";
      this.checkBoxFireDTVEnabled.UseVisualStyleBackColor = true;
      this.checkBoxFireDTVEnabled.CheckedChanged += new System.EventHandler(this.checkBoxFireDTVEnabled_CheckedChanged);
      // 
      // pictureBox3
      // 
      this.pictureBox3.Image = global::MediaPortal.Configuration.Properties.Resources.remote_FireDtv;
      this.pictureBox3.Location = new System.Drawing.Point(12, 149);
      this.pictureBox3.Name = "pictureBox3";
      this.pictureBox3.Size = new System.Drawing.Size(122, 222);
      this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.pictureBox3.TabIndex = 4;
      this.pictureBox3.TabStop = false;
      // 
      // tabPageX10
      // 
      this.tabPageX10.Controls.Add(this.groupBoxX10Status);
      this.tabPageX10.Controls.Add(this.groupBoxX10General);
      this.tabPageX10.Controls.Add(this.groupBoxX10Settings);
      this.tabPageX10.Location = new System.Drawing.Point(4, 22);
      this.tabPageX10.Name = "tabPageX10";
      this.tabPageX10.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageX10.Size = new System.Drawing.Size(472, 422);
      this.tabPageX10.TabIndex = 3;
      this.tabPageX10.Text = "X10";
      this.tabPageX10.UseVisualStyleBackColor = true;
      // 
      // groupBoxX10Status
      // 
      this.groupBoxX10Status.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxX10Status.Controls.Add(this.labelX10DriverInfo);
      this.groupBoxX10Status.Controls.Add(this.linkLabelDownloadX10);
      this.groupBoxX10Status.Controls.Add(this.labelX10Status);
      this.groupBoxX10Status.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxX10Status.Location = new System.Drawing.Point(12, 230);
      this.groupBoxX10Status.Name = "groupBoxX10Status";
      this.groupBoxX10Status.Size = new System.Drawing.Size(448, 123);
      this.groupBoxX10Status.TabIndex = 2;
      this.groupBoxX10Status.TabStop = false;
      this.groupBoxX10Status.Text = "Status";
      // 
      // labelX10DriverInfo
      // 
      this.labelX10DriverInfo.AutoSize = true;
      this.labelX10DriverInfo.Location = new System.Drawing.Point(13, 24);
      this.labelX10DriverInfo.Name = "labelX10DriverInfo";
      this.labelX10DriverInfo.Size = new System.Drawing.Size(392, 13);
      this.labelX10DriverInfo.TabIndex = 0;
      this.labelX10DriverInfo.Text = "You have to use the driver below, or your remote might not work with MediaPortal." +
    "";
      // 
      // linkLabelDownloadX10
      // 
      this.linkLabelDownloadX10.AutoSize = true;
      this.linkLabelDownloadX10.Location = new System.Drawing.Point(16, 64);
      this.linkLabelDownloadX10.Name = "linkLabelDownloadX10";
      this.linkLabelDownloadX10.Size = new System.Drawing.Size(222, 13);
      this.linkLabelDownloadX10.TabIndex = 1;
      this.linkLabelDownloadX10.TabStop = true;
      this.linkLabelDownloadX10.Text = "Click here to download the X10 remote driver.";
      this.linkLabelDownloadX10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDownloadX10_LinkClicked);
      // 
      // labelX10Status
      // 
      this.labelX10Status.AutoSize = true;
      this.labelX10Status.Location = new System.Drawing.Point(16, 24);
      this.labelX10Status.Name = "labelX10Status";
      this.labelX10Status.Size = new System.Drawing.Size(35, 13);
      this.labelX10Status.TabIndex = 5;
      this.labelX10Status.Text = "label2";
      this.labelX10Status.Visible = false;
      // 
      // groupBoxX10General
      // 
      this.groupBoxX10General.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxX10General.Controls.Add(this.buttonX10LearnMapping);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Firefly);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Other);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Ati);
      this.groupBoxX10General.Controls.Add(this.radioButtonX10Medion);
      this.groupBoxX10General.Controls.Add(this.checkBoxX10Enabled);
      this.groupBoxX10General.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxX10General.Location = new System.Drawing.Point(12, 8);
      this.groupBoxX10General.Name = "groupBoxX10General";
      this.groupBoxX10General.Size = new System.Drawing.Size(448, 128);
      this.groupBoxX10General.TabIndex = 0;
      this.groupBoxX10General.TabStop = false;
      // 
      // buttonX10LearnMapping
      // 
      this.buttonX10LearnMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonX10LearnMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonX10LearnMapping.Name = "buttonX10LearnMapping";
      this.buttonX10LearnMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonX10LearnMapping.TabIndex = 2;
      this.buttonX10LearnMapping.Text = "&Learn";
      this.buttonX10LearnMapping.UseVisualStyleBackColor = true;
      this.buttonX10LearnMapping.Click += new System.EventHandler(this.buttonX10LearnMapping_Click);
      // 
      // radioButtonX10Firefly
      // 
      this.radioButtonX10Firefly.AutoSize = true;
      this.radioButtonX10Firefly.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Firefly.Location = new System.Drawing.Point(32, 82);
      this.radioButtonX10Firefly.Name = "radioButtonX10Firefly";
      this.radioButtonX10Firefly.Size = new System.Drawing.Size(82, 17);
      this.radioButtonX10Firefly.TabIndex = 3;
      this.radioButtonX10Firefly.Text = "Firefly model";
      this.radioButtonX10Firefly.UseVisualStyleBackColor = true;
      // 
      // radioButtonX10Other
      // 
      this.radioButtonX10Other.AutoSize = true;
      this.radioButtonX10Other.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Other.Location = new System.Drawing.Point(32, 100);
      this.radioButtonX10Other.Name = "radioButtonX10Other";
      this.radioButtonX10Other.Size = new System.Drawing.Size(48, 17);
      this.radioButtonX10Other.TabIndex = 4;
      this.radioButtonX10Other.Text = "other";
      this.radioButtonX10Other.UseVisualStyleBackColor = true;
      // 
      // radioButtonX10Ati
      // 
      this.radioButtonX10Ati.AutoSize = true;
      this.radioButtonX10Ati.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Ati.Location = new System.Drawing.Point(32, 64);
      this.radioButtonX10Ati.Name = "radioButtonX10Ati";
      this.radioButtonX10Ati.Size = new System.Drawing.Size(72, 17);
      this.radioButtonX10Ati.TabIndex = 2;
      this.radioButtonX10Ati.Text = "ATI model";
      this.radioButtonX10Ati.UseVisualStyleBackColor = true;
      // 
      // radioButtonX10Medion
      // 
      this.radioButtonX10Medion.AutoSize = true;
      this.radioButtonX10Medion.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.radioButtonX10Medion.Location = new System.Drawing.Point(32, 46);
      this.radioButtonX10Medion.Name = "radioButtonX10Medion";
      this.radioButtonX10Medion.Size = new System.Drawing.Size(90, 17);
      this.radioButtonX10Medion.TabIndex = 1;
      this.radioButtonX10Medion.Text = "Medion model";
      this.radioButtonX10Medion.UseVisualStyleBackColor = true;
      // 
      // checkBoxX10Enabled
      // 
      this.checkBoxX10Enabled.AutoSize = true;
      this.checkBoxX10Enabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxX10Enabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxX10Enabled.Name = "checkBoxX10Enabled";
      this.checkBoxX10Enabled.Size = new System.Drawing.Size(100, 17);
      this.checkBoxX10Enabled.TabIndex = 0;
      this.checkBoxX10Enabled.Text = "Use X10 remote";
      this.checkBoxX10Enabled.UseVisualStyleBackColor = true;
      this.checkBoxX10Enabled.CheckedChanged += new System.EventHandler(this.checkBoxX10Enabled_CheckedChanged);
      // 
      // groupBoxX10Settings
      // 
      this.groupBoxX10Settings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxX10Settings.Controls.Add(this.LabelChannelNumber);
      this.groupBoxX10Settings.Controls.Add(this.TextBoxChannelNumber);
      this.groupBoxX10Settings.Controls.Add(this.checkBoxX10ChannelControl);
      this.groupBoxX10Settings.Controls.Add(this.checkBoxX10ExtendedLogging);
      this.groupBoxX10Settings.Controls.Add(this.buttonX10Defaults);
      this.groupBoxX10Settings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxX10Settings.Location = new System.Drawing.Point(12, 144);
      this.groupBoxX10Settings.Name = "groupBoxX10Settings";
      this.groupBoxX10Settings.Size = new System.Drawing.Size(448, 80);
      this.groupBoxX10Settings.TabIndex = 1;
      this.groupBoxX10Settings.TabStop = false;
      this.groupBoxX10Settings.Text = "Settings";
      // 
      // LabelChannelNumber
      // 
      this.LabelChannelNumber.AutoSize = true;
      this.LabelChannelNumber.Location = new System.Drawing.Point(259, 52);
      this.LabelChannelNumber.Name = "LabelChannelNumber";
      this.LabelChannelNumber.Size = new System.Drawing.Size(87, 13);
      this.LabelChannelNumber.TabIndex = 5;
      this.LabelChannelNumber.Text = "Channel number:";
      // 
      // TextBoxChannelNumber
      // 
      this.TextBoxChannelNumber.BorderColor = System.Drawing.Color.Empty;
      this.TextBoxChannelNumber.Location = new System.Drawing.Point(351, 48);
      this.TextBoxChannelNumber.Name = "TextBoxChannelNumber";
      this.TextBoxChannelNumber.Size = new System.Drawing.Size(72, 20);
      this.TextBoxChannelNumber.TabIndex = 4;
      // 
      // checkBoxX10ChannelControl
      // 
      this.checkBoxX10ChannelControl.AutoSize = true;
      this.checkBoxX10ChannelControl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxX10ChannelControl.Location = new System.Drawing.Point(16, 48);
      this.checkBoxX10ChannelControl.Name = "checkBoxX10ChannelControl";
      this.checkBoxX10ChannelControl.Size = new System.Drawing.Size(136, 17);
      this.checkBoxX10ChannelControl.TabIndex = 1;
      this.checkBoxX10ChannelControl.Text = "Use RF channel control";
      this.checkBoxX10ChannelControl.UseVisualStyleBackColor = true;
      this.checkBoxX10ChannelControl.CheckedChanged += new System.EventHandler(this.checkBoxX10ChannelControl_CheckedChanged);
      // 
      // checkBoxX10ExtendedLogging
      // 
      this.checkBoxX10ExtendedLogging.AutoSize = true;
      this.checkBoxX10ExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxX10ExtendedLogging.Location = new System.Drawing.Point(16, 25);
      this.checkBoxX10ExtendedLogging.Name = "checkBoxX10ExtendedLogging";
      this.checkBoxX10ExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxX10ExtendedLogging.TabIndex = 0;
      this.checkBoxX10ExtendedLogging.Text = "Extended logging";
      this.checkBoxX10ExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // buttonX10Defaults
      // 
      this.buttonX10Defaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonX10Defaults.Location = new System.Drawing.Point(359, 22);
      this.buttonX10Defaults.Name = "buttonX10Defaults";
      this.buttonX10Defaults.Size = new System.Drawing.Size(72, 22);
      this.buttonX10Defaults.TabIndex = 3;
      this.buttonX10Defaults.Text = "&Defaults";
      this.buttonX10Defaults.UseVisualStyleBackColor = true;
      this.buttonX10Defaults.Click += new System.EventHandler(this.buttonX10Defaults_Click);
      // 
      // tabPageHcw
      // 
      this.tabPageHcw.Controls.Add(this.groupBoxHcwRepeatDelay);
      this.tabPageHcw.Controls.Add(this.groupBoxHcwGeneral);
      this.tabPageHcw.Controls.Add(this.groupBoxHcwStatus);
      this.tabPageHcw.Controls.Add(this.groupBoxHcwSettings);
      this.tabPageHcw.Location = new System.Drawing.Point(4, 22);
      this.tabPageHcw.Name = "tabPageHcw";
      this.tabPageHcw.Size = new System.Drawing.Size(472, 422);
      this.tabPageHcw.TabIndex = 1;
      this.tabPageHcw.Text = "Hauppauge";
      this.tabPageHcw.UseVisualStyleBackColor = true;
      // 
      // groupBoxHcwRepeatDelay
      // 
      this.groupBoxHcwRepeatDelay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwRepeatDelay.Controls.Add(this.hScrollBarHcwRepeatSpeed);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwFast);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwRepeatSpeed);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwSlow);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.hScrollBarHcwRepeatFilter);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwMax);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwRepeatFilter);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwMin);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.hScrollBarHcwButtonRelease);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcw1000msec);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcwButtonRelease);
      this.groupBoxHcwRepeatDelay.Controls.Add(this.labelHcw20msec);
      this.groupBoxHcwRepeatDelay.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwRepeatDelay.Location = new System.Drawing.Point(12, 160);
      this.groupBoxHcwRepeatDelay.Name = "groupBoxHcwRepeatDelay";
      this.groupBoxHcwRepeatDelay.Size = new System.Drawing.Size(448, 112);
      this.groupBoxHcwRepeatDelay.TabIndex = 2;
      this.groupBoxHcwRepeatDelay.TabStop = false;
      this.groupBoxHcwRepeatDelay.Text = "Repeat Delay";
      // 
      // hScrollBarHcwRepeatSpeed
      // 
      this.hScrollBarHcwRepeatSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarHcwRepeatSpeed.LargeChange = 1;
      this.hScrollBarHcwRepeatSpeed.Location = new System.Drawing.Point(152, 80);
      this.hScrollBarHcwRepeatSpeed.Maximum = 2;
      this.hScrollBarHcwRepeatSpeed.Name = "hScrollBarHcwRepeatSpeed";
      this.hScrollBarHcwRepeatSpeed.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
      this.hScrollBarHcwRepeatSpeed.Size = new System.Drawing.Size(221, 17);
      this.hScrollBarHcwRepeatSpeed.TabIndex = 10;
      this.hScrollBarHcwRepeatSpeed.Value = 1;
      this.hScrollBarHcwRepeatSpeed.ValueChanged += new System.EventHandler(this.hScrollBarHcwRepeatSpeed_ValueChanged);
      // 
      // labelHcwFast
      // 
      this.labelHcwFast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcwFast.AutoSize = true;
      this.labelHcwFast.Location = new System.Drawing.Point(376, 82);
      this.labelHcwFast.Name = "labelHcwFast";
      this.labelHcwFast.Size = new System.Drawing.Size(24, 13);
      this.labelHcwFast.TabIndex = 11;
      this.labelHcwFast.Text = "fast";
      // 
      // labelHcwRepeatSpeed
      // 
      this.labelHcwRepeatSpeed.AutoSize = true;
      this.labelHcwRepeatSpeed.Location = new System.Drawing.Point(12, 82);
      this.labelHcwRepeatSpeed.Name = "labelHcwRepeatSpeed";
      this.labelHcwRepeatSpeed.Size = new System.Drawing.Size(77, 13);
      this.labelHcwRepeatSpeed.TabIndex = 8;
      this.labelHcwRepeatSpeed.Text = "Repeat speed:";
      // 
      // labelHcwSlow
      // 
      this.labelHcwSlow.AutoSize = true;
      this.labelHcwSlow.Location = new System.Drawing.Point(123, 82);
      this.labelHcwSlow.Name = "labelHcwSlow";
      this.labelHcwSlow.Size = new System.Drawing.Size(28, 13);
      this.labelHcwSlow.TabIndex = 9;
      this.labelHcwSlow.Text = "slow";
      this.labelHcwSlow.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // hScrollBarHcwRepeatFilter
      // 
      this.hScrollBarHcwRepeatFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarHcwRepeatFilter.LargeChange = 2;
      this.hScrollBarHcwRepeatFilter.Location = new System.Drawing.Point(152, 52);
      this.hScrollBarHcwRepeatFilter.Maximum = 11;
      this.hScrollBarHcwRepeatFilter.Minimum = 2;
      this.hScrollBarHcwRepeatFilter.Name = "hScrollBarHcwRepeatFilter";
      this.hScrollBarHcwRepeatFilter.Size = new System.Drawing.Size(221, 17);
      this.hScrollBarHcwRepeatFilter.TabIndex = 6;
      this.hScrollBarHcwRepeatFilter.Value = 2;
      this.hScrollBarHcwRepeatFilter.ValueChanged += new System.EventHandler(this.hScrollBarHcwRepeatFilter_ValueChanged);
      // 
      // labelHcwMax
      // 
      this.labelHcwMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcwMax.AutoSize = true;
      this.labelHcwMax.Location = new System.Drawing.Point(376, 54);
      this.labelHcwMax.Name = "labelHcwMax";
      this.labelHcwMax.Size = new System.Drawing.Size(29, 13);
      this.labelHcwMax.TabIndex = 7;
      this.labelHcwMax.Text = "max.";
      // 
      // labelHcwRepeatFilter
      // 
      this.labelHcwRepeatFilter.AutoSize = true;
      this.labelHcwRepeatFilter.Location = new System.Drawing.Point(12, 54);
      this.labelHcwRepeatFilter.Name = "labelHcwRepeatFilter";
      this.labelHcwRepeatFilter.Size = new System.Drawing.Size(67, 13);
      this.labelHcwRepeatFilter.TabIndex = 4;
      this.labelHcwRepeatFilter.Text = "Repeat filter:";
      // 
      // labelHcwMin
      // 
      this.labelHcwMin.AutoSize = true;
      this.labelHcwMin.Location = new System.Drawing.Point(128, 54);
      this.labelHcwMin.Name = "labelHcwMin";
      this.labelHcwMin.Size = new System.Drawing.Size(26, 13);
      this.labelHcwMin.TabIndex = 5;
      this.labelHcwMin.Text = "min.";
      this.labelHcwMin.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // hScrollBarHcwButtonRelease
      // 
      this.hScrollBarHcwButtonRelease.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.hScrollBarHcwButtonRelease.Location = new System.Drawing.Point(152, 25);
      this.hScrollBarHcwButtonRelease.Maximum = 1009;
      this.hScrollBarHcwButtonRelease.Minimum = 20;
      this.hScrollBarHcwButtonRelease.Name = "hScrollBarHcwButtonRelease";
      this.hScrollBarHcwButtonRelease.Size = new System.Drawing.Size(221, 17);
      this.hScrollBarHcwButtonRelease.TabIndex = 2;
      this.hScrollBarHcwButtonRelease.Value = 500;
      this.hScrollBarHcwButtonRelease.ValueChanged += new System.EventHandler(this.hScrollBarHcwButtonRelease_ValueChanged);
      // 
      // labelHcw1000msec
      // 
      this.labelHcw1000msec.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcw1000msec.AutoSize = true;
      this.labelHcw1000msec.Location = new System.Drawing.Point(376, 27);
      this.labelHcw1000msec.Name = "labelHcw1000msec";
      this.labelHcw1000msec.Size = new System.Drawing.Size(62, 13);
      this.labelHcw1000msec.TabIndex = 3;
      this.labelHcw1000msec.Text = "1000 msec.";
      // 
      // labelHcwButtonRelease
      // 
      this.labelHcwButtonRelease.AutoSize = true;
      this.labelHcwButtonRelease.Location = new System.Drawing.Point(12, 27);
      this.labelHcwButtonRelease.Name = "labelHcwButtonRelease";
      this.labelHcwButtonRelease.Size = new System.Drawing.Size(78, 13);
      this.labelHcwButtonRelease.TabIndex = 0;
      this.labelHcwButtonRelease.Text = "Button release:";
      // 
      // labelHcw20msec
      // 
      this.labelHcw20msec.AutoSize = true;
      this.labelHcw20msec.Location = new System.Drawing.Point(103, 27);
      this.labelHcw20msec.Name = "labelHcw20msec";
      this.labelHcw20msec.Size = new System.Drawing.Size(50, 13);
      this.labelHcw20msec.TabIndex = 1;
      this.labelHcw20msec.Text = "20 msec.";
      this.labelHcw20msec.TextAlign = System.Drawing.ContentAlignment.TopRight;
      // 
      // groupBoxHcwGeneral
      // 
      this.groupBoxHcwGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwGeneral.Controls.Add(this.HCWLearn);
      this.groupBoxHcwGeneral.Controls.Add(this.buttonHcwDefaults);
      this.groupBoxHcwGeneral.Controls.Add(this.checkBoxHcwEnabled);
      this.groupBoxHcwGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxHcwGeneral.Name = "groupBoxHcwGeneral";
      this.groupBoxHcwGeneral.Size = new System.Drawing.Size(448, 56);
      this.groupBoxHcwGeneral.TabIndex = 0;
      this.groupBoxHcwGeneral.TabStop = false;
      // 
      // HCWLearn
      // 
      this.HCWLearn.Location = new System.Drawing.Point(351, 21);
      this.HCWLearn.Name = "HCWLearn";
      this.HCWLearn.Size = new System.Drawing.Size(72, 22);
      this.HCWLearn.TabIndex = 2;
      this.HCWLearn.Text = "Learn";
      this.HCWLearn.UseVisualStyleBackColor = true;
      this.HCWLearn.Click += new System.EventHandler(this.HCWLearn_Click);
      // 
      // buttonHcwDefaults
      // 
      this.buttonHcwDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonHcwDefaults.Location = new System.Drawing.Point(281, 21);
      this.buttonHcwDefaults.Name = "buttonHcwDefaults";
      this.buttonHcwDefaults.Size = new System.Drawing.Size(72, 22);
      this.buttonHcwDefaults.TabIndex = 1;
      this.buttonHcwDefaults.Text = "&Defaults";
      this.buttonHcwDefaults.UseVisualStyleBackColor = true;
      this.buttonHcwDefaults.Click += new System.EventHandler(this.buttonHcwDefaults_Click);
      // 
      // checkBoxHcwEnabled
      // 
      this.checkBoxHcwEnabled.AutoSize = true;
      this.checkBoxHcwEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxHcwEnabled.Name = "checkBoxHcwEnabled";
      this.checkBoxHcwEnabled.Size = new System.Drawing.Size(137, 17);
      this.checkBoxHcwEnabled.TabIndex = 0;
      this.checkBoxHcwEnabled.Text = "Use Hauppauge remote";
      this.checkBoxHcwEnabled.UseVisualStyleBackColor = true;
      this.checkBoxHcwEnabled.CheckedChanged += new System.EventHandler(this.checkBoxHcwEnabled_CheckedChanged);
      // 
      // groupBoxHcwStatus
      // 
      this.groupBoxHcwStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwStatus.Controls.Add(this.linkLabelHcwDownload);
      this.groupBoxHcwStatus.Controls.Add(this.labelHcwDriverStatus);
      this.groupBoxHcwStatus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwStatus.Location = new System.Drawing.Point(12, 280);
      this.groupBoxHcwStatus.Name = "groupBoxHcwStatus";
      this.groupBoxHcwStatus.Size = new System.Drawing.Size(448, 80);
      this.groupBoxHcwStatus.TabIndex = 3;
      this.groupBoxHcwStatus.TabStop = false;
      this.groupBoxHcwStatus.Text = "Status";
      // 
      // linkLabelHcwDownload
      // 
      this.linkLabelHcwDownload.AutoSize = true;
      this.linkLabelHcwDownload.Location = new System.Drawing.Point(12, 54);
      this.linkLabelHcwDownload.Name = "linkLabelHcwDownload";
      this.linkLabelHcwDownload.Size = new System.Drawing.Size(275, 13);
      this.linkLabelHcwDownload.TabIndex = 2;
      this.linkLabelHcwDownload.TabStop = true;
      this.linkLabelHcwDownload.Text = "Click here for the latest \"IR.exe\" driver (inside WinTV cd)";
      this.linkLabelHcwDownload.Visible = false;
      this.linkLabelHcwDownload.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelHcwDownload_LinkClicked);
      // 
      // labelHcwDriverStatus
      // 
      this.labelHcwDriverStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.labelHcwDriverStatus.ForeColor = System.Drawing.SystemColors.ControlText;
      this.labelHcwDriverStatus.Location = new System.Drawing.Point(12, 24);
      this.labelHcwDriverStatus.Name = "labelHcwDriverStatus";
      this.labelHcwDriverStatus.Size = new System.Drawing.Size(422, 48);
      this.labelHcwDriverStatus.TabIndex = 0;
      this.labelHcwDriverStatus.Text = "No problems found.";
      // 
      // groupBoxHcwSettings
      // 
      this.groupBoxHcwSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwFilterDoubleKlicks);
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwAllowExternal);
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwKeepControl);
      this.groupBoxHcwSettings.Controls.Add(this.checkBoxHcwExtendedLogging);
      this.groupBoxHcwSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxHcwSettings.Location = new System.Drawing.Point(12, 72);
      this.groupBoxHcwSettings.Name = "groupBoxHcwSettings";
      this.groupBoxHcwSettings.Size = new System.Drawing.Size(448, 80);
      this.groupBoxHcwSettings.TabIndex = 1;
      this.groupBoxHcwSettings.TabStop = false;
      this.groupBoxHcwSettings.Text = "Settings";
      // 
      // checkBoxHcwFilterDoubleKlicks
      // 
      this.checkBoxHcwFilterDoubleKlicks.AutoSize = true;
      this.checkBoxHcwFilterDoubleKlicks.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwFilterDoubleKlicks.Location = new System.Drawing.Point(288, 24);
      this.checkBoxHcwFilterDoubleKlicks.Name = "checkBoxHcwFilterDoubleKlicks";
      this.checkBoxHcwFilterDoubleKlicks.Size = new System.Drawing.Size(108, 17);
      this.checkBoxHcwFilterDoubleKlicks.TabIndex = 1;
      this.checkBoxHcwFilterDoubleKlicks.Text = "Filter doubleclicks";
      this.checkBoxHcwFilterDoubleKlicks.UseVisualStyleBackColor = true;
      // 
      // checkBoxHcwAllowExternal
      // 
      this.checkBoxHcwAllowExternal.AutoSize = true;
      this.checkBoxHcwAllowExternal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwAllowExternal.Location = new System.Drawing.Point(16, 24);
      this.checkBoxHcwAllowExternal.Name = "checkBoxHcwAllowExternal";
      this.checkBoxHcwAllowExternal.Size = new System.Drawing.Size(243, 17);
      this.checkBoxHcwAllowExternal.TabIndex = 0;
      this.checkBoxHcwAllowExternal.Text = "External processes may use the remote control";
      this.checkBoxHcwAllowExternal.UseVisualStyleBackColor = true;
      this.checkBoxHcwAllowExternal.CheckedChanged += new System.EventHandler(this.checkBoxHcwAllowExternal_CheckedChanged);
      // 
      // checkBoxHcwKeepControl
      // 
      this.checkBoxHcwKeepControl.AutoSize = true;
      this.checkBoxHcwKeepControl.Enabled = false;
      this.checkBoxHcwKeepControl.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwKeepControl.Location = new System.Drawing.Point(15, 48);
      this.checkBoxHcwKeepControl.Name = "checkBoxHcwKeepControl";
      this.checkBoxHcwKeepControl.Size = new System.Drawing.Size(194, 17);
      this.checkBoxHcwKeepControl.TabIndex = 2;
      this.checkBoxHcwKeepControl.Text = "Keep control when MP looses focus";
      this.checkBoxHcwKeepControl.UseVisualStyleBackColor = true;
      // 
      // checkBoxHcwExtendedLogging
      // 
      this.checkBoxHcwExtendedLogging.AutoSize = true;
      this.checkBoxHcwExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxHcwExtendedLogging.Location = new System.Drawing.Point(288, 48);
      this.checkBoxHcwExtendedLogging.Name = "checkBoxHcwExtendedLogging";
      this.checkBoxHcwExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxHcwExtendedLogging.TabIndex = 3;
      this.checkBoxHcwExtendedLogging.Text = "Extended logging";
      this.checkBoxHcwExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // tabPageIrTrans
      // 
      this.tabPageIrTrans.Controls.Add(this.groupBoxIrTransStatus);
      this.tabPageIrTrans.Controls.Add(this.groupBoxIrTransServerSettings);
      this.tabPageIrTrans.Controls.Add(this.groupBoxIrTransGeneral);
      this.tabPageIrTrans.Location = new System.Drawing.Point(4, 22);
      this.tabPageIrTrans.Name = "tabPageIrTrans";
      this.tabPageIrTrans.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageIrTrans.Size = new System.Drawing.Size(472, 422);
      this.tabPageIrTrans.TabIndex = 5;
      this.tabPageIrTrans.Text = "IRTrans";
      this.tabPageIrTrans.UseVisualStyleBackColor = true;
      // 
      // groupBoxIrTransStatus
      // 
      this.groupBoxIrTransStatus.Controls.Add(this.IRTransLink);
      this.groupBoxIrTransStatus.Controls.Add(this.mpLabel1);
      this.groupBoxIrTransStatus.Controls.Add(this.labelIrTransStatus);
      this.groupBoxIrTransStatus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxIrTransStatus.Location = new System.Drawing.Point(12, 271);
      this.groupBoxIrTransStatus.Name = "groupBoxIrTransStatus";
      this.groupBoxIrTransStatus.Size = new System.Drawing.Size(440, 89);
      this.groupBoxIrTransStatus.TabIndex = 5;
      this.groupBoxIrTransStatus.TabStop = false;
      this.groupBoxIrTransStatus.Text = "Status";
      // 
      // IRTransLink
      // 
      this.IRTransLink.AutoSize = true;
      this.IRTransLink.Location = new System.Drawing.Point(16, 53);
      this.IRTransLink.Name = "IRTransLink";
      this.IRTransLink.Size = new System.Drawing.Size(100, 13);
      this.IRTransLink.TabIndex = 10;
      this.IRTransLink.TabStop = true;
      this.IRTransLink.Text = "IRTrans Information";
      this.IRTransLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.IRTransLink_LinkClicked);
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(16, 24);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(343, 13);
      this.mpLabel1.TabIndex = 9;
      this.mpLabel1.Text = "If you experience duplicate key presses, please see the following article";
      // 
      // labelIrTransStatus
      // 
      this.labelIrTransStatus.Location = new System.Drawing.Point(16, 20);
      this.labelIrTransStatus.Name = "labelIrTransStatus";
      this.labelIrTransStatus.Size = new System.Drawing.Size(408, 20);
      this.labelIrTransStatus.TabIndex = 8;
      this.labelIrTransStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // groupBoxIrTransServerSettings
      // 
      this.groupBoxIrTransServerSettings.Controls.Add(this.buttonIrTransTest);
      this.groupBoxIrTransServerSettings.Controls.Add(this.labelIrTransNoteModel);
      this.groupBoxIrTransServerSettings.Controls.Add(this.textBoxRemoteModel);
      this.groupBoxIrTransServerSettings.Controls.Add(this.labelIrTransRemoteModel);
      this.groupBoxIrTransServerSettings.Controls.Add(this.textBoxIrTransServerPort);
      this.groupBoxIrTransServerSettings.Controls.Add(this.labelIrTransServerPort);
      this.groupBoxIrTransServerSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxIrTransServerSettings.Location = new System.Drawing.Point(12, 136);
      this.groupBoxIrTransServerSettings.Name = "groupBoxIrTransServerSettings";
      this.groupBoxIrTransServerSettings.Size = new System.Drawing.Size(440, 129);
      this.groupBoxIrTransServerSettings.TabIndex = 4;
      this.groupBoxIrTransServerSettings.TabStop = false;
      this.groupBoxIrTransServerSettings.Text = "Server Settings";
      // 
      // buttonIrTransTest
      // 
      this.buttonIrTransTest.Location = new System.Drawing.Point(352, 20);
      this.buttonIrTransTest.Name = "buttonIrTransTest";
      this.buttonIrTransTest.Size = new System.Drawing.Size(72, 22);
      this.buttonIrTransTest.TabIndex = 10;
      this.buttonIrTransTest.Text = "Test";
      this.buttonIrTransTest.UseVisualStyleBackColor = true;
      this.buttonIrTransTest.Click += new System.EventHandler(this.buttonIrTransTest_Click);
      // 
      // labelIrTransNoteModel
      // 
      this.labelIrTransNoteModel.Location = new System.Drawing.Point(136, 76);
      this.labelIrTransNoteModel.Name = "labelIrTransNoteModel";
      this.labelIrTransNoteModel.Size = new System.Drawing.Size(292, 44);
      this.labelIrTransNoteModel.TabIndex = 8;
      this.labelIrTransNoteModel.Text = "This must be exactly the name of the remote as found in the *.rem file of IRTrans" +
    ", for example \"mediacenter\", when using the MCE remote.";
      // 
      // textBoxRemoteModel
      // 
      this.textBoxRemoteModel.BorderColor = System.Drawing.Color.Empty;
      this.textBoxRemoteModel.Location = new System.Drawing.Point(138, 52);
      this.textBoxRemoteModel.MaxLength = 128;
      this.textBoxRemoteModel.Name = "textBoxRemoteModel";
      this.textBoxRemoteModel.Size = new System.Drawing.Size(128, 20);
      this.textBoxRemoteModel.TabIndex = 3;
      // 
      // labelIrTransRemoteModel
      // 
      this.labelIrTransRemoteModel.AutoSize = true;
      this.labelIrTransRemoteModel.Location = new System.Drawing.Point(16, 56);
      this.labelIrTransRemoteModel.Name = "labelIrTransRemoteModel";
      this.labelIrTransRemoteModel.Size = new System.Drawing.Size(79, 13);
      this.labelIrTransRemoteModel.TabIndex = 2;
      this.labelIrTransRemoteModel.Text = "Remote Model:";
      // 
      // textBoxIrTransServerPort
      // 
      this.textBoxIrTransServerPort.Location = new System.Drawing.Point(138, 25);
      this.textBoxIrTransServerPort.MaxLength = 5;
      this.textBoxIrTransServerPort.Name = "textBoxIrTransServerPort";
      this.textBoxIrTransServerPort.Size = new System.Drawing.Size(58, 20);
      this.textBoxIrTransServerPort.TabIndex = 1;
      this.textBoxIrTransServerPort.Text = "21000";
      this.textBoxIrTransServerPort.Value = 21000;
      // 
      // labelIrTransServerPort
      // 
      this.labelIrTransServerPort.AutoSize = true;
      this.labelIrTransServerPort.Location = new System.Drawing.Point(16, 28);
      this.labelIrTransServerPort.Name = "labelIrTransServerPort";
      this.labelIrTransServerPort.Size = new System.Drawing.Size(104, 13);
      this.labelIrTransServerPort.TabIndex = 0;
      this.labelIrTransServerPort.Text = "IRTrans Server Port:";
      // 
      // groupBoxIrTransGeneral
      // 
      this.groupBoxIrTransGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxIrTransGeneral.Controls.Add(this.checkBoxIrTransExtendedLogging);
      this.groupBoxIrTransGeneral.Controls.Add(this.checkBoxIrTransEnabled);
      this.groupBoxIrTransGeneral.Controls.Add(this.buttonIrTransMapping);
      this.groupBoxIrTransGeneral.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxIrTransGeneral.Location = new System.Drawing.Point(12, 8);
      this.groupBoxIrTransGeneral.Name = "groupBoxIrTransGeneral";
      this.groupBoxIrTransGeneral.Size = new System.Drawing.Size(448, 72);
      this.groupBoxIrTransGeneral.TabIndex = 3;
      this.groupBoxIrTransGeneral.TabStop = false;
      // 
      // checkBoxIrTransExtendedLogging
      // 
      this.checkBoxIrTransExtendedLogging.AutoSize = true;
      this.checkBoxIrTransExtendedLogging.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxIrTransExtendedLogging.Location = new System.Drawing.Point(16, 47);
      this.checkBoxIrTransExtendedLogging.Name = "checkBoxIrTransExtendedLogging";
      this.checkBoxIrTransExtendedLogging.Size = new System.Drawing.Size(106, 17);
      this.checkBoxIrTransExtendedLogging.TabIndex = 7;
      this.checkBoxIrTransExtendedLogging.Text = "Extended logging";
      this.checkBoxIrTransExtendedLogging.UseVisualStyleBackColor = true;
      // 
      // checkBoxIrTransEnabled
      // 
      this.checkBoxIrTransEnabled.AutoSize = true;
      this.checkBoxIrTransEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxIrTransEnabled.Location = new System.Drawing.Point(16, 24);
      this.checkBoxIrTransEnabled.Name = "checkBoxIrTransEnabled";
      this.checkBoxIrTransEnabled.Size = new System.Drawing.Size(125, 17);
      this.checkBoxIrTransEnabled.TabIndex = 0;
      this.checkBoxIrTransEnabled.Text = "Use IRTrans receiver";
      this.checkBoxIrTransEnabled.UseVisualStyleBackColor = true;
      this.checkBoxIrTransEnabled.CheckedChanged += new System.EventHandler(this.checkBoxIrTransEnabled_CheckedChanged);
      // 
      // buttonIrTransMapping
      // 
      this.buttonIrTransMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.buttonIrTransMapping.Location = new System.Drawing.Point(359, 21);
      this.buttonIrTransMapping.Name = "buttonIrTransMapping";
      this.buttonIrTransMapping.Size = new System.Drawing.Size(72, 22);
      this.buttonIrTransMapping.TabIndex = 1;
      this.buttonIrTransMapping.Text = "Mapping";
      this.buttonIrTransMapping.UseVisualStyleBackColor = true;
      this.buttonIrTransMapping.Click += new System.EventHandler(this.buttonIrTransMapping_Click);
      // 
      // mpCheckBox1
      // 
      this.mpCheckBox1.AutoSize = true;
      this.mpCheckBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBox1.Location = new System.Drawing.Point(16, 47);
      this.mpCheckBox1.Name = "mpCheckBox1";
      this.mpCheckBox1.Size = new System.Drawing.Size(106, 17);
      this.mpCheckBox1.TabIndex = 4;
      this.mpCheckBox1.Text = "Extended logging";
      this.mpCheckBox1.UseVisualStyleBackColor = true;
      // 
      // mpCheckBox2
      // 
      this.mpCheckBox2.AutoSize = true;
      this.mpCheckBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpCheckBox2.Location = new System.Drawing.Point(16, 24);
      this.mpCheckBox2.Name = "mpCheckBox2";
      this.mpCheckBox2.Size = new System.Drawing.Size(209, 17);
      this.mpCheckBox2.TabIndex = 0;
      this.mpCheckBox2.Text = "Use Microsoft MCE remote or keyboard";
      this.mpCheckBox2.UseVisualStyleBackColor = true;
      // 
      // mpButton1
      // 
      this.mpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.mpButton1.Location = new System.Drawing.Point(351, 21);
      this.mpButton1.Name = "mpButton1";
      this.mpButton1.Size = new System.Drawing.Size(72, 22);
      this.mpButton1.TabIndex = 1;
      this.mpButton1.Text = "Mapping";
      this.mpButton1.UseVisualStyleBackColor = true;
      // 
      // Remote
      // 
      this.Controls.Add(this.tabControlRemotes);
      this.Name = "Remote";
      this.Size = new System.Drawing.Size(480, 456);
      this.tabControlRemotes.ResumeLayout(false);
      this.tabPageHid.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
      this.groupBoxHidGeneral.ResumeLayout(false);
      this.groupBoxHidGeneral.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatSpeed)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.numericRepeatDelay)).EndInit();
      this.tabPageAppCommand.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
      this.mpGroupBox1.ResumeLayout(false);
      this.mpGroupBox1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
      this.tabPageCentarea.ResumeLayout(false);
      this.groupBoxCentareaOptions.ResumeLayout(false);
      this.groupBoxCentareaOptions.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCentarea)).EndInit();
      this.tabPageFireDtv.ResumeLayout(false);
      this.groupBox_x64.ResumeLayout(false);
      this.groupBox_x64.PerformLayout();
      this.groupBoxFireDTVRecieiverSettings.ResumeLayout(false);
      this.groupBoxFireDTVRecieiverSettings.PerformLayout();
      this.groupBoxFireDTVReceiverGeneral.ResumeLayout(false);
      this.groupBoxFireDTVReceiverGeneral.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
      this.tabPageX10.ResumeLayout(false);
      this.groupBoxX10Status.ResumeLayout(false);
      this.groupBoxX10Status.PerformLayout();
      this.groupBoxX10General.ResumeLayout(false);
      this.groupBoxX10General.PerformLayout();
      this.groupBoxX10Settings.ResumeLayout(false);
      this.groupBoxX10Settings.PerformLayout();
      this.tabPageHcw.ResumeLayout(false);
      this.groupBoxHcwRepeatDelay.ResumeLayout(false);
      this.groupBoxHcwRepeatDelay.PerformLayout();
      this.groupBoxHcwGeneral.ResumeLayout(false);
      this.groupBoxHcwGeneral.PerformLayout();
      this.groupBoxHcwStatus.ResumeLayout(false);
      this.groupBoxHcwStatus.PerformLayout();
      this.groupBoxHcwSettings.ResumeLayout(false);
      this.groupBoxHcwSettings.PerformLayout();
      this.tabPageIrTrans.ResumeLayout(false);
      this.groupBoxIrTransStatus.ResumeLayout(false);
      this.groupBoxIrTransStatus.PerformLayout();
      this.groupBoxIrTransServerSettings.ResumeLayout(false);
      this.groupBoxIrTransServerSettings.PerformLayout();
      this.groupBoxIrTransGeneral.ResumeLayout(false);
      this.groupBoxIrTransGeneral.PerformLayout();
      this.ResumeLayout(false);

    }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.labelMPEG2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.LinkLabel1 = new System.Windows.Forms.LinkLabel();
   this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.LinkLabel2 = new System.Windows.Forms.LinkLabel();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label4 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.LinkLabel3 = new System.Windows.Forms.LinkLabel();
   this.label5 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label6 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.LinkLabel4 = new System.Windows.Forms.LinkLabel();
   this.checkBox1 = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.button1 = new MediaPortal.UserInterface.Controls.MPButton();
   this.SuspendLayout();
   // 
   // labelMPEG2
   // 
   this.labelMPEG2.Location = new System.Drawing.Point(24, 24);
   this.labelMPEG2.Name = "labelMPEG2";
   this.labelMPEG2.Size = new System.Drawing.Size(512, 32);
   this.labelMPEG2.TabIndex = 0;
   this.labelMPEG2.Text = "No MPEG2 video/audio codecs are installed on your PC. To play MPEG2 files, DVD\'s " +
                          "or watch TV you\'ll need to install an MPEG2 codec. The MediaPortal team recommen" +
                          "ds WinDVD6 or PowerDVD6";
   // 
   // LinkLabel1
   // 
   this.LinkLabel1.Location = new System.Drawing.Point(112, 64);
   this.LinkLabel1.Name = "LinkLabel1";
   this.LinkLabel1.Size = new System.Drawing.Size(264, 16);
   this.LinkLabel1.TabIndex = 1;
   this.LinkLabel1.TabStop = true;
   this.LinkLabel1.Text = "http://www.intervideo.com/jsp/WinDVD_Profile.jsp";
   this.LinkLabel1.LinkClicked +=
     new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
   // 
   // label2
   // 
   this.label2.Location = new System.Drawing.Point(24, 64);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(72, 16);
   this.label2.TabIndex = 2;
   this.label2.Text = "WinDVD6:";
   // 
   // label3
   // 
   this.label3.Location = new System.Drawing.Point(24, 88);
   this.label3.Name = "label3";
   this.label3.Size = new System.Drawing.Size(64, 16);
   this.label3.TabIndex = 3;
   this.label3.Text = "PowerDVD6:";
   // 
   // LinkLabel2
   // 
   this.LinkLabel2.Location = new System.Drawing.Point(112, 88);
   this.LinkLabel2.Name = "LinkLabel2";
   this.LinkLabel2.Size = new System.Drawing.Size(464, 16);
   this.LinkLabel2.TabIndex = 4;
   this.LinkLabel2.TabStop = true;
   this.LinkLabel2.Text = "http://www.gocyberlink.com/english/products/product_main.jsp?ProdId=28";
   this.LinkLabel2.LinkClicked +=
     new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
   // 
   // label1
   // 
   this.label1.Location = new System.Drawing.Point(24, 128);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(488, 32);
   this.label1.TabIndex = 5;
   this.label1.Text = "FFDShow is not installed on your PC. We recommend to install FFDShow if you want " +
                      "to play xvid, divx, mpeg1 and many more media formats";
   // 
   // label4
   // 
   this.label4.Location = new System.Drawing.Point(24, 168);
   this.label4.Name = "label4";
   this.label4.Size = new System.Drawing.Size(64, 16);
   this.label4.TabIndex = 6;
   this.label4.Text = "FFDShow:";
   // 
   // LinkLabel3
   // 
   this.LinkLabel3.Location = new System.Drawing.Point(112, 168);
   this.LinkLabel3.Name = "LinkLabel3";
   this.LinkLabel3.Size = new System.Drawing.Size(384, 16);
   this.LinkLabel3.TabIndex = 7;
   this.LinkLabel3.TabStop = true;
   this.LinkLabel3.Text = "http://www.free-codecs.com/download/FFDShow.htm";
   this.LinkLabel3.LinkClicked +=
     new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
   // 
   // label5
   // 
   this.label5.Location = new System.Drawing.Point(24, 208);
   this.label5.Name = "label5";
   this.label5.Size = new System.Drawing.Size(488, 32);
   this.label5.TabIndex = 8;
   this.label5.Text = "The VOBSUB codec is not installed on your PC. We recommend to use vobsub if you w" +
                      "ant to have subtitles with your movies";
   // 
   // label6
   // 
   this.label6.Location = new System.Drawing.Point(24, 248);
   this.label6.Name = "label6";
   this.label6.Size = new System.Drawing.Size(48, 16);
   this.label6.TabIndex = 9;
   this.label6.Text = "VobSUB:";
   // 
   // LinkLabel4
   // 
   this.LinkLabel4.Location = new System.Drawing.Point(112, 248);
   this.LinkLabel4.Name = "LinkLabel4";
   this.LinkLabel4.Size = new System.Drawing.Size(416, 23);
   this.LinkLabel4.TabIndex = 10;
   this.LinkLabel4.TabStop = true;
   this.LinkLabel4.Text = "http://www.free-codecs.com/download/VobSub.htm";
   this.LinkLabel4.LinkClicked +=
     new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
   // 
   // checkBox1
   // 
   this.checkBox1.Location = new System.Drawing.Point(32, 280);
   this.checkBox1.Name = "checkBox1";
   this.checkBox1.Size = new System.Drawing.Size(240, 24);
   this.checkBox1.TabIndex = 0;
   this.checkBox1.Text = "Don\'t show this message again";
   // 
   // button1
   // 
   this.button1.Location = new System.Drawing.Point(512, 280);
   this.button1.Name = "button1";
   this.button1.Size = new System.Drawing.Size(48, 23);
   this.button1.TabIndex = 1;
   this.button1.Text = "OK";
   this.button1.Click += new System.EventHandler(this.button1_Click);
   // 
   // CodecsForm
   // 
   this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
   this.ClientSize = new System.Drawing.Size(608, 317);
   this.Controls.Add(this.button1);
   this.Controls.Add(this.checkBox1);
   this.Controls.Add(this.LinkLabel4);
   this.Controls.Add(this.label6);
   this.Controls.Add(this.label5);
   this.Controls.Add(this.LinkLabel3);
   this.Controls.Add(this.label4);
   this.Controls.Add(this.label1);
   this.Controls.Add(this.LinkLabel2);
   this.Controls.Add(this.label3);
   this.Controls.Add(this.label2);
   this.Controls.Add(this.LinkLabel1);
   this.Controls.Add(this.labelMPEG2);
   this.Name = "CodecsForm";
   this.Text = "Missing codecs";
   this.Load += new System.EventHandler(this.CodecsForm_Load);
   this.ResumeLayout(false);
 }
Example #15
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);
 }
Example #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.kenburnsTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.transitionTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.durationTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.repeatSlideshowCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.autoShuffleCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonKenBurns = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonRandom = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonXFade = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.groupBoxRotation = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxUsePicasa = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxUseExif = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBoxViewSettings = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxEnableVideo = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxGroupDays = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxPlayVideosInSlideshow = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.groupBox1.SuspendLayout();
   this.groupBox2.SuspendLayout();
   this.groupBoxRotation.SuspendLayout();
   this.groupBoxViewSettings.SuspendLayout();
   this.SuspendLayout();
   // 
   // groupBox1
   // 
   this.groupBox1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox1.Controls.Add(this.kenburnsTextBox);
   this.groupBox1.Controls.Add(this.label3);
   this.groupBox1.Controls.Add(this.transitionTextBox);
   this.groupBox1.Controls.Add(this.durationTextBox);
   this.groupBox1.Controls.Add(this.label2);
   this.groupBox1.Controls.Add(this.label1);
   this.groupBox1.Controls.Add(this.repeatSlideshowCheckBox);
   this.groupBox1.Controls.Add(this.autoShuffleCheckBox);
   this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox1.Location = new System.Drawing.Point(0, 97);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(472, 160);
   this.groupBox1.TabIndex = 1;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = "Slideshow Settings";
   // 
   // kenburnsTextBox
   // 
   this.kenburnsTextBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.kenburnsTextBox.BorderColor = System.Drawing.Color.Empty;
   this.kenburnsTextBox.Location = new System.Drawing.Point(168, 68);
   this.kenburnsTextBox.Name = "kenburnsTextBox";
   this.kenburnsTextBox.Size = new System.Drawing.Size(288, 20);
   this.kenburnsTextBox.TabIndex = 5;
   // 
   // label3
   // 
   this.label3.AutoSize = true;
   this.label3.Location = new System.Drawing.Point(16, 72);
   this.label3.Name = "label3";
   this.label3.Size = new System.Drawing.Size(91, 13);
   this.label3.TabIndex = 4;
   this.label3.Text = "Ken Burns speed:";
   // 
   // transitionTextBox
   // 
   this.transitionTextBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.transitionTextBox.BorderColor = System.Drawing.Color.Empty;
   this.transitionTextBox.Location = new System.Drawing.Point(168, 44);
   this.transitionTextBox.Name = "transitionTextBox";
   this.transitionTextBox.Size = new System.Drawing.Size(288, 20);
   this.transitionTextBox.TabIndex = 3;
   // 
   // durationTextBox
   // 
   this.durationTextBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.durationTextBox.BorderColor = System.Drawing.Color.Empty;
   this.durationTextBox.Location = new System.Drawing.Point(168, 20);
   this.durationTextBox.Name = "durationTextBox";
   this.durationTextBox.Size = new System.Drawing.Size(288, 20);
   this.durationTextBox.TabIndex = 1;
   // 
   // label2
   // 
   this.label2.AutoSize = true;
   this.label2.Location = new System.Drawing.Point(16, 48);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(96, 13);
   this.label2.TabIndex = 2;
   this.label2.Text = "Transition (frames):";
   // 
   // label1
   // 
   this.label1.AutoSize = true;
   this.label1.Location = new System.Drawing.Point(16, 24);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(124, 13);
   this.label1.TabIndex = 0;
   this.label1.Text = "Picture visible (seconds):";
   // 
   // repeatSlideshowCheckBox
   // 
   this.repeatSlideshowCheckBox.AutoSize = true;
   this.repeatSlideshowCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.repeatSlideshowCheckBox.Location = new System.Drawing.Point(16, 104);
   this.repeatSlideshowCheckBox.Name = "repeatSlideshowCheckBox";
   this.repeatSlideshowCheckBox.Size = new System.Drawing.Size(133, 17);
   this.repeatSlideshowCheckBox.TabIndex = 6;
   this.repeatSlideshowCheckBox.Text = "Repeat/loop slideshow";
   this.repeatSlideshowCheckBox.UseVisualStyleBackColor = true;
   // 
   // autoShuffleCheckBox
   // 
   this.autoShuffleCheckBox.AutoSize = true;
   this.autoShuffleCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.autoShuffleCheckBox.Location = new System.Drawing.Point(16, 128);
   this.autoShuffleCheckBox.Name = "autoShuffleCheckBox";
   this.autoShuffleCheckBox.Size = new System.Drawing.Size(129, 17);
   this.autoShuffleCheckBox.TabIndex = 7;
   this.autoShuffleCheckBox.Text = "Auto shuffle slideshow";
   this.autoShuffleCheckBox.UseVisualStyleBackColor = true;
   // 
   // groupBox2
   // 
   this.groupBox2.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox2.Controls.Add(this.radioButtonKenBurns);
   this.groupBox2.Controls.Add(this.radioButtonRandom);
   this.groupBox2.Controls.Add(this.radioButtonXFade);
   this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox2.Location = new System.Drawing.Point(0, 0);
   this.groupBox2.Name = "groupBox2";
   this.groupBox2.Size = new System.Drawing.Size(472, 91);
   this.groupBox2.TabIndex = 0;
   this.groupBox2.TabStop = false;
   this.groupBox2.Text = "Slideshow Transitions";
   // 
   // radioButtonKenBurns
   // 
   this.radioButtonKenBurns.AutoSize = true;
   this.radioButtonKenBurns.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonKenBurns.Location = new System.Drawing.Point(16, 23);
   this.radioButtonKenBurns.Name = "radioButtonKenBurns";
   this.radioButtonKenBurns.Size = new System.Drawing.Size(180, 17);
   this.radioButtonKenBurns.TabIndex = 0;
   this.radioButtonKenBurns.Text = "Use Ken Burns effect on pictures";
   this.radioButtonKenBurns.UseVisualStyleBackColor = true;
   // 
   // radioButtonRandom
   // 
   this.radioButtonRandom.AutoSize = true;
   this.radioButtonRandom.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonRandom.Location = new System.Drawing.Point(16, 44);
   this.radioButtonRandom.Name = "radioButtonRandom";
   this.radioButtonRandom.Size = new System.Drawing.Size(215, 17);
   this.radioButtonRandom.TabIndex = 1;
   this.radioButtonRandom.Text = "Use random transitions between pictures";
   this.radioButtonRandom.UseVisualStyleBackColor = true;
   // 
   // radioButtonXFade
   // 
   this.radioButtonXFade.AutoSize = true;
   this.radioButtonXFade.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonXFade.Location = new System.Drawing.Point(16, 65);
   this.radioButtonXFade.Name = "radioButtonXFade";
   this.radioButtonXFade.Size = new System.Drawing.Size(206, 17);
   this.radioButtonXFade.TabIndex = 2;
   this.radioButtonXFade.Text = "Use X-fade transition between pictures";
   this.radioButtonXFade.UseVisualStyleBackColor = true;
   // 
   // groupBoxRotation
   // 
   this.groupBoxRotation.Controls.Add(this.checkBoxUsePicasa);
   this.groupBoxRotation.Controls.Add(this.checkBoxUseExif);
   this.groupBoxRotation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxRotation.Location = new System.Drawing.Point(0, 263);
   this.groupBoxRotation.Name = "groupBoxRotation";
   this.groupBoxRotation.Size = new System.Drawing.Size(472, 78);
   this.groupBoxRotation.TabIndex = 2;
   this.groupBoxRotation.TabStop = false;
   this.groupBoxRotation.Text = "Rotation Settings";
   // 
   // checkBoxUsePicasa
   // 
   this.checkBoxUsePicasa.AutoSize = true;
   this.checkBoxUsePicasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxUsePicasa.Location = new System.Drawing.Point(16, 47);
   this.checkBoxUsePicasa.Name = "checkBoxUsePicasa";
   this.checkBoxUsePicasa.Size = new System.Drawing.Size(330, 17);
   this.checkBoxUsePicasa.TabIndex = 8;
   this.checkBoxUsePicasa.Text = "Use Google Picasa.ini to determine the rotation (if file is available)";
   this.checkBoxUsePicasa.UseVisualStyleBackColor = true;
   // 
   // checkBoxUseExif
   // 
   this.checkBoxUseExif.AutoSize = true;
   this.checkBoxUseExif.Checked = true;
   this.checkBoxUseExif.CheckState = System.Windows.Forms.CheckState.Checked;
   this.checkBoxUseExif.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxUseExif.Location = new System.Drawing.Point(16, 24);
   this.checkBoxUseExif.Name = "checkBoxUseExif";
   this.checkBoxUseExif.Size = new System.Drawing.Size(401, 17);
   this.checkBoxUseExif.TabIndex = 7;
   this.checkBoxUseExif.Text = "Use EXIF metadata to determine the rotation (might interfere with buggy viewers)";
   this.checkBoxUseExif.UseVisualStyleBackColor = true;
   // 
   // groupBoxViewSettings
   // 
   this.groupBoxViewSettings.Controls.Add(this.checkBoxPlayVideosInSlideshow);
   this.groupBoxViewSettings.Controls.Add(this.checkBoxEnableVideo);
   this.groupBoxViewSettings.Controls.Add(this.checkBoxGroupDays);
   this.groupBoxViewSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxViewSettings.Location = new System.Drawing.Point(0, 347);
   this.groupBoxViewSettings.Name = "groupBoxViewSettings";
   this.groupBoxViewSettings.Size = new System.Drawing.Size(472, 96);
   this.groupBoxViewSettings.TabIndex = 3;
   this.groupBoxViewSettings.TabStop = false;
   this.groupBoxViewSettings.Text = "View Settings";
   // 
   // checkBoxEnableVideo
   // 
   this.checkBoxEnableVideo.AutoSize = true;
   this.checkBoxEnableVideo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxEnableVideo.Location = new System.Drawing.Point(19, 47);
   this.checkBoxEnableVideo.Name = "checkBoxEnableVideo";
   this.checkBoxEnableVideo.Size = new System.Drawing.Size(260, 17);
   this.checkBoxEnableVideo.TabIndex = 8;
   this.checkBoxEnableVideo.Text = "Enable playing videos files made with your camera";
   this.checkBoxEnableVideo.UseVisualStyleBackColor = true;
   this.checkBoxEnableVideo.CheckedChanged += new System.EventHandler(this.checkBoxEnableVideo_CheckedChanged);
   // 
   // checkBoxGroupDays
   // 
   this.checkBoxGroupDays.AutoSize = true;
   this.checkBoxGroupDays.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxGroupDays.Location = new System.Drawing.Point(19, 24);
   this.checkBoxGroupDays.Name = "checkBoxGroupDays";
   this.checkBoxGroupDays.Size = new System.Drawing.Size(379, 17);
   this.checkBoxGroupDays.TabIndex = 7;
   this.checkBoxGroupDays.Text = "Create a group for each day in date view (instead of showing the full month)";
   this.checkBoxGroupDays.UseVisualStyleBackColor = true;
   // 
   // checkBoxPlayVideosInSlideshow
   // 
   this.checkBoxPlayVideosInSlideshow.AutoSize = true;
   this.checkBoxPlayVideosInSlideshow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxPlayVideosInSlideshow.Location = new System.Drawing.Point(19, 70);
   this.checkBoxPlayVideosInSlideshow.Name = "checkBoxPlayVideosInSlideshow";
   this.checkBoxPlayVideosInSlideshow.Size = new System.Drawing.Size(143, 17);
   this.checkBoxPlayVideosInSlideshow.TabIndex = 9;
   this.checkBoxPlayVideosInSlideshow.Text = "Play videos in slideshows";
   this.checkBoxPlayVideosInSlideshow.UseVisualStyleBackColor = true;
   // 
   // Pictures
   // 
   this.Controls.Add(this.groupBoxViewSettings);
   this.Controls.Add(this.groupBoxRotation);
   this.Controls.Add(this.groupBox1);
   this.Controls.Add(this.groupBox2);
   this.Name = "Pictures";
   this.Size = new System.Drawing.Size(472, 446);
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   this.groupBox2.ResumeLayout(false);
   this.groupBox2.PerformLayout();
   this.groupBoxRotation.ResumeLayout(false);
   this.groupBoxRotation.PerformLayout();
   this.groupBoxViewSettings.ResumeLayout(false);
   this.groupBoxViewSettings.PerformLayout();
   this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.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);
 }
 private void InitializeComponent()
 {
   this.groupBox1 = new MPGroupBox();
   this.groupBox5 = new GroupBox();
   this.cbUseClockOnShutdown = new CheckBox();
   this.mpEnableDisplayActionTime = new MPComboBox();
   this.cmbBlankIdleTime = new MPComboBox();
   this.mpEnableDisplayAction = new CheckBox();
   this.mpBlankDisplayWithVideo = new CheckBox();
   this.mpBlankDisplayWhenIdle = new CheckBox();
   this.groupEqualizerOptions = new GroupBox();
   this.groupEQstyle = new GroupBox();
   this.cbUseVUmeter2 = new RadioButton();
   this.cbVUindicators = new CheckBox();
   this.cbUseVUmeter = new RadioButton();
   this.cbStereoEQ = new RadioButton();
   this.cbNormalEQ = new RadioButton();
   this.cmbDelayEqTime = new MPComboBox();
   this.lblRestrictEQ = new MPLabel();
   this.cmbEQTitleDisplayTime = new MPComboBox();
   this.cmbEQTitleShowTime = new MPComboBox();
   this.mpEQTitleDisplay = new CheckBox();
   this.mpSmoothEQ = new CheckBox();
   this.mpEqDisplay = new CheckBox();
   this.mpRestrictEQ = new CheckBox();
   this.cmbEqRate = new MPComboBox();
   this.mpDelayEQ = new CheckBox();
   this.lblEQTitleDisplay = new MPLabel();
   this.groupBox2 = new MPGroupBox();
   this.mpLabel1 = new MPLabel();
   this.tbBacklightBLUE = new TrackBar();
   this.mpLabel2 = new MPLabel();
   this.tbBacklightGREEN = new TrackBar();
   this.mpLabel3 = new MPLabel();
   this.tbBacklightRED = new TrackBar();
   this.mpVolumeDisplay = new MPCheckBox();
   this.mpProgressBar = new MPCheckBox();
   this.mpUseInvertedDisplay = new MPCheckBox();
   this.mpUseIcons = new MPCheckBox();
   this.mpUseDiskIconForAllMedia = new MPCheckBox();
   this.btnOK = new MPButton();
   this.btnReset = new MPButton();
   this.groupBox1.SuspendLayout();
   this.groupBox5.SuspendLayout();
   this.groupEqualizerOptions.SuspendLayout();
   this.groupEQstyle.SuspendLayout();
   this.groupBox2.SuspendLayout();
   ((ISupportInitialize)(this.tbBacklightBLUE)).BeginInit();
   ((ISupportInitialize)(this.tbBacklightGREEN)).BeginInit();
   ((ISupportInitialize)(this.tbBacklightRED)).BeginInit();
   this.SuspendLayout();
   // 
   // groupBox1
   // 
   this.groupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
                                             | AnchorStyles.Left)
                                            | AnchorStyles.Right)));
   this.groupBox1.Controls.Add(this.groupBox5);
   this.groupBox1.Controls.Add(this.groupEqualizerOptions);
   this.groupBox1.Controls.Add(this.groupBox2);
   this.groupBox1.Controls.Add(this.mpVolumeDisplay);
   this.groupBox1.Controls.Add(this.mpProgressBar);
   this.groupBox1.Controls.Add(this.mpUseInvertedDisplay);
   this.groupBox1.Controls.Add(this.mpUseIcons);
   this.groupBox1.Controls.Add(this.mpUseDiskIconForAllMedia);
   this.groupBox1.FlatStyle = FlatStyle.Popup;
   this.groupBox1.Location = new Point(7, 6);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new Size(397, 503);
   this.groupBox1.TabIndex = 4;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = " Matrix Orbital GX Advanced Configuration ";
   // 
   // groupBox5
   // 
   this.groupBox5.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
                                            | AnchorStyles.Right)));
   this.groupBox5.Controls.Add(this.cbUseClockOnShutdown);
   this.groupBox5.Controls.Add(this.mpEnableDisplayActionTime);
   this.groupBox5.Controls.Add(this.cmbBlankIdleTime);
   this.groupBox5.Controls.Add(this.mpEnableDisplayAction);
   this.groupBox5.Controls.Add(this.mpBlankDisplayWithVideo);
   this.groupBox5.Controls.Add(this.mpBlankDisplayWhenIdle);
   this.groupBox5.Location = new Point(6, 151);
   this.groupBox5.Name = "groupBox5";
   this.groupBox5.Size = new Size(383, 103);
   this.groupBox5.TabIndex = 105;
   this.groupBox5.TabStop = false;
   this.groupBox5.Text = " Display Control Options ";
   // 
   // cbUseClockOnShutdown
   // 
   this.cbUseClockOnShutdown.AutoSize = true;
   this.cbUseClockOnShutdown.Location = new Point(8, 81);
   this.cbUseClockOnShutdown.Name = "cbUseClockOnShutdown";
   this.cbUseClockOnShutdown.Size = new Size(204, 17);
   this.cbUseClockOnShutdown.TabIndex = 100;
   this.cbUseClockOnShutdown.Text = "Use Clock on shutdown (If supported)";
   this.cbUseClockOnShutdown.UseVisualStyleBackColor = true;
   this.cbUseClockOnShutdown.Visible = false;
   // 
   // mpEnableDisplayActionTime
   // 
   this.mpEnableDisplayActionTime.BorderColor = Color.Empty;
   this.mpEnableDisplayActionTime.DropDownStyle = ComboBoxStyle.DropDownList;
   this.mpEnableDisplayActionTime.Items.AddRange(new object[]
                                                   {
                                                     "0",
                                                     "1",
                                                     "2",
                                                     "3",
                                                     "4",
                                                     "5",
                                                     "6",
                                                     "7",
                                                     "8",
                                                     "9",
                                                     "10",
                                                     "11",
                                                     "12",
                                                     "13",
                                                     "14",
                                                     "15",
                                                     "16",
                                                     "17",
                                                     "18",
                                                     "19",
                                                     "20"
                                                   });
   this.mpEnableDisplayActionTime.Location = new Point(180, 36);
   this.mpEnableDisplayActionTime.Name = "mpEnableDisplayActionTime";
   this.mpEnableDisplayActionTime.Size = new Size(49, 21);
   this.mpEnableDisplayActionTime.TabIndex = 96;
   // 
   // cmbBlankIdleTime
   // 
   this.cmbBlankIdleTime.BorderColor = Color.Empty;
   this.cmbBlankIdleTime.DropDownStyle = ComboBoxStyle.DropDownList;
   this.cmbBlankIdleTime.Items.AddRange(new object[]
                                          {
                                            "0",
                                            "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"
                                          });
   this.cmbBlankIdleTime.Location = new Point(166, 58);
   this.cmbBlankIdleTime.Name = "cmbBlankIdleTime";
   this.cmbBlankIdleTime.Size = new Size(51, 21);
   this.cmbBlankIdleTime.TabIndex = 98;
   // 
   // mpEnableDisplayAction
   // 
   this.mpEnableDisplayAction.AutoSize = true;
   this.mpEnableDisplayAction.Location = new Point(23, 38);
   this.mpEnableDisplayAction.Name = "mpEnableDisplayAction";
   this.mpEnableDisplayAction.Size = new Size(258, 17);
   this.mpEnableDisplayAction.TabIndex = 97;
   this.mpEnableDisplayAction.Text = "Enable Display on Action for                   Seconds";
   this.mpEnableDisplayAction.UseVisualStyleBackColor = true;
   this.mpEnableDisplayAction.CheckedChanged += new EventHandler(this.mpEnableDisplayAction_CheckedChanged);
   // 
   // mpBlankDisplayWithVideo
   // 
   this.mpBlankDisplayWithVideo.AutoSize = true;
   this.mpBlankDisplayWithVideo.Location = new Point(7, 17);
   this.mpBlankDisplayWithVideo.Name = "mpBlankDisplayWithVideo";
   this.mpBlankDisplayWithVideo.Size = new Size(207, 17);
   this.mpBlankDisplayWithVideo.TabIndex = 95;
   this.mpBlankDisplayWithVideo.Text = "Turn off display during Video Playback";
   this.mpBlankDisplayWithVideo.UseVisualStyleBackColor = true;
   this.mpBlankDisplayWithVideo.CheckedChanged += new EventHandler(this.mpBlankDisplayWithVideo_CheckedChanged);
   // 
   // mpBlankDisplayWhenIdle
   // 
   this.mpBlankDisplayWhenIdle.AutoSize = true;
   this.mpBlankDisplayWhenIdle.Location = new Point(7, 60);
   this.mpBlankDisplayWhenIdle.Name = "mpBlankDisplayWhenIdle";
   this.mpBlankDisplayWhenIdle.Size = new Size(261, 17);
   this.mpBlankDisplayWhenIdle.TabIndex = 99;
   this.mpBlankDisplayWhenIdle.Text = "Turn off display when idle for                    seconds";
   this.mpBlankDisplayWhenIdle.UseVisualStyleBackColor = true;
   this.mpBlankDisplayWhenIdle.CheckedChanged += new EventHandler(this.mpBlankDisplayWhenIdle_CheckedChanged);
   // 
   // groupEqualizerOptions
   // 
   this.groupEqualizerOptions.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom)
                                                         | AnchorStyles.Left)
                                                        | AnchorStyles.Right)));
   this.groupEqualizerOptions.Controls.Add(this.groupEQstyle);
   this.groupEqualizerOptions.Controls.Add(this.cmbDelayEqTime);
   this.groupEqualizerOptions.Controls.Add(this.lblRestrictEQ);
   this.groupEqualizerOptions.Controls.Add(this.cmbEQTitleDisplayTime);
   this.groupEqualizerOptions.Controls.Add(this.cmbEQTitleShowTime);
   this.groupEqualizerOptions.Controls.Add(this.mpEQTitleDisplay);
   this.groupEqualizerOptions.Controls.Add(this.mpSmoothEQ);
   this.groupEqualizerOptions.Controls.Add(this.mpEqDisplay);
   this.groupEqualizerOptions.Controls.Add(this.mpRestrictEQ);
   this.groupEqualizerOptions.Controls.Add(this.cmbEqRate);
   this.groupEqualizerOptions.Controls.Add(this.mpDelayEQ);
   this.groupEqualizerOptions.Controls.Add(this.lblEQTitleDisplay);
   this.groupEqualizerOptions.Location = new Point(6, 255);
   this.groupEqualizerOptions.Name = "groupEqualizerOptions";
   this.groupEqualizerOptions.Size = new Size(383, 233);
   this.groupEqualizerOptions.TabIndex = 104;
   this.groupEqualizerOptions.TabStop = false;
   this.groupEqualizerOptions.Text = " Equalizer Options";
   // 
   // groupEQstyle
   // 
   this.groupEQstyle.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
                                               | AnchorStyles.Right)));
   this.groupEQstyle.Controls.Add(this.cbUseVUmeter2);
   this.groupEQstyle.Controls.Add(this.cbVUindicators);
   this.groupEQstyle.Controls.Add(this.cbUseVUmeter);
   this.groupEQstyle.Controls.Add(this.cbStereoEQ);
   this.groupEQstyle.Controls.Add(this.cbNormalEQ);
   this.groupEQstyle.Location = new Point(39, 38);
   this.groupEQstyle.Name = "groupEQstyle";
   this.groupEQstyle.Size = new Size(300, 60);
   this.groupEQstyle.TabIndex = 118;
   this.groupEQstyle.TabStop = false;
   this.groupEQstyle.Text = " Equalizer Style ";
   // 
   // cbUseVUmeter2
   // 
   this.cbUseVUmeter2.AutoSize = true;
   this.cbUseVUmeter2.Location = new Point(211, 17);
   this.cbUseVUmeter2.Name = "cbUseVUmeter2";
   this.cbUseVUmeter2.Size = new Size(79, 17);
   this.cbUseVUmeter2.TabIndex = 122;
   this.cbUseVUmeter2.Text = "VU Meter 2";
   this.cbUseVUmeter2.UseVisualStyleBackColor = true;
   this.cbUseVUmeter2.CheckedChanged += new EventHandler(this.cbUseVUmeter2_CheckedChanged);
   // 
   // cbVUindicators
   // 
   this.cbVUindicators.AutoSize = true;
   this.cbVUindicators.Location = new Point(9, 39);
   this.cbVUindicators.Name = "cbVUindicators";
   this.cbVUindicators.Size = new Size(213, 17);
   this.cbVUindicators.TabIndex = 121;
   this.cbVUindicators.Text = "Show Channel indicators for VU Display";
   this.cbVUindicators.UseVisualStyleBackColor = true;
   // 
   // cbUseVUmeter
   // 
   this.cbUseVUmeter.AutoSize = true;
   this.cbUseVUmeter.Location = new Point(135, 17);
   this.cbUseVUmeter.Name = "cbUseVUmeter";
   this.cbUseVUmeter.Size = new Size(70, 17);
   this.cbUseVUmeter.TabIndex = 2;
   this.cbUseVUmeter.Text = "VU Meter";
   this.cbUseVUmeter.UseVisualStyleBackColor = true;
   this.cbUseVUmeter.CheckedChanged += new EventHandler(this.cbUseVUmeter_CheckedChanged);
   // 
   // cbStereoEQ
   // 
   this.cbStereoEQ.AutoSize = true;
   this.cbStereoEQ.Location = new Point(77, 17);
   this.cbStereoEQ.Name = "cbStereoEQ";
   this.cbStereoEQ.Size = new Size(56, 17);
   this.cbStereoEQ.TabIndex = 1;
   this.cbStereoEQ.Text = "Stereo";
   this.cbStereoEQ.UseVisualStyleBackColor = true;
   this.cbStereoEQ.CheckedChanged += new EventHandler(this.cbStereoEQ_CheckedChanged);
   // 
   // cbNormalEQ
   // 
   this.cbNormalEQ.AutoSize = true;
   this.cbNormalEQ.Checked = true;
   this.cbNormalEQ.Location = new Point(13, 17);
   this.cbNormalEQ.Name = "cbNormalEQ";
   this.cbNormalEQ.Size = new Size(58, 17);
   this.cbNormalEQ.TabIndex = 0;
   this.cbNormalEQ.TabStop = true;
   this.cbNormalEQ.Text = "Normal";
   this.cbNormalEQ.UseVisualStyleBackColor = true;
   this.cbNormalEQ.CheckedChanged += new EventHandler(this.cbNormalEQ_CheckedChanged);
   // 
   // cmbDelayEqTime
   // 
   this.cmbDelayEqTime.BorderColor = Color.Empty;
   this.cmbDelayEqTime.DropDownStyle = ComboBoxStyle.DropDownList;
   this.cmbDelayEqTime.Items.AddRange(new object[]
                                        {
                                          "0",
                                          "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"
                                        });
   this.cmbDelayEqTime.Location = new Point(160, 143);
   this.cmbDelayEqTime.Name = "cmbDelayEqTime";
   this.cmbDelayEqTime.Size = new Size(52, 21);
   this.cmbDelayEqTime.TabIndex = 104;
   // 
   // lblRestrictEQ
   // 
   this.lblRestrictEQ.Anchor = ((AnchorStyles)((AnchorStyles.Top | AnchorStyles.Right)));
   this.lblRestrictEQ.Location = new Point(102, 124);
   this.lblRestrictEQ.Name = "lblRestrictEQ";
   this.lblRestrictEQ.Size = new Size(116, 17);
   this.lblRestrictEQ.TabIndex = 115;
   this.lblRestrictEQ.Text = "updates per Seconds";
   this.lblRestrictEQ.TextAlign = ContentAlignment.MiddleLeft;
   // 
   // cmbEQTitleDisplayTime
   // 
   this.cmbEQTitleDisplayTime.BorderColor = Color.Empty;
   this.cmbEQTitleDisplayTime.DropDownStyle = ComboBoxStyle.DropDownList;
   this.cmbEQTitleDisplayTime.Items.AddRange(new object[]
                                               {
                                                 "0",
                                                 "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"
                                               });
   this.cmbEQTitleDisplayTime.Location = new Point(165, 207);
   this.cmbEQTitleDisplayTime.Name = "cmbEQTitleDisplayTime";
   this.cmbEQTitleDisplayTime.Size = new Size(52, 21);
   this.cmbEQTitleDisplayTime.TabIndex = 110;
   // 
   // cmbEQTitleShowTime
   // 
   this.cmbEQTitleShowTime.BorderColor = Color.Empty;
   this.cmbEQTitleShowTime.DropDownStyle = ComboBoxStyle.DropDownList;
   this.cmbEQTitleShowTime.Items.AddRange(new object[]
                                            {
                                              "0",
                                              "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"
                                            });
   this.cmbEQTitleShowTime.Location = new Point(32, 207);
   this.cmbEQTitleShowTime.Name = "cmbEQTitleShowTime";
   this.cmbEQTitleShowTime.Size = new Size(52, 21);
   this.cmbEQTitleShowTime.TabIndex = 113;
   // 
   // mpEQTitleDisplay
   // 
   this.mpEQTitleDisplay.AutoSize = true;
   this.mpEQTitleDisplay.Location = new Point(21, 187);
   this.mpEQTitleDisplay.Name = "mpEQTitleDisplay";
   this.mpEQTitleDisplay.Size = new Size(120, 17);
   this.mpEQTitleDisplay.TabIndex = 112;
   this.mpEQTitleDisplay.Text = "Show Track Info for";
   this.mpEQTitleDisplay.UseVisualStyleBackColor = true;
   this.mpEQTitleDisplay.CheckedChanged += new EventHandler(this.mpEQTitleDisplay_CheckedChanged);
   // 
   // mpSmoothEQ
   // 
   this.mpSmoothEQ.AutoSize = true;
   this.mpSmoothEQ.Location = new Point(21, 166);
   this.mpSmoothEQ.Name = "mpSmoothEQ";
   this.mpSmoothEQ.Size = new Size(224, 17);
   this.mpSmoothEQ.TabIndex = 109;
   this.mpSmoothEQ.Text = "Use Equalizer Smoothing (Delayed decay)";
   this.mpSmoothEQ.UseVisualStyleBackColor = true;
   // 
   // mpEqDisplay
   // 
   this.mpEqDisplay.AutoSize = true;
   this.mpEqDisplay.Location = new Point(5, 21);
   this.mpEqDisplay.Name = "mpEqDisplay";
   this.mpEqDisplay.Size = new Size(126, 17);
   this.mpEqDisplay.TabIndex = 106;
   this.mpEqDisplay.Text = "Use Equalizer display";
   this.mpEqDisplay.UseVisualStyleBackColor = true;
   this.mpEqDisplay.CheckedChanged += new EventHandler(this.mpEqDisplay_CheckedChanged);
   // 
   // mpRestrictEQ
   // 
   this.mpRestrictEQ.AutoSize = true;
   this.mpRestrictEQ.Location = new Point(21, 103);
   this.mpRestrictEQ.Name = "mpRestrictEQ";
   this.mpRestrictEQ.Size = new Size(185, 17);
   this.mpRestrictEQ.TabIndex = 107;
   this.mpRestrictEQ.Text = "Limit Equalizer display update rate";
   this.mpRestrictEQ.UseVisualStyleBackColor = true;
   this.mpRestrictEQ.CheckedChanged += new EventHandler(this.mpRestrictEQ_CheckedChanged);
   // 
   // cmbEqRate
   // 
   this.cmbEqRate.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
                                            | AnchorStyles.Right)));
   this.cmbEqRate.BorderColor = Color.Empty;
   this.cmbEqRate.DropDownStyle = ComboBoxStyle.DropDownList;
   this.cmbEqRate.Items.AddRange(new object[]
                                   {
                                     "MAX",
                                     "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",
                                     "33",
                                     "34",
                                     "35",
                                     "36",
                                     "37",
                                     "38",
                                     "39",
                                     "40",
                                     "41",
                                     "42",
                                     "43",
                                     "44",
                                     "45",
                                     "46",
                                     "47",
                                     "48",
                                     "49",
                                     "50",
                                     "51",
                                     "52",
                                     "53",
                                     "54",
                                     "55",
                                     "56",
                                     "57",
                                     "58",
                                     "59",
                                     "60"
                                   });
   this.cmbEqRate.Location = new Point(32, 122);
   this.cmbEqRate.Name = "cmbEqRate";
   this.cmbEqRate.Size = new Size(69, 21);
   this.cmbEqRate.TabIndex = 103;
   // 
   // mpDelayEQ
   // 
   this.mpDelayEQ.AutoSize = true;
   this.mpDelayEQ.Location = new Point(21, 144);
   this.mpDelayEQ.Name = "mpDelayEQ";
   this.mpDelayEQ.Size = new Size(246, 17);
   this.mpDelayEQ.TabIndex = 108;
   this.mpDelayEQ.Text = "Delay Equalizer Start by                      Seconds";
   this.mpDelayEQ.UseVisualStyleBackColor = true;
   this.mpDelayEQ.CheckedChanged += new EventHandler(this.mpDelayEQ_CheckedChanged);
   // 
   // lblEQTitleDisplay
   // 
   this.lblEQTitleDisplay.Location = new Point(86, 208);
   this.lblEQTitleDisplay.Name = "lblEQTitleDisplay";
   this.lblEQTitleDisplay.Size = new Size(201, 17);
   this.lblEQTitleDisplay.TabIndex = 114;
   this.lblEQTitleDisplay.Text = "Seconds every                     Seconds";
   this.lblEQTitleDisplay.TextAlign = ContentAlignment.MiddleLeft;
   // 
   // groupBox2
   // 
   this.groupBox2.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
                                            | AnchorStyles.Right)));
   this.groupBox2.Controls.Add(this.mpLabel1);
   this.groupBox2.Controls.Add(this.tbBacklightBLUE);
   this.groupBox2.Controls.Add(this.mpLabel2);
   this.groupBox2.Controls.Add(this.tbBacklightGREEN);
   this.groupBox2.Controls.Add(this.mpLabel3);
   this.groupBox2.Controls.Add(this.tbBacklightRED);
   this.groupBox2.FlatStyle = FlatStyle.Popup;
   this.groupBox2.Location = new Point(168, 25);
   this.groupBox2.Name = "groupBox2";
   this.groupBox2.Size = new Size(221, 125);
   this.groupBox2.TabIndex = 75;
   this.groupBox2.TabStop = false;
   this.groupBox2.Text = " Backlight Color ";
   // 
   // mpLabel1
   // 
   this.mpLabel1.Location = new Point(5, 20);
   this.mpLabel1.Name = "mpLabel1";
   this.mpLabel1.Size = new Size(40, 23);
   this.mpLabel1.TabIndex = 51;
   this.mpLabel1.Text = "Red";
   this.mpLabel1.TextAlign = ContentAlignment.MiddleLeft;
   // 
   // tbBacklightBLUE
   // 
   this.tbBacklightBLUE.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
                                                  | AnchorStyles.Right)));
   this.tbBacklightBLUE.Location = new Point(50, 70);
   this.tbBacklightBLUE.Maximum = 255;
   this.tbBacklightBLUE.Name = "tbBacklightBLUE";
   this.tbBacklightBLUE.Size = new Size(160, 45);
   this.tbBacklightBLUE.TabIndex = 11;
   this.tbBacklightBLUE.TickFrequency = 8;
   this.tbBacklightBLUE.TickStyle = TickStyle.None;
   this.tbBacklightBLUE.Value = 255;
   // 
   // mpLabel2
   // 
   this.mpLabel2.Location = new Point(5, 45);
   this.mpLabel2.Name = "mpLabel2";
   this.mpLabel2.Size = new Size(40, 23);
   this.mpLabel2.TabIndex = 51;
   this.mpLabel2.Text = "Green";
   this.mpLabel2.TextAlign = ContentAlignment.MiddleLeft;
   // 
   // tbBacklightGREEN
   // 
   this.tbBacklightGREEN.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
                                                   | AnchorStyles.Right)));
   this.tbBacklightGREEN.AutoSize = false;
   this.tbBacklightGREEN.Location = new Point(50, 45);
   this.tbBacklightGREEN.Maximum = 255;
   this.tbBacklightGREEN.Name = "tbBacklightGREEN";
   this.tbBacklightGREEN.Size = new Size(160, 23);
   this.tbBacklightGREEN.TabIndex = 10;
   this.tbBacklightGREEN.TickFrequency = 8;
   this.tbBacklightGREEN.TickStyle = TickStyle.None;
   this.tbBacklightGREEN.Value = 255;
   // 
   // mpLabel3
   // 
   this.mpLabel3.Location = new Point(5, 70);
   this.mpLabel3.Name = "mpLabel3";
   this.mpLabel3.Size = new Size(40, 23);
   this.mpLabel3.TabIndex = 51;
   this.mpLabel3.Text = "Blue";
   this.mpLabel3.TextAlign = ContentAlignment.MiddleLeft;
   // 
   // tbBacklightRED
   // 
   this.tbBacklightRED.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left)
                                                 | AnchorStyles.Right)));
   this.tbBacklightRED.AutoSize = false;
   this.tbBacklightRED.Location = new Point(50, 20);
   this.tbBacklightRED.Maximum = 255;
   this.tbBacklightRED.Name = "tbBacklightRED";
   this.tbBacklightRED.Size = new Size(160, 23);
   this.tbBacklightRED.TabIndex = 73;
   this.tbBacklightRED.TickFrequency = 9;
   this.tbBacklightRED.TickStyle = TickStyle.None;
   this.tbBacklightRED.Value = 255;
   // 
   // mpVolumeDisplay
   // 
   this.mpVolumeDisplay.AutoSize = true;
   this.mpVolumeDisplay.FlatStyle = FlatStyle.Popup;
   this.mpVolumeDisplay.Location = new Point(14, 25);
   this.mpVolumeDisplay.Name = "mpVolumeDisplay";
   this.mpVolumeDisplay.Size = new Size(124, 17);
   this.mpVolumeDisplay.TabIndex = 6;
   this.mpVolumeDisplay.Text = "Show Volume display";
   this.mpVolumeDisplay.UseVisualStyleBackColor = true;
   // 
   // mpProgressBar
   // 
   this.mpProgressBar.AutoSize = true;
   this.mpProgressBar.FlatStyle = FlatStyle.Popup;
   this.mpProgressBar.Location = new Point(14, 48);
   this.mpProgressBar.Name = "mpProgressBar";
   this.mpProgressBar.Size = new Size(132, 17);
   this.mpProgressBar.TabIndex = 7;
   this.mpProgressBar.Text = "Show Progress Display";
   this.mpProgressBar.UseVisualStyleBackColor = true;
   // 
   // mpUseInvertedDisplay
   // 
   this.mpUseInvertedDisplay.AutoSize = true;
   this.mpUseInvertedDisplay.FlatStyle = FlatStyle.Popup;
   this.mpUseInvertedDisplay.Location = new Point(14, 71);
   this.mpUseInvertedDisplay.Name = "mpUseInvertedDisplay";
   this.mpUseInvertedDisplay.Size = new Size(122, 17);
   this.mpUseInvertedDisplay.TabIndex = 8;
   this.mpUseInvertedDisplay.Text = "Use Inverted Display";
   this.mpUseInvertedDisplay.UseVisualStyleBackColor = true;
   // 
   // mpUseIcons
   // 
   this.mpUseIcons.AutoSize = true;
   this.mpUseIcons.FlatStyle = FlatStyle.Popup;
   this.mpUseIcons.Location = new Point(14, 94);
   this.mpUseIcons.Name = "mpUseIcons";
   this.mpUseIcons.Size = new Size(72, 17);
   this.mpUseIcons.TabIndex = 8;
   this.mpUseIcons.Text = "Use Icons";
   this.mpUseIcons.UseVisualStyleBackColor = true;
   // 
   // mpUseDiskIconForAllMedia
   // 
   this.mpUseDiskIconForAllMedia.AutoSize = true;
   this.mpUseDiskIconForAllMedia.FlatStyle = FlatStyle.Popup;
   this.mpUseDiskIconForAllMedia.Location = new Point(14, 117);
   this.mpUseDiskIconForAllMedia.Name = "mpUseDiskIconForAllMedia";
   this.mpUseDiskIconForAllMedia.Size = new Size(155, 17);
   this.mpUseDiskIconForAllMedia.TabIndex = 8;
   this.mpUseDiskIconForAllMedia.Text = "Use Disk Icon For All Media";
   this.mpUseDiskIconForAllMedia.UseVisualStyleBackColor = true;
   // 
   // btnOK
   // 
   this.btnOK.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
   this.btnOK.Location = new Point(316, 515);
   this.btnOK.Name = "btnOK";
   this.btnOK.Size = new Size(88, 23);
   this.btnOK.TabIndex = 12;
   this.btnOK.Text = "&OK";
   this.btnOK.UseVisualStyleBackColor = true;
   this.btnOK.Click += new EventHandler(this.btnOK_Click);
   // 
   // btnReset
   // 
   this.btnReset.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right)));
   this.btnReset.Location = new Point(222, 515);
   this.btnReset.Name = "btnReset";
   this.btnReset.Size = new Size(88, 23);
   this.btnReset.TabIndex = 13;
   this.btnReset.Text = "&RESET";
   this.btnReset.UseVisualStyleBackColor = true;
   this.btnReset.Click += new EventHandler(this.btnReset_Click);
   // 
   // MatrixGX_AdvancedSetupForm
   // 
   this.AutoScaleDimensions = new SizeF(6F, 13F);
   this.ClientSize = new Size(411, 544);
   this.Controls.Add(this.btnReset);
   this.Controls.Add(this.btnOK);
   this.Controls.Add(this.groupBox1);
   this.Name = "MatrixGX_AdvancedSetupForm";
   this.StartPosition = FormStartPosition.CenterParent;
   this.Text = "MiniDisplay - Setup - Advanced Settings";
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   this.groupBox5.ResumeLayout(false);
   this.groupBox5.PerformLayout();
   this.groupEqualizerOptions.ResumeLayout(false);
   this.groupEqualizerOptions.PerformLayout();
   this.groupEQstyle.ResumeLayout(false);
   this.groupEQstyle.PerformLayout();
   this.groupBox2.ResumeLayout(false);
   this.groupBox2.PerformLayout();
   ((ISupportInitialize)(this.tbBacklightBLUE)).EndInit();
   ((ISupportInitialize)(this.tbBacklightGREEN)).EndInit();
   ((ISupportInitialize)(this.tbBacklightRED)).EndInit();
   this.ResumeLayout(false);
 }
Example #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);
 }
 /// <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.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.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.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.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.FullRowSelect;
   this.dataGridViewRR.Size = new System.Drawing.Size(434, 115);
   this.dataGridViewRR.TabIndex = 17;
   this.dataGridViewRR.CellValueChanged +=
     new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewRR_CellValueChanged);
   // 
   // gridColType
   // 
   this.gridColType.Frozen = true;
   this.gridColType.HeaderText = "Name";
   this.gridColType.Name = "gridColType";
   this.gridColType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
   // 
   // gridColFramerates
   // 
   this.gridColFramerates.HeaderText = "Frame rate(s)";
   this.gridColFramerates.Name = "gridColFramerates";
   this.gridColFramerates.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
   // 
   // gridColRR
   // 
   this.gridColRR.HeaderText = "Refresh rate";
   this.gridColRR.Name = "gridColRR";
   this.gridColRR.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
   // 
   // gridColAction
   // 
   this.gridColAction.HeaderText = "Action";
   this.gridColAction.Name = "gridColAction";
   this.gridColAction.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
   this.gridColAction.Width = 130;
   // 
   // 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);
   // 
   // 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);
 }
Example #21
0
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      MediaPortal.UserInterface.Controls.MPTabPage tabPage3;
      MediaPortal.UserInterface.Controls.MPGroupBox mpGroupBox3;
      MediaPortal.UserInterface.Controls.MPLabel mpLabel2;
      System.Windows.Forms.Panel panel1;
      MediaPortal.UserInterface.Controls.MPTabPage mpTabPage2;
      MediaPortal.UserInterface.Controls.MPLabel labelPlayAll;
      this.mpSubEngineCommentLabel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subEnginesCombo = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.advancedButton = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.mpLabelSubSelectMode = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subtitlesSelectionComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.label2 = new System.Windows.Forms.Label();
      this.subPaths = new System.Windows.Forms.TextBox();
      this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subPosRelativeCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.saveAlwaysRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.saveAskRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.saveNeverRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.mpLabel6 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel5 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.delayTextBox = new MediaPortal.UserInterface.Controls.MPNumericTextBox();
      this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.subStyleOverrideCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.opaqueBoxRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.borderOutlineRadioButton = new MediaPortal.UserInterface.Controls.MPRadioButton();
      this.borderWidthUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
      this.shadowDepthUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
      this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabel9 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.subtitlesButton = new MediaPortal.UserInterface.Controls.MPButton();
      this.subtitlesFontTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.mpLabel10 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
      this.fontDialog = new System.Windows.Forms.FontDialog();
      this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBoxVideoAudioDelay = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.delayVideoTextBox = new System.Windows.Forms.NumericUpDown();
      this.mpLabelAVDelayTime = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpLabelAVDelay = new MediaPortal.UserInterface.Controls.MPLabel();
      this.mpGroupBoxComSkip = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.comSkipCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.chbKeepFoldersTogether = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.playedPercentageTB = new System.Windows.Forms.NumericUpDown();
      this.percentPlayedLabel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.comboBoxPlayAll = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.playedPercentageTrackBar = new System.Windows.Forms.TrackBar();
      this.checkBoxShowWatched = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.fileNameButton = new MediaPortal.UserInterface.Controls.MPButton();
      this.folderNameTextBox = new MediaPortal.UserInterface.Controls.MPTextBox();
      this.repeatPlaylistCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.folderNameLabel = new MediaPortal.UserInterface.Controls.MPLabel();
      this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.mpTabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      streamLAVSelectionCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpLabelOptionLAV = new MediaPortal.UserInterface.Controls.MPLabel();
      audioDefaultCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
      this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.defaultAudioLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
      tabPage3 = new MediaPortal.UserInterface.Controls.MPTabPage();
      mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox();
      mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
      panel1 = new System.Windows.Forms.Panel();
      mpTabPage2 = new MediaPortal.UserInterface.Controls.MPTabPage();
      labelPlayAll = new MediaPortal.UserInterface.Controls.MPLabel();
      tabPage3.SuspendLayout();
      mpGroupBox3.SuspendLayout();
      this.mpGroupBox1.SuspendLayout();
      panel1.SuspendLayout();
      mpTabPage2.SuspendLayout();
      this.mpGroupBox2.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.borderWidthUpDown)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.shadowDepthUpDown)).BeginInit();
      this.tabPage1.SuspendLayout();
      this.mpGroupBoxVideoAudioDelay.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.delayVideoTextBox)).BeginInit();
      this.mpGroupBoxComSkip.SuspendLayout();
      this.groupBox1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTB)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTrackBar)).BeginInit();
      this.tabControl1.SuspendLayout();
      this.mpTabPage1.SuspendLayout();
      this.mpGroupBox4.SuspendLayout();
      this.SuspendLayout();
      // 
      // tabPage3
      // 
      tabPage3.Controls.Add(mpGroupBox3);
      tabPage3.Controls.Add(this.mpGroupBox1);
      tabPage3.Location = new System.Drawing.Point(4, 22);
      tabPage3.Name = "tabPage3";
      tabPage3.Size = new System.Drawing.Size(464, 382);
      tabPage3.TabIndex = 7;
      tabPage3.Text = "Subtitle";
      tabPage3.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox3
      // 
      mpGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      mpGroupBox3.Controls.Add(this.mpSubEngineCommentLabel);
      mpGroupBox3.Controls.Add(mpLabel2);
      mpGroupBox3.Controls.Add(this.subEnginesCombo);
      mpGroupBox3.Controls.Add(this.advancedButton);
      mpGroupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      mpGroupBox3.Location = new System.Drawing.Point(15, 12);
      mpGroupBox3.Name = "mpGroupBox3";
      mpGroupBox3.Size = new System.Drawing.Size(432, 104);
      mpGroupBox3.TabIndex = 1;
      mpGroupBox3.TabStop = false;
      mpGroupBox3.Text = "Engine";
      // 
      // mpSubEngineCommentLabel
      // 
      this.mpSubEngineCommentLabel.Location = new System.Drawing.Point(17, 74);
      this.mpSubEngineCommentLabel.Name = "mpSubEngineCommentLabel";
      this.mpSubEngineCommentLabel.Size = new System.Drawing.Size(409, 24);
      this.mpSubEngineCommentLabel.TabIndex = 16;
      this.mpSubEngineCommentLabel.Text = "* - FFDShow Tryout revision 3640 or greater needed";
      // 
      // mpLabel2
      // 
      mpLabel2.Location = new System.Drawing.Point(13, 23);
      mpLabel2.Name = "mpLabel2";
      mpLabel2.Size = new System.Drawing.Size(199, 16);
      mpLabel2.TabIndex = 10;
      mpLabel2.Text = "Select subtitles engine:";
      // 
      // subEnginesCombo
      // 
      this.subEnginesCombo.BorderColor = System.Drawing.Color.Empty;
      this.subEnginesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.subEnginesCombo.FormattingEnabled = true;
      this.subEnginesCombo.Items.AddRange(new object[] {
            "MPC-HC",
            "DirectVobSub",
            "FFDShow",
            "XySubFilter",
            "Disabled"});
      this.subEnginesCombo.Location = new System.Drawing.Point(16, 46);
      this.subEnginesCombo.Name = "subEnginesCombo";
      this.subEnginesCombo.Size = new System.Drawing.Size(246, 21);
      this.subEnginesCombo.TabIndex = 7;
      this.subEnginesCombo.SelectedIndexChanged += new System.EventHandler(this.subEnginesCombo_SelectedIndexChanged);
      // 
      // advancedButton
      // 
      this.advancedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.advancedButton.Location = new System.Drawing.Point(337, 46);
      this.advancedButton.Name = "advancedButton";
      this.advancedButton.Size = new System.Drawing.Size(72, 22);
      this.advancedButton.TabIndex = 6;
      this.advancedButton.Text = "Advanced";
      this.advancedButton.UseVisualStyleBackColor = true;
      this.advancedButton.Click += new System.EventHandler(this.advancedButton_Click);
      // 
      // mpGroupBox1
      // 
      this.mpGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox1.Controls.Add(this.mpLabelSubSelectMode);
      this.mpGroupBox1.Controls.Add(this.subtitlesSelectionComboBox);
      this.mpGroupBox1.Controls.Add(this.label2);
      this.mpGroupBox1.Controls.Add(this.subPaths);
      this.mpGroupBox1.Controls.Add(this.mpLabel3);
      this.mpGroupBox1.Controls.Add(this.subPosRelativeCheckBox);
      this.mpGroupBox1.Controls.Add(panel1);
      this.mpGroupBox1.Controls.Add(this.mpLabel6);
      this.mpGroupBox1.Controls.Add(this.mpLabel5);
      this.mpGroupBox1.Controls.Add(this.delayTextBox);
      this.mpGroupBox1.Controls.Add(this.mpLabel4);
      this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox1.Location = new System.Drawing.Point(15, 119);
      this.mpGroupBox1.Name = "mpGroupBox1";
      this.mpGroupBox1.Size = new System.Drawing.Size(432, 260);
      this.mpGroupBox1.TabIndex = 0;
      this.mpGroupBox1.TabStop = false;
      this.mpGroupBox1.Text = "Options";
      // 
      // mpLabelSubSelectMode
      // 
      this.mpLabelSubSelectMode.Location = new System.Drawing.Point(14, 20);
      this.mpLabelSubSelectMode.Name = "mpLabelSubSelectMode";
      this.mpLabelSubSelectMode.Size = new System.Drawing.Size(175, 16);
      this.mpLabelSubSelectMode.TabIndex = 19;
      this.mpLabelSubSelectMode.Text = "Subtitles mode selection:";
      // 
      // subtitlesSelectionComboBox
      // 
      this.subtitlesSelectionComboBox.BorderColor = System.Drawing.Color.Empty;
      this.subtitlesSelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.subtitlesSelectionComboBox.FormattingEnabled = true;
      this.subtitlesSelectionComboBox.Items.AddRange(new object[] {
            "Subtitles won\'t be auto loaded",
            "Subtitles will be auto loaded by language preference",
            "Subtitles will be auto loaded by first available",
            "Subtitles will only display forced subtitles *"});
      this.subtitlesSelectionComboBox.Location = new System.Drawing.Point(16, 39);
      this.subtitlesSelectionComboBox.Name = "subtitlesSelectionComboBox";
      this.subtitlesSelectionComboBox.Size = new System.Drawing.Size(393, 21);
      this.subtitlesSelectionComboBox.TabIndex = 18;
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(13, 92);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(81, 13);
      this.label2.TabIndex = 17;
      this.label2.Text = "Subtitle paths: *";
      // 
      // subPaths
      // 
      this.subPaths.Location = new System.Drawing.Point(100, 89);
      this.subPaths.Name = "subPaths";
      this.subPaths.Size = new System.Drawing.Size(309, 20);
      this.subPaths.TabIndex = 16;
      // 
      // mpLabel3
      // 
      this.mpLabel3.Location = new System.Drawing.Point(13, 207);
      this.mpLabel3.Name = "mpLabel3";
      this.mpLabel3.Size = new System.Drawing.Size(396, 36);
      this.mpLabel3.TabIndex = 15;
      this.mpLabel3.Text = "* - supported by MPC-HC engine only / using forced sub option, all other subtitle" +
    "s are available for switching (except idx/sub format)";
      // 
      // subPosRelativeCheckBox
      // 
      this.subPosRelativeCheckBox.AutoSize = true;
      this.subPosRelativeCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.subPosRelativeCheckBox.Location = new System.Drawing.Point(16, 66);
      this.subPosRelativeCheckBox.Name = "subPosRelativeCheckBox";
      this.subPosRelativeCheckBox.Size = new System.Drawing.Size(193, 17);
      this.subPosRelativeCheckBox.TabIndex = 14;
      this.subPosRelativeCheckBox.Text = "Position relative to the video frame *";
      this.subPosRelativeCheckBox.UseVisualStyleBackColor = true;
      // 
      // panel1
      // 
      panel1.Controls.Add(this.saveAlwaysRadioButton);
      panel1.Controls.Add(this.saveAskRadioButton);
      panel1.Controls.Add(this.saveNeverRadioButton);
      panel1.Location = new System.Drawing.Point(16, 168);
      panel1.Name = "panel1";
      panel1.Size = new System.Drawing.Size(246, 26);
      panel1.TabIndex = 13;
      // 
      // saveAlwaysRadioButton
      // 
      this.saveAlwaysRadioButton.AutoSize = true;
      this.saveAlwaysRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.saveAlwaysRadioButton.Location = new System.Drawing.Point(173, 1);
      this.saveAlwaysRadioButton.Name = "saveAlwaysRadioButton";
      this.saveAlwaysRadioButton.Size = new System.Drawing.Size(57, 17);
      this.saveAlwaysRadioButton.TabIndex = 12;
      this.saveAlwaysRadioButton.Text = "Always";
      this.saveAlwaysRadioButton.UseVisualStyleBackColor = true;
      // 
      // saveAskRadioButton
      // 
      this.saveAskRadioButton.AutoSize = true;
      this.saveAskRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.saveAskRadioButton.Location = new System.Drawing.Point(98, 1);
      this.saveAskRadioButton.Name = "saveAskRadioButton";
      this.saveAskRadioButton.Size = new System.Drawing.Size(42, 17);
      this.saveAskRadioButton.TabIndex = 11;
      this.saveAskRadioButton.Text = "Ask";
      this.saveAskRadioButton.UseVisualStyleBackColor = true;
      // 
      // saveNeverRadioButton
      // 
      this.saveNeverRadioButton.AutoSize = true;
      this.saveNeverRadioButton.Checked = true;
      this.saveNeverRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.saveNeverRadioButton.Location = new System.Drawing.Point(18, 1);
      this.saveNeverRadioButton.Name = "saveNeverRadioButton";
      this.saveNeverRadioButton.Size = new System.Drawing.Size(53, 17);
      this.saveNeverRadioButton.TabIndex = 10;
      this.saveNeverRadioButton.TabStop = true;
      this.saveNeverRadioButton.Text = "Never";
      this.saveNeverRadioButton.UseVisualStyleBackColor = true;
      // 
      // mpLabel6
      // 
      this.mpLabel6.Location = new System.Drawing.Point(13, 149);
      this.mpLabel6.Name = "mpLabel6";
      this.mpLabel6.Size = new System.Drawing.Size(199, 16);
      this.mpLabel6.TabIndex = 9;
      this.mpLabel6.Text = "Autosave modified subtitles: *";
      // 
      // mpLabel5
      // 
      this.mpLabel5.Location = new System.Drawing.Point(196, 125);
      this.mpLabel5.Name = "mpLabel5";
      this.mpLabel5.Size = new System.Drawing.Size(25, 16);
      this.mpLabel5.TabIndex = 8;
      this.mpLabel5.Text = "ms";
      // 
      // delayTextBox
      // 
      this.delayTextBox.Location = new System.Drawing.Point(143, 122);
      this.delayTextBox.Name = "delayTextBox";
      this.delayTextBox.Size = new System.Drawing.Size(46, 20);
      this.delayTextBox.TabIndex = 7;
      this.delayTextBox.Text = "250";
      this.delayTextBox.Value = 250;
      // 
      // mpLabel4
      // 
      this.mpLabel4.Location = new System.Drawing.Point(13, 125);
      this.mpLabel4.Name = "mpLabel4";
      this.mpLabel4.Size = new System.Drawing.Size(107, 16);
      this.mpLabel4.TabIndex = 6;
      this.mpLabel4.Text = "Delay interval:";
      // 
      // mpTabPage2
      // 
      mpTabPage2.Controls.Add(this.mpGroupBox2);
      mpTabPage2.Location = new System.Drawing.Point(4, 22);
      mpTabPage2.Name = "mpTabPage2";
      mpTabPage2.Size = new System.Drawing.Size(464, 382);
      mpTabPage2.TabIndex = 10;
      mpTabPage2.Text = "Subtitle (cont)";
      mpTabPage2.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox2
      // 
      this.mpGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox2.Controls.Add(this.subStyleOverrideCheckBox);
      this.mpGroupBox2.Controls.Add(this.opaqueBoxRadioButton);
      this.mpGroupBox2.Controls.Add(this.borderOutlineRadioButton);
      this.mpGroupBox2.Controls.Add(this.borderWidthUpDown);
      this.mpGroupBox2.Controls.Add(this.shadowDepthUpDown);
      this.mpGroupBox2.Controls.Add(this.mpLabel1);
      this.mpGroupBox2.Controls.Add(this.mpLabel9);
      this.mpGroupBox2.Controls.Add(this.subtitlesButton);
      this.mpGroupBox2.Controls.Add(this.subtitlesFontTextBox);
      this.mpGroupBox2.Controls.Add(this.mpLabel10);
      this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox2.Location = new System.Drawing.Point(15, 12);
      this.mpGroupBox2.Name = "mpGroupBox2";
      this.mpGroupBox2.Size = new System.Drawing.Size(432, 171);
      this.mpGroupBox2.TabIndex = 1;
      this.mpGroupBox2.TabStop = false;
      this.mpGroupBox2.Text = "Style";
      // 
      // subStyleOverrideCheckBox
      // 
      this.subStyleOverrideCheckBox.AutoSize = true;
      this.subStyleOverrideCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.subStyleOverrideCheckBox.Location = new System.Drawing.Point(16, 146);
      this.subStyleOverrideCheckBox.Name = "subStyleOverrideCheckBox";
      this.subStyleOverrideCheckBox.Size = new System.Drawing.Size(160, 17);
      this.subStyleOverrideCheckBox.TabIndex = 15;
      this.subStyleOverrideCheckBox.Text = "Override ASS subtitles style *";
      this.subStyleOverrideCheckBox.UseVisualStyleBackColor = true;
      // 
      // opaqueBoxRadioButton
      // 
      this.opaqueBoxRadioButton.AutoSize = true;
      this.opaqueBoxRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.opaqueBoxRadioButton.Location = new System.Drawing.Point(24, 121);
      this.opaqueBoxRadioButton.Name = "opaqueBoxRadioButton";
      this.opaqueBoxRadioButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
      this.opaqueBoxRadioButton.Size = new System.Drawing.Size(82, 17);
      this.opaqueBoxRadioButton.TabIndex = 8;
      this.opaqueBoxRadioButton.Text = "Opaque box";
      this.opaqueBoxRadioButton.UseVisualStyleBackColor = true;
      // 
      // borderOutlineRadioButton
      // 
      this.borderOutlineRadioButton.AutoSize = true;
      this.borderOutlineRadioButton.Checked = true;
      this.borderOutlineRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.borderOutlineRadioButton.Location = new System.Drawing.Point(24, 98);
      this.borderOutlineRadioButton.Name = "borderOutlineRadioButton";
      this.borderOutlineRadioButton.Size = new System.Drawing.Size(57, 17);
      this.borderOutlineRadioButton.TabIndex = 7;
      this.borderOutlineRadioButton.TabStop = true;
      this.borderOutlineRadioButton.Text = "Outline";
      this.borderOutlineRadioButton.UseVisualStyleBackColor = true;
      // 
      // borderWidthUpDown
      // 
      this.borderWidthUpDown.Location = new System.Drawing.Point(133, 78);
      this.borderWidthUpDown.Name = "borderWidthUpDown";
      this.borderWidthUpDown.Size = new System.Drawing.Size(79, 20);
      this.borderWidthUpDown.TabIndex = 12;
      this.borderWidthUpDown.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
      // 
      // shadowDepthUpDown
      // 
      this.shadowDepthUpDown.Location = new System.Drawing.Point(133, 52);
      this.shadowDepthUpDown.Name = "shadowDepthUpDown";
      this.shadowDepthUpDown.Size = new System.Drawing.Size(79, 20);
      this.shadowDepthUpDown.TabIndex = 11;
      this.shadowDepthUpDown.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
      // 
      // mpLabel1
      // 
      this.mpLabel1.AutoSize = true;
      this.mpLabel1.Location = new System.Drawing.Point(13, 54);
      this.mpLabel1.Name = "mpLabel1";
      this.mpLabel1.Size = new System.Drawing.Size(81, 13);
      this.mpLabel1.TabIndex = 10;
      this.mpLabel1.Text = "Shadow Depth:";
      // 
      // mpLabel9
      // 
      this.mpLabel9.AutoSize = true;
      this.mpLabel9.Location = new System.Drawing.Point(13, 80);
      this.mpLabel9.Name = "mpLabel9";
      this.mpLabel9.Size = new System.Drawing.Size(72, 13);
      this.mpLabel9.TabIndex = 9;
      this.mpLabel9.Text = "Border Width:";
      // 
      // subtitlesButton
      // 
      this.subtitlesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.subtitlesButton.Location = new System.Drawing.Point(337, 18);
      this.subtitlesButton.Name = "subtitlesButton";
      this.subtitlesButton.Size = new System.Drawing.Size(72, 22);
      this.subtitlesButton.TabIndex = 6;
      this.subtitlesButton.Text = "Browse";
      this.subtitlesButton.UseVisualStyleBackColor = true;
      this.subtitlesButton.Click += new System.EventHandler(this.subtitlesButton_Click);
      // 
      // subtitlesFontTextBox
      // 
      this.subtitlesFontTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.subtitlesFontTextBox.BorderColor = System.Drawing.Color.Empty;
      this.subtitlesFontTextBox.Location = new System.Drawing.Point(129, 19);
      this.subtitlesFontTextBox.Name = "subtitlesFontTextBox";
      this.subtitlesFontTextBox.ReadOnly = true;
      this.subtitlesFontTextBox.Size = new System.Drawing.Size(200, 20);
      this.subtitlesFontTextBox.TabIndex = 5;
      // 
      // mpLabel10
      // 
      this.mpLabel10.Location = new System.Drawing.Point(13, 22);
      this.mpLabel10.Name = "mpLabel10";
      this.mpLabel10.Size = new System.Drawing.Size(107, 16);
      this.mpLabel10.TabIndex = 4;
      this.mpLabel10.Text = "Display font:";
      // 
      // labelPlayAll
      // 
      labelPlayAll.AutoSize = true;
      labelPlayAll.Location = new System.Drawing.Point(17, 208);
      labelPlayAll.Name = "labelPlayAll";
      labelPlayAll.Size = new System.Drawing.Size(191, 13);
      labelPlayAll.TabIndex = 11;
      labelPlayAll.Text = "Play all videos inside folder (play order):";
      // 
      // tabPage1
      // 
      this.tabPage1.Controls.Add(this.mpGroupBoxVideoAudioDelay);
      this.tabPage1.Controls.Add(this.mpGroupBoxComSkip);
      this.tabPage1.Controls.Add(this.groupBox1);
      this.tabPage1.Location = new System.Drawing.Point(4, 22);
      this.tabPage1.Name = "tabPage1";
      this.tabPage1.Size = new System.Drawing.Size(464, 382);
      this.tabPage1.TabIndex = 0;
      this.tabPage1.Text = "General";
      this.tabPage1.UseVisualStyleBackColor = true;
      // 
      // mpGroupBoxVideoAudioDelay
      // 
      this.mpGroupBoxVideoAudioDelay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBoxVideoAudioDelay.Controls.Add(this.delayVideoTextBox);
      this.mpGroupBoxVideoAudioDelay.Controls.Add(this.mpLabelAVDelayTime);
      this.mpGroupBoxVideoAudioDelay.Controls.Add(this.mpLabelAVDelay);
      this.mpGroupBoxVideoAudioDelay.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBoxVideoAudioDelay.Location = new System.Drawing.Point(16, 316);
      this.mpGroupBoxVideoAudioDelay.Name = "mpGroupBoxVideoAudioDelay";
      this.mpGroupBoxVideoAudioDelay.Size = new System.Drawing.Size(432, 49);
      this.mpGroupBoxVideoAudioDelay.TabIndex = 12;
      this.mpGroupBoxVideoAudioDelay.TabStop = false;
      this.mpGroupBoxVideoAudioDelay.Text = "Video/Audio Delay";
      // 
      // delayVideoTextBox
      // 
      this.delayVideoTextBox.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.delayVideoTextBox.Location = new System.Drawing.Point(148, 18);
      this.delayVideoTextBox.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
      this.delayVideoTextBox.Name = "delayVideoTextBox";
      this.delayVideoTextBox.Size = new System.Drawing.Size(52, 20);
      this.delayVideoTextBox.TabIndex = 16;
      this.delayVideoTextBox.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
      // 
      // mpLabelAVDelayTime
      // 
      this.mpLabelAVDelayTime.Location = new System.Drawing.Point(200, 22);
      this.mpLabelAVDelayTime.Name = "mpLabelAVDelayTime";
      this.mpLabelAVDelayTime.Size = new System.Drawing.Size(25, 16);
      this.mpLabelAVDelayTime.TabIndex = 15;
      this.mpLabelAVDelayTime.Text = "ms";
      // 
      // mpLabelAVDelay
      // 
      this.mpLabelAVDelay.Location = new System.Drawing.Point(17, 22);
      this.mpLabelAVDelay.Name = "mpLabelAVDelay";
      this.mpLabelAVDelay.Size = new System.Drawing.Size(107, 16);
      this.mpLabelAVDelay.TabIndex = 13;
      this.mpLabelAVDelay.Text = "Delay interval:";
      // 
      // mpGroupBoxComSkip
      // 
      this.mpGroupBoxComSkip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBoxComSkip.Controls.Add(this.comSkipCheckBox);
      this.mpGroupBoxComSkip.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBoxComSkip.Location = new System.Drawing.Point(16, 261);
      this.mpGroupBoxComSkip.Name = "mpGroupBoxComSkip";
      this.mpGroupBoxComSkip.Size = new System.Drawing.Size(432, 49);
      this.mpGroupBoxComSkip.TabIndex = 11;
      this.mpGroupBoxComSkip.TabStop = false;
      this.mpGroupBoxComSkip.Text = "Commercial skip";
      // 
      // comSkipCheckBox
      // 
      this.comSkipCheckBox.AutoSize = true;
      this.comSkipCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.comSkipCheckBox.Location = new System.Drawing.Point(19, 20);
      this.comSkipCheckBox.Name = "comSkipCheckBox";
      this.comSkipCheckBox.Size = new System.Drawing.Size(354, 17);
      this.comSkipCheckBox.TabIndex = 8;
      this.comSkipCheckBox.Text = "Automatically skip commercials for videos with ComSkip data available";
      this.comSkipCheckBox.UseVisualStyleBackColor = true;
      // 
      // groupBox1
      // 
      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox1.Controls.Add(this.chbKeepFoldersTogether);
      this.groupBox1.Controls.Add(this.playedPercentageTB);
      this.groupBox1.Controls.Add(this.percentPlayedLabel);
      this.groupBox1.Controls.Add(labelPlayAll);
      this.groupBox1.Controls.Add(this.comboBoxPlayAll);
      this.groupBox1.Controls.Add(this.playedPercentageTrackBar);
      this.groupBox1.Controls.Add(this.checkBoxShowWatched);
      this.groupBox1.Controls.Add(this.fileNameButton);
      this.groupBox1.Controls.Add(this.folderNameTextBox);
      this.groupBox1.Controls.Add(this.repeatPlaylistCheckBox);
      this.groupBox1.Controls.Add(this.folderNameLabel);
      this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBox1.Location = new System.Drawing.Point(16, 16);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(432, 239);
      this.groupBox1.TabIndex = 0;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Settings";
      // 
      // chbKeepFoldersTogether
      // 
      this.chbKeepFoldersTogether.AutoSize = true;
      this.chbKeepFoldersTogether.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.chbKeepFoldersTogether.Location = new System.Drawing.Point(19, 100);
      this.chbKeepFoldersTogether.Name = "chbKeepFoldersTogether";
      this.chbKeepFoldersTogether.Size = new System.Drawing.Size(209, 17);
      this.chbKeepFoldersTogether.TabIndex = 15;
      this.chbKeepFoldersTogether.Text = "Keep DVD and BluRay folders together";
      this.chbKeepFoldersTogether.UseVisualStyleBackColor = true;
      // 
      // playedPercentageTB
      // 
      this.playedPercentageTB.Enabled = false;
      this.playedPercentageTB.Location = new System.Drawing.Point(352, 154);
      this.playedPercentageTB.Name = "playedPercentageTB";
      this.playedPercentageTB.Size = new System.Drawing.Size(48, 20);
      this.playedPercentageTB.TabIndex = 14;
      this.playedPercentageTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.playedPercentageTB.Value = new decimal(new int[] {
            95,
            0,
            0,
            0});
      this.playedPercentageTB.ValueChanged += new System.EventHandler(this.playedPercentageTB_ValueChanged);
      // 
      // percentPlayedLabel
      // 
      this.percentPlayedLabel.Location = new System.Drawing.Point(34, 131);
      this.percentPlayedLabel.Name = "percentPlayedLabel";
      this.percentPlayedLabel.Size = new System.Drawing.Size(299, 18);
      this.percentPlayedLabel.TabIndex = 13;
      this.percentPlayedLabel.Text = "Played time percentage needed to mark video as watched";
      // 
      // comboBoxPlayAll
      // 
      this.comboBoxPlayAll.BorderColor = System.Drawing.Color.Empty;
      this.comboBoxPlayAll.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.comboBoxPlayAll.FormattingEnabled = true;
      this.comboBoxPlayAll.Items.AddRange(new object[] {
            "By Name",
            "By Date",
            "Shuffle",
            "Always ask"});
      this.comboBoxPlayAll.Location = new System.Drawing.Point(226, 205);
      this.comboBoxPlayAll.Name = "comboBoxPlayAll";
      this.comboBoxPlayAll.Size = new System.Drawing.Size(185, 21);
      this.comboBoxPlayAll.TabIndex = 8;
      // 
      // playedPercentageTrackBar
      // 
      this.playedPercentageTrackBar.BackColor = System.Drawing.Color.White;
      this.playedPercentageTrackBar.Enabled = false;
      this.playedPercentageTrackBar.Location = new System.Drawing.Point(26, 154);
      this.playedPercentageTrackBar.Maximum = 100;
      this.playedPercentageTrackBar.Name = "playedPercentageTrackBar";
      this.playedPercentageTrackBar.Size = new System.Drawing.Size(320, 45);
      this.playedPercentageTrackBar.TabIndex = 5;
      this.playedPercentageTrackBar.TickFrequency = 5;
      this.playedPercentageTrackBar.Value = 95;
      this.playedPercentageTrackBar.Scroll += new System.EventHandler(this.playedPercentageTrackBar_Scroll);
      // 
      // checkBoxShowWatched
      // 
      this.checkBoxShowWatched.AutoSize = true;
      this.checkBoxShowWatched.Checked = true;
      this.checkBoxShowWatched.CheckState = System.Windows.Forms.CheckState.Checked;
      this.checkBoxShowWatched.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.checkBoxShowWatched.Location = new System.Drawing.Point(19, 77);
      this.checkBoxShowWatched.Name = "checkBoxShowWatched";
      this.checkBoxShowWatched.Size = new System.Drawing.Size(381, 17);
      this.checkBoxShowWatched.TabIndex = 6;
      this.checkBoxShowWatched.Text = "Mark every already watched file (deactivate for performance with many files)";
      this.checkBoxShowWatched.UseVisualStyleBackColor = true;
      this.checkBoxShowWatched.CheckedChanged += new System.EventHandler(this.checkBoxShowWatched_CheckedChanged);
      // 
      // fileNameButton
      // 
      this.fileNameButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.fileNameButton.Location = new System.Drawing.Point(339, 28);
      this.fileNameButton.Name = "fileNameButton";
      this.fileNameButton.Size = new System.Drawing.Size(72, 22);
      this.fileNameButton.TabIndex = 4;
      this.fileNameButton.Text = "Browse";
      this.fileNameButton.UseVisualStyleBackColor = true;
      this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click);
      // 
      // folderNameTextBox
      // 
      this.folderNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.folderNameTextBox.BorderColor = System.Drawing.Color.Empty;
      this.folderNameTextBox.Location = new System.Drawing.Point(133, 28);
      this.folderNameTextBox.Name = "folderNameTextBox";
      this.folderNameTextBox.Size = new System.Drawing.Size(200, 20);
      this.folderNameTextBox.TabIndex = 3;
      // 
      // repeatPlaylistCheckBox
      // 
      this.repeatPlaylistCheckBox.AutoSize = true;
      this.repeatPlaylistCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.repeatPlaylistCheckBox.Location = new System.Drawing.Point(19, 54);
      this.repeatPlaylistCheckBox.Name = "repeatPlaylistCheckBox";
      this.repeatPlaylistCheckBox.Size = new System.Drawing.Size(152, 17);
      this.repeatPlaylistCheckBox.TabIndex = 5;
      this.repeatPlaylistCheckBox.Text = "Repeat/loop video playlists";
      this.repeatPlaylistCheckBox.UseVisualStyleBackColor = true;
      // 
      // folderNameLabel
      // 
      this.folderNameLabel.Location = new System.Drawing.Point(16, 32);
      this.folderNameLabel.Name = "folderNameLabel";
      this.folderNameLabel.Size = new System.Drawing.Size(80, 16);
      this.folderNameLabel.TabIndex = 2;
      this.folderNameLabel.Text = "Playlist folder:";
      // 
      // tabControl1
      // 
      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.tabControl1.Controls.Add(this.tabPage1);
      this.tabControl1.Controls.Add(tabPage3);
      this.tabControl1.Controls.Add(mpTabPage2);
      this.tabControl1.Controls.Add(this.mpTabPage1);
      this.tabControl1.Location = new System.Drawing.Point(0, 0);
      this.tabControl1.Name = "tabControl1";
      this.tabControl1.SelectedIndex = 0;
      this.tabControl1.Size = new System.Drawing.Size(472, 408);
      this.tabControl1.TabIndex = 0;
      // 
      // mpTabPage1
      // 
      this.mpTabPage1.Controls.Add(this.mpGroupBox4);
      this.mpTabPage1.Location = new System.Drawing.Point(4, 22);
      this.mpTabPage1.Name = "mpTabPage1";
      this.mpTabPage1.Size = new System.Drawing.Size(464, 382);
      this.mpTabPage1.TabIndex = 9;
      this.mpTabPage1.Text = "Language";
      this.mpTabPage1.UseVisualStyleBackColor = true;
      // 
      // mpGroupBox4
      // 
      this.mpGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mpGroupBox4.Controls.Add(streamLAVSelectionCheckBox);
      this.mpGroupBox4.Controls.Add(this.mpLabelOptionLAV);
      this.mpGroupBox4.Controls.Add(audioDefaultCheckBox);
      this.mpGroupBox4.Controls.Add(this.mpLabel7);
      this.mpGroupBox4.Controls.Add(this.defaultAudioLanguageComboBox);
      this.mpGroupBox4.Controls.Add(this.mpLabel8);
      this.mpGroupBox4.Controls.Add(this.defaultSubtitleLanguageComboBox);
      this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.mpGroupBox4.Location = new System.Drawing.Point(14, 12);
      this.mpGroupBox4.Name = "mpGroupBox4";
      this.mpGroupBox4.Size = new System.Drawing.Size(432, 176);
      this.mpGroupBox4.TabIndex = 10;
      this.mpGroupBox4.TabStop = false;
      this.mpGroupBox4.Text = "Default Language";
      // 
      // streamLAVSelectionCheckBox
      // 
      streamLAVSelectionCheckBox.AutoSize = true;
      streamLAVSelectionCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      streamLAVSelectionCheckBox.Location = new System.Drawing.Point(16, 134);
      streamLAVSelectionCheckBox.Name = "streamLAVSelectionCheckBox";
      streamLAVSelectionCheckBox.Size = new System.Drawing.Size(360, 17);
      streamLAVSelectionCheckBox.TabIndex = 18;
      streamLAVSelectionCheckBox.Text = "Override the whole audio/subtitle use stream selection from LAV Splitter";
      streamLAVSelectionCheckBox.UseVisualStyleBackColor = true;
      streamLAVSelectionCheckBox.CheckedChanged += new System.EventHandler(this.streamLAVSelectionCheckBox_CheckedChanged);
      // 
      // mpLabelOptionLAV
      // 
      this.mpLabelOptionLAV.Location = new System.Drawing.Point(13, 83);
      this.mpLabelOptionLAV.Name = "mpLabelOptionLAV";
      this.mpLabelOptionLAV.Size = new System.Drawing.Size(238, 16);
      this.mpLabelOptionLAV.TabIndex = 17;
      this.mpLabelOptionLAV.Text = "Option working only with  LAV Splitter in use:";
      // 
      // audioDefaultCheckBox
      // 
      audioDefaultCheckBox.AutoSize = true;
      audioDefaultCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      audioDefaultCheckBox.Location = new System.Drawing.Point(16, 111);
      audioDefaultCheckBox.Name = "audioDefaultCheckBox";
      audioDefaultCheckBox.Size = new System.Drawing.Size(235, 17);
      audioDefaultCheckBox.TabIndex = 16;
      audioDefaultCheckBox.Text = "Override audio selection and use default one";
      audioDefaultCheckBox.UseVisualStyleBackColor = true;
      audioDefaultCheckBox.CheckedChanged += new System.EventHandler(this.audioDefault_CheckedChanged);
      // 
      // mpLabel7
      // 
      this.mpLabel7.Location = new System.Drawing.Point(13, 56);
      this.mpLabel7.Name = "mpLabel7";
      this.mpLabel7.Size = new System.Drawing.Size(96, 16);
      this.mpLabel7.TabIndex = 6;
      this.mpLabel7.Text = "Audio:";
      // 
      // defaultAudioLanguageComboBox
      // 
      this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.defaultAudioLanguageComboBox.BorderColor = System.Drawing.Color.Empty;
      this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.defaultAudioLanguageComboBox.Location = new System.Drawing.Point(136, 51);
      this.defaultAudioLanguageComboBox.Name = "defaultAudioLanguageComboBox";
      this.defaultAudioLanguageComboBox.Size = new System.Drawing.Size(280, 21);
      this.defaultAudioLanguageComboBox.Sorted = true;
      this.defaultAudioLanguageComboBox.TabIndex = 7;
      // 
      // mpLabel8
      // 
      this.mpLabel8.Location = new System.Drawing.Point(13, 27);
      this.mpLabel8.Name = "mpLabel8";
      this.mpLabel8.Size = new System.Drawing.Size(96, 16);
      this.mpLabel8.TabIndex = 6;
      this.mpLabel8.Text = "Subtitles:";
      // 
      // defaultSubtitleLanguageComboBox
      // 
      this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.defaultSubtitleLanguageComboBox.BorderColor = System.Drawing.Color.Empty;
      this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.defaultSubtitleLanguageComboBox.Location = new System.Drawing.Point(136, 24);
      this.defaultSubtitleLanguageComboBox.Name = "defaultSubtitleLanguageComboBox";
      this.defaultSubtitleLanguageComboBox.Size = new System.Drawing.Size(280, 21);
      this.defaultSubtitleLanguageComboBox.Sorted = true;
      this.defaultSubtitleLanguageComboBox.TabIndex = 7;
      // 
      // Movies
      // 
      this.Controls.Add(this.tabControl1);
      this.Name = "Movies";
      this.Size = new System.Drawing.Size(472, 408);
      tabPage3.ResumeLayout(false);
      mpGroupBox3.ResumeLayout(false);
      this.mpGroupBox1.ResumeLayout(false);
      this.mpGroupBox1.PerformLayout();
      panel1.ResumeLayout(false);
      panel1.PerformLayout();
      mpTabPage2.ResumeLayout(false);
      this.mpGroupBox2.ResumeLayout(false);
      this.mpGroupBox2.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.borderWidthUpDown)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.shadowDepthUpDown)).EndInit();
      this.tabPage1.ResumeLayout(false);
      this.mpGroupBoxVideoAudioDelay.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.delayVideoTextBox)).EndInit();
      this.mpGroupBoxComSkip.ResumeLayout(false);
      this.mpGroupBoxComSkip.PerformLayout();
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTB)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.playedPercentageTrackBar)).EndInit();
      this.tabControl1.ResumeLayout(false);
      this.mpTabPage1.ResumeLayout(false);
      this.mpGroupBox4.ResumeLayout(false);
      this.mpGroupBox4.PerformLayout();
      this.ResumeLayout(false);

    }
Example #22
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);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.checkBoxDxVA = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.checkBoxHWMC = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.comboBoxDeInterlace = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxOutPutMode = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.comboBoxSpeakerConfig = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.mpGroupBox1.SuspendLayout();
   this.mpGroupBox2.SuspendLayout();
   this.SuspendLayout();
   // 
   // checkBoxDxVA
   // 
   this.checkBoxDxVA.AutoSize = true;
   this.checkBoxDxVA.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxDxVA.Location = new System.Drawing.Point(62, 25);
   this.checkBoxDxVA.Name = "checkBoxDxVA";
   this.checkBoxDxVA.Size = new System.Drawing.Size(87, 17);
   this.checkBoxDxVA.TabIndex = 2;
   this.checkBoxDxVA.Text = "Enable DxVA";
   this.checkBoxDxVA.UseVisualStyleBackColor = true;
   // 
   // checkBoxHWMC
   // 
   this.checkBoxHWMC.AutoSize = true;
   this.checkBoxHWMC.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxHWMC.Location = new System.Drawing.Point(62, 48);
   this.checkBoxHWMC.Name = "checkBoxHWMC";
   this.checkBoxHWMC.Size = new System.Drawing.Size(95, 17);
   this.checkBoxHWMC.TabIndex = 3;
   this.checkBoxHWMC.Text = "Enable HWMC";
   this.checkBoxHWMC.UseVisualStyleBackColor = true;
   // 
   // comboBoxDeInterlace
   // 
   this.comboBoxDeInterlace.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxDeInterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxDeInterlace.FormattingEnabled = true;
   this.comboBoxDeInterlace.Items.AddRange(new object[]
                                             {
                                               "Auto",
                                               "Bob",
                                               "Weave",
                                               "Progressive"
                                             });
   this.comboBoxDeInterlace.Location = new System.Drawing.Point(62, 102);
   this.comboBoxDeInterlace.Name = "comboBoxDeInterlace";
   this.comboBoxDeInterlace.Size = new System.Drawing.Size(125, 21);
   this.comboBoxDeInterlace.TabIndex = 4;
   // 
   // mpGroupBox1
   // 
   this.mpGroupBox1.Controls.Add(this.mpLabel4);
   this.mpGroupBox1.Controls.Add(this.mpLabel1);
   this.mpGroupBox1.Controls.Add(this.checkBoxHWMC);
   this.mpGroupBox1.Controls.Add(this.comboBoxDeInterlace);
   this.mpGroupBox1.Controls.Add(this.checkBoxDxVA);
   this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpGroupBox1.Location = new System.Drawing.Point(6, 0);
   this.mpGroupBox1.Name = "mpGroupBox1";
   this.mpGroupBox1.Size = new System.Drawing.Size(462, 143);
   this.mpGroupBox1.TabIndex = 5;
   this.mpGroupBox1.TabStop = false;
   this.mpGroupBox1.Text = "Video Decoder Settings";
   // 
   // mpLabel4
   // 
   this.mpLabel4.AutoSize = true;
   this.mpLabel4.Location = new System.Drawing.Point(182, 25);
   this.mpLabel4.MaximumSize = new System.Drawing.Size(240, 0);
   this.mpLabel4.Name = "mpLabel4";
   this.mpLabel4.RightToLeft = System.Windows.Forms.RightToLeft.No;
   this.mpLabel4.Size = new System.Drawing.Size(224, 39);
   this.mpLabel4.TabIndex = 6;
   this.mpLabel4.Text = "It is recommended to enable these options for better CPU utlization. If DxVA is e" +
                        "nabled, De-Interlacing is done using VMR9.";
   // 
   // mpLabel1
   // 
   this.mpLabel1.AutoSize = true;
   this.mpLabel1.Location = new System.Drawing.Point(7, 77);
   this.mpLabel1.Name = "mpLabel1";
   this.mpLabel1.Size = new System.Drawing.Size(106, 13);
   this.mpLabel1.TabIndex = 5;
   this.mpLabel1.Text = "De-Interlace Settings";
   // 
   // mpGroupBox2
   // 
   this.mpGroupBox2.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.mpGroupBox2.Controls.Add(this.mpLabel3);
   this.mpGroupBox2.Controls.Add(this.mpLabel2);
   this.mpGroupBox2.Controls.Add(this.comboBoxOutPutMode);
   this.mpGroupBox2.Controls.Add(this.comboBoxSpeakerConfig);
   this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.mpGroupBox2.Location = new System.Drawing.Point(6, 152);
   this.mpGroupBox2.Name = "mpGroupBox2";
   this.mpGroupBox2.Size = new System.Drawing.Size(462, 166);
   this.mpGroupBox2.TabIndex = 0;
   this.mpGroupBox2.TabStop = false;
   this.mpGroupBox2.Text = "Audio Decoder Settings";
   // 
   // mpLabel3
   // 
   this.mpLabel3.AutoSize = true;
   this.mpLabel3.Location = new System.Drawing.Point(7, 96);
   this.mpLabel3.Name = "mpLabel3";
   this.mpLabel3.Size = new System.Drawing.Size(69, 13);
   this.mpLabel3.TabIndex = 3;
   this.mpLabel3.Text = "Output Mode";
   // 
   // mpLabel2
   // 
   this.mpLabel2.AutoSize = true;
   this.mpLabel2.Location = new System.Drawing.Point(7, 32);
   this.mpLabel2.Name = "mpLabel2";
   this.mpLabel2.Size = new System.Drawing.Size(88, 13);
   this.mpLabel2.TabIndex = 2;
   this.mpLabel2.Text = "Speaker Settings";
   // 
   // comboBoxOutPutMode
   // 
   this.comboBoxOutPutMode.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxOutPutMode.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxOutPutMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxOutPutMode.DropDownWidth = 372;
   this.comboBoxOutPutMode.Location = new System.Drawing.Point(62, 123);
   this.comboBoxOutPutMode.Name = "comboBoxOutPutMode";
   this.comboBoxOutPutMode.Size = new System.Drawing.Size(362, 21);
   this.comboBoxOutPutMode.TabIndex = 0;
   // 
   // comboBoxSpeakerConfig
   // 
   this.comboBoxSpeakerConfig.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxSpeakerConfig.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxSpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxSpeakerConfig.Items.AddRange(new object[]
                                               {
                                                 "2 Speaker",
                                                 "4 Speaker",
                                                 "6 Speaker (5.1)",
                                                 "7 Speaker (6.1)",
                                                 "8 Speaker (7.1)",
                                                 "S/PDIF Out"
                                               });
   this.comboBoxSpeakerConfig.Location = new System.Drawing.Point(62, 57);
   this.comboBoxSpeakerConfig.Name = "comboBoxSpeakerConfig";
   this.comboBoxSpeakerConfig.Size = new System.Drawing.Size(362, 21);
   this.comboBoxSpeakerConfig.TabIndex = 1;
   this.comboBoxSpeakerConfig.SelectedIndexChanged +=
     new System.EventHandler(this.comboBoxSpeakerConfig_SelectedIndexChanged);
   // 
   // FiltersWinDVD7Decoder
   // 
   this.Controls.Add(this.mpGroupBox2);
   this.Controls.Add(this.mpGroupBox1);
   this.Name = "FiltersWinDVD7Decoder";
   this.Size = new System.Drawing.Size(472, 408);
   this.mpGroupBox1.ResumeLayout(false);
   this.mpGroupBox1.PerformLayout();
   this.mpGroupBox2.ResumeLayout(false);
   this.mpGroupBox2.PerformLayout();
   this.ResumeLayout(false);
 }
Example #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.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);
 }
Example #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.disableAnimCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.pow2texCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.subPicsAheadUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown();
   this.textureComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.label3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonClose = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonOK = new MediaPortal.UserInterface.Controls.MPButton();
   this.posYUpDown = new System.Windows.Forms.NumericUpDown();
   this.label2 = new System.Windows.Forms.Label();
   this.groupBox1.SuspendLayout();
   ((System.ComponentModel.ISupportInitialize)(this.subPicsAheadUpDown)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.posYUpDown)).BeginInit();
   this.SuspendLayout();
   // 
   // groupBox1
   // 
   this.groupBox1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBox1.Controls.Add(this.label2);
   this.groupBox1.Controls.Add(this.posYUpDown);
   this.groupBox1.Controls.Add(this.disableAnimCheckBox);
   this.groupBox1.Controls.Add(this.mpLabel2);
   this.groupBox1.Controls.Add(this.pow2texCheckBox);
   this.groupBox1.Controls.Add(this.mpLabel1);
   this.groupBox1.Controls.Add(this.subPicsAheadUpDown);
   this.groupBox1.Controls.Add(this.textureComboBox);
   this.groupBox1.Controls.Add(this.label3);
   this.groupBox1.Controls.Add(this.label1);
   this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBox1.Location = new System.Drawing.Point(8, 8);
   this.groupBox1.Name = "groupBox1";
   this.groupBox1.Size = new System.Drawing.Size(450, 151);
   this.groupBox1.TabIndex = 0;
   this.groupBox1.TabStop = false;
   this.groupBox1.Text = "Options";
   // 
   // disableAnimCheckBox
   // 
   this.disableAnimCheckBox.AutoSize = true;
   this.disableAnimCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.disableAnimCheckBox.Location = new System.Drawing.Point(101, 96);
   this.disableAnimCheckBox.Name = "disableAnimCheckBox";
   this.disableAnimCheckBox.Size = new System.Drawing.Size(137, 17);
   this.disableAnimCheckBox.TabIndex = 16;
   this.disableAnimCheckBox.Text = "(Set for slow computers)";
   this.disableAnimCheckBox.UseVisualStyleBackColor = true;
   // 
   // mpLabel2
   // 
   this.mpLabel2.Location = new System.Drawing.Point(6, 98);
   this.mpLabel2.Name = "mpLabel2";
   this.mpLabel2.Size = new System.Drawing.Size(157, 22);
   this.mpLabel2.TabIndex = 15;
   this.mpLabel2.Text = "Disable Animation:";
   // 
   // pow2texCheckBox
   // 
   this.pow2texCheckBox.AutoSize = true;
   this.pow2texCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.pow2texCheckBox.Location = new System.Drawing.Point(293, 63);
   this.pow2texCheckBox.Name = "pow2texCheckBox";
   this.pow2texCheckBox.Size = new System.Drawing.Size(139, 17);
   this.pow2texCheckBox.TabIndex = 14;
   this.pow2texCheckBox.Text = "Round to the power of 2";
   this.pow2texCheckBox.UseVisualStyleBackColor = true;
   // 
   // mpLabel1
   // 
   this.mpLabel1.Location = new System.Drawing.Point(293, 27);
   this.mpLabel1.Name = "mpLabel1";
   this.mpLabel1.Size = new System.Drawing.Size(151, 37);
   this.mpLabel1.TabIndex = 13;
   this.mpLabel1.Text = "Set to 0 to disable buffering (not recommended)";
   // 
   // subPicsAheadUpDown
   // 
   this.subPicsAheadUpDown.Location = new System.Drawing.Point(232, 30);
   this.subPicsAheadUpDown.Name = "subPicsAheadUpDown";
   this.subPicsAheadUpDown.Size = new System.Drawing.Size(41, 20);
   this.subPicsAheadUpDown.TabIndex = 12;
   this.subPicsAheadUpDown.Value = new decimal(new int[]
                                                 {
                                                   3,
                                                   0,
                                                   0,
                                                   0
                                                 });
   // 
   // textureComboBox
   // 
   this.textureComboBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.textureComboBox.BorderColor = System.Drawing.Color.Empty;
   this.textureComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.textureComboBox.Items.AddRange(new object[]
                                         {
                                           "Desktop",
                                           "Medium",
                                           "Low"
                                         });
   this.textureComboBox.Location = new System.Drawing.Point(169, 62);
   this.textureComboBox.Name = "textureComboBox";
   this.textureComboBox.Size = new System.Drawing.Size(104, 21);
   this.textureComboBox.TabIndex = 0;
   // 
   // label3
   // 
   this.label3.Location = new System.Drawing.Point(6, 65);
   this.label3.Name = "label3";
   this.label3.Size = new System.Drawing.Size(157, 23);
   this.label3.TabIndex = 4;
   this.label3.Text = "Maximum texture resolution:";
   // 
   // label1
   // 
   this.label1.Location = new System.Drawing.Point(6, 30);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(220, 24);
   this.label1.TabIndex = 0;
   this.label1.Text = "Number of subpictures to buffer ahead:";
   // 
   // buttonClose
   // 
   this.buttonClose.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.buttonClose.Location = new System.Drawing.Point(383, 165);
   this.buttonClose.Name = "buttonClose";
   this.buttonClose.Size = new System.Drawing.Size(75, 23);
   this.buttonClose.TabIndex = 2;
   this.buttonClose.Text = "Close";
   this.buttonClose.UseVisualStyleBackColor = true;
   this.buttonClose.Click += new System.EventHandler(this.closeButton_Click);
   // 
   // buttonOK
   // 
   this.buttonOK.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonOK.Location = new System.Drawing.Point(302, 165);
   this.buttonOK.Name = "buttonOK";
   this.buttonOK.Size = new System.Drawing.Size(75, 23);
   this.buttonOK.TabIndex = 1;
   this.buttonOK.Text = "OK";
   this.buttonOK.UseVisualStyleBackColor = true;
   this.buttonOK.Click += new System.EventHandler(this.okButton_Click);
   // 
   // posYUpDown
   // 
   this.posYUpDown.Location = new System.Drawing.Point(232, 118);
   this.posYUpDown.Name = "posYUpDown";
   this.posYUpDown.Size = new System.Drawing.Size(41, 20);
   this.posYUpDown.TabIndex = 17;
   // 
   // label2
   // 
   this.label2.AutoSize = true;
   this.label2.Location = new System.Drawing.Point(6, 120);
   this.label2.Name = "label2";
   this.label2.Size = new System.Drawing.Size(210, 13);
   this.label2.TabIndex = 18;
   this.label2.Text = "Adjust subtitle height position (pixels down):";
   // 
   // MpcHcSubsForm
   // 
   this.AcceptButton = this.buttonOK;
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.CancelButton = this.buttonClose;
   this.ClientSize = new System.Drawing.Size(466, 200);
   this.Controls.Add(this.buttonOK);
   this.Controls.Add(this.buttonClose);
   this.Controls.Add(this.groupBox1);
   this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   this.MinimumSize = new System.Drawing.Size(472, 212);
   this.Name = "MpcHcSubsForm";
   this.ShowInTaskbar = false;
   this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
   this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
   this.Text = "MPC-HC advanced properties";
   this.Load += new System.EventHandler(this.MpcHcSubsForm_Load);
   this.groupBox1.ResumeLayout(false);
   this.groupBox1.PerformLayout();
   ((System.ComponentModel.ISupportInitialize)(this.subPicsAheadUpDown)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.posYUpDown)).EndInit();
   this.ResumeLayout(false);
 }
Example #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.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.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxUseFolderThumb.Location = new System.Drawing.Point(15, 68);
   this.checkBoxUseFolderThumb.Name = "checkBoxUseFolderThumb";
   this.checkBoxUseFolderThumb.Size = new System.Drawing.Size(67, 17);
   this.checkBoxUseFolderThumb.TabIndex = 4;
   this.checkBoxUseFolderThumb.Text = "folder.jpg";
   this.checkBoxUseFolderThumb.UseVisualStyleBackColor = true;
   this.checkBoxUseFolderThumb.CheckedChanged += new System.EventHandler(this.checkBoxUseFolderThumb_CheckedChanged);
   // 
   // buildThumbsCheckBox
   // 
   this.buildThumbsCheckBox.AutoSize = true;
   this.buildThumbsCheckBox.Checked = true;
   this.buildThumbsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
   this.buildThumbsCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.buildThumbsCheckBox.Location = new System.Drawing.Point(15, 22);
   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);
 }
Example #27
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.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();

    }
Example #28
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);

    }
 /// <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.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.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.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);
   // 
   // 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(69, 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(168, 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;
   // 
   // 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.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);
 }