/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBoxZapOSD = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.textBoxZapTimeout = new MediaPortal.UserInterface.Controls.MPTextBox(); this.labelZapTimeOut = new MediaPortal.UserInterface.Controls.MPLabel(); this.textBoxZapDelay = new MediaPortal.UserInterface.Controls.MPTextBox(); this.labelZapDelay = new MediaPortal.UserInterface.Controls.MPLabel(); this.groupBoxOSD = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.textBoxDisplayTimeout = new MediaPortal.UserInterface.Controls.MPTextBox(); this.labelDisplayTimeout = new MediaPortal.UserInterface.Controls.MPLabel(); this.groupBoxZapOSD.SuspendLayout(); this.groupBoxOSD.SuspendLayout(); this.SuspendLayout(); // // groupBoxZapOSD // this.groupBoxZapOSD.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxZapOSD.Controls.Add(this.textBoxZapTimeout); this.groupBoxZapOSD.Controls.Add(this.labelZapTimeOut); this.groupBoxZapOSD.Controls.Add(this.textBoxZapDelay); this.groupBoxZapOSD.Controls.Add(this.labelZapDelay); this.groupBoxZapOSD.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxZapOSD.Location = new System.Drawing.Point(6, 56); this.groupBoxZapOSD.Name = "groupBoxZapOSD"; this.groupBoxZapOSD.Size = new System.Drawing.Size(462, 74); this.groupBoxZapOSD.TabIndex = 3; this.groupBoxZapOSD.TabStop = false; this.groupBoxZapOSD.Text = "Zap On-Screen-Display"; // // textBoxZapTimeout // this.textBoxZapTimeout.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxZapTimeout.BorderColor = System.Drawing.Color.Empty; this.textBoxZapTimeout.Location = new System.Drawing.Point(160, 44); this.textBoxZapTimeout.Name = "textBoxZapTimeout"; this.textBoxZapTimeout.Size = new System.Drawing.Size(286, 20); this.textBoxZapTimeout.TabIndex = 3; // // labelZapTimeOut // this.labelZapTimeOut.AutoSize = true; this.labelZapTimeOut.Location = new System.Drawing.Point(16, 48); this.labelZapTimeOut.Name = "labelZapTimeOut"; this.labelZapTimeOut.Size = new System.Drawing.Size(95, 13); this.labelZapTimeOut.TabIndex = 2; this.labelZapTimeOut.Text = "Zap timeout (sec.):"; // // textBoxZapDelay // this.textBoxZapDelay.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxZapDelay.BorderColor = System.Drawing.Color.Empty; this.textBoxZapDelay.Location = new System.Drawing.Point(160, 20); this.textBoxZapDelay.Name = "textBoxZapDelay"; this.textBoxZapDelay.Size = new System.Drawing.Size(286, 20); this.textBoxZapDelay.TabIndex = 1; // // labelZapDelay // this.labelZapDelay.AutoSize = true; this.labelZapDelay.Location = new System.Drawing.Point(16, 24); this.labelZapDelay.Name = "labelZapDelay"; this.labelZapDelay.Size = new System.Drawing.Size(86, 13); this.labelZapDelay.TabIndex = 0; this.labelZapDelay.Text = "Zap delay (sec.):"; // // groupBoxOSD // this.groupBoxOSD.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxOSD.Controls.Add(this.textBoxDisplayTimeout); this.groupBoxOSD.Controls.Add(this.labelDisplayTimeout); this.groupBoxOSD.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxOSD.Location = new System.Drawing.Point(6, 0); this.groupBoxOSD.Name = "groupBoxOSD"; this.groupBoxOSD.Size = new System.Drawing.Size(462, 50); this.groupBoxOSD.TabIndex = 2; this.groupBoxOSD.TabStop = false; this.groupBoxOSD.Text = "On-Screen-Display"; // // textBoxDisplayTimeout // this.textBoxDisplayTimeout.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxDisplayTimeout.BorderColor = System.Drawing.Color.Empty; this.textBoxDisplayTimeout.Location = new System.Drawing.Point(160, 20); this.textBoxDisplayTimeout.Name = "textBoxDisplayTimeout"; this.textBoxDisplayTimeout.Size = new System.Drawing.Size(286, 20); this.textBoxDisplayTimeout.TabIndex = 1; // // labelDisplayTimeout // this.labelDisplayTimeout.AutoSize = true; this.labelDisplayTimeout.Location = new System.Drawing.Point(16, 24); this.labelDisplayTimeout.Name = "labelDisplayTimeout"; this.labelDisplayTimeout.Size = new System.Drawing.Size(110, 13); this.labelDisplayTimeout.TabIndex = 0; this.labelDisplayTimeout.Text = "Display timeout (sec.):"; // // GuiOSD // this.Controls.Add(this.groupBoxZapOSD); this.Controls.Add(this.groupBoxOSD); this.Name = "GuiOSD"; this.Size = new System.Drawing.Size(472, 408); this.groupBoxZapOSD.ResumeLayout(false); this.groupBoxZapOSD.PerformLayout(); this.groupBoxOSD.ResumeLayout(false); this.groupBoxOSD.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() { 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); }
/// <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(); }
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); }
/// <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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBoxLegacyKeys = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.labelKeyboardWarning = new System.Windows.Forms.Label(); this.idTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.idComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.addButton = new MediaPortal.UserInterface.Controls.MPButton(); this.deleteButton = new MediaPortal.UserInterface.Controls.MPButton(); this.fileNameButton = new MediaPortal.UserInterface.Controls.MPButton(); this.soundTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label4 = new MediaPortal.UserInterface.Controls.MPLabel(); this.keyTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.descriptionTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.keyTreeView = new System.Windows.Forms.TreeView(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.groupBoxLegacyKeys.SuspendLayout(); this.SuspendLayout(); // // groupBoxLegacyKeys // this.groupBoxLegacyKeys.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.groupBoxLegacyKeys.Controls.Add(this.labelKeyboardWarning); this.groupBoxLegacyKeys.Controls.Add(this.idTextBox); this.groupBoxLegacyKeys.Controls.Add(this.idComboBox); this.groupBoxLegacyKeys.Controls.Add(this.addButton); this.groupBoxLegacyKeys.Controls.Add(this.deleteButton); this.groupBoxLegacyKeys.Controls.Add(this.fileNameButton); this.groupBoxLegacyKeys.Controls.Add(this.soundTextBox); this.groupBoxLegacyKeys.Controls.Add(this.label4); this.groupBoxLegacyKeys.Controls.Add(this.keyTextBox); this.groupBoxLegacyKeys.Controls.Add(this.label3); this.groupBoxLegacyKeys.Controls.Add(this.label2); this.groupBoxLegacyKeys.Controls.Add(this.descriptionTextBox); this.groupBoxLegacyKeys.Controls.Add(this.label1); this.groupBoxLegacyKeys.Controls.Add(this.keyTreeView); this.groupBoxLegacyKeys.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxLegacyKeys.Location = new System.Drawing.Point(0, 0); this.groupBoxLegacyKeys.Name = "groupBoxLegacyKeys"; this.groupBoxLegacyKeys.Size = new System.Drawing.Size(472, 408); this.groupBoxLegacyKeys.TabIndex = 0; this.groupBoxLegacyKeys.TabStop = false; this.groupBoxLegacyKeys.Text = "Assignments"; // // labelKeyboardWarning // this.labelKeyboardWarning.ForeColor = System.Drawing.Color.Red; this.labelKeyboardWarning.Location = new System.Drawing.Point(16, 16); this.labelKeyboardWarning.Name = "labelKeyboardWarning"; this.labelKeyboardWarning.Size = new System.Drawing.Size(440, 21); this.labelKeyboardWarning.TabIndex = 13; this.labelKeyboardWarning.Text = "Deprecated, consider using HID Keyboard instead. See Input Devices section."; // // idTextBox // this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.idTextBox.BorderColor = System.Drawing.Color.Empty; this.idTextBox.Enabled = false; this.idTextBox.Location = new System.Drawing.Point(168, 324); this.idTextBox.MaxLength = 5; this.idTextBox.Name = "idTextBox"; this.idTextBox.Size = new System.Drawing.Size(40, 20); this.idTextBox.TabIndex = 6; this.idTextBox.Visible = false; this.idTextBox.TextChanged += new System.EventHandler(this.idTextBox_TextChanged); this.idTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.idTextBox_KeyPress); // // idComboBox // this.idComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.idComboBox.BorderColor = System.Drawing.Color.Empty; this.idComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.idComboBox.Enabled = false; this.idComboBox.Location = new System.Drawing.Point(168, 324); this.idComboBox.Name = "idComboBox"; this.idComboBox.Size = new System.Drawing.Size(288, 21); this.idComboBox.TabIndex = 7; this.idComboBox.SelectedIndexChanged += new System.EventHandler(this.idComboBox_SelectedIndexChanged); // // addButton // this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.addButton.Enabled = false; this.addButton.Location = new System.Drawing.Point(304, 272); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(72, 22); this.addButton.TabIndex = 1; this.addButton.Text = "Add"; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new System.EventHandler(this.addButton_Click); // // deleteButton // this.deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.deleteButton.Enabled = false; this.deleteButton.Location = new System.Drawing.Point(384, 272); this.deleteButton.Name = "deleteButton"; this.deleteButton.Size = new System.Drawing.Size(72, 22); this.deleteButton.TabIndex = 2; this.deleteButton.Text = "Delete"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // fileNameButton // this.fileNameButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.fileNameButton.Enabled = false; this.fileNameButton.Location = new System.Drawing.Point(384, 371); this.fileNameButton.Name = "fileNameButton"; this.fileNameButton.Size = new System.Drawing.Size(72, 22); this.fileNameButton.TabIndex = 12; this.fileNameButton.Text = "Browse"; this.fileNameButton.UseVisualStyleBackColor = true; this.fileNameButton.Click += new System.EventHandler(this.fileNameButton_Click); // // soundTextBox // this.soundTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.soundTextBox.BorderColor = System.Drawing.Color.Empty; this.soundTextBox.Enabled = false; this.soundTextBox.Location = new System.Drawing.Point(168, 372); this.soundTextBox.Name = "soundTextBox"; this.soundTextBox.Size = new System.Drawing.Size(208, 20); this.soundTextBox.TabIndex = 11; this.soundTextBox.TextChanged += new System.EventHandler(this.soundTextBox_TextChanged); // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.Location = new System.Drawing.Point(16, 376); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 16); this.label4.TabIndex = 10; this.label4.Text = "Sound:"; // // keyTextBox // this.keyTextBox.AcceptsReturn = true; this.keyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.keyTextBox.BorderColor = System.Drawing.Color.Empty; this.keyTextBox.Enabled = false; this.keyTextBox.Location = new System.Drawing.Point(168, 348); this.keyTextBox.Name = "keyTextBox"; this.keyTextBox.ReadOnly = true; this.keyTextBox.Size = new System.Drawing.Size(288, 20); this.keyTextBox.TabIndex = 9; this.keyTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.keyTextBox_KeyDown); this.keyTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.keyTextBox_KeyPress); // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.Location = new System.Drawing.Point(16, 352); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(32, 16); this.label3.TabIndex = 8; this.label3.Text = "Key:"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.Location = new System.Drawing.Point(16, 328); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 16); this.label2.TabIndex = 5; this.label2.Text = "Action:"; // // descriptionTextBox // this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.descriptionTextBox.BorderColor = System.Drawing.Color.Empty; this.descriptionTextBox.Enabled = false; this.descriptionTextBox.Location = new System.Drawing.Point(168, 300); this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(288, 20); this.descriptionTextBox.TabIndex = 4; this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.Location = new System.Drawing.Point(16, 304); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 16); this.label1.TabIndex = 3; this.label1.Text = "Description:"; // // keyTreeView // this.keyTreeView.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.keyTreeView.FullRowSelect = true; this.keyTreeView.HideSelection = false; this.keyTreeView.Location = new System.Drawing.Point(16, 40); this.keyTreeView.Name = "keyTreeView"; this.keyTreeView.Size = new System.Drawing.Size(440, 224); this.keyTreeView.TabIndex = 0; this.keyTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.keyTreeView_AfterSelect); // // Keys // this.Controls.Add(this.groupBoxLegacyKeys); this.Name = "Keys"; this.Size = new System.Drawing.Size(472, 408); this.groupBoxLegacyKeys.ResumeLayout(false); this.groupBoxLegacyKeys.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.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.btnOK = new MediaPortal.UserInterface.Controls.MPButton(); this.extensionBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.btnCancel = new MediaPortal.UserInterface.Controls.MPButton(); this.SuspendLayout(); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnOK.Location = new System.Drawing.Point(183, 50); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 3; this.btnOK.Text = "&OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // extensionBox // this.extensionBox.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.extensionBox.BorderColor = System.Drawing.Color.Empty; this.extensionBox.Location = new System.Drawing.Point(82, 16); this.extensionBox.Name = "extensionBox"; this.extensionBox.Size = new System.Drawing.Size(257, 20); this.extensionBox.TabIndex = 4; this.extensionBox.Text = ".mp3, .m4a, .m4p, .m4b"; // // label1 // this.label1.Location = new System.Drawing.Point(12, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 23); this.label1.TabIndex = 5; this.label1.Text = "Extensions"; // // 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(264, 50); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // ConfigurationForm // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(351, 85); this.Controls.Add(this.btnCancel); this.Controls.Add(this.label1); this.Controls.Add(this.extensionBox); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "ConfigurationForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "iTunes - Setup"; this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panDownload = new System.Windows.Forms.Panel(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.labProgressBytes = new MediaPortal.UserInterface.Controls.MPLabel(); this.labInstallFrom = new MediaPortal.UserInterface.Controls.MPLabel(); this.btnMoreInfo = new MediaPortal.UserInterface.Controls.MPButton(); this.chkInstallThis = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbDownloadUrls = new MediaPortal.UserInterface.Controls.MPComboBox(); this.panPackage = new System.Windows.Forms.Panel(); this.txtDescription = new MediaPortal.UserInterface.Controls.MPTextBox(); this.panDownload.SuspendLayout(); this.panPackage.SuspendLayout(); this.SuspendLayout(); // // panDownload // this.panDownload.Controls.Add(this.progressBar); this.panDownload.Controls.Add(this.labProgressBytes); this.panDownload.Dock = System.Windows.Forms.DockStyle.Bottom; this.panDownload.Location = new System.Drawing.Point(0, 192); this.panDownload.Name = "panDownload"; this.panDownload.Size = new System.Drawing.Size(512, 40); this.panDownload.TabIndex = 5; // // progressBar // this.progressBar.Location = new System.Drawing.Point(16, 8); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(360, 24); this.progressBar.TabIndex = 14; this.progressBar.Visible = false; // // labProgressBytes // this.labProgressBytes.Location = new System.Drawing.Point(384, 8); this.labProgressBytes.Name = "labProgressBytes"; this.labProgressBytes.Size = new System.Drawing.Size(112, 24); this.labProgressBytes.TabIndex = 15; this.labProgressBytes.Text = "0 Kb."; this.labProgressBytes.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labProgressBytes.Visible = false; // // labInstallFrom // this.labInstallFrom.Location = new System.Drawing.Point(16, 152); this.labInstallFrom.Name = "labInstallFrom"; this.labInstallFrom.Size = new System.Drawing.Size(72, 24); this.labInstallFrom.TabIndex = 17; this.labInstallFrom.Text = "Install from:"; this.labInstallFrom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnMoreInfo // this.btnMoreInfo.Location = new System.Drawing.Point(416, 16); this.btnMoreInfo.Name = "btnMoreInfo"; this.btnMoreInfo.Size = new System.Drawing.Size(80, 24); this.btnMoreInfo.TabIndex = 16; this.btnMoreInfo.Text = "More Info."; this.btnMoreInfo.Click += new System.EventHandler(this.btnMoreInfo_Click); // // chkInstallThis // this.chkInstallThis.Location = new System.Drawing.Point(16, 16); this.chkInstallThis.Name = "chkInstallThis"; this.chkInstallThis.Size = new System.Drawing.Size(384, 24); this.chkInstallThis.TabIndex = 15; this.chkInstallThis.CheckedChanged += new System.EventHandler(this.chkInstallThis_CheckedChanged); // // cbDownloadUrls // this.cbDownloadUrls.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDownloadUrls.Enabled = false; this.cbDownloadUrls.ItemHeight = 13; this.cbDownloadUrls.Location = new System.Drawing.Point(88, 152); this.cbDownloadUrls.Name = "cbDownloadUrls"; this.cbDownloadUrls.Size = new System.Drawing.Size(408, 21); this.cbDownloadUrls.TabIndex = 12; // // panPackage // this.panPackage.Controls.Add(this.txtDescription); this.panPackage.Controls.Add(this.labInstallFrom); this.panPackage.Controls.Add(this.btnMoreInfo); this.panPackage.Controls.Add(this.chkInstallThis); this.panPackage.Controls.Add(this.cbDownloadUrls); this.panPackage.Dock = System.Windows.Forms.DockStyle.Fill; this.panPackage.Location = new System.Drawing.Point(0, 0); this.panPackage.Name = "panPackage"; this.panPackage.Size = new System.Drawing.Size(512, 192); this.panPackage.TabIndex = 6; // // txtDescription // this.txtDescription.AcceptsReturn = true; this.txtDescription.AcceptsTab = true; this.txtDescription.BackColor = System.Drawing.SystemColors.Control; this.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtDescription.Location = new System.Drawing.Point(16, 48); this.txtDescription.Multiline = true; this.txtDescription.Name = "txtDescription"; this.txtDescription.ReadOnly = true; this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDescription.Size = new System.Drawing.Size(480, 72); this.txtDescription.TabIndex = 18; this.txtDescription.Text = "txtDescription"; // // MP3PartInstaller // this.Controls.Add(this.panPackage); this.Controls.Add(this.panDownload); this.Name = "MP3PartInstaller"; this.Size = new System.Drawing.Size(512, 232); this.panDownload.ResumeLayout(false); this.panPackage.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RemoteUSBUIRT)); this._groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this._settingsPnl = new System.Windows.Forms.Panel(); this._repeatDelay = new System.Windows.Forms.NumericUpDown(); this._repeatWait = new System.Windows.Forms.NumericUpDown(); this._label9 = new System.Windows.Forms.Label(); this._label8 = new System.Windows.Forms.Label(); this._testSendIrButton = new MediaPortal.UserInterface.Controls.MPButton(); this._testSendIrText = new MediaPortal.UserInterface.Controls.MPTextBox(); this._interCommandDelay = new System.Windows.Forms.NumericUpDown(); this._label6 = new MediaPortal.UserInterface.Controls.MPLabel(); this._commandRepeat = new System.Windows.Forms.NumericUpDown(); this._label5 = new MediaPortal.UserInterface.Controls.MPLabel(); this._tunerCommandsButton = new MediaPortal.UserInterface.Controls.MPButton(); this._internalCommandsButton = new MediaPortal.UserInterface.Controls.MPButton(); this._enterCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this._digitCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this._outputCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this._inputCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this._usbuirtVersion = new MediaPortal.UserInterface.Controls.MPLabel(); this._label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this._label4 = new MediaPortal.UserInterface.Controls.MPLabel(); this._groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this._label3 = new MediaPortal.UserInterface.Controls.MPLabel(); this._linkLabel1 = new System.Windows.Forms.LinkLabel(); this._label2 = new MediaPortal.UserInterface.Controls.MPLabel(); this._groupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this._valueDLLVersion = new MediaPortal.UserInterface.Controls.MPLabel(); this._valueAPIVersion = new MediaPortal.UserInterface.Controls.MPLabel(); this._labelDLLVersion = new MediaPortal.UserInterface.Controls.MPLabel(); this._labelAPIVersion = new MediaPortal.UserInterface.Controls.MPLabel(); this._usbuirtConfigVersion = new MediaPortal.UserInterface.Controls.MPLabel(); this._label7 = new MediaPortal.UserInterface.Controls.MPLabel(); this._groupBox1.SuspendLayout(); this._settingsPnl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._repeatDelay)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._repeatWait)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._interCommandDelay)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._commandRepeat)).BeginInit(); this._groupBox2.SuspendLayout(); this._groupBox3.SuspendLayout(); this.SuspendLayout(); // // _groupBox1 // this._groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._groupBox1.Controls.Add(this._settingsPnl); this._groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this._groupBox1.Location = new System.Drawing.Point(6, 0); this._groupBox1.Name = "_groupBox1"; this._groupBox1.Size = new System.Drawing.Size(462, 251); this._groupBox1.TabIndex = 0; this._groupBox1.TabStop = false; // // _settingsPnl // this._settingsPnl.Controls.Add(this._repeatDelay); this._settingsPnl.Controls.Add(this._repeatWait); this._settingsPnl.Controls.Add(this._label9); this._settingsPnl.Controls.Add(this._label8); this._settingsPnl.Controls.Add(this._testSendIrButton); this._settingsPnl.Controls.Add(this._testSendIrText); this._settingsPnl.Controls.Add(this._interCommandDelay); this._settingsPnl.Controls.Add(this._label6); this._settingsPnl.Controls.Add(this._commandRepeat); this._settingsPnl.Controls.Add(this._label5); this._settingsPnl.Controls.Add(this._tunerCommandsButton); this._settingsPnl.Controls.Add(this._internalCommandsButton); this._settingsPnl.Controls.Add(this._enterCheckBox); this._settingsPnl.Controls.Add(this._digitCheckBox); this._settingsPnl.Controls.Add(this._outputCheckBox); this._settingsPnl.Controls.Add(this._inputCheckBox); this._settingsPnl.Location = new System.Drawing.Point(8, 8); this._settingsPnl.Name = "_settingsPnl"; this._settingsPnl.Size = new System.Drawing.Size(448, 235); this._settingsPnl.TabIndex = 0; // // _repeatDelay // this._repeatDelay.Location = new System.Drawing.Point(153, 66); this._repeatDelay.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this._repeatDelay.Name = "_repeatDelay"; this._repeatDelay.Size = new System.Drawing.Size(48, 20); this._repeatDelay.TabIndex = 4; this._repeatDelay.Value = new decimal(new int[] { 30, 0, 0, 0}); // // _repeatWait // this._repeatWait.Location = new System.Drawing.Point(153, 40); this._repeatWait.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this._repeatWait.Name = "_repeatWait"; this._repeatWait.Size = new System.Drawing.Size(48, 20); this._repeatWait.TabIndex = 2; this._repeatWait.Value = new decimal(new int[] { 300, 0, 0, 0}); // // _label9 // this._label9.AutoSize = true; this._label9.Location = new System.Drawing.Point(24, 68); this._label9.Name = "_label9"; this._label9.Size = new System.Drawing.Size(86, 13); this._label9.TabIndex = 3; this._label9.Text = "Repeat delay ms"; this._label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _label8 // this._label8.AutoSize = true; this._label8.Location = new System.Drawing.Point(24, 42); this._label8.Name = "_label8"; this._label8.Size = new System.Drawing.Size(80, 13); this._label8.TabIndex = 1; this._label8.Text = "Repeat wait ms"; this._label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _testSendIrButton // this._testSendIrButton.Location = new System.Drawing.Point(280, 183); this._testSendIrButton.Name = "_testSendIrButton"; this._testSendIrButton.Size = new System.Drawing.Size(160, 23); this._testSendIrButton.TabIndex = 14; this._testSendIrButton.Text = "Test settop box control"; this._testSendIrButton.UseVisualStyleBackColor = true; this._testSendIrButton.Click += new System.EventHandler(this.TestSendIrBtnClick); // // _testSendIrText // this._testSendIrText.AcceptsReturn = true; this._testSendIrText.BorderColor = System.Drawing.Color.Empty; this._testSendIrText.Location = new System.Drawing.Point(280, 206); this._testSendIrText.Name = "_testSendIrText"; this._testSendIrText.Size = new System.Drawing.Size(160, 20); this._testSendIrText.TabIndex = 15; this._testSendIrText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TestSendIrTxtBoxKeyPress); // // _interCommandDelay // this._interCommandDelay.Increment = new decimal(new int[] { 50, 0, 0, 0}); this._interCommandDelay.Location = new System.Drawing.Point(153, 156); this._interCommandDelay.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this._interCommandDelay.Name = "_interCommandDelay"; this._interCommandDelay.Size = new System.Drawing.Size(48, 20); this._interCommandDelay.TabIndex = 9; this._interCommandDelay.Value = new decimal(new int[] { 100, 0, 0, 0}); // // _label6 // this._label6.AutoSize = true; this._label6.Location = new System.Drawing.Point(24, 158); this._label6.Name = "_label6"; this._label6.Size = new System.Drawing.Size(121, 13); this._label6.TabIndex = 8; this._label6.Text = "Inter-command delay ms"; this._label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _commandRepeat // this._commandRepeat.Location = new System.Drawing.Point(153, 132); this._commandRepeat.Maximum = new decimal(new int[] { 5, 0, 0, 0}); this._commandRepeat.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this._commandRepeat.Name = "_commandRepeat"; this._commandRepeat.Size = new System.Drawing.Size(48, 20); this._commandRepeat.TabIndex = 7; this._commandRepeat.Value = new decimal(new int[] { 1, 0, 0, 0}); // // _label5 // this._label5.AutoSize = true; this._label5.Location = new System.Drawing.Point(24, 134); this._label5.Name = "_label5"; this._label5.Size = new System.Drawing.Size(117, 13); this._label5.TabIndex = 6; this._label5.Text = "Command repeat count"; this._label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _tunerCommandsButton // this._tunerCommandsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._tunerCommandsButton.Location = new System.Drawing.Point(280, 103); this._tunerCommandsButton.Name = "_tunerCommandsButton"; this._tunerCommandsButton.Size = new System.Drawing.Size(160, 23); this._tunerCommandsButton.TabIndex = 13; this._tunerCommandsButton.Text = "Learn settop box commands"; this._tunerCommandsButton.UseVisualStyleBackColor = true; this._tunerCommandsButton.Click += new System.EventHandler(this.TunerCommandsButtonClick); // // _internalCommandsButton // this._internalCommandsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._internalCommandsButton.Location = new System.Drawing.Point(280, 16); this._internalCommandsButton.Name = "_internalCommandsButton"; this._internalCommandsButton.Size = new System.Drawing.Size(160, 23); this._internalCommandsButton.TabIndex = 12; this._internalCommandsButton.Text = "Learn MediaPortal commands"; this._internalCommandsButton.UseVisualStyleBackColor = true; this._internalCommandsButton.Click += new System.EventHandler(this.InternalCommandsButtonClick); // // _enterCheckBox // this._enterCheckBox.AutoSize = true; this._enterCheckBox.Enabled = false; this._enterCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this._enterCheckBox.Location = new System.Drawing.Point(24, 206); this._enterCheckBox.Name = "_enterCheckBox"; this._enterCheckBox.Size = new System.Drawing.Size(189, 17); this._enterCheckBox.TabIndex = 11; this._enterCheckBox.Text = "Send \'Enter\' for changing channels"; this._enterCheckBox.UseVisualStyleBackColor = true; this._enterCheckBox.CheckedChanged += new System.EventHandler(this.EnterCheckBoxCheckedChanged); // // _digitCheckBox // this._digitCheckBox.AutoSize = true; this._digitCheckBox.Enabled = false; this._digitCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this._digitCheckBox.Location = new System.Drawing.Point(24, 190); this._digitCheckBox.Name = "_digitCheckBox"; this._digitCheckBox.Size = new System.Drawing.Size(180, 17); this._digitCheckBox.TabIndex = 10; this._digitCheckBox.Text = "Use 3 digits for channel selection"; this._digitCheckBox.UseVisualStyleBackColor = true; this._digitCheckBox.CheckedChanged += new System.EventHandler(this.DigitCheckBoxCheckedChanged); // // _outputCheckBox // this._outputCheckBox.AutoSize = true; this._outputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this._outputCheckBox.Location = new System.Drawing.Point(8, 106); this._outputCheckBox.Name = "_outputCheckBox"; this._outputCheckBox.Size = new System.Drawing.Size(205, 17); this._outputCheckBox.TabIndex = 5; this._outputCheckBox.Text = "Let MediaPortal control your settopbox"; this._outputCheckBox.UseVisualStyleBackColor = true; this._outputCheckBox.CheckedChanged += new System.EventHandler(this.OutputCheckBoxCheckedChanged); // // _inputCheckBox // this._inputCheckBox.AutoSize = true; this._inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this._inputCheckBox.Location = new System.Drawing.Point(8, 16); this._inputCheckBox.Name = "_inputCheckBox"; this._inputCheckBox.Size = new System.Drawing.Size(207, 17); this._inputCheckBox.TabIndex = 0; this._inputCheckBox.Text = "Use your remote to control MediaPortal"; this._inputCheckBox.UseVisualStyleBackColor = true; this._inputCheckBox.CheckedChanged += new System.EventHandler(this.InputCheckBoxCheckedChanged); // // _usbuirtVersion // this._usbuirtVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._usbuirtVersion.Location = new System.Drawing.Point(200, 15); this._usbuirtVersion.Name = "_usbuirtVersion"; this._usbuirtVersion.Size = new System.Drawing.Size(246, 16); this._usbuirtVersion.TabIndex = 1; this._usbuirtVersion.Text = "Version"; // // _label1 // this._label1.Location = new System.Drawing.Point(16, 15); this._label1.Name = "_label1"; this._label1.Size = new System.Drawing.Size(144, 16); this._label1.TabIndex = 0; this._label1.Text = "USBUIRT driver version:"; // // _label4 // this._label4.Location = new System.Drawing.Point(0, 0); this._label4.Name = "_label4"; this._label4.Size = new System.Drawing.Size(100, 23); this._label4.TabIndex = 0; // // _groupBox2 // this._groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._groupBox2.Controls.Add(this._label2); this._groupBox2.Controls.Add(this._label3); this._groupBox2.Controls.Add(this._linkLabel1); this._groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this._groupBox2.Location = new System.Drawing.Point(6, 346); this._groupBox2.Name = "_groupBox2"; this._groupBox2.Size = new System.Drawing.Size(462, 104); this._groupBox2.TabIndex = 2; this._groupBox2.TabStop = false; this._groupBox2.Text = "General Information"; // // _label3 // this._label3.Location = new System.Drawing.Point(16, 72); this._label3.Name = "_label3"; this._label3.Size = new System.Drawing.Size(96, 16); this._label3.TabIndex = 1; this._label3.Text = "More information:"; // // _linkLabel1 // this._linkLabel1.Location = new System.Drawing.Point(112, 72); this._linkLabel1.Name = "_linkLabel1"; this._linkLabel1.Size = new System.Drawing.Size(120, 16); this._linkLabel1.TabIndex = 2; this._linkLabel1.TabStop = true; this._linkLabel1.Text = "http://www.usbuirt.com"; this._linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1LinkClicked); // // _label2 // this._label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._label2.Location = new System.Drawing.Point(16, 24); this._label2.Name = "_label2"; this._label2.Size = new System.Drawing.Size(438, 40); this._label2.TabIndex = 0; this._label2.Text = resources.GetString("_label2.Text"); // // _groupBox3 // this._groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._groupBox3.Controls.Add(this._valueDLLVersion); this._groupBox3.Controls.Add(this._valueAPIVersion); this._groupBox3.Controls.Add(this._labelDLLVersion); this._groupBox3.Controls.Add(this._labelAPIVersion); this._groupBox3.Controls.Add(this._usbuirtConfigVersion); this._groupBox3.Controls.Add(this._label7); this._groupBox3.Controls.Add(this._usbuirtVersion); this._groupBox3.Controls.Add(this._label1); this._groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this._groupBox3.Location = new System.Drawing.Point(6, 257); this._groupBox3.Name = "_groupBox3"; this._groupBox3.Size = new System.Drawing.Size(462, 83); this._groupBox3.TabIndex = 1; this._groupBox3.TabStop = false; this._groupBox3.Text = "Status"; // // _valueDLLVersion // this._valueDLLVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._valueDLLVersion.Location = new System.Drawing.Point(200, 47); this._valueDLLVersion.Name = "_valueDLLVersion"; this._valueDLLVersion.Size = new System.Drawing.Size(246, 16); this._valueDLLVersion.TabIndex = 5; this._valueDLLVersion.Text = "Version"; // // _valueAPIVersion // this._valueAPIVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._valueAPIVersion.Location = new System.Drawing.Point(200, 31); this._valueAPIVersion.Name = "_valueAPIVersion"; this._valueAPIVersion.Size = new System.Drawing.Size(246, 16); this._valueAPIVersion.TabIndex = 3; this._valueAPIVersion.Text = "Version"; // // _labelDLLVersion // this._labelDLLVersion.AutoSize = true; this._labelDLLVersion.Location = new System.Drawing.Point(16, 47); this._labelDLLVersion.Name = "_labelDLLVersion"; this._labelDLLVersion.Size = new System.Drawing.Size(118, 13); this._labelDLLVersion.TabIndex = 4; this._labelDLLVersion.Text = "USBUIRT DLL version:"; // // _labelAPIVersion // this._labelAPIVersion.AutoSize = true; this._labelAPIVersion.Location = new System.Drawing.Point(16, 31); this._labelAPIVersion.Name = "_labelAPIVersion"; this._labelAPIVersion.Size = new System.Drawing.Size(115, 13); this._labelAPIVersion.TabIndex = 2; this._labelAPIVersion.Text = "USBUIRT API version:"; // // _usbuirtConfigVersion // this._usbuirtConfigVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._usbuirtConfigVersion.Location = new System.Drawing.Point(200, 63); this._usbuirtConfigVersion.Name = "_usbuirtConfigVersion"; this._usbuirtConfigVersion.Size = new System.Drawing.Size(246, 13); this._usbuirtConfigVersion.TabIndex = 7; this._usbuirtConfigVersion.Text = "Version"; // // _label7 // this._label7.AutoSize = true; this._label7.Location = new System.Drawing.Point(16, 63); this._label7.Name = "_label7"; this._label7.Size = new System.Drawing.Size(126, 13); this._label7.TabIndex = 6; this._label7.Text = "USBUIRT plugin version:"; // // RemoteUSBUIRT // this.Controls.Add(this._groupBox3); this.Controls.Add(this._groupBox2); this.Controls.Add(this._groupBox1); this.Name = "RemoteUSBUIRT"; this.Size = new System.Drawing.Size(472, 458); this.Load += new System.EventHandler(this.USBUIRTLoad); this._groupBox1.ResumeLayout(false); this._settingsPnl.ResumeLayout(false); this._settingsPnl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._repeatDelay)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._repeatWait)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._interCommandDelay)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._commandRepeat)).EndInit(); 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() { this.chkAutoHide = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.buttonOk = new MediaPortal.UserInterface.Controls.MPButton(); this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.textTimeOut = new MediaPortal.UserInterface.Controls.MPTextBox(); this.chkOverrideSkinAutoHide = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.buttonCancel = new MediaPortal.UserInterface.Controls.MPButton(); this.SuspendLayout(); // // chkAutoHide // this.chkAutoHide.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chkAutoHide.AutoSize = true; this.chkAutoHide.Enabled = false; this.chkAutoHide.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.chkAutoHide.Location = new System.Drawing.Point(16, 40); this.chkAutoHide.Name = "chkAutoHide"; this.chkAutoHide.Size = new System.Drawing.Size(66, 17); this.chkAutoHide.TabIndex = 1; this.chkAutoHide.Text = "Autohide"; this.chkAutoHide.UseVisualStyleBackColor = true; // // buttonOk // this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonOk.Location = new System.Drawing.Point(73, 124); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 3; this.buttonOk.Text = "&OK"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.Location = new System.Drawing.Point(137, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 24); this.label2.TabIndex = 3; this.label2.Text = "sec."; // // label1 // this.label1.Location = new System.Drawing.Point(13, 76); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 24); this.label1.TabIndex = 2; this.label1.Text = "Timeout:"; // // textTimeOut // this.textTimeOut.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textTimeOut.BorderColor = System.Drawing.Color.Empty; this.textTimeOut.Location = new System.Drawing.Point(83, 73); this.textTimeOut.Name = "textTimeOut"; this.textTimeOut.Size = new System.Drawing.Size(48, 20); this.textTimeOut.TabIndex = 2; this.textTimeOut.Text = "15"; // // chkOverrideSkinAutoHide // this.chkOverrideSkinAutoHide.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chkOverrideSkinAutoHide.AutoSize = true; this.chkOverrideSkinAutoHide.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.chkOverrideSkinAutoHide.Location = new System.Drawing.Point(16, 16); this.chkOverrideSkinAutoHide.Name = "chkOverrideSkinAutoHide"; this.chkOverrideSkinAutoHide.Size = new System.Drawing.Size(184, 17); this.chkOverrideSkinAutoHide.TabIndex = 0; this.chkOverrideSkinAutoHide.Text = "Override skin \"AutoHide\" setting"; this.chkOverrideSkinAutoHide.UseVisualStyleBackColor = true; this.chkOverrideSkinAutoHide.CheckedChanged += new System.EventHandler(this.chkOverrideSkinAutoHide_CheckedChanged); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(154, 124); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 4; this.buttonCancel.Text = "&Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // TopBarSetupForm // this.AcceptButton = this.buttonOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(241, 159); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.chkOverrideSkinAutoHide); this.Controls.Add(this.buttonOk); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textTimeOut); this.Controls.Add(this.chkAutoHide); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "TopBarSetupForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Topbar - Setup"; this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.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.groupBoxAction.SuspendLayout(); this.groupBoxCondition.SuspendLayout(); this.groupBoxLayer.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(312, 335); 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(328, 374); 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(262, 442); 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, 397); 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, 397); 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, 397); 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, 432); this.beveledLine1.Name = "beveledLine1"; this.beveledLine1.Size = new System.Drawing.Size(572, 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonApply.Location = new System.Drawing.Point(343, 442); 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.Location = new System.Drawing.Point(424, 442); 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(505, 442); 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(558, 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(350, 221); 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.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyCode_KeyUp); this.textBoxKeyCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyCode_KeyPress); // // 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.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyChar_KeyUp); this.textBoxKeyChar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyChar_KeyPress); // // 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.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(350, 110); 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(350, 48); 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, 397); 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); // // InputMappingForm // 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(590, 475); 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 = "InputMappingForm"; 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.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.cancelButton = new MediaPortal.UserInterface.Controls.MPButton(); this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.precipitationTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label7 = new MediaPortal.UserInterface.Controls.MPLabel(); this.humidityTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label6 = new MediaPortal.UserInterface.Controls.MPLabel(); this.windsTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label5 = new MediaPortal.UserInterface.Controls.MPLabel(); this.uvIndexTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label4 = new MediaPortal.UserInterface.Controls.MPLabel(); this.temperatureTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.locationTextBox = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.okButton = new MediaPortal.UserInterface.Controls.MPButton(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // 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(335, 336); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 10; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // 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.precipitationTextBox); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.humidityTextBox); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.windsTextBox); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.uvIndexTextBox); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.temperatureTextBox); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.locationTextBox); this.groupBox1.Controls.Add(this.label1); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox1.Location = new System.Drawing.Point(9, 9); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(400, 320); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "City settings"; // // precipitationTextBox // this.precipitationTextBox.BorderColor = System.Drawing.Color.Empty; this.precipitationTextBox.Location = new System.Drawing.Point(16, 288); this.precipitationTextBox.Name = "precipitationTextBox"; this.precipitationTextBox.Size = new System.Drawing.Size(336, 20); this.precipitationTextBox.TabIndex = 21; // // label7 // this.label7.Location = new System.Drawing.Point(16, 272); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(176, 16); this.label7.TabIndex = 20; this.label7.Text = "Precipitation Image"; // // humidityTextBox // this.humidityTextBox.BorderColor = System.Drawing.Color.Empty; this.humidityTextBox.Location = new System.Drawing.Point(16, 248); this.humidityTextBox.Name = "humidityTextBox"; this.humidityTextBox.Size = new System.Drawing.Size(336, 20); this.humidityTextBox.TabIndex = 19; // // label6 // this.label6.Location = new System.Drawing.Point(16, 232); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(168, 16); this.label6.TabIndex = 18; this.label6.Text = "Humidity image"; // // windsTextBox // this.windsTextBox.BorderColor = System.Drawing.Color.Empty; this.windsTextBox.Location = new System.Drawing.Point(16, 208); this.windsTextBox.Name = "windsTextBox"; this.windsTextBox.Size = new System.Drawing.Size(336, 20); this.windsTextBox.TabIndex = 17; // // label5 // this.label5.Location = new System.Drawing.Point(16, 192); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(168, 16); this.label5.TabIndex = 16; this.label5.Text = "Winds image"; // // uvIndexTextBox // this.uvIndexTextBox.BorderColor = System.Drawing.Color.Empty; this.uvIndexTextBox.Location = new System.Drawing.Point(16, 168); this.uvIndexTextBox.Name = "uvIndexTextBox"; this.uvIndexTextBox.Size = new System.Drawing.Size(336, 20); this.uvIndexTextBox.TabIndex = 15; // // label4 // this.label4.Location = new System.Drawing.Point(16, 152); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(160, 16); this.label4.TabIndex = 14; this.label4.Text = "UV Index image"; // // temperatureTextBox // this.temperatureTextBox.BorderColor = System.Drawing.Color.Empty; this.temperatureTextBox.Location = new System.Drawing.Point(16, 128); this.temperatureTextBox.Name = "temperatureTextBox"; this.temperatureTextBox.Size = new System.Drawing.Size(336, 20); this.temperatureTextBox.TabIndex = 13; // // label2 // this.label2.Location = new System.Drawing.Point(16, 112); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(168, 16); this.label2.TabIndex = 12; this.label2.Text = "Temperature image"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.Location = new System.Drawing.Point(16, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(368, 40); this.label3.TabIndex = 11; this.label3.Text = "Below you can enter the location of the various weather images. The image locatio" + "n should be entered as a normal http-address."; // // locationTextBox // this.locationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.locationTextBox.BorderColor = System.Drawing.Color.Empty; this.locationTextBox.Location = new System.Drawing.Point(16, 88); this.locationTextBox.Name = "locationTextBox"; this.locationTextBox.Size = new System.Drawing.Size(336, 20); this.locationTextBox.TabIndex = 7; // // label1 // this.label1.Location = new System.Drawing.Point(16, 72); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(168, 23); this.label1.TabIndex = 6; this.label1.Text = "Satellite image"; // // 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(255, 336); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 11; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // EditWeatherCityForm // this.AcceptButton = this.okButton; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(418, 368); this.Controls.Add(this.groupBox1); this.Controls.Add(this.okButton); this.Controls.Add(this.cancelButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "EditWeatherCityForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "EditWeatherCityForm"; 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.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.textBoxAudioOffset = new MediaPortal.UserInterface.Controls.MPTextBox(); this.comboBoxSpeakerConfig = new MediaPortal.UserInterface.Controls.MPComboBox(); this.checkBoxMPEGOverSPDIF = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.label5 = new MediaPortal.UserInterface.Controls.MPLabel(); this.checkBoxSPDIF = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.checkBoxDynamicRange = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.textBoxAudioOffset); this.groupBox1.Controls.Add(this.comboBoxSpeakerConfig); this.groupBox1.Controls.Add(this.checkBoxMPEGOverSPDIF); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.checkBoxSPDIF); this.groupBox1.Controls.Add(this.checkBoxDynamicRange); this.groupBox1.Controls.Add(this.label3); 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, 168); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Settings"; // // textBoxAudioOffset // this.textBoxAudioOffset.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxAudioOffset.BorderColor = System.Drawing.Color.Empty; this.textBoxAudioOffset.Location = new System.Drawing.Point(168, 132); this.textBoxAudioOffset.Name = "textBoxAudioOffset"; this.textBoxAudioOffset.Size = new System.Drawing.Size(278, 20); this.textBoxAudioOffset.TabIndex = 6; this.textBoxAudioOffset.Text = "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[] { "Stereo", "Dolby Stereo", "4.0 (2 Front + 2 Rear)", "4.1 (2 Front + 2 Rear + 1 Sub)", "5.0 (3 Front + 2 Rear)", "5.1 (3 Front + 2 Rear + 1 Sub)" }); this.comboBoxSpeakerConfig.Location = new System.Drawing.Point(168, 20); this.comboBoxSpeakerConfig.Name = "comboBoxSpeakerConfig"; this.comboBoxSpeakerConfig.Size = new System.Drawing.Size(278, 21); this.comboBoxSpeakerConfig.TabIndex = 1; // // checkBoxMPEGOverSPDIF // this.checkBoxMPEGOverSPDIF.AutoSize = true; this.checkBoxMPEGOverSPDIF.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxMPEGOverSPDIF.Location = new System.Drawing.Point(16, 104); this.checkBoxMPEGOverSPDIF.Name = "checkBoxMPEGOverSPDIF"; this.checkBoxMPEGOverSPDIF.Size = new System.Drawing.Size(148, 17); this.checkBoxMPEGOverSPDIF.TabIndex = 4; this.checkBoxMPEGOverSPDIF.Text = "MPEG Audio over S/PDIF"; this.checkBoxMPEGOverSPDIF.UseVisualStyleBackColor = true; // // label5 // this.label5.Location = new System.Drawing.Point(16, 136); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(152, 16); this.label5.TabIndex = 5; this.label5.Text = "S/PDIF delay offset (msec.):"; // // checkBoxSPDIF // this.checkBoxSPDIF.AutoSize = true; this.checkBoxSPDIF.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxSPDIF.Location = new System.Drawing.Point(16, 56); this.checkBoxSPDIF.Name = "checkBoxSPDIF"; this.checkBoxSPDIF.Size = new System.Drawing.Size(147, 17); this.checkBoxSPDIF.TabIndex = 2; this.checkBoxSPDIF.Text = "Use S/PDIF for AC3/DTS"; this.checkBoxSPDIF.UseVisualStyleBackColor = true; // // checkBoxDynamicRange // this.checkBoxDynamicRange.AutoSize = true; this.checkBoxDynamicRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxDynamicRange.Location = new System.Drawing.Point(16, 80); this.checkBoxDynamicRange.Name = "checkBoxDynamicRange"; this.checkBoxDynamicRange.Size = new System.Drawing.Size(136, 17); this.checkBoxDynamicRange.TabIndex = 3; this.checkBoxDynamicRange.Text = "Dynamic Range Control"; this.checkBoxDynamicRange.UseVisualStyleBackColor = true; // // label3 // this.label3.Location = new System.Drawing.Point(16, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(88, 16); this.label3.TabIndex = 0; this.label3.Text = "Speaker config:"; // // FiltersDScalerAudio // this.Controls.Add(this.groupBox1); this.Name = "FiltersDScalerAudio"; this.Size = new System.Drawing.Size(472, 408); 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.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.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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this._listView1 = new System.Windows.Forms.ListView(); this._columnHeader1 = new System.Windows.Forms.ColumnHeader(); this._button2 = new MediaPortal.UserInterface.Controls.MPButton(); this._label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this._label2 = new MediaPortal.UserInterface.Controls.MPLabel(); this._textBoxTitle = new MediaPortal.UserInterface.Controls.MPTextBox(); this._buttonFind = new MediaPortal.UserInterface.Controls.MPButton(); this.SuspendLayout(); // // listView1 // this._listView1.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._listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this._columnHeader1 }); this._listView1.Location = new System.Drawing.Point(8, 34); this._listView1.Name = "_listView1"; this._listView1.Size = new System.Drawing.Size(447, 281); this._listView1.TabIndex = 0; this._listView1.UseCompatibleStateImageBehavior = false; this._listView1.View = System.Windows.Forms.View.Details; this._listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); // // columnHeader1 // this._columnHeader1.Text = "Name"; this._columnHeader1.Width = 440; // // button2 // this._button2.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._button2.Location = new System.Drawing.Point(399, 347); this._button2.Name = "_button2"; this._button2.Size = new System.Drawing.Size(56, 23); this._button2.TabIndex = 2; this._button2.Text = "Close"; this._button2.UseVisualStyleBackColor = true; this._button2.Click += new System.EventHandler(this.button2_Click); // // label1 // this._label1.Location = new System.Drawing.Point(16, 8); this._label1.Name = "_label1"; this._label1.Size = new System.Drawing.Size(352, 23); this._label1.TabIndex = 3; this._label1.Text = "There was a conflict with the following files/movies:"; // // label2 // this._label2.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this._label2.Location = new System.Drawing.Point(7, 320); this._label2.Name = "_label2"; this._label2.Size = new System.Drawing.Size(32, 20); this._label2.TabIndex = 5; this._label2.Text = "Title:"; this._label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBoxTitle // this._textBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._textBoxTitle.BorderColor = System.Drawing.Color.Empty; this._textBoxTitle.Location = new System.Drawing.Point(36, 320); this._textBoxTitle.Name = "_textBoxTitle"; this._textBoxTitle.Size = new System.Drawing.Size(358, 20); this._textBoxTitle.TabIndex = 6; // // buttonFind // this._buttonFind.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._buttonFind.Location = new System.Drawing.Point(399, 319); this._buttonFind.Name = "_buttonFind"; this._buttonFind.Size = new System.Drawing.Size(56, 23); this._buttonFind.TabIndex = 7; this._buttonFind.Text = "Find"; this._buttonFind.UseVisualStyleBackColor = true; this._buttonFind.Click += new System.EventHandler(this.buttonFind_Click); // // DlgMovieConflicts // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(464, 376); this.Controls.Add(this._buttonFind); this.Controls.Add(this._textBoxTitle); this.Controls.Add(this._label2); this.Controls.Add(this._label1); this.Controls.Add(this._button2); this.Controls.Add(this._listView1); this.MinimumSize = new System.Drawing.Size(393, 354); this.Name = "DlgMovieConflicts"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "IMDB Movie conflicts"; this.Load += new System.EventHandler(this.DlgMovieConflicts_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void txtComboKill_Enter(object sender, EventArgs e) { lastEdit = txtComboKill; }
/// <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); }
private void txtComboClose_Enter(object sender, EventArgs e) { lastEdit = txtComboClose; }
/// <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); }
/// <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); }
/// <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); }
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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this._buttonCancel = new MediaPortal.UserInterface.Controls.MPButton(); this._labelName = new MediaPortal.UserInterface.Controls.MPLabel(); this._textBoxGenreName = new MediaPortal.UserInterface.Controls.MPTextBox(); this._buttonAdd = new MediaPortal.UserInterface.Controls.MPButton(); this.SuspendLayout(); // // _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(292, 46); this._buttonCancel.Name = "_buttonCancel"; this._buttonCancel.Size = new System.Drawing.Size(56, 23); this._buttonCancel.TabIndex = 2; this._buttonCancel.Text = "Cancel"; this._buttonCancel.UseVisualStyleBackColor = true; this._buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // _labelName // this._labelName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this._labelName.Location = new System.Drawing.Point(28, 19); this._labelName.Name = "_labelName"; this._labelName.Size = new System.Drawing.Size(38, 20); this._labelName.TabIndex = 5; this._labelName.Text = "Name:"; this._labelName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _textBoxGenreName // this._textBoxGenreName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._textBoxGenreName.BorderColor = System.Drawing.Color.Empty; this._textBoxGenreName.Location = new System.Drawing.Point(72, 19); this._textBoxGenreName.Name = "_textBoxGenreName"; this._textBoxGenreName.Size = new System.Drawing.Size(276, 20); this._textBoxGenreName.TabIndex = 0; // // _buttonAdd // this._buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._buttonAdd.Location = new System.Drawing.Point(230, 46); this._buttonAdd.Name = "_buttonAdd"; this._buttonAdd.Size = new System.Drawing.Size(56, 23); this._buttonAdd.TabIndex = 7; this._buttonAdd.Text = "Add"; this._buttonAdd.UseVisualStyleBackColor = true; this._buttonAdd.Click += new System.EventHandler(this._buttonAdd_Click); // // DlgAddGenre // this.AcceptButton = this._buttonAdd; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.CancelButton = this._buttonCancel; this.ClientSize = new System.Drawing.Size(382, 81); this.Controls.Add(this._buttonAdd); this.Controls.Add(this._textBoxGenreName); this.Controls.Add(this._labelName); this.Controls.Add(this._buttonCancel); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(390, 115); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(390, 115); this.Name = "DlgAddGenre"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add New Genre"; this.Load += new System.EventHandler(this.DlgAddGenre_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.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); }
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() { 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); }
/// <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.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.resetButton = new MediaPortal.UserInterface.Controls.MPButton(); this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.textBoxExtensions = new MediaPortal.UserInterface.Controls.MPTextBox(); this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.buttonSelectFolder = new MediaPortal.UserInterface.Controls.MPButton(); this.comboDriveNo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.comboBoxDrive = new MediaPortal.UserInterface.Controls.MPComboBox(); this.textBoxDaemonTools = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label4 = new MediaPortal.UserInterface.Controls.MPLabel(); this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.checkBoxDaemonTools = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.checkBoxAskBeforePlaying = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.comboDriveType = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.comboDriveType); this.groupBox2.Controls.Add(this.mpLabel3); this.groupBox2.Controls.Add(this.resetButton); this.groupBox2.Controls.Add(this.mpLabel2); this.groupBox2.Controls.Add(this.textBoxExtensions); this.groupBox2.Controls.Add(this.mpLabel1); this.groupBox2.Controls.Add(this.buttonSelectFolder); this.groupBox2.Controls.Add(this.comboDriveNo); this.groupBox2.Controls.Add(this.comboBoxDrive); this.groupBox2.Controls.Add(this.textBoxDaemonTools); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.checkBoxDaemonTools); this.groupBox2.Controls.Add(this.checkBoxAskBeforePlaying); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(472, 233); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "Settings"; // // resetButton // this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.resetButton.Location = new System.Drawing.Point(384, 152); this.resetButton.Name = "resetButton"; this.resetButton.Size = new System.Drawing.Size(72, 50); this.resetButton.TabIndex = 12; this.resetButton.Text = "Default"; this.resetButton.UseVisualStyleBackColor = true; this.resetButton.Click += new System.EventHandler(this.resetButton_Click); // // mpLabel2 // this.mpLabel2.AutoSize = true; this.mpLabel2.Location = new System.Drawing.Point(16, 206); this.mpLabel2.Name = "mpLabel2"; this.mpLabel2.Size = new System.Drawing.Size(264, 13); this.mpLabel2.TabIndex = 11; this.mpLabel2.Text = "Supported tools: Virtual CloneDrive and Daemon Tools"; // // textBoxExtensions // this.textBoxExtensions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxExtensions.BorderColor = System.Drawing.Color.Empty; this.textBoxExtensions.Location = new System.Drawing.Point(168, 151); this.textBoxExtensions.Name = "textBoxExtensions"; this.textBoxExtensions.Size = new System.Drawing.Size(208, 20); this.textBoxExtensions.TabIndex = 10; // // mpLabel1 // this.mpLabel1.AutoSize = true; this.mpLabel1.Location = new System.Drawing.Point(16, 155); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new System.Drawing.Size(96, 13); this.mpLabel1.TabIndex = 9; this.mpLabel1.Text = "Supported Images:"; // // buttonSelectFolder // this.buttonSelectFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonSelectFolder.Location = new System.Drawing.Point(384, 43); this.buttonSelectFolder.Name = "buttonSelectFolder"; this.buttonSelectFolder.Size = new System.Drawing.Size(72, 22); this.buttonSelectFolder.TabIndex = 3; this.buttonSelectFolder.Text = "Browse"; this.buttonSelectFolder.UseVisualStyleBackColor = true; this.buttonSelectFolder.Click += new System.EventHandler(this.buttonSelectFolder_Click); // // comboDriveNo // this.comboDriveNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboDriveNo.BorderColor = System.Drawing.Color.Empty; this.comboDriveNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDriveNo.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.comboDriveNo.Location = new System.Drawing.Point(168, 92); this.comboDriveNo.Name = "comboDriveNo"; this.comboDriveNo.Size = new System.Drawing.Size(288, 21); this.comboDriveNo.TabIndex = 7; // // comboBoxDrive // this.comboBoxDrive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxDrive.BorderColor = System.Drawing.Color.Empty; this.comboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDrive.Location = new System.Drawing.Point(168, 68); this.comboBoxDrive.Name = "comboBoxDrive"; this.comboBoxDrive.Size = new System.Drawing.Size(288, 21); this.comboBoxDrive.TabIndex = 5; // // textBoxDaemonTools // this.textBoxDaemonTools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxDaemonTools.BorderColor = System.Drawing.Color.Empty; this.textBoxDaemonTools.Location = new System.Drawing.Point(168, 44); this.textBoxDaemonTools.Name = "textBoxDaemonTools"; this.textBoxDaemonTools.Size = new System.Drawing.Size(208, 20); this.textBoxDaemonTools.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(16, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(75, 13); this.label4.TabIndex = 6; this.label4.Text = "Drive Number:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 13); this.label3.TabIndex = 1; this.label3.Text = "Drive tool:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 72); this.label1.Name = "label1"; this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label1.Size = new System.Drawing.Size(65, 13); this.label1.TabIndex = 4; this.label1.Text = "Virtual drive:"; // // checkBoxDaemonTools // this.checkBoxDaemonTools.AutoSize = true; this.checkBoxDaemonTools.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxDaemonTools.Location = new System.Drawing.Point(168, 20); this.checkBoxDaemonTools.Name = "checkBoxDaemonTools"; this.checkBoxDaemonTools.Size = new System.Drawing.Size(127, 17); this.checkBoxDaemonTools.TabIndex = 0; this.checkBoxDaemonTools.Text = "Automount image files"; this.checkBoxDaemonTools.UseVisualStyleBackColor = true; this.checkBoxDaemonTools.CheckedChanged += new System.EventHandler(this.checkBoxDaemonTools_CheckedChanged); // // checkBoxAskBeforePlaying // this.checkBoxAskBeforePlaying.AutoSize = true; this.checkBoxAskBeforePlaying.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxAskBeforePlaying.Location = new System.Drawing.Point(168, 180); this.checkBoxAskBeforePlaying.Name = "checkBoxAskBeforePlaying"; this.checkBoxAskBeforePlaying.Size = new System.Drawing.Size(163, 17); this.checkBoxAskBeforePlaying.TabIndex = 8; this.checkBoxAskBeforePlaying.Text = "Ask before playing image files"; this.checkBoxAskBeforePlaying.UseVisualStyleBackColor = true; // // comboDriveType // this.comboDriveType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboDriveType.BorderColor = System.Drawing.Color.Empty; this.comboDriveType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDriveType.Items.AddRange(new object[] { "dt", "scsi", "ide", DaemonTools.VirtualCloneDrive }); this.comboDriveType.Location = new System.Drawing.Point(168, 118); this.comboDriveType.Name = "comboDriveType"; this.comboDriveType.Size = new System.Drawing.Size(288, 21); this.comboDriveType.TabIndex = 14; // // mpLabel3 // this.mpLabel3.AutoSize = true; this.mpLabel3.Location = new System.Drawing.Point(16, 121); this.mpLabel3.Name = "mpLabel3"; this.mpLabel3.Size = new System.Drawing.Size(62, 13); this.mpLabel3.TabIndex = 13; this.mpLabel3.Text = "Drive Type:"; // // GeneralDaemonTools // this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.groupBox2); this.Name = "GeneralDaemonTools"; this.Size = new System.Drawing.Size(472, 408); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }