/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel(); this.groupBoxSettings.SuspendLayout(); this.SuspendLayout(); // // groupBoxSettings // this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxSettings.Controls.Add(this.mpWarningLabel); this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxSettings.Location = new System.Drawing.Point(0, 0); this.groupBoxSettings.Name = "groupBoxSettings"; this.groupBoxSettings.Size = new System.Drawing.Size(472, 68); this.groupBoxSettings.TabIndex = 0; this.groupBoxSettings.TabStop = false; this.groupBoxSettings.Text = "Settings"; // // mpWarningLabel // this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mpWarningLabel.ForeColor = System.Drawing.Color.Red; this.mpWarningLabel.Location = new System.Drawing.Point(6, 16); this.mpWarningLabel.Name = "mpWarningLabel"; this.mpWarningLabel.Size = new System.Drawing.Size(460, 51); this.mpWarningLabel.TabIndex = 0; this.mpWarningLabel.Text = "This section provides special/debugging settings that are not supported by the Te" + "am. Some of these settings are experimental. Do not alter any of the settings be" + "low unless you know what you are doing."; // // TVDebugOptions // this.Controls.Add(this.groupBoxSettings); this.Name = "TVDebugOptions"; this.Size = new System.Drawing.Size(472, 408); this.groupBoxSettings.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager resources = new ComponentResourceManager(typeof (EncoderFiltersSection)); this.mpLabel1 = new MPLabel(); this.SuspendLayout(); // // mpLabel1 // this.mpLabel1.AutoSize = true; this.mpLabel1.Location = new Point(42, 51); this.mpLabel1.MaximumSize = new Size(400, 0); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new Size(385, 52); this.mpLabel1.TabIndex = 0; this.mpLabel1.Text = resources.GetString("mpLabel1.Text"); // // EncoderFiltersSection // this.Controls.Add(this.mpLabel1); this.Name = "EncoderFiltersSection"; this.Size = new Size(472, 408); 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TVAdvancedOptions)); this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpUseRtspCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel(); this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.mpMainToolTip = new MediaPortal.UserInterface.Controls.MPToolTip(); this.mpRtspPathsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpLabelNote = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpLabelWarning = new MediaPortal.UserInterface.Controls.MPLabel(); this.buttonTimeshiftingPath = new System.Windows.Forms.Button(); this.buttonRecordingPath = new System.Windows.Forms.Button(); this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpLabelRecording = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel(); this.textBoxTimeshifting = new System.Windows.Forms.TextBox(); this.textBoxRecording = new System.Windows.Forms.TextBox(); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.groupBoxSettings.SuspendLayout(); this.mpRtspPathsGroupBox.SuspendLayout(); this.SuspendLayout(); // // groupBoxSettings // this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxSettings.Controls.Add(this.mpLabel2); this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox); this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox); this.groupBoxSettings.Controls.Add(this.mpWarningLabel); this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxSettings.Location = new System.Drawing.Point(0, 0); this.groupBoxSettings.Name = "groupBoxSettings"; this.groupBoxSettings.Size = new System.Drawing.Size(472, 130); this.groupBoxSettings.TabIndex = 0; this.groupBoxSettings.TabStop = false; this.groupBoxSettings.Text = "Settings"; // // mpLabel2 // this.mpLabel2.AutoSize = true; this.mpLabel2.ForeColor = System.Drawing.Color.Red; this.mpLabel2.Location = new System.Drawing.Point(9, 52); this.mpLabel2.Name = "mpLabel2"; this.mpLabel2.Size = new System.Drawing.Size(232, 13); this.mpLabel2.TabIndex = 5; this.mpLabel2.Text = "Click on \'help\' (above right) for more information."; // // mpDoNotAllowSlowMotionDuringZappingCheckBox // this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize = true; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location = new System.Drawing.Point(9, 73); this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name = "mpDoNotAllowSlowMotionDuringZappingCheckBox"; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size = new System.Drawing.Size(336, 17); this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex = 4; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text = "Do not use slow motion to sync video to audio on channel change"; this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox, "Selecting this will prevent live TV from playing video until video is in sync wit" + "h the audio, instead of playing video in slow motion"); this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true; // // mpUseRtspCheckBox // this.mpUseRtspCheckBox.AutoSize = true; this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpUseRtspCheckBox.Location = new System.Drawing.Point(9, 97); this.mpUseRtspCheckBox.Name = "mpUseRtspCheckBox"; this.mpUseRtspCheckBox.Size = new System.Drawing.Size(144, 17); this.mpUseRtspCheckBox.TabIndex = 1; this.mpUseRtspCheckBox.Text = "-- Label defined in code --\r\n"; this.mpUseRtspCheckBox.UseVisualStyleBackColor = true; this.mpUseRtspCheckBox.CheckedChanged += new System.EventHandler(this.mpUseRtspCheckBox_Checked); // // mpWarningLabel // this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mpWarningLabel.ForeColor = System.Drawing.Color.Red; this.mpWarningLabel.Location = new System.Drawing.Point(6, 18); this.mpWarningLabel.Name = "mpWarningLabel"; this.mpWarningLabel.Size = new System.Drawing.Size(460, 37); this.mpWarningLabel.TabIndex = 0; this.mpWarningLabel.Text = "This section provides special advanced option settings. Some of these settings ar" + "e experimental. Do not alter any of the settings below unless you know what you " + "are doing."; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton1.Location = new System.Drawing.Point(0, 0); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(104, 24); this.radioButton1.TabIndex = 0; this.radioButton1.UseVisualStyleBackColor = true; // // mpRtspPathsGroupBox // this.mpRtspPathsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelNote); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelWarning); this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath); this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting); this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting); this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording); this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpRtspPathsGroupBox.Location = new System.Drawing.Point(0, 133); this.mpRtspPathsGroupBox.Name = "mpRtspPathsGroupBox"; this.mpRtspPathsGroupBox.Size = new System.Drawing.Size(472, 275); this.mpRtspPathsGroupBox.TabIndex = 1; this.mpRtspPathsGroupBox.TabStop = false; this.mpRtspPathsGroupBox.Text = "Additional UNC settings"; // // mpLabelNote // this.mpLabelNote.AutoSize = true; this.mpLabelNote.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mpLabelNote.ForeColor = System.Drawing.Color.Red; this.mpLabelNote.Location = new System.Drawing.Point(6, 24); this.mpLabelNote.Name = "mpLabelNote"; this.mpLabelNote.Size = new System.Drawing.Size(45, 13); this.mpLabelNote.TabIndex = 8; this.mpLabelNote.Text = "NOTE:"; // // mpLabelWarning // this.mpLabelWarning.ForeColor = System.Drawing.Color.Black; this.mpLabelWarning.Location = new System.Drawing.Point(54, 24); this.mpLabelWarning.Name = "mpLabelWarning"; this.mpLabelWarning.Size = new System.Drawing.Size(409, 32); this.mpLabelWarning.TabIndex = 7; this.mpLabelWarning.Text = "When using UNC paths, all tuners must use the same Timeshifting path and the same" + " Recording path! "; // // buttonTimeshiftingPath // this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 139); this.buttonTimeshiftingPath.Name = "buttonTimeshiftingPath"; this.buttonTimeshiftingPath.Size = new System.Drawing.Size(58, 20); this.buttonTimeshiftingPath.TabIndex = 6; this.buttonTimeshiftingPath.Text = "browse"; this.buttonTimeshiftingPath.UseVisualStyleBackColor = true; this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click); // // buttonRecordingPath // this.buttonRecordingPath.Location = new System.Drawing.Point(408, 90); this.buttonRecordingPath.Name = "buttonRecordingPath"; this.buttonRecordingPath.Size = new System.Drawing.Size(58, 20); this.buttonRecordingPath.TabIndex = 5; this.buttonRecordingPath.Text = "browse"; this.buttonRecordingPath.UseVisualStyleBackColor = true; this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click); // // mpLabel1 // this.mpLabel1.AutoSize = true; this.mpLabel1.Location = new System.Drawing.Point(30, 165); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new System.Drawing.Size(392, 104); this.mpLabel1.TabIndex = 4; this.mpLabel1.Text = resources.GetString("mpLabel1.Text"); // // mpLabelRecording // this.mpLabelRecording.AutoSize = true; this.mpLabelRecording.Location = new System.Drawing.Point(6, 73); this.mpLabelRecording.Name = "mpLabelRecording"; this.mpLabelRecording.Size = new System.Drawing.Size(83, 13); this.mpLabelRecording.TabIndex = 3; this.mpLabelRecording.Text = "Recording path:"; // // mpLabelTimeshifting // this.mpLabelTimeshifting.AutoSize = true; this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 121); this.mpLabelTimeshifting.Name = "mpLabelTimeshifting"; this.mpLabelTimeshifting.Size = new System.Drawing.Size(90, 13); this.mpLabelTimeshifting.TabIndex = 2; this.mpLabelTimeshifting.Text = "Timeshifting path:"; // // textBoxTimeshifting // this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 139); this.textBoxTimeshifting.Name = "textBoxTimeshifting"; this.textBoxTimeshifting.Size = new System.Drawing.Size(398, 20); this.textBoxTimeshifting.TabIndex = 1; // // textBoxRecording // this.textBoxRecording.Location = new System.Drawing.Point(9, 91); this.textBoxRecording.Name = "textBoxRecording"; this.textBoxRecording.Size = new System.Drawing.Size(398, 20); this.textBoxRecording.TabIndex = 0; // // folderBrowserDialog // this.folderBrowserDialog.Description = "Select the appropriate network folder"; this.folderBrowserDialog.ShowNewFolderButton = false; // // TVAdvancedOptions // this.Controls.Add(this.mpRtspPathsGroupBox); this.Controls.Add(this.groupBoxSettings); this.Name = "TVAdvancedOptions"; this.Size = new System.Drawing.Size(472, 408); this.groupBoxSettings.ResumeLayout(false); this.groupBoxSettings.PerformLayout(); this.mpRtspPathsGroupBox.ResumeLayout(false); this.mpRtspPathsGroupBox.PerformLayout(); this.ResumeLayout(false); }
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.treeMapping = new System.Windows.Forms.TreeView(); this.labelExpand = new MediaPortal.UserInterface.Controls.MPLabel(); this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonDown = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonUp = new MediaPortal.UserInterface.Controls.MPButton(); this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine(); this.buttonApply = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonOk = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonCancel = new MediaPortal.UserInterface.Controls.MPButton(); this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel(); this.groupBoxAction = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.checkBoxGainFocus = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.textBoxKeyCode = new MediaPortal.UserInterface.Controls.MPTextBox(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.textBoxKeyChar = new MediaPortal.UserInterface.Controls.MPTextBox(); this.radioButtonProcess = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.labelSound = new MediaPortal.UserInterface.Controls.MPLabel(); this.comboBoxSound = new MediaPortal.UserInterface.Controls.MPComboBox(); this.radioButtonAction = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.radioButtonActWindow = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.radioButtonToggle = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.radioButtonPower = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.comboBoxCmdProperty = new MediaPortal.UserInterface.Controls.MPComboBox(); this.groupBoxCondition = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.radioButtonWindow = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.radioButtonFullscreen = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.radioButtonPlaying = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.radioButtonNoCondition = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.comboBoxCondProperty = new MediaPortal.UserInterface.Controls.MPComboBox(); this.groupBoxLayer = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.comboBoxLayer = new MediaPortal.UserInterface.Controls.MPComboBox(); this.labelLayer = new MediaPortal.UserInterface.Controls.MPLabel(); this.buttonNew = new MediaPortal.UserInterface.Controls.MPButton(); this.groupBoxButton = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpComboBoxCode = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpLabelCode = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpCheckBoxWindows = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpCheckBoxShift = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpCheckBoxAlt = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpCheckBoxControl = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpCheckBoxBackground = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpCheckBoxRepeat = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.groupBoxAction.SuspendLayout(); this.groupBoxCondition.SuspendLayout(); this.groupBoxLayer.SuspendLayout(); this.groupBoxButton.SuspendLayout(); this.SuspendLayout(); // // treeMapping // this.treeMapping.AllowDrop = true; this.treeMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treeMapping.FullRowSelect = true; this.treeMapping.HideSelection = false; this.treeMapping.Location = new System.Drawing.Point(16, 56); this.treeMapping.Name = "treeMapping"; this.treeMapping.Size = new System.Drawing.Size(397, 504); this.treeMapping.TabIndex = 1; this.treeMapping.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeMapping_AfterSelect); // // labelExpand // this.labelExpand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelExpand.AutoSize = true; this.labelExpand.Location = new System.Drawing.Point(413, 543); this.labelExpand.Name = "labelExpand"; this.labelExpand.Size = new System.Drawing.Size(13, 13); this.labelExpand.TabIndex = 29; this.labelExpand.Text = "+"; this.labelExpand.Click += new System.EventHandler(this.labelExpand_Click); // // buttonDefault // this.buttonDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonDefault.Location = new System.Drawing.Point(347, 611); this.buttonDefault.Name = "buttonDefault"; this.buttonDefault.Size = new System.Drawing.Size(75, 23); this.buttonDefault.TabIndex = 28; this.buttonDefault.Text = "Reset"; this.buttonDefault.UseVisualStyleBackColor = true; this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click); // // buttonRemove // this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonRemove.Location = new System.Drawing.Point(272, 566); this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Size = new System.Drawing.Size(56, 20); this.buttonRemove.TabIndex = 27; this.buttonRemove.Text = "Remove"; this.buttonRemove.UseVisualStyleBackColor = true; this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click); // // buttonDown // this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonDown.Location = new System.Drawing.Point(97, 566); this.buttonDown.Name = "buttonDown"; this.buttonDown.Size = new System.Drawing.Size(56, 20); this.buttonDown.TabIndex = 24; this.buttonDown.Text = "Down"; this.buttonDown.UseVisualStyleBackColor = true; this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click); // // buttonUp // this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonUp.Location = new System.Drawing.Point(16, 566); this.buttonUp.Name = "buttonUp"; this.buttonUp.Size = new System.Drawing.Size(56, 20); this.buttonUp.TabIndex = 23; this.buttonUp.Text = "Up"; this.buttonUp.UseVisualStyleBackColor = true; this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click); // // beveledLine1 // this.beveledLine1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.beveledLine1.Location = new System.Drawing.Point(8, 601); this.beveledLine1.Name = "beveledLine1"; this.beveledLine1.Size = new System.Drawing.Size(657, 2); this.beveledLine1.TabIndex = 21; // // buttonApply // this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonApply.Location = new System.Drawing.Point(428, 611); this.buttonApply.Name = "buttonApply"; this.buttonApply.Size = new System.Drawing.Size(75, 23); this.buttonApply.TabIndex = 20; this.buttonApply.Text = "Apply"; this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click); // // buttonOk // this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOk.Location = new System.Drawing.Point(509, 611); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 19; this.buttonOk.Text = "OK"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(590, 611); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 18; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; // // headerLabel // this.headerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.headerLabel.Caption = ""; this.headerLabel.FirstColor = System.Drawing.SystemColors.InactiveCaption; this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.headerLabel.LastColor = System.Drawing.Color.WhiteSmoke; this.headerLabel.Location = new System.Drawing.Point(16, 16); this.headerLabel.Name = "headerLabel"; this.headerLabel.PaddingLeft = 2; this.headerLabel.Size = new System.Drawing.Size(643, 24); this.headerLabel.TabIndex = 17; this.headerLabel.TextColor = System.Drawing.Color.WhiteSmoke; this.headerLabel.TextFont = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); // // groupBoxAction // this.groupBoxAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxAction.Controls.Add(this.checkBoxGainFocus); this.groupBoxAction.Controls.Add(this.textBoxKeyCode); this.groupBoxAction.Controls.Add(this.label1); this.groupBoxAction.Controls.Add(this.textBoxKeyChar); this.groupBoxAction.Controls.Add(this.radioButtonProcess); this.groupBoxAction.Controls.Add(this.labelSound); this.groupBoxAction.Controls.Add(this.comboBoxSound); this.groupBoxAction.Controls.Add(this.radioButtonAction); this.groupBoxAction.Controls.Add(this.radioButtonActWindow); this.groupBoxAction.Controls.Add(this.radioButtonToggle); this.groupBoxAction.Controls.Add(this.radioButtonPower); this.groupBoxAction.Controls.Add(this.comboBoxCmdProperty); this.groupBoxAction.Enabled = false; this.groupBoxAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxAction.Location = new System.Drawing.Point(435, 390); this.groupBoxAction.Name = "groupBoxAction"; this.groupBoxAction.Size = new System.Drawing.Size(224, 192); this.groupBoxAction.TabIndex = 16; this.groupBoxAction.TabStop = false; this.groupBoxAction.Text = "Action"; // // checkBoxGainFocus // this.checkBoxGainFocus.AutoSize = true; this.checkBoxGainFocus.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxGainFocus.Location = new System.Drawing.Point(112, 68); this.checkBoxGainFocus.Name = "checkBoxGainFocus"; this.checkBoxGainFocus.Size = new System.Drawing.Size(78, 17); this.checkBoxGainFocus.TabIndex = 25; this.checkBoxGainFocus.Text = "Gain Focus"; this.checkBoxGainFocus.UseVisualStyleBackColor = true; this.checkBoxGainFocus.CheckedChanged += new System.EventHandler(this.checkBoxGainFocus_CheckedChanged); // // textBoxKeyCode // this.textBoxKeyCode.BorderColor = System.Drawing.Color.Empty; this.textBoxKeyCode.Enabled = false; this.textBoxKeyCode.Location = new System.Drawing.Point(152, 124); this.textBoxKeyCode.MaxLength = 3; this.textBoxKeyCode.Name = "textBoxKeyCode"; this.textBoxKeyCode.Size = new System.Drawing.Size(48, 20); this.textBoxKeyCode.TabIndex = 24; this.textBoxKeyCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyCode_KeyPress); this.textBoxKeyCode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyCode_KeyUp); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 128); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(28, 13); this.label1.TabIndex = 23; this.label1.Text = "Key:"; // // textBoxKeyChar // this.textBoxKeyChar.BorderColor = System.Drawing.Color.Empty; this.textBoxKeyChar.Enabled = false; this.textBoxKeyChar.Location = new System.Drawing.Point(72, 124); this.textBoxKeyChar.MaxLength = 3; this.textBoxKeyChar.Name = "textBoxKeyChar"; this.textBoxKeyChar.Size = new System.Drawing.Size(80, 20); this.textBoxKeyChar.TabIndex = 22; this.textBoxKeyChar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyChar_KeyPress); this.textBoxKeyChar.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyChar_KeyUp); // // radioButtonProcess // this.radioButtonProcess.AutoSize = true; this.radioButtonProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonProcess.Location = new System.Drawing.Point(24, 68); this.radioButtonProcess.Name = "radioButtonProcess"; this.radioButtonProcess.Size = new System.Drawing.Size(62, 17); this.radioButtonProcess.TabIndex = 21; this.radioButtonProcess.Text = "Process"; this.radioButtonProcess.UseVisualStyleBackColor = true; this.radioButtonProcess.Click += new System.EventHandler(this.radioButtonProcess_Click); // // labelSound // this.labelSound.AutoSize = true; this.labelSound.Location = new System.Drawing.Point(24, 156); this.labelSound.Name = "labelSound"; this.labelSound.Size = new System.Drawing.Size(41, 13); this.labelSound.TabIndex = 20; this.labelSound.Text = "Sound:"; // // comboBoxSound // this.comboBoxSound.BorderColor = System.Drawing.Color.Empty; this.comboBoxSound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSound.ForeColor = System.Drawing.Color.DarkRed; this.comboBoxSound.Location = new System.Drawing.Point(72, 153); this.comboBoxSound.Name = "comboBoxSound"; this.comboBoxSound.Size = new System.Drawing.Size(128, 21); this.comboBoxSound.TabIndex = 19; this.comboBoxSound.SelectionChangeCommitted += new System.EventHandler(this.comboBoxSound_SelectionChangeCommitted); // // radioButtonAction // this.radioButtonAction.AutoSize = true; this.radioButtonAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonAction.Location = new System.Drawing.Point(24, 20); this.radioButtonAction.Name = "radioButtonAction"; this.radioButtonAction.Size = new System.Drawing.Size(54, 17); this.radioButtonAction.TabIndex = 14; this.radioButtonAction.Text = "Action"; this.radioButtonAction.UseVisualStyleBackColor = true; this.radioButtonAction.Click += new System.EventHandler(this.radioButtonAction_Click); // // radioButtonActWindow // this.radioButtonActWindow.AutoSize = true; this.radioButtonActWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonActWindow.Location = new System.Drawing.Point(112, 20); this.radioButtonActWindow.Name = "radioButtonActWindow"; this.radioButtonActWindow.Size = new System.Drawing.Size(63, 17); this.radioButtonActWindow.TabIndex = 14; this.radioButtonActWindow.Text = "Window"; this.radioButtonActWindow.UseVisualStyleBackColor = true; this.radioButtonActWindow.Click += new System.EventHandler(this.radioButtonActWindow_Click); // // radioButtonToggle // this.radioButtonToggle.AutoSize = true; this.radioButtonToggle.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonToggle.Location = new System.Drawing.Point(112, 44); this.radioButtonToggle.Name = "radioButtonToggle"; this.radioButtonToggle.Size = new System.Drawing.Size(86, 17); this.radioButtonToggle.TabIndex = 17; this.radioButtonToggle.Text = "Toggle Layer"; this.radioButtonToggle.UseVisualStyleBackColor = true; this.radioButtonToggle.Click += new System.EventHandler(this.radioButtonToggle_Click); // // radioButtonPower // this.radioButtonPower.AutoSize = true; this.radioButtonPower.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonPower.Location = new System.Drawing.Point(24, 44); this.radioButtonPower.Name = "radioButtonPower"; this.radioButtonPower.Size = new System.Drawing.Size(80, 17); this.radioButtonPower.TabIndex = 18; this.radioButtonPower.Text = "Powerdown"; this.radioButtonPower.UseVisualStyleBackColor = true; this.radioButtonPower.Click += new System.EventHandler(this.radioButtonPower_Click); // // comboBoxCmdProperty // this.comboBoxCmdProperty.BorderColor = System.Drawing.Color.Empty; this.comboBoxCmdProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCmdProperty.ForeColor = System.Drawing.Color.DarkGreen; this.comboBoxCmdProperty.Location = new System.Drawing.Point(24, 92); this.comboBoxCmdProperty.Name = "comboBoxCmdProperty"; this.comboBoxCmdProperty.Size = new System.Drawing.Size(176, 21); this.comboBoxCmdProperty.Sorted = true; this.comboBoxCmdProperty.TabIndex = 14; this.comboBoxCmdProperty.SelectionChangeCommitted += new System.EventHandler(this.comboBoxCmdProperty_SelectionChangeCommitted); // // groupBoxCondition // this.groupBoxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxCondition.Controls.Add(this.radioButtonWindow); this.groupBoxCondition.Controls.Add(this.radioButtonFullscreen); this.groupBoxCondition.Controls.Add(this.radioButtonPlaying); this.groupBoxCondition.Controls.Add(this.radioButtonNoCondition); this.groupBoxCondition.Controls.Add(this.comboBoxCondProperty); this.groupBoxCondition.Enabled = false; this.groupBoxCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxCondition.Location = new System.Drawing.Point(435, 249); this.groupBoxCondition.Name = "groupBoxCondition"; this.groupBoxCondition.Size = new System.Drawing.Size(224, 100); this.groupBoxCondition.TabIndex = 15; this.groupBoxCondition.TabStop = false; this.groupBoxCondition.Text = "Condition"; // // radioButtonWindow // this.radioButtonWindow.AutoSize = true; this.radioButtonWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonWindow.Location = new System.Drawing.Point(24, 20); this.radioButtonWindow.Name = "radioButtonWindow"; this.radioButtonWindow.Size = new System.Drawing.Size(63, 17); this.radioButtonWindow.TabIndex = 9; this.radioButtonWindow.Text = "Window"; this.radioButtonWindow.UseVisualStyleBackColor = true; this.radioButtonWindow.Click += new System.EventHandler(this.radioButtonWindow_Click); // // radioButtonFullscreen // this.radioButtonFullscreen.AutoSize = true; this.radioButtonFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonFullscreen.Location = new System.Drawing.Point(112, 20); this.radioButtonFullscreen.Name = "radioButtonFullscreen"; this.radioButtonFullscreen.Size = new System.Drawing.Size(72, 17); this.radioButtonFullscreen.TabIndex = 10; this.radioButtonFullscreen.Text = "Fullscreen"; this.radioButtonFullscreen.UseVisualStyleBackColor = true; this.radioButtonFullscreen.Click += new System.EventHandler(this.radioButtonFullscreen_Click); // // radioButtonPlaying // this.radioButtonPlaying.AutoSize = true; this.radioButtonPlaying.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonPlaying.Location = new System.Drawing.Point(24, 44); this.radioButtonPlaying.Name = "radioButtonPlaying"; this.radioButtonPlaying.Size = new System.Drawing.Size(58, 17); this.radioButtonPlaying.TabIndex = 11; this.radioButtonPlaying.Text = "Playing"; this.radioButtonPlaying.UseVisualStyleBackColor = true; this.radioButtonPlaying.Click += new System.EventHandler(this.radioButtonPlaying_Click); // // radioButtonNoCondition // this.radioButtonNoCondition.AutoSize = true; this.radioButtonNoCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButtonNoCondition.Location = new System.Drawing.Point(112, 44); this.radioButtonNoCondition.Name = "radioButtonNoCondition"; this.radioButtonNoCondition.Size = new System.Drawing.Size(85, 17); this.radioButtonNoCondition.TabIndex = 12; this.radioButtonNoCondition.Text = "No Condition"; this.radioButtonNoCondition.UseVisualStyleBackColor = true; this.radioButtonNoCondition.Click += new System.EventHandler(this.radioButtonNoCondition_Click); // // comboBoxCondProperty // this.comboBoxCondProperty.BorderColor = System.Drawing.Color.Empty; this.comboBoxCondProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCondProperty.ForeColor = System.Drawing.Color.Blue; this.comboBoxCondProperty.Location = new System.Drawing.Point(24, 68); this.comboBoxCondProperty.Name = "comboBoxCondProperty"; this.comboBoxCondProperty.Size = new System.Drawing.Size(176, 21); this.comboBoxCondProperty.Sorted = true; this.comboBoxCondProperty.TabIndex = 13; this.comboBoxCondProperty.SelectionChangeCommitted += new System.EventHandler(this.comboBoxCondProperty_SelectionChangeCommitted); // // groupBoxLayer // this.groupBoxLayer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxLayer.Controls.Add(this.comboBoxLayer); this.groupBoxLayer.Controls.Add(this.labelLayer); this.groupBoxLayer.Enabled = false; this.groupBoxLayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxLayer.Location = new System.Drawing.Point(435, 189); this.groupBoxLayer.Name = "groupBoxLayer"; this.groupBoxLayer.Size = new System.Drawing.Size(224, 52); this.groupBoxLayer.TabIndex = 22; this.groupBoxLayer.TabStop = false; this.groupBoxLayer.Text = "Layer"; // // comboBoxLayer // this.comboBoxLayer.BorderColor = System.Drawing.Color.Empty; this.comboBoxLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxLayer.ForeColor = System.Drawing.Color.DimGray; this.comboBoxLayer.Location = new System.Drawing.Point(80, 20); this.comboBoxLayer.Name = "comboBoxLayer"; this.comboBoxLayer.Size = new System.Drawing.Size(121, 21); this.comboBoxLayer.TabIndex = 25; this.comboBoxLayer.SelectionChangeCommitted += new System.EventHandler(this.comboBoxLayer_SelectionChangeCommitted); // // labelLayer // this.labelLayer.AutoSize = true; this.labelLayer.Location = new System.Drawing.Point(24, 23); this.labelLayer.Name = "labelLayer"; this.labelLayer.Size = new System.Drawing.Size(36, 13); this.labelLayer.TabIndex = 16; this.labelLayer.Text = "Layer:"; // // buttonNew // this.buttonNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonNew.Location = new System.Drawing.Point(189, 566); this.buttonNew.Name = "buttonNew"; this.buttonNew.Size = new System.Drawing.Size(56, 20); this.buttonNew.TabIndex = 26; this.buttonNew.Text = "New"; this.buttonNew.UseVisualStyleBackColor = true; this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click); // // groupBoxButton // this.groupBoxButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxButton.Controls.Add(this.mpComboBoxCode); this.groupBoxButton.Controls.Add(this.mpLabelCode); this.groupBoxButton.Controls.Add(this.mpCheckBoxWindows); this.groupBoxButton.Controls.Add(this.mpCheckBoxShift); this.groupBoxButton.Controls.Add(this.mpCheckBoxAlt); this.groupBoxButton.Controls.Add(this.mpCheckBoxControl); this.groupBoxButton.Controls.Add(this.mpCheckBoxBackground); this.groupBoxButton.Controls.Add(this.mpCheckBoxRepeat); this.groupBoxButton.Enabled = false; this.groupBoxButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxButton.Location = new System.Drawing.Point(435, 46); this.groupBoxButton.Name = "groupBoxButton"; this.groupBoxButton.Size = new System.Drawing.Size(224, 137); this.groupBoxButton.TabIndex = 30; this.groupBoxButton.TabStop = false; this.groupBoxButton.Text = "Button"; // // mpComboBoxCode // this.mpComboBoxCode.BorderColor = System.Drawing.Color.Empty; this.mpComboBoxCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.mpComboBoxCode.ForeColor = System.Drawing.Color.DimGray; this.mpComboBoxCode.Location = new System.Drawing.Point(80, 19); this.mpComboBoxCode.Name = "mpComboBoxCode"; this.mpComboBoxCode.Size = new System.Drawing.Size(121, 21); this.mpComboBoxCode.TabIndex = 27; this.mpComboBoxCode.SelectedIndexChanged += new System.EventHandler(this.mpComboBoxCode_SelectedIndexChanged); // // mpLabelCode // this.mpLabelCode.AutoSize = true; this.mpLabelCode.Location = new System.Drawing.Point(24, 22); this.mpLabelCode.Name = "mpLabelCode"; this.mpLabelCode.Size = new System.Drawing.Size(35, 13); this.mpLabelCode.TabIndex = 26; this.mpLabelCode.Text = "Code:"; // // mpCheckBoxWindows // this.mpCheckBoxWindows.AutoSize = true; this.mpCheckBoxWindows.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpCheckBoxWindows.Location = new System.Drawing.Point(71, 108); this.mpCheckBoxWindows.Name = "mpCheckBoxWindows"; this.mpCheckBoxWindows.Size = new System.Drawing.Size(68, 17); this.mpCheckBoxWindows.TabIndex = 5; this.mpCheckBoxWindows.Text = "Windows"; this.mpCheckBoxWindows.UseVisualStyleBackColor = true; this.mpCheckBoxWindows.CheckedChanged += new System.EventHandler(this.mpCheckBoxWindows_CheckedChanged); // // mpCheckBoxShift // this.mpCheckBoxShift.AutoSize = true; this.mpCheckBoxShift.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpCheckBoxShift.Location = new System.Drawing.Point(5, 84); this.mpCheckBoxShift.Name = "mpCheckBoxShift"; this.mpCheckBoxShift.Size = new System.Drawing.Size(45, 17); this.mpCheckBoxShift.TabIndex = 4; this.mpCheckBoxShift.Text = "Shift"; this.mpCheckBoxShift.UseVisualStyleBackColor = true; this.mpCheckBoxShift.CheckedChanged += new System.EventHandler(this.mpCheckBoxShift_CheckedChanged); // // mpCheckBoxAlt // this.mpCheckBoxAlt.AutoSize = true; this.mpCheckBoxAlt.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpCheckBoxAlt.Location = new System.Drawing.Point(5, 107); this.mpCheckBoxAlt.Name = "mpCheckBoxAlt"; this.mpCheckBoxAlt.Size = new System.Drawing.Size(36, 17); this.mpCheckBoxAlt.TabIndex = 3; this.mpCheckBoxAlt.Text = "Alt"; this.mpCheckBoxAlt.UseVisualStyleBackColor = true; this.mpCheckBoxAlt.CheckedChanged += new System.EventHandler(this.mpCheckBoxAlt_CheckedChanged); // // mpCheckBoxControl // this.mpCheckBoxControl.AutoSize = true; this.mpCheckBoxControl.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpCheckBoxControl.Location = new System.Drawing.Point(71, 85); this.mpCheckBoxControl.Name = "mpCheckBoxControl"; this.mpCheckBoxControl.Size = new System.Drawing.Size(57, 17); this.mpCheckBoxControl.TabIndex = 2; this.mpCheckBoxControl.Text = "Control"; this.mpCheckBoxControl.UseVisualStyleBackColor = true; this.mpCheckBoxControl.CheckedChanged += new System.EventHandler(this.mpCheckBoxControl_CheckedChanged); // // mpCheckBoxBackground // this.mpCheckBoxBackground.AutoSize = true; this.mpCheckBoxBackground.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpCheckBoxBackground.Location = new System.Drawing.Point(71, 62); this.mpCheckBoxBackground.Name = "mpCheckBoxBackground"; this.mpCheckBoxBackground.Size = new System.Drawing.Size(82, 17); this.mpCheckBoxBackground.TabIndex = 1; this.mpCheckBoxBackground.Text = "Background"; this.mpCheckBoxBackground.UseVisualStyleBackColor = true; this.mpCheckBoxBackground.CheckedChanged += new System.EventHandler(this.mpCheckBoxBackground_CheckedChanged); // // mpCheckBoxRepeat // this.mpCheckBoxRepeat.AutoSize = true; this.mpCheckBoxRepeat.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpCheckBoxRepeat.Location = new System.Drawing.Point(6, 62); this.mpCheckBoxRepeat.Name = "mpCheckBoxRepeat"; this.mpCheckBoxRepeat.Size = new System.Drawing.Size(59, 17); this.mpCheckBoxRepeat.TabIndex = 0; this.mpCheckBoxRepeat.Text = "Repeat"; this.mpCheckBoxRepeat.UseVisualStyleBackColor = true; this.mpCheckBoxRepeat.CheckedChanged += new System.EventHandler(this.mpCheckBoxRepeat_CheckedChanged); // // HidInputMappingForm // this.AcceptButton = this.buttonOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScroll = true; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(675, 644); this.Controls.Add(this.groupBoxButton); this.Controls.Add(this.labelExpand); this.Controls.Add(this.treeMapping); this.Controls.Add(this.buttonDefault); this.Controls.Add(this.buttonRemove); this.Controls.Add(this.buttonNew); this.Controls.Add(this.buttonDown); this.Controls.Add(this.buttonUp); this.Controls.Add(this.beveledLine1); this.Controls.Add(this.buttonApply); this.Controls.Add(this.buttonOk); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.headerLabel); this.Controls.Add(this.groupBoxAction); this.Controls.Add(this.groupBoxCondition); this.Controls.Add(this.groupBoxLayer); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "HidInputMappingForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "MediaPortal - Setup"; this.groupBoxAction.ResumeLayout(false); this.groupBoxAction.PerformLayout(); this.groupBoxCondition.ResumeLayout(false); this.groupBoxCondition.PerformLayout(); this.groupBoxLayer.ResumeLayout(false); this.groupBoxLayer.PerformLayout(); this.groupBoxButton.ResumeLayout(false); this.groupBoxButton.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.fontDialog = new System.Windows.Forms.FontDialog(); this.tabControl1 = new MediaPortal.UserInterface.Controls.MPTabControl(); this.tabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage(); this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.ParentalControlUpDown = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.RegionCodeComboBox = new System.Windows.Forms.ComboBox(); this.pictureBoxRegions = new System.Windows.Forms.PictureBox(); this.labelPlayAll = new MediaPortal.UserInterface.Controls.MPLabel(); this.useInternalBDPlayer = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpTabPage1 = new MediaPortal.UserInterface.Controls.MPTabPage(); this.mpGroupBox4 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.preferredAudioTypeComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.SubsEnabled = new System.Windows.Forms.CheckBox(); this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel(); this.defaultAudioLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel(); this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).BeginInit(); this.mpTabPage1.SuspendLayout(); this.mpGroupBox4.SuspendLayout(); this.SuspendLayout(); // // fontDialog // this.fontDialog.Color = System.Drawing.SystemColors.ControlText; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.mpTabPage1); this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(472, 408); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.groupBox1); this.tabPage1.Controls.Add(this.useInternalBDPlayer); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(464, 382); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "General"; this.tabPage1.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.ParentalControlUpDown); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.RegionCodeComboBox); this.groupBox1.Controls.Add(this.pictureBoxRegions); this.groupBox1.Controls.Add(this.labelPlayAll); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox1.Location = new System.Drawing.Point(16, 16); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(432, 298); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Settings"; // // ParentalControlUpDown // this.ParentalControlUpDown.Location = new System.Drawing.Point(249, 247); this.ParentalControlUpDown.Maximum = new decimal(new int[] { 99, 0, 0, 0}); this.ParentalControlUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.ParentalControlUpDown.Name = "ParentalControlUpDown"; this.ParentalControlUpDown.Size = new System.Drawing.Size(40, 20); this.ParentalControlUpDown.TabIndex = 10; this.ParentalControlUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.ParentalControlUpDown.Value = new decimal(new int[] { 99, 0, 0, 0}); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(246, 227); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(125, 13); this.label2.TabIndex = 9; this.label2.Text = "Parental control age limit:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(25, 227); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 13); this.label1.TabIndex = 8; this.label1.Text = "Blu-ray region code:"; // // RegionCodeComboBox // this.RegionCodeComboBox.FormattingEnabled = true; this.RegionCodeComboBox.Location = new System.Drawing.Point(28, 246); this.RegionCodeComboBox.Name = "RegionCodeComboBox"; this.RegionCodeComboBox.Size = new System.Drawing.Size(36, 21); this.RegionCodeComboBox.TabIndex = 7; // // pictureBoxRegions // this.pictureBoxRegions.Image = global::MediaPortal.Configuration.Properties.Resources.blu_ray_regions; this.pictureBoxRegions.Location = new System.Drawing.Point(28, 26); this.pictureBoxRegions.Name = "pictureBoxRegions"; this.pictureBoxRegions.Size = new System.Drawing.Size(376, 185); this.pictureBoxRegions.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxRegions.TabIndex = 6; this.pictureBoxRegions.TabStop = false; // // labelPlayAll // this.labelPlayAll.Location = new System.Drawing.Point(0, 0); this.labelPlayAll.Name = "labelPlayAll"; this.labelPlayAll.Size = new System.Drawing.Size(100, 23); this.labelPlayAll.TabIndex = 0; // // useInternalBDPlayer // this.useInternalBDPlayer.AutoSize = true; this.useInternalBDPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.useInternalBDPlayer.Location = new System.Drawing.Point(19, 332); this.useInternalBDPlayer.Name = "useInternalBDPlayer"; this.useInternalBDPlayer.Size = new System.Drawing.Size(180, 17); this.useInternalBDPlayer.TabIndex = 6; this.useInternalBDPlayer.Text = "Use internal Blu-ray menu player"; this.useInternalBDPlayer.UseVisualStyleBackColor = true; // // mpTabPage1 // this.mpTabPage1.Controls.Add(this.mpGroupBox4); this.mpTabPage1.Location = new System.Drawing.Point(4, 22); this.mpTabPage1.Name = "mpTabPage1"; this.mpTabPage1.Size = new System.Drawing.Size(464, 382); this.mpTabPage1.TabIndex = 9; this.mpTabPage1.Text = "Audio & subtitles"; this.mpTabPage1.UseVisualStyleBackColor = true; // // mpGroupBox4 // this.mpGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mpGroupBox4.Controls.Add(this.preferredAudioTypeComboBox); this.mpGroupBox4.Controls.Add(this.mpLabel1); this.mpGroupBox4.Controls.Add(this.SubsEnabled); this.mpGroupBox4.Controls.Add(this.mpLabel7); this.mpGroupBox4.Controls.Add(this.defaultAudioLanguageComboBox); this.mpGroupBox4.Controls.Add(this.mpLabel8); this.mpGroupBox4.Controls.Add(this.defaultSubtitleLanguageComboBox); this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpGroupBox4.Location = new System.Drawing.Point(14, 12); this.mpGroupBox4.Name = "mpGroupBox4"; this.mpGroupBox4.Size = new System.Drawing.Size(432, 171); this.mpGroupBox4.TabIndex = 10; this.mpGroupBox4.TabStop = false; this.mpGroupBox4.Text = "Default Language"; // // preferredAudioTypeComboBox // this.preferredAudioTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.preferredAudioTypeComboBox.BorderColor = System.Drawing.Color.Empty; this.preferredAudioTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.preferredAudioTypeComboBox.Location = new System.Drawing.Point(136, 78); this.preferredAudioTypeComboBox.Name = "preferredAudioTypeComboBox"; this.preferredAudioTypeComboBox.Size = new System.Drawing.Size(280, 21); this.preferredAudioTypeComboBox.Sorted = true; this.preferredAudioTypeComboBox.TabIndex = 10; // // mpLabel1 // this.mpLabel1.Location = new System.Drawing.Point(13, 81); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new System.Drawing.Size(96, 16); this.mpLabel1.TabIndex = 9; this.mpLabel1.Text = "Audio type:"; // // SubsEnabled // this.SubsEnabled.AutoSize = true; this.SubsEnabled.Location = new System.Drawing.Point(16, 148); this.SubsEnabled.Name = "SubsEnabled"; this.SubsEnabled.Size = new System.Drawing.Size(100, 17); this.SubsEnabled.TabIndex = 8; this.SubsEnabled.Text = "Enable subtitles"; this.SubsEnabled.UseVisualStyleBackColor = true; // // mpLabel7 // this.mpLabel7.Location = new System.Drawing.Point(13, 56); this.mpLabel7.Name = "mpLabel7"; this.mpLabel7.Size = new System.Drawing.Size(96, 16); this.mpLabel7.TabIndex = 6; this.mpLabel7.Text = "Audio:"; // // defaultAudioLanguageComboBox // this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.defaultAudioLanguageComboBox.BorderColor = System.Drawing.Color.Empty; this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.defaultAudioLanguageComboBox.Location = new System.Drawing.Point(136, 51); this.defaultAudioLanguageComboBox.Name = "defaultAudioLanguageComboBox"; this.defaultAudioLanguageComboBox.Size = new System.Drawing.Size(280, 21); this.defaultAudioLanguageComboBox.Sorted = true; this.defaultAudioLanguageComboBox.TabIndex = 7; // // mpLabel8 // this.mpLabel8.Location = new System.Drawing.Point(13, 27); this.mpLabel8.Name = "mpLabel8"; this.mpLabel8.Size = new System.Drawing.Size(96, 16); this.mpLabel8.TabIndex = 6; this.mpLabel8.Text = "Subtitles:"; // // defaultSubtitleLanguageComboBox // this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.defaultSubtitleLanguageComboBox.BorderColor = System.Drawing.Color.Empty; this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.defaultSubtitleLanguageComboBox.Location = new System.Drawing.Point(136, 24); this.defaultSubtitleLanguageComboBox.Name = "defaultSubtitleLanguageComboBox"; this.defaultSubtitleLanguageComboBox.Size = new System.Drawing.Size(280, 21); this.defaultSubtitleLanguageComboBox.Sorted = true; this.defaultSubtitleLanguageComboBox.TabIndex = 7; // // BD // this.Controls.Add(this.tabControl1); this.Name = "BD"; this.Size = new System.Drawing.Size(472, 408); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).EndInit(); this.mpTabPage1.ResumeLayout(false); this.mpGroupBox4.ResumeLayout(false); this.mpGroupBox4.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { this.groupBox1 = new MPGroupBox(); this.groupBox5 = new GroupBox(); this.cbUseClockOnShutdown = new CheckBox(); this.mpEnableDisplayActionTime = new MPComboBox(); this.cmbBlankIdleTime = new MPComboBox(); this.mpEnableDisplayAction = new CheckBox(); this.mpBlankDisplayWithVideo = new CheckBox(); this.mpBlankDisplayWhenIdle = new CheckBox(); this.groupEqualizerOptions = new GroupBox(); this.groupEQstyle = new GroupBox(); this.cbUseVUmeter2 = new RadioButton(); this.cbVUindicators = new CheckBox(); this.cbUseVUmeter = new RadioButton(); this.cbStereoEQ = new RadioButton(); this.cbNormalEQ = new RadioButton(); this.cmbDelayEqTime = new MPComboBox(); this.lblRestrictEQ = new MPLabel(); this.cmbEQTitleDisplayTime = new MPComboBox(); this.cmbEQTitleShowTime = new MPComboBox(); this.mpEQTitleDisplay = new CheckBox(); this.mpSmoothEQ = new CheckBox(); this.mpEqDisplay = new CheckBox(); this.mpRestrictEQ = new CheckBox(); this.cmbEqRate = new MPComboBox(); this.mpDelayEQ = new CheckBox(); this.lblEQTitleDisplay = new MPLabel(); this.btnOK = new MPButton(); this.btnReset = new MPButton(); this.groupBox1.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupEqualizerOptions.SuspendLayout(); this.groupEQstyle.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right))); this.groupBox1.Controls.Add(this.groupBox5); this.groupBox1.Controls.Add(this.groupEqualizerOptions); this.groupBox1.FlatStyle = FlatStyle.Popup; this.groupBox1.Location = new Point(7, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new Size(397, 368); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = " IO-Warrior Graphical LCD Advanced Configuration "; // // groupBox5 // this.groupBox5.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.groupBox5.Controls.Add(this.cbUseClockOnShutdown); this.groupBox5.Controls.Add(this.mpEnableDisplayActionTime); this.groupBox5.Controls.Add(this.cmbBlankIdleTime); this.groupBox5.Controls.Add(this.mpEnableDisplayAction); this.groupBox5.Controls.Add(this.mpBlankDisplayWithVideo); this.groupBox5.Controls.Add(this.mpBlankDisplayWhenIdle); this.groupBox5.Location = new Point(6, 19); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new Size(383, 103); this.groupBox5.TabIndex = 105; this.groupBox5.TabStop = false; this.groupBox5.Text = " Display Control Options "; // // cbUseClockOnShutdown // this.cbUseClockOnShutdown.AutoSize = true; this.cbUseClockOnShutdown.Location = new Point(8, 81); this.cbUseClockOnShutdown.Name = "cbUseClockOnShutdown"; this.cbUseClockOnShutdown.Size = new Size(204, 17); this.cbUseClockOnShutdown.TabIndex = 100; this.cbUseClockOnShutdown.Text = "Use Clock on shutdown (If supported)"; this.cbUseClockOnShutdown.UseVisualStyleBackColor = true; this.cbUseClockOnShutdown.Visible = false; // // mpEnableDisplayActionTime // this.mpEnableDisplayActionTime.BorderColor = Color.Empty; this.mpEnableDisplayActionTime.DropDownStyle = ComboBoxStyle.DropDownList; this.mpEnableDisplayActionTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" }); this.mpEnableDisplayActionTime.Location = new Point(180, 36); this.mpEnableDisplayActionTime.Name = "mpEnableDisplayActionTime"; this.mpEnableDisplayActionTime.Size = new Size(49, 21); this.mpEnableDisplayActionTime.TabIndex = 96; // // cmbBlankIdleTime // this.cmbBlankIdleTime.BorderColor = Color.Empty; this.cmbBlankIdleTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbBlankIdleTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbBlankIdleTime.Location = new Point(166, 58); this.cmbBlankIdleTime.Name = "cmbBlankIdleTime"; this.cmbBlankIdleTime.Size = new Size(51, 21); this.cmbBlankIdleTime.TabIndex = 98; // // mpEnableDisplayAction // this.mpEnableDisplayAction.AutoSize = true; this.mpEnableDisplayAction.Location = new Point(23, 38); this.mpEnableDisplayAction.Name = "mpEnableDisplayAction"; this.mpEnableDisplayAction.Size = new Size(258, 17); this.mpEnableDisplayAction.TabIndex = 97; this.mpEnableDisplayAction.Text = "Enable Display on Action for Seconds"; this.mpEnableDisplayAction.UseVisualStyleBackColor = true; this.mpEnableDisplayAction.CheckedChanged += new EventHandler(this.mpEnableDisplayAction_CheckedChanged); // // mpBlankDisplayWithVideo // this.mpBlankDisplayWithVideo.AutoSize = true; this.mpBlankDisplayWithVideo.Location = new Point(7, 17); this.mpBlankDisplayWithVideo.Name = "mpBlankDisplayWithVideo"; this.mpBlankDisplayWithVideo.Size = new Size(207, 17); this.mpBlankDisplayWithVideo.TabIndex = 95; this.mpBlankDisplayWithVideo.Text = "Turn off display during Video Playback"; this.mpBlankDisplayWithVideo.UseVisualStyleBackColor = true; this.mpBlankDisplayWithVideo.CheckedChanged += new EventHandler(this.mpBlankDisplayWithVideo_CheckedChanged); // // mpBlankDisplayWhenIdle // this.mpBlankDisplayWhenIdle.AutoSize = true; this.mpBlankDisplayWhenIdle.Location = new Point(7, 60); this.mpBlankDisplayWhenIdle.Name = "mpBlankDisplayWhenIdle"; this.mpBlankDisplayWhenIdle.Size = new Size(261, 17); this.mpBlankDisplayWhenIdle.TabIndex = 99; this.mpBlankDisplayWhenIdle.Text = "Turn off display when idle for seconds"; this.mpBlankDisplayWhenIdle.UseVisualStyleBackColor = true; this.mpBlankDisplayWhenIdle.CheckedChanged += new EventHandler(this.mpBlankDisplayWhenIdle_CheckedChanged); // // groupEqualizerOptions // this.groupEqualizerOptions.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right))); this.groupEqualizerOptions.Controls.Add(this.groupEQstyle); this.groupEqualizerOptions.Controls.Add(this.cmbDelayEqTime); this.groupEqualizerOptions.Controls.Add(this.lblRestrictEQ); this.groupEqualizerOptions.Controls.Add(this.cmbEQTitleDisplayTime); this.groupEqualizerOptions.Controls.Add(this.cmbEQTitleShowTime); this.groupEqualizerOptions.Controls.Add(this.mpEQTitleDisplay); this.groupEqualizerOptions.Controls.Add(this.mpSmoothEQ); this.groupEqualizerOptions.Controls.Add(this.mpEqDisplay); this.groupEqualizerOptions.Controls.Add(this.mpRestrictEQ); this.groupEqualizerOptions.Controls.Add(this.cmbEqRate); this.groupEqualizerOptions.Controls.Add(this.mpDelayEQ); this.groupEqualizerOptions.Controls.Add(this.lblEQTitleDisplay); this.groupEqualizerOptions.Location = new Point(6, 128); this.groupEqualizerOptions.Name = "groupEqualizerOptions"; this.groupEqualizerOptions.Size = new Size(383, 233); this.groupEqualizerOptions.TabIndex = 104; this.groupEqualizerOptions.TabStop = false; this.groupEqualizerOptions.Text = " Equalizer Options"; // // groupEQstyle // this.groupEQstyle.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.groupEQstyle.Controls.Add(this.cbUseVUmeter2); this.groupEQstyle.Controls.Add(this.cbVUindicators); this.groupEQstyle.Controls.Add(this.cbUseVUmeter); this.groupEQstyle.Controls.Add(this.cbStereoEQ); this.groupEQstyle.Controls.Add(this.cbNormalEQ); this.groupEQstyle.Location = new Point(39, 38); this.groupEQstyle.Name = "groupEQstyle"; this.groupEQstyle.Size = new Size(300, 60); this.groupEQstyle.TabIndex = 118; this.groupEQstyle.TabStop = false; this.groupEQstyle.Text = " Equalizer Style "; // // cbUseVUmeter2 // this.cbUseVUmeter2.AutoSize = true; this.cbUseVUmeter2.Location = new Point(211, 17); this.cbUseVUmeter2.Name = "cbUseVUmeter2"; this.cbUseVUmeter2.Size = new Size(79, 17); this.cbUseVUmeter2.TabIndex = 122; this.cbUseVUmeter2.Text = "VU Meter 2"; this.cbUseVUmeter2.UseVisualStyleBackColor = true; this.cbUseVUmeter2.CheckedChanged += new EventHandler(this.cbUseVUmeter2_CheckedChanged); // // cbVUindicators // this.cbVUindicators.AutoSize = true; this.cbVUindicators.Location = new Point(9, 39); this.cbVUindicators.Name = "cbVUindicators"; this.cbVUindicators.Size = new Size(213, 17); this.cbVUindicators.TabIndex = 121; this.cbVUindicators.Text = "Show Channel indicators for VU Display"; this.cbVUindicators.UseVisualStyleBackColor = true; // // cbUseVUmeter // this.cbUseVUmeter.AutoSize = true; this.cbUseVUmeter.Location = new Point(135, 17); this.cbUseVUmeter.Name = "cbUseVUmeter"; this.cbUseVUmeter.Size = new Size(70, 17); this.cbUseVUmeter.TabIndex = 2; this.cbUseVUmeter.Text = "VU Meter"; this.cbUseVUmeter.UseVisualStyleBackColor = true; this.cbUseVUmeter.CheckedChanged += new EventHandler(this.cbUseVUmeter_CheckedChanged); // // cbStereoEQ // this.cbStereoEQ.AutoSize = true; this.cbStereoEQ.Location = new Point(77, 17); this.cbStereoEQ.Name = "cbStereoEQ"; this.cbStereoEQ.Size = new Size(56, 17); this.cbStereoEQ.TabIndex = 1; this.cbStereoEQ.Text = "Stereo"; this.cbStereoEQ.UseVisualStyleBackColor = true; this.cbStereoEQ.CheckedChanged += new EventHandler(this.cbStereoEQ_CheckedChanged); // // cbNormalEQ // this.cbNormalEQ.AutoSize = true; this.cbNormalEQ.Checked = true; this.cbNormalEQ.Location = new Point(13, 17); this.cbNormalEQ.Name = "cbNormalEQ"; this.cbNormalEQ.Size = new Size(58, 17); this.cbNormalEQ.TabIndex = 0; this.cbNormalEQ.TabStop = true; this.cbNormalEQ.Text = "Normal"; this.cbNormalEQ.UseVisualStyleBackColor = true; this.cbNormalEQ.CheckedChanged += new EventHandler(this.cbNormalEQ_CheckedChanged); // // cmbDelayEqTime // this.cmbDelayEqTime.BorderColor = Color.Empty; this.cmbDelayEqTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbDelayEqTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbDelayEqTime.Location = new Point(160, 143); this.cmbDelayEqTime.Name = "cmbDelayEqTime"; this.cmbDelayEqTime.Size = new Size(52, 21); this.cmbDelayEqTime.TabIndex = 104; // // lblRestrictEQ // this.lblRestrictEQ.Anchor = ((AnchorStyles)((AnchorStyles.Top | AnchorStyles.Right))); this.lblRestrictEQ.Location = new Point(102, 124); this.lblRestrictEQ.Name = "lblRestrictEQ"; this.lblRestrictEQ.Size = new Size(116, 17); this.lblRestrictEQ.TabIndex = 115; this.lblRestrictEQ.Text = "updates per Seconds"; this.lblRestrictEQ.TextAlign = ContentAlignment.MiddleLeft; // // cmbEQTitleDisplayTime // this.cmbEQTitleDisplayTime.BorderColor = Color.Empty; this.cmbEQTitleDisplayTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbEQTitleDisplayTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbEQTitleDisplayTime.Location = new Point(165, 207); this.cmbEQTitleDisplayTime.Name = "cmbEQTitleDisplayTime"; this.cmbEQTitleDisplayTime.Size = new Size(52, 21); this.cmbEQTitleDisplayTime.TabIndex = 110; // // cmbEQTitleShowTime // this.cmbEQTitleShowTime.BorderColor = Color.Empty; this.cmbEQTitleShowTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbEQTitleShowTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbEQTitleShowTime.Location = new Point(32, 207); this.cmbEQTitleShowTime.Name = "cmbEQTitleShowTime"; this.cmbEQTitleShowTime.Size = new Size(52, 21); this.cmbEQTitleShowTime.TabIndex = 113; // // mpEQTitleDisplay // this.mpEQTitleDisplay.AutoSize = true; this.mpEQTitleDisplay.Location = new Point(21, 187); this.mpEQTitleDisplay.Name = "mpEQTitleDisplay"; this.mpEQTitleDisplay.Size = new Size(120, 17); this.mpEQTitleDisplay.TabIndex = 112; this.mpEQTitleDisplay.Text = "Show Track Info for"; this.mpEQTitleDisplay.UseVisualStyleBackColor = true; this.mpEQTitleDisplay.CheckedChanged += new EventHandler(this.mpEQTitleDisplay_CheckedChanged); // // mpSmoothEQ // this.mpSmoothEQ.AutoSize = true; this.mpSmoothEQ.Location = new Point(21, 166); this.mpSmoothEQ.Name = "mpSmoothEQ"; this.mpSmoothEQ.Size = new Size(224, 17); this.mpSmoothEQ.TabIndex = 109; this.mpSmoothEQ.Text = "Use Equalizer Smoothing (Delayed decay)"; this.mpSmoothEQ.UseVisualStyleBackColor = true; // // mpEqDisplay // this.mpEqDisplay.AutoSize = true; this.mpEqDisplay.Location = new Point(5, 21); this.mpEqDisplay.Name = "mpEqDisplay"; this.mpEqDisplay.Size = new Size(126, 17); this.mpEqDisplay.TabIndex = 106; this.mpEqDisplay.Text = "Use Equalizer display"; this.mpEqDisplay.UseVisualStyleBackColor = true; this.mpEqDisplay.CheckedChanged += new EventHandler(this.mpEqDisplay_CheckedChanged); // // mpRestrictEQ // this.mpRestrictEQ.AutoSize = true; this.mpRestrictEQ.Location = new Point(21, 103); this.mpRestrictEQ.Name = "mpRestrictEQ"; this.mpRestrictEQ.Size = new Size(185, 17); this.mpRestrictEQ.TabIndex = 107; this.mpRestrictEQ.Text = "Limit Equalizer display update rate"; this.mpRestrictEQ.UseVisualStyleBackColor = true; this.mpRestrictEQ.CheckedChanged += new EventHandler(this.mpRestrictEQ_CheckedChanged); // // cmbEqRate // this.cmbEqRate.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.cmbEqRate.BorderColor = Color.Empty; this.cmbEqRate.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbEqRate.Items.AddRange(new object[] { "MAX", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60" }); this.cmbEqRate.Location = new Point(32, 122); this.cmbEqRate.Name = "cmbEqRate"; this.cmbEqRate.Size = new Size(69, 21); this.cmbEqRate.TabIndex = 103; // // mpDelayEQ // this.mpDelayEQ.AutoSize = true; this.mpDelayEQ.Location = new Point(21, 144); this.mpDelayEQ.Name = "mpDelayEQ"; this.mpDelayEQ.Size = new Size(246, 17); this.mpDelayEQ.TabIndex = 108; this.mpDelayEQ.Text = "Delay Equalizer Start by Seconds"; this.mpDelayEQ.UseVisualStyleBackColor = true; this.mpDelayEQ.CheckedChanged += new EventHandler(this.mpDelayEQ_CheckedChanged); // // lblEQTitleDisplay // this.lblEQTitleDisplay.Location = new Point(86, 208); this.lblEQTitleDisplay.Name = "lblEQTitleDisplay"; this.lblEQTitleDisplay.Size = new Size(201, 17); this.lblEQTitleDisplay.TabIndex = 114; this.lblEQTitleDisplay.Text = "Seconds every Seconds"; this.lblEQTitleDisplay.TextAlign = ContentAlignment.MiddleLeft; // // btnOK // this.btnOK.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right))); this.btnOK.Location = new Point(316, 380); this.btnOK.Name = "btnOK"; this.btnOK.Size = new Size(88, 23); this.btnOK.TabIndex = 12; this.btnOK.Text = "&OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new EventHandler(this.btnOK_Click); // // btnReset // this.btnReset.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right))); this.btnReset.Location = new Point(222, 380); this.btnReset.Name = "btnReset"; this.btnReset.Size = new Size(88, 23); this.btnReset.TabIndex = 13; this.btnReset.Text = "&RESET"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new EventHandler(this.btnReset_Click); // // IOWarrior_AdvancedSetupForm // this.AutoScaleDimensions = new SizeF(6F, 13F); this.ClientSize = new Size(411, 409); this.Controls.Add(this.btnReset); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox1); this.Name = "IOWarrior_AdvancedSetupForm"; this.StartPosition = FormStartPosition.CenterParent; this.Text = "MiniDisplay - Setup - Advanced Settings"; this.groupBox1.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupEqualizerOptions.ResumeLayout(false); this.groupEqualizerOptions.PerformLayout(); this.groupEQstyle.ResumeLayout(false); this.groupEQstyle.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof (TVDebugOptions)); this.groupBoxSettings = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpDoNotAllowSlowMotionDuringZappingCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpEnableRecordingFromTimeshiftCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpUseRtspCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpWarningLabel = new MediaPortal.UserInterface.Controls.MPLabel(); this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.mpMainToolTip = new MediaPortal.UserInterface.Controls.MPToolTip(); this.mpRtspPathsGroupBox = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.buttonTimeshiftingPath = new System.Windows.Forms.Button(); this.buttonRecordingPath = new System.Windows.Forms.Button(); this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpLabelRecording = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpLabelTimeshifting = new MediaPortal.UserInterface.Controls.MPLabel(); this.textBoxTimeshifting = new System.Windows.Forms.TextBox(); this.textBoxRecording = new System.Windows.Forms.TextBox(); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.groupBoxSettings.SuspendLayout(); this.mpRtspPathsGroupBox.SuspendLayout(); this.SuspendLayout(); // // groupBoxSettings // this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxSettings.Controls.Add(this.mpDoNotAllowSlowMotionDuringZappingCheckBox); this.groupBoxSettings.Controls.Add(this.mpEnableRecordingFromTimeshiftCheckBox); this.groupBoxSettings.Controls.Add(this.mpUseRtspCheckBox); this.groupBoxSettings.Controls.Add(this.mpWarningLabel); this.groupBoxSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxSettings.Location = new System.Drawing.Point(0, 0); this.groupBoxSettings.Name = "groupBoxSettings"; this.groupBoxSettings.Size = new System.Drawing.Size(472, 158); this.groupBoxSettings.TabIndex = 0; this.groupBoxSettings.TabStop = false; this.groupBoxSettings.Text = "Settings"; // // mpDoNotAllowSlowMotionDuringZappingCheckBox // this.mpDoNotAllowSlowMotionDuringZappingCheckBox.AutoSize = true; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Location = new System.Drawing.Point(9, 70); this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Name = "mpDoNotAllowSlowMotionDuringZappingCheckBox"; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Size = new System.Drawing.Size(336, 17); this.mpDoNotAllowSlowMotionDuringZappingCheckBox.TabIndex = 4; this.mpDoNotAllowSlowMotionDuringZappingCheckBox.Text = "Do not use slow motion to sync video to audio on channel change"; this.mpMainToolTip.SetToolTip(this.mpDoNotAllowSlowMotionDuringZappingCheckBox, "Selecting this will prevent live TV from playing video until video is in sync wit" + "h the audio, instead of playing video in slow motion"); this.mpDoNotAllowSlowMotionDuringZappingCheckBox.UseVisualStyleBackColor = true; // // mpEnableRecordingFromTimeshiftCheckBox // this.mpEnableRecordingFromTimeshiftCheckBox.AutoSize = true; this.mpEnableRecordingFromTimeshiftCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpEnableRecordingFromTimeshiftCheckBox.Location = new System.Drawing.Point(9, 93); this.mpEnableRecordingFromTimeshiftCheckBox.Name = "mpEnableRecordingFromTimeshiftCheckBox"; this.mpEnableRecordingFromTimeshiftCheckBox.Size = new System.Drawing.Size(269, 17); this.mpEnableRecordingFromTimeshiftCheckBox.TabIndex = 3; this.mpEnableRecordingFromTimeshiftCheckBox.Text = "Include timeshift buffer in \"Record Now\" recordings "; this.mpMainToolTip.SetToolTip(this.mpEnableRecordingFromTimeshiftCheckBox, "When enabled, \"Record Now\" will include in the recording the part of the current " + "program that has already been timeshifted, instead of starting the recording fro" + "m the live point."); this.mpEnableRecordingFromTimeshiftCheckBox.UseVisualStyleBackColor = true; // // mpUseRtspCheckBox // this.mpUseRtspCheckBox.AutoSize = true; this.mpUseRtspCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpUseRtspCheckBox.Location = new System.Drawing.Point(9, 116); this.mpUseRtspCheckBox.Name = "mpUseRtspCheckBox"; this.mpUseRtspCheckBox.Size = new System.Drawing.Size(144, 17); this.mpUseRtspCheckBox.TabIndex = 1; this.mpUseRtspCheckBox.Text = "-- Label defined in code --\r\n"; this.mpUseRtspCheckBox.UseVisualStyleBackColor = true; this.mpUseRtspCheckBox.CheckedChanged += new System.EventHandler(this.mpUseRtspCheckBox_Checked); // // mpWarningLabel // this.mpWarningLabel.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mpWarningLabel.ForeColor = System.Drawing.Color.Red; this.mpWarningLabel.Location = new System.Drawing.Point(6, 16); this.mpWarningLabel.Name = "mpWarningLabel"; this.mpWarningLabel.Size = new System.Drawing.Size(460, 51); this.mpWarningLabel.TabIndex = 0; this.mpWarningLabel.Text = "This section provides special/debugging settings that are not supported by the Te" + "am. Some of these settings are experimental. Do not alter any of the settings be" + "low unless you know what you are doing."; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton1.Location = new System.Drawing.Point(0, 0); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(104, 24); this.radioButton1.TabIndex = 0; this.radioButton1.UseVisualStyleBackColor = true; // // mpRtspPathsGroupBox // this.mpRtspPathsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mpRtspPathsGroupBox.Controls.Add(this.buttonTimeshiftingPath); this.mpRtspPathsGroupBox.Controls.Add(this.buttonRecordingPath); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabel1); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelRecording); this.mpRtspPathsGroupBox.Controls.Add(this.mpLabelTimeshifting); this.mpRtspPathsGroupBox.Controls.Add(this.textBoxTimeshifting); this.mpRtspPathsGroupBox.Controls.Add(this.textBoxRecording); this.mpRtspPathsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpRtspPathsGroupBox.Location = new System.Drawing.Point(0, 164); this.mpRtspPathsGroupBox.Name = "mpRtspPathsGroupBox"; this.mpRtspPathsGroupBox.Size = new System.Drawing.Size(472, 231); this.mpRtspPathsGroupBox.TabIndex = 1; this.mpRtspPathsGroupBox.TabStop = false; this.mpRtspPathsGroupBox.Text = "Additional RTSP settings"; // // buttonTimeshiftingPath // this.buttonTimeshiftingPath.Location = new System.Drawing.Point(408, 98); this.buttonTimeshiftingPath.Name = "buttonTimeshiftingPath"; this.buttonTimeshiftingPath.Size = new System.Drawing.Size(58, 20); this.buttonTimeshiftingPath.TabIndex = 6; this.buttonTimeshiftingPath.Text = "browse"; this.buttonTimeshiftingPath.UseVisualStyleBackColor = true; this.buttonTimeshiftingPath.Click += new System.EventHandler(this.buttonTimeshiftingPath_Click); // // buttonRecordingPath // this.buttonRecordingPath.Location = new System.Drawing.Point(408, 49); this.buttonRecordingPath.Name = "buttonRecordingPath"; this.buttonRecordingPath.Size = new System.Drawing.Size(58, 20); this.buttonRecordingPath.TabIndex = 5; this.buttonRecordingPath.Text = "browse"; this.buttonRecordingPath.UseVisualStyleBackColor = true; this.buttonRecordingPath.Click += new System.EventHandler(this.buttonRecordingPath_Click); // // mpLabel1 // this.mpLabel1.AutoSize = true; this.mpLabel1.Location = new System.Drawing.Point(30, 124); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new System.Drawing.Size(392, 104); this.mpLabel1.TabIndex = 4; this.mpLabel1.Text = resources.GetString("mpLabel1.Text"); // // mpLabelRecording // this.mpLabelRecording.AutoSize = true; this.mpLabelRecording.Location = new System.Drawing.Point(6, 32); this.mpLabelRecording.Name = "mpLabelRecording"; this.mpLabelRecording.Size = new System.Drawing.Size(83, 13); this.mpLabelRecording.TabIndex = 3; this.mpLabelRecording.Text = "Recording path:"; // // mpLabelTimeshifting // this.mpLabelTimeshifting.AutoSize = true; this.mpLabelTimeshifting.Location = new System.Drawing.Point(6, 80); this.mpLabelTimeshifting.Name = "mpLabelTimeshifting"; this.mpLabelTimeshifting.Size = new System.Drawing.Size(90, 13); this.mpLabelTimeshifting.TabIndex = 2; this.mpLabelTimeshifting.Text = "Timeshifting path:"; // // textBoxTimeshifting // this.textBoxTimeshifting.Location = new System.Drawing.Point(9, 98); this.textBoxTimeshifting.Name = "textBoxTimeshifting"; this.textBoxTimeshifting.Size = new System.Drawing.Size(398, 20); this.textBoxTimeshifting.TabIndex = 1; // // textBoxRecording // this.textBoxRecording.Location = new System.Drawing.Point(9, 50); this.textBoxRecording.Name = "textBoxRecording"; this.textBoxRecording.Size = new System.Drawing.Size(398, 20); this.textBoxRecording.TabIndex = 0; // // folderBrowserDialog // this.folderBrowserDialog.Description = "Select the appropriate network folder"; this.folderBrowserDialog.ShowNewFolderButton = false; // // TVDebugOptions // this.Controls.Add(this.mpRtspPathsGroupBox); this.Controls.Add(this.groupBoxSettings); this.Name = "TVDebugOptions"; this.Size = new System.Drawing.Size(472, 408); this.groupBoxSettings.ResumeLayout(false); this.groupBoxSettings.PerformLayout(); this.mpRtspPathsGroupBox.ResumeLayout(false); this.mpRtspPathsGroupBox.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof (GeneralDynamicRefreshRate)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.groupBoxRR = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.defaultHz = new System.Windows.Forms.ComboBox(); this.mpButtonDefault = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonAdd = new MediaPortal.UserInterface.Controls.MPButton(); this.lblDescription = new MediaPortal.UserInterface.Controls.MPLabel(); this.dataGridViewRR = new System.Windows.Forms.DataGridView(); this.gridColType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gridColFramerates = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gridColRR = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gridColAction = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chkUseDefaultRR = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.chkForceRR = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.chkUseDeviceReset = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.chkNotifyOnRR = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.chkEnableDynamicRR = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.linkLabelWiki = new System.Windows.Forms.LinkLabel(); this.groupBoxRR.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRR)).BeginInit(); this.SuspendLayout(); // // groupBoxRR // this.groupBoxRR.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxRR.Controls.Add(this.defaultHz); this.groupBoxRR.Controls.Add(this.mpButtonDefault); this.groupBoxRR.Controls.Add(this.buttonRemove); this.groupBoxRR.Controls.Add(this.buttonAdd); this.groupBoxRR.Controls.Add(this.lblDescription); this.groupBoxRR.Controls.Add(this.dataGridViewRR); this.groupBoxRR.Controls.Add(this.chkUseDefaultRR); this.groupBoxRR.Controls.Add(this.chkForceRR); this.groupBoxRR.Controls.Add(this.chkUseDeviceReset); this.groupBoxRR.Controls.Add(this.chkNotifyOnRR); this.groupBoxRR.Controls.Add(this.chkEnableDynamicRR); this.groupBoxRR.Controls.Add(this.linkLabelWiki); this.groupBoxRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxRR.Location = new System.Drawing.Point(6, 0); this.groupBoxRR.Name = "groupBoxRR"; this.groupBoxRR.Size = new System.Drawing.Size(462, 402); this.groupBoxRR.TabIndex = 7; this.groupBoxRR.TabStop = false; this.groupBoxRR.Text = "Dynamic Refresh Rate Setup"; // // defaultHz // this.defaultHz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.defaultHz.FormattingEnabled = true; this.defaultHz.Location = new System.Drawing.Point(159, 370); this.defaultHz.Name = "defaultHz"; this.defaultHz.Size = new System.Drawing.Size(97, 21); this.defaultHz.TabIndex = 23; this.defaultHz.SelectedIndexChanged += new System.EventHandler(this.defaultHz_SelectedIndexChanged); // // mpButtonDefault // this.mpButtonDefault.Location = new System.Drawing.Point(147, 335); this.mpButtonDefault.Name = "mpButtonDefault"; this.mpButtonDefault.Size = new System.Drawing.Size(58, 23); this.mpButtonDefault.TabIndex = 22; this.mpButtonDefault.Text = "Default"; this.mpButtonDefault.UseVisualStyleBackColor = true; this.mpButtonDefault.Click += new System.EventHandler(this.mpButtonDefault_Click); // // buttonRemove // this.buttonRemove.Location = new System.Drawing.Point(83, 335); this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Size = new System.Drawing.Size(58, 23); this.buttonRemove.TabIndex = 21; this.buttonRemove.Text = "Remove"; this.buttonRemove.UseVisualStyleBackColor = true; this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click); // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(19, 335); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(58, 23); this.buttonAdd.TabIndex = 20; this.buttonAdd.Text = "Add"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // lblDescription // this.lblDescription.AutoSize = true; this.lblDescription.Location = new System.Drawing.Point(16, 24); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(414, 130); this.lblDescription.TabIndex = 18; this.lblDescription.Text = resources.GetString("lblDescription.Text"); // // dataGridViewRR // this.dataGridViewRR.AllowUserToAddRows = false; this.dataGridViewRR.AllowUserToDeleteRows = false; this.dataGridViewRR.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewRR.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.gridColType, this.gridColFramerates, this.gridColRR, this.gridColAction }); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewRR.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewRR.Location = new System.Drawing.Point(19, 214); this.dataGridViewRR.Name = "dataGridViewRR"; this.dataGridViewRR.RowHeadersVisible = false; this.dataGridViewRR.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewRR.Size = new System.Drawing.Size(434, 115); this.dataGridViewRR.TabIndex = 17; this.dataGridViewRR.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewRR_CellValueChanged); // // gridColType // this.gridColType.Frozen = true; this.gridColType.HeaderText = "Name"; this.gridColType.Name = "gridColType"; this.gridColType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // gridColFramerates // this.gridColFramerates.HeaderText = "Frame rate(s)"; this.gridColFramerates.Name = "gridColFramerates"; this.gridColFramerates.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // gridColRR // this.gridColRR.HeaderText = "Refresh rate"; this.gridColRR.Name = "gridColRR"; this.gridColRR.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // gridColAction // this.gridColAction.HeaderText = "Action"; this.gridColAction.Name = "gridColAction"; this.gridColAction.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.gridColAction.Width = 130; // // chkUseDefaultRR // this.chkUseDefaultRR.AutoSize = true; this.chkUseDefaultRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.chkUseDefaultRR.Location = new System.Drawing.Point(19, 371); this.chkUseDefaultRR.Name = "chkUseDefaultRR"; this.chkUseDefaultRR.Size = new System.Drawing.Size(137, 17); this.chkUseDefaultRR.TabIndex = 15; this.chkUseDefaultRR.Text = "Use default refresh rate:"; this.chkUseDefaultRR.UseVisualStyleBackColor = true; this.chkUseDefaultRR.CheckedChanged += new System.EventHandler(this.chkUseDefaultRR_CheckedChanged); // // chkForceRR // this.chkForceRR.AutoSize = true; this.chkForceRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.chkForceRR.Location = new System.Drawing.Point(237, 191); this.chkForceRR.Name = "chkForceRR"; this.chkForceRR.Size = new System.Drawing.Size(149, 17); this.chkForceRR.TabIndex = 14; this.chkForceRR.Text = "Force refresh rate change."; this.chkForceRR.UseVisualStyleBackColor = true; // // chkUseDeviceReset // this.chkUseDeviceReset.AutoSize = true; this.chkUseDeviceReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.chkUseDeviceReset.Location = new System.Drawing.Point(237, 168); this.chkUseDeviceReset.Name = "chkUseDeviceReset"; this.chkUseDeviceReset.Size = new System.Drawing.Size(107, 17); this.chkUseDeviceReset.TabIndex = 13; this.chkUseDeviceReset.Text = "Use device reset."; this.chkUseDeviceReset.UseVisualStyleBackColor = true; // // chkNotifyOnRR // this.chkNotifyOnRR.AutoSize = true; this.chkNotifyOnRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.chkNotifyOnRR.Location = new System.Drawing.Point(19, 191); this.chkNotifyOnRR.Name = "chkNotifyOnRR"; this.chkNotifyOnRR.Size = new System.Drawing.Size(203, 17); this.chkNotifyOnRR.TabIndex = 12; this.chkNotifyOnRR.Text = "Notify (popup) on refresh rate change."; this.chkNotifyOnRR.UseVisualStyleBackColor = true; // // chkEnableDynamicRR // this.chkEnableDynamicRR.AutoSize = true; this.chkEnableDynamicRR.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.chkEnableDynamicRR.Location = new System.Drawing.Point(19, 168); this.chkEnableDynamicRR.Name = "chkEnableDynamicRR"; this.chkEnableDynamicRR.Size = new System.Drawing.Size(206, 17); this.chkEnableDynamicRR.TabIndex = 11; this.chkEnableDynamicRR.Text = "Enable Dynamic Refresh Rate Control."; this.chkEnableDynamicRR.UseVisualStyleBackColor = true; this.chkEnableDynamicRR.CheckedChanged += new System.EventHandler(this.chkEnableDynamicRR_CheckedChanged); // // linkLabelWiki // this.linkLabelWiki.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.linkLabelWiki.AutoSize = true; this.linkLabelWiki.Location = new System.Drawing.Point(341, 373); this.linkLabelWiki.Name = "linkLabelWiki"; this.linkLabelWiki.Size = new System.Drawing.Size(112, 13); this.linkLabelWiki.TabIndex = 10; this.linkLabelWiki.TabStop = true; this.linkLabelWiki.Text = "more info in the wiki ..."; this.linkLabelWiki.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelWiki_LinkClicked); // // GeneralDynamicRefreshRate // this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.groupBoxRR); this.Name = "GeneralDynamicRefreshRate"; this.Size = new System.Drawing.Size(472, 408); this.groupBoxRR.ResumeLayout(false); this.groupBoxRR.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRR)).EndInit(); this.ResumeLayout(false); }
/// <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 InitializeComponent() { this.groupBox1 = new MPGroupBox(); this.groupBox5 = new GroupBox(); this.cbUseClockOnShutdown = new CheckBox(); this.mpEnableDisplayActionTime = new MPComboBox(); this.cmbBlankIdleTime = new MPComboBox(); this.mpEnableDisplayAction = new CheckBox(); this.mpBlankDisplayWithVideo = new CheckBox(); this.mpBlankDisplayWhenIdle = new CheckBox(); this.groupEqualizerOptions = new GroupBox(); this.groupEQstyle = new GroupBox(); this.cbUseVUmeter2 = new RadioButton(); this.cbVUindicators = new CheckBox(); this.cbUseVUmeter = new RadioButton(); this.cbStereoEQ = new RadioButton(); this.cbNormalEQ = new RadioButton(); this.cmbDelayEqTime = new MPComboBox(); this.lblRestrictEQ = new MPLabel(); this.cmbEQTitleDisplayTime = new MPComboBox(); this.cmbEQTitleShowTime = new MPComboBox(); this.mpEQTitleDisplay = new CheckBox(); this.mpSmoothEQ = new CheckBox(); this.mpEqDisplay = new CheckBox(); this.mpRestrictEQ = new CheckBox(); this.cmbEqRate = new MPComboBox(); this.mpDelayEQ = new CheckBox(); this.lblEQTitleDisplay = new MPLabel(); this.groupBox2 = new MPGroupBox(); this.mpLabel1 = new MPLabel(); this.tbBacklightBLUE = new TrackBar(); this.mpLabel2 = new MPLabel(); this.tbBacklightGREEN = new TrackBar(); this.mpLabel3 = new MPLabel(); this.tbBacklightRED = new TrackBar(); this.mpVolumeDisplay = new MPCheckBox(); this.mpProgressBar = new MPCheckBox(); this.mpUseInvertedDisplay = new MPCheckBox(); this.mpUseIcons = new MPCheckBox(); this.mpUseDiskIconForAllMedia = new MPCheckBox(); this.btnOK = new MPButton(); this.btnReset = new MPButton(); this.groupBox1.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupEqualizerOptions.SuspendLayout(); this.groupEQstyle.SuspendLayout(); this.groupBox2.SuspendLayout(); ((ISupportInitialize)(this.tbBacklightBLUE)).BeginInit(); ((ISupportInitialize)(this.tbBacklightGREEN)).BeginInit(); ((ISupportInitialize)(this.tbBacklightRED)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right))); this.groupBox1.Controls.Add(this.groupBox5); this.groupBox1.Controls.Add(this.groupEqualizerOptions); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.mpVolumeDisplay); this.groupBox1.Controls.Add(this.mpProgressBar); this.groupBox1.Controls.Add(this.mpUseInvertedDisplay); this.groupBox1.Controls.Add(this.mpUseIcons); this.groupBox1.Controls.Add(this.mpUseDiskIconForAllMedia); this.groupBox1.FlatStyle = FlatStyle.Popup; this.groupBox1.Location = new Point(7, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new Size(397, 503); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = " Matrix Orbital GX Advanced Configuration "; // // groupBox5 // this.groupBox5.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.groupBox5.Controls.Add(this.cbUseClockOnShutdown); this.groupBox5.Controls.Add(this.mpEnableDisplayActionTime); this.groupBox5.Controls.Add(this.cmbBlankIdleTime); this.groupBox5.Controls.Add(this.mpEnableDisplayAction); this.groupBox5.Controls.Add(this.mpBlankDisplayWithVideo); this.groupBox5.Controls.Add(this.mpBlankDisplayWhenIdle); this.groupBox5.Location = new Point(6, 151); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new Size(383, 103); this.groupBox5.TabIndex = 105; this.groupBox5.TabStop = false; this.groupBox5.Text = " Display Control Options "; // // cbUseClockOnShutdown // this.cbUseClockOnShutdown.AutoSize = true; this.cbUseClockOnShutdown.Location = new Point(8, 81); this.cbUseClockOnShutdown.Name = "cbUseClockOnShutdown"; this.cbUseClockOnShutdown.Size = new Size(204, 17); this.cbUseClockOnShutdown.TabIndex = 100; this.cbUseClockOnShutdown.Text = "Use Clock on shutdown (If supported)"; this.cbUseClockOnShutdown.UseVisualStyleBackColor = true; this.cbUseClockOnShutdown.Visible = false; // // mpEnableDisplayActionTime // this.mpEnableDisplayActionTime.BorderColor = Color.Empty; this.mpEnableDisplayActionTime.DropDownStyle = ComboBoxStyle.DropDownList; this.mpEnableDisplayActionTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" }); this.mpEnableDisplayActionTime.Location = new Point(180, 36); this.mpEnableDisplayActionTime.Name = "mpEnableDisplayActionTime"; this.mpEnableDisplayActionTime.Size = new Size(49, 21); this.mpEnableDisplayActionTime.TabIndex = 96; // // cmbBlankIdleTime // this.cmbBlankIdleTime.BorderColor = Color.Empty; this.cmbBlankIdleTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbBlankIdleTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbBlankIdleTime.Location = new Point(166, 58); this.cmbBlankIdleTime.Name = "cmbBlankIdleTime"; this.cmbBlankIdleTime.Size = new Size(51, 21); this.cmbBlankIdleTime.TabIndex = 98; // // mpEnableDisplayAction // this.mpEnableDisplayAction.AutoSize = true; this.mpEnableDisplayAction.Location = new Point(23, 38); this.mpEnableDisplayAction.Name = "mpEnableDisplayAction"; this.mpEnableDisplayAction.Size = new Size(258, 17); this.mpEnableDisplayAction.TabIndex = 97; this.mpEnableDisplayAction.Text = "Enable Display on Action for Seconds"; this.mpEnableDisplayAction.UseVisualStyleBackColor = true; this.mpEnableDisplayAction.CheckedChanged += new EventHandler(this.mpEnableDisplayAction_CheckedChanged); // // mpBlankDisplayWithVideo // this.mpBlankDisplayWithVideo.AutoSize = true; this.mpBlankDisplayWithVideo.Location = new Point(7, 17); this.mpBlankDisplayWithVideo.Name = "mpBlankDisplayWithVideo"; this.mpBlankDisplayWithVideo.Size = new Size(207, 17); this.mpBlankDisplayWithVideo.TabIndex = 95; this.mpBlankDisplayWithVideo.Text = "Turn off display during Video Playback"; this.mpBlankDisplayWithVideo.UseVisualStyleBackColor = true; this.mpBlankDisplayWithVideo.CheckedChanged += new EventHandler(this.mpBlankDisplayWithVideo_CheckedChanged); // // mpBlankDisplayWhenIdle // this.mpBlankDisplayWhenIdle.AutoSize = true; this.mpBlankDisplayWhenIdle.Location = new Point(7, 60); this.mpBlankDisplayWhenIdle.Name = "mpBlankDisplayWhenIdle"; this.mpBlankDisplayWhenIdle.Size = new Size(261, 17); this.mpBlankDisplayWhenIdle.TabIndex = 99; this.mpBlankDisplayWhenIdle.Text = "Turn off display when idle for seconds"; this.mpBlankDisplayWhenIdle.UseVisualStyleBackColor = true; this.mpBlankDisplayWhenIdle.CheckedChanged += new EventHandler(this.mpBlankDisplayWhenIdle_CheckedChanged); // // groupEqualizerOptions // this.groupEqualizerOptions.Anchor = ((AnchorStyles)((((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right))); this.groupEqualizerOptions.Controls.Add(this.groupEQstyle); this.groupEqualizerOptions.Controls.Add(this.cmbDelayEqTime); this.groupEqualizerOptions.Controls.Add(this.lblRestrictEQ); this.groupEqualizerOptions.Controls.Add(this.cmbEQTitleDisplayTime); this.groupEqualizerOptions.Controls.Add(this.cmbEQTitleShowTime); this.groupEqualizerOptions.Controls.Add(this.mpEQTitleDisplay); this.groupEqualizerOptions.Controls.Add(this.mpSmoothEQ); this.groupEqualizerOptions.Controls.Add(this.mpEqDisplay); this.groupEqualizerOptions.Controls.Add(this.mpRestrictEQ); this.groupEqualizerOptions.Controls.Add(this.cmbEqRate); this.groupEqualizerOptions.Controls.Add(this.mpDelayEQ); this.groupEqualizerOptions.Controls.Add(this.lblEQTitleDisplay); this.groupEqualizerOptions.Location = new Point(6, 255); this.groupEqualizerOptions.Name = "groupEqualizerOptions"; this.groupEqualizerOptions.Size = new Size(383, 233); this.groupEqualizerOptions.TabIndex = 104; this.groupEqualizerOptions.TabStop = false; this.groupEqualizerOptions.Text = " Equalizer Options"; // // groupEQstyle // this.groupEQstyle.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.groupEQstyle.Controls.Add(this.cbUseVUmeter2); this.groupEQstyle.Controls.Add(this.cbVUindicators); this.groupEQstyle.Controls.Add(this.cbUseVUmeter); this.groupEQstyle.Controls.Add(this.cbStereoEQ); this.groupEQstyle.Controls.Add(this.cbNormalEQ); this.groupEQstyle.Location = new Point(39, 38); this.groupEQstyle.Name = "groupEQstyle"; this.groupEQstyle.Size = new Size(300, 60); this.groupEQstyle.TabIndex = 118; this.groupEQstyle.TabStop = false; this.groupEQstyle.Text = " Equalizer Style "; // // cbUseVUmeter2 // this.cbUseVUmeter2.AutoSize = true; this.cbUseVUmeter2.Location = new Point(211, 17); this.cbUseVUmeter2.Name = "cbUseVUmeter2"; this.cbUseVUmeter2.Size = new Size(79, 17); this.cbUseVUmeter2.TabIndex = 122; this.cbUseVUmeter2.Text = "VU Meter 2"; this.cbUseVUmeter2.UseVisualStyleBackColor = true; this.cbUseVUmeter2.CheckedChanged += new EventHandler(this.cbUseVUmeter2_CheckedChanged); // // cbVUindicators // this.cbVUindicators.AutoSize = true; this.cbVUindicators.Location = new Point(9, 39); this.cbVUindicators.Name = "cbVUindicators"; this.cbVUindicators.Size = new Size(213, 17); this.cbVUindicators.TabIndex = 121; this.cbVUindicators.Text = "Show Channel indicators for VU Display"; this.cbVUindicators.UseVisualStyleBackColor = true; // // cbUseVUmeter // this.cbUseVUmeter.AutoSize = true; this.cbUseVUmeter.Location = new Point(135, 17); this.cbUseVUmeter.Name = "cbUseVUmeter"; this.cbUseVUmeter.Size = new Size(70, 17); this.cbUseVUmeter.TabIndex = 2; this.cbUseVUmeter.Text = "VU Meter"; this.cbUseVUmeter.UseVisualStyleBackColor = true; this.cbUseVUmeter.CheckedChanged += new EventHandler(this.cbUseVUmeter_CheckedChanged); // // cbStereoEQ // this.cbStereoEQ.AutoSize = true; this.cbStereoEQ.Location = new Point(77, 17); this.cbStereoEQ.Name = "cbStereoEQ"; this.cbStereoEQ.Size = new Size(56, 17); this.cbStereoEQ.TabIndex = 1; this.cbStereoEQ.Text = "Stereo"; this.cbStereoEQ.UseVisualStyleBackColor = true; this.cbStereoEQ.CheckedChanged += new EventHandler(this.cbStereoEQ_CheckedChanged); // // cbNormalEQ // this.cbNormalEQ.AutoSize = true; this.cbNormalEQ.Checked = true; this.cbNormalEQ.Location = new Point(13, 17); this.cbNormalEQ.Name = "cbNormalEQ"; this.cbNormalEQ.Size = new Size(58, 17); this.cbNormalEQ.TabIndex = 0; this.cbNormalEQ.TabStop = true; this.cbNormalEQ.Text = "Normal"; this.cbNormalEQ.UseVisualStyleBackColor = true; this.cbNormalEQ.CheckedChanged += new EventHandler(this.cbNormalEQ_CheckedChanged); // // cmbDelayEqTime // this.cmbDelayEqTime.BorderColor = Color.Empty; this.cmbDelayEqTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbDelayEqTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbDelayEqTime.Location = new Point(160, 143); this.cmbDelayEqTime.Name = "cmbDelayEqTime"; this.cmbDelayEqTime.Size = new Size(52, 21); this.cmbDelayEqTime.TabIndex = 104; // // lblRestrictEQ // this.lblRestrictEQ.Anchor = ((AnchorStyles)((AnchorStyles.Top | AnchorStyles.Right))); this.lblRestrictEQ.Location = new Point(102, 124); this.lblRestrictEQ.Name = "lblRestrictEQ"; this.lblRestrictEQ.Size = new Size(116, 17); this.lblRestrictEQ.TabIndex = 115; this.lblRestrictEQ.Text = "updates per Seconds"; this.lblRestrictEQ.TextAlign = ContentAlignment.MiddleLeft; // // cmbEQTitleDisplayTime // this.cmbEQTitleDisplayTime.BorderColor = Color.Empty; this.cmbEQTitleDisplayTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbEQTitleDisplayTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbEQTitleDisplayTime.Location = new Point(165, 207); this.cmbEQTitleDisplayTime.Name = "cmbEQTitleDisplayTime"; this.cmbEQTitleDisplayTime.Size = new Size(52, 21); this.cmbEQTitleDisplayTime.TabIndex = 110; // // cmbEQTitleShowTime // this.cmbEQTitleShowTime.BorderColor = Color.Empty; this.cmbEQTitleShowTime.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbEQTitleShowTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); this.cmbEQTitleShowTime.Location = new Point(32, 207); this.cmbEQTitleShowTime.Name = "cmbEQTitleShowTime"; this.cmbEQTitleShowTime.Size = new Size(52, 21); this.cmbEQTitleShowTime.TabIndex = 113; // // mpEQTitleDisplay // this.mpEQTitleDisplay.AutoSize = true; this.mpEQTitleDisplay.Location = new Point(21, 187); this.mpEQTitleDisplay.Name = "mpEQTitleDisplay"; this.mpEQTitleDisplay.Size = new Size(120, 17); this.mpEQTitleDisplay.TabIndex = 112; this.mpEQTitleDisplay.Text = "Show Track Info for"; this.mpEQTitleDisplay.UseVisualStyleBackColor = true; this.mpEQTitleDisplay.CheckedChanged += new EventHandler(this.mpEQTitleDisplay_CheckedChanged); // // mpSmoothEQ // this.mpSmoothEQ.AutoSize = true; this.mpSmoothEQ.Location = new Point(21, 166); this.mpSmoothEQ.Name = "mpSmoothEQ"; this.mpSmoothEQ.Size = new Size(224, 17); this.mpSmoothEQ.TabIndex = 109; this.mpSmoothEQ.Text = "Use Equalizer Smoothing (Delayed decay)"; this.mpSmoothEQ.UseVisualStyleBackColor = true; // // mpEqDisplay // this.mpEqDisplay.AutoSize = true; this.mpEqDisplay.Location = new Point(5, 21); this.mpEqDisplay.Name = "mpEqDisplay"; this.mpEqDisplay.Size = new Size(126, 17); this.mpEqDisplay.TabIndex = 106; this.mpEqDisplay.Text = "Use Equalizer display"; this.mpEqDisplay.UseVisualStyleBackColor = true; this.mpEqDisplay.CheckedChanged += new EventHandler(this.mpEqDisplay_CheckedChanged); // // mpRestrictEQ // this.mpRestrictEQ.AutoSize = true; this.mpRestrictEQ.Location = new Point(21, 103); this.mpRestrictEQ.Name = "mpRestrictEQ"; this.mpRestrictEQ.Size = new Size(185, 17); this.mpRestrictEQ.TabIndex = 107; this.mpRestrictEQ.Text = "Limit Equalizer display update rate"; this.mpRestrictEQ.UseVisualStyleBackColor = true; this.mpRestrictEQ.CheckedChanged += new EventHandler(this.mpRestrictEQ_CheckedChanged); // // cmbEqRate // this.cmbEqRate.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.cmbEqRate.BorderColor = Color.Empty; this.cmbEqRate.DropDownStyle = ComboBoxStyle.DropDownList; this.cmbEqRate.Items.AddRange(new object[] { "MAX", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60" }); this.cmbEqRate.Location = new Point(32, 122); this.cmbEqRate.Name = "cmbEqRate"; this.cmbEqRate.Size = new Size(69, 21); this.cmbEqRate.TabIndex = 103; // // mpDelayEQ // this.mpDelayEQ.AutoSize = true; this.mpDelayEQ.Location = new Point(21, 144); this.mpDelayEQ.Name = "mpDelayEQ"; this.mpDelayEQ.Size = new Size(246, 17); this.mpDelayEQ.TabIndex = 108; this.mpDelayEQ.Text = "Delay Equalizer Start by Seconds"; this.mpDelayEQ.UseVisualStyleBackColor = true; this.mpDelayEQ.CheckedChanged += new EventHandler(this.mpDelayEQ_CheckedChanged); // // lblEQTitleDisplay // this.lblEQTitleDisplay.Location = new Point(86, 208); this.lblEQTitleDisplay.Name = "lblEQTitleDisplay"; this.lblEQTitleDisplay.Size = new Size(201, 17); this.lblEQTitleDisplay.TabIndex = 114; this.lblEQTitleDisplay.Text = "Seconds every Seconds"; this.lblEQTitleDisplay.TextAlign = ContentAlignment.MiddleLeft; // // groupBox2 // this.groupBox2.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.groupBox2.Controls.Add(this.mpLabel1); this.groupBox2.Controls.Add(this.tbBacklightBLUE); this.groupBox2.Controls.Add(this.mpLabel2); this.groupBox2.Controls.Add(this.tbBacklightGREEN); this.groupBox2.Controls.Add(this.mpLabel3); this.groupBox2.Controls.Add(this.tbBacklightRED); this.groupBox2.FlatStyle = FlatStyle.Popup; this.groupBox2.Location = new Point(168, 25); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new Size(221, 125); this.groupBox2.TabIndex = 75; this.groupBox2.TabStop = false; this.groupBox2.Text = " Backlight Color "; // // mpLabel1 // this.mpLabel1.Location = new Point(5, 20); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new Size(40, 23); this.mpLabel1.TabIndex = 51; this.mpLabel1.Text = "Red"; this.mpLabel1.TextAlign = ContentAlignment.MiddleLeft; // // tbBacklightBLUE // this.tbBacklightBLUE.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.tbBacklightBLUE.Location = new Point(50, 70); this.tbBacklightBLUE.Maximum = 255; this.tbBacklightBLUE.Name = "tbBacklightBLUE"; this.tbBacklightBLUE.Size = new Size(160, 45); this.tbBacklightBLUE.TabIndex = 11; this.tbBacklightBLUE.TickFrequency = 8; this.tbBacklightBLUE.TickStyle = TickStyle.None; this.tbBacklightBLUE.Value = 255; // // mpLabel2 // this.mpLabel2.Location = new Point(5, 45); this.mpLabel2.Name = "mpLabel2"; this.mpLabel2.Size = new Size(40, 23); this.mpLabel2.TabIndex = 51; this.mpLabel2.Text = "Green"; this.mpLabel2.TextAlign = ContentAlignment.MiddleLeft; // // tbBacklightGREEN // this.tbBacklightGREEN.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.tbBacklightGREEN.AutoSize = false; this.tbBacklightGREEN.Location = new Point(50, 45); this.tbBacklightGREEN.Maximum = 255; this.tbBacklightGREEN.Name = "tbBacklightGREEN"; this.tbBacklightGREEN.Size = new Size(160, 23); this.tbBacklightGREEN.TabIndex = 10; this.tbBacklightGREEN.TickFrequency = 8; this.tbBacklightGREEN.TickStyle = TickStyle.None; this.tbBacklightGREEN.Value = 255; // // mpLabel3 // this.mpLabel3.Location = new Point(5, 70); this.mpLabel3.Name = "mpLabel3"; this.mpLabel3.Size = new Size(40, 23); this.mpLabel3.TabIndex = 51; this.mpLabel3.Text = "Blue"; this.mpLabel3.TextAlign = ContentAlignment.MiddleLeft; // // tbBacklightRED // this.tbBacklightRED.Anchor = ((AnchorStyles)(((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); this.tbBacklightRED.AutoSize = false; this.tbBacklightRED.Location = new Point(50, 20); this.tbBacklightRED.Maximum = 255; this.tbBacklightRED.Name = "tbBacklightRED"; this.tbBacklightRED.Size = new Size(160, 23); this.tbBacklightRED.TabIndex = 73; this.tbBacklightRED.TickFrequency = 9; this.tbBacklightRED.TickStyle = TickStyle.None; this.tbBacklightRED.Value = 255; // // mpVolumeDisplay // this.mpVolumeDisplay.AutoSize = true; this.mpVolumeDisplay.FlatStyle = FlatStyle.Popup; this.mpVolumeDisplay.Location = new Point(14, 25); this.mpVolumeDisplay.Name = "mpVolumeDisplay"; this.mpVolumeDisplay.Size = new Size(124, 17); this.mpVolumeDisplay.TabIndex = 6; this.mpVolumeDisplay.Text = "Show Volume display"; this.mpVolumeDisplay.UseVisualStyleBackColor = true; // // mpProgressBar // this.mpProgressBar.AutoSize = true; this.mpProgressBar.FlatStyle = FlatStyle.Popup; this.mpProgressBar.Location = new Point(14, 48); this.mpProgressBar.Name = "mpProgressBar"; this.mpProgressBar.Size = new Size(132, 17); this.mpProgressBar.TabIndex = 7; this.mpProgressBar.Text = "Show Progress Display"; this.mpProgressBar.UseVisualStyleBackColor = true; // // mpUseInvertedDisplay // this.mpUseInvertedDisplay.AutoSize = true; this.mpUseInvertedDisplay.FlatStyle = FlatStyle.Popup; this.mpUseInvertedDisplay.Location = new Point(14, 71); this.mpUseInvertedDisplay.Name = "mpUseInvertedDisplay"; this.mpUseInvertedDisplay.Size = new Size(122, 17); this.mpUseInvertedDisplay.TabIndex = 8; this.mpUseInvertedDisplay.Text = "Use Inverted Display"; this.mpUseInvertedDisplay.UseVisualStyleBackColor = true; // // mpUseIcons // this.mpUseIcons.AutoSize = true; this.mpUseIcons.FlatStyle = FlatStyle.Popup; this.mpUseIcons.Location = new Point(14, 94); this.mpUseIcons.Name = "mpUseIcons"; this.mpUseIcons.Size = new Size(72, 17); this.mpUseIcons.TabIndex = 8; this.mpUseIcons.Text = "Use Icons"; this.mpUseIcons.UseVisualStyleBackColor = true; // // mpUseDiskIconForAllMedia // this.mpUseDiskIconForAllMedia.AutoSize = true; this.mpUseDiskIconForAllMedia.FlatStyle = FlatStyle.Popup; this.mpUseDiskIconForAllMedia.Location = new Point(14, 117); this.mpUseDiskIconForAllMedia.Name = "mpUseDiskIconForAllMedia"; this.mpUseDiskIconForAllMedia.Size = new Size(155, 17); this.mpUseDiskIconForAllMedia.TabIndex = 8; this.mpUseDiskIconForAllMedia.Text = "Use Disk Icon For All Media"; this.mpUseDiskIconForAllMedia.UseVisualStyleBackColor = true; // // btnOK // this.btnOK.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right))); this.btnOK.Location = new Point(316, 515); this.btnOK.Name = "btnOK"; this.btnOK.Size = new Size(88, 23); this.btnOK.TabIndex = 12; this.btnOK.Text = "&OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new EventHandler(this.btnOK_Click); // // btnReset // this.btnReset.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right))); this.btnReset.Location = new Point(222, 515); this.btnReset.Name = "btnReset"; this.btnReset.Size = new Size(88, 23); this.btnReset.TabIndex = 13; this.btnReset.Text = "&RESET"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new EventHandler(this.btnReset_Click); // // MatrixGX_AdvancedSetupForm // this.AutoScaleDimensions = new SizeF(6F, 13F); this.ClientSize = new Size(411, 544); this.Controls.Add(this.btnReset); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox1); this.Name = "MatrixGX_AdvancedSetupForm"; this.StartPosition = FormStartPosition.CenterParent; this.Text = "MiniDisplay - Setup - Advanced Settings"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupEqualizerOptions.ResumeLayout(false); this.groupEqualizerOptions.PerformLayout(); this.groupEQstyle.ResumeLayout(false); this.groupEQstyle.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((ISupportInitialize)(this.tbBacklightBLUE)).EndInit(); ((ISupportInitialize)(this.tbBacklightGREEN)).EndInit(); ((ISupportInitialize)(this.tbBacklightRED)).EndInit(); this.ResumeLayout(false); }
/// <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.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.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._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.nudFontSize = new MediaPortal.UserInterface.Controls.MPNumericUpDown(); this.FontSizeValueLbl = new MediaPortal.UserInterface.Controls.MPLabel(); this.FontSizeLbl = new MediaPortal.UserInterface.Controls.MPLabel(); this.cbHiddenMode = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbRememberValue = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.cbTransparentMode = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.radioButton1 = new MediaPortal.UserInterface.Controls.MPRadioButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudFontSize)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.nudFontSize); this.groupBox1.Controls.Add(this.FontSizeValueLbl); this.groupBox1.Controls.Add(this.FontSizeLbl); this.groupBox1.Controls.Add(this.cbHiddenMode); this.groupBox1.Controls.Add(this.cbRememberValue); this.groupBox1.Controls.Add(this.cbTransparentMode); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox1.Location = new System.Drawing.Point(6, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(462, 127); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Settings"; // // nudFontSize // this.nudFontSize.Location = new System.Drawing.Point(72, 97); this.nudFontSize.Minimum = new decimal(new int[] { 50, 0, 0, 0 }); this.nudFontSize.Name = "nudFontSize"; this.nudFontSize.Size = new System.Drawing.Size(56, 20); this.nudFontSize.TabIndex = 1; this.nudFontSize.Value = new decimal(new int[] { 80, 0, 0, 0 }); // // FontSizeValueLbl // this.FontSizeValueLbl.AutoSize = true; this.FontSizeValueLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FontSizeValueLbl.Location = new System.Drawing.Point(134, 99); this.FontSizeValueLbl.Name = "FontSizeValueLbl"; this.FontSizeValueLbl.Size = new System.Drawing.Size(105, 13); this.FontSizeValueLbl.TabIndex = 3; this.FontSizeValueLbl.Text = "% of maximum height"; this.FontSizeValueLbl.TextAlign = System.Drawing.ContentAlignment.TopRight; // // FontSizeLbl // this.FontSizeLbl.AutoSize = true; this.FontSizeLbl.Location = new System.Drawing.Point(14, 99); this.FontSizeLbl.Name = "FontSizeLbl"; this.FontSizeLbl.Size = new System.Drawing.Size(52, 13); this.FontSizeLbl.TabIndex = 1; this.FontSizeLbl.Text = "Font size:"; // // cbHiddenMode // this.cbHiddenMode.AutoSize = true; this.cbHiddenMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cbHiddenMode.Location = new System.Drawing.Point(17, 28); this.cbHiddenMode.Name = "cbHiddenMode"; this.cbHiddenMode.Size = new System.Drawing.Size(87, 17); this.cbHiddenMode.TabIndex = 0; this.cbHiddenMode.Text = "Hidden mode"; this.cbHiddenMode.UseVisualStyleBackColor = true; // // cbRememberValue // this.cbRememberValue.AutoSize = true; this.cbRememberValue.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cbRememberValue.Location = new System.Drawing.Point(17, 74); this.cbRememberValue.Name = "cbRememberValue"; this.cbRememberValue.Size = new System.Drawing.Size(123, 17); this.cbRememberValue.TabIndex = 2; this.cbRememberValue.Text = "Remember last value"; this.cbRememberValue.UseVisualStyleBackColor = true; // // cbTransparentMode // this.cbTransparentMode.AutoSize = true; this.cbTransparentMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cbTransparentMode.Location = new System.Drawing.Point(17, 51); this.cbTransparentMode.Name = "cbTransparentMode"; this.cbTransparentMode.Size = new System.Drawing.Size(169, 17); this.cbTransparentMode.TabIndex = 1; this.cbTransparentMode.Text = "Transparent mode in fullscreen"; this.cbTransparentMode.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton1.Location = new System.Drawing.Point(0, 0); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(104, 24); this.radioButton1.TabIndex = 0; this.radioButton1.UseVisualStyleBackColor = true; // // TVTeletext // this.Controls.Add(this.groupBox1); this.Name = "TVTeletext"; this.Size = new System.Drawing.Size(472, 408); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudFontSize)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpGroupBox3 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.autoPlayPhotoComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.autoPlayVideoComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.labelAutoPlay = new MediaPortal.UserInterface.Controls.MPLabel(); this.autoPlayAudioComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.groupBox1.SuspendLayout(); this.mpGroupBox3.SuspendLayout(); this.mpGroupBox1.SuspendLayout(); this.mpGroupBox2.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.mpGroupBox3); this.groupBox1.Controls.Add(this.mpGroupBox1); this.groupBox1.Controls.Add(this.mpGroupBox2); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(472, 326); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Select action for media insertion"; // // 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.mpLabel2); this.mpGroupBox3.Controls.Add(this.autoPlayPhotoComboBox); this.mpGroupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpGroupBox3.Location = new System.Drawing.Point(6, 181); this.mpGroupBox3.Name = "mpGroupBox3"; this.mpGroupBox3.Size = new System.Drawing.Size(460, 69); this.mpGroupBox3.TabIndex = 2; this.mpGroupBox3.TabStop = false; this.mpGroupBox3.Text = "Photo"; // // mpLabel2 // this.mpLabel2.AutoSize = true; this.mpLabel2.Location = new System.Drawing.Point(6, 25); this.mpLabel2.Name = "mpLabel2"; this.mpLabel2.Size = new System.Drawing.Size(39, 13); this.mpLabel2.TabIndex = 0; this.mpLabel2.Text = "action:"; // // autoPlayPhotoComboBox // this.autoPlayPhotoComboBox.BorderColor = System.Drawing.Color.Empty; this.autoPlayPhotoComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.autoPlayPhotoComboBox.Location = new System.Drawing.Point(51, 22); this.autoPlayPhotoComboBox.Name = "autoPlayPhotoComboBox"; this.autoPlayPhotoComboBox.Size = new System.Drawing.Size(145, 21); this.autoPlayPhotoComboBox.TabIndex = 1; // // 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.mpLabel1); this.mpGroupBox1.Controls.Add(this.autoPlayVideoComboBox); this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpGroupBox1.Location = new System.Drawing.Point(6, 106); this.mpGroupBox1.Name = "mpGroupBox1"; this.mpGroupBox1.Size = new System.Drawing.Size(460, 69); this.mpGroupBox1.TabIndex = 2; this.mpGroupBox1.TabStop = false; this.mpGroupBox1.Text = "Video"; // // mpLabel1 // this.mpLabel1.AutoSize = true; this.mpLabel1.Location = new System.Drawing.Point(6, 25); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new System.Drawing.Size(39, 13); this.mpLabel1.TabIndex = 0; this.mpLabel1.Text = "action:"; // // autoPlayVideoComboBox // this.autoPlayVideoComboBox.BorderColor = System.Drawing.Color.Empty; this.autoPlayVideoComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.autoPlayVideoComboBox.Location = new System.Drawing.Point(51, 22); this.autoPlayVideoComboBox.Name = "autoPlayVideoComboBox"; this.autoPlayVideoComboBox.Size = new System.Drawing.Size(145, 21); this.autoPlayVideoComboBox.TabIndex = 1; // // 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.labelAutoPlay); this.mpGroupBox2.Controls.Add(this.autoPlayAudioComboBox); this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpGroupBox2.Location = new System.Drawing.Point(6, 31); this.mpGroupBox2.Name = "mpGroupBox2"; this.mpGroupBox2.Size = new System.Drawing.Size(460, 69); this.mpGroupBox2.TabIndex = 1; this.mpGroupBox2.TabStop = false; this.mpGroupBox2.Text = "Audio"; // // labelAutoPlay // this.labelAutoPlay.AutoSize = true; this.labelAutoPlay.Location = new System.Drawing.Point(6, 25); this.labelAutoPlay.Name = "labelAutoPlay"; this.labelAutoPlay.Size = new System.Drawing.Size(39, 13); this.labelAutoPlay.TabIndex = 0; this.labelAutoPlay.Text = "action:"; // // autoPlayAudioComboBox // this.autoPlayAudioComboBox.BorderColor = System.Drawing.Color.Empty; this.autoPlayAudioComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.autoPlayAudioComboBox.Location = new System.Drawing.Point(51, 22); this.autoPlayAudioComboBox.Name = "autoPlayAudioComboBox"; this.autoPlayAudioComboBox.Size = new System.Drawing.Size(145, 21); this.autoPlayAudioComboBox.TabIndex = 1; // // GeneralAutoplay // this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.groupBox1); this.Name = "GeneralAutoplay"; this.Size = new System.Drawing.Size(472, 408); this.groupBox1.ResumeLayout(false); this.mpGroupBox3.ResumeLayout(false); this.mpGroupBox3.PerformLayout(); this.mpGroupBox1.ResumeLayout(false); this.mpGroupBox1.PerformLayout(); 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.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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabControlSkinSettings = new MediaPortal.UserInterface.Controls.MPTabControl(); this.tabPageGeneral = new System.Windows.Forms.TabPage(); this.groupBoxTheme = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.panelFitImage = new System.Windows.Forms.Panel(); this.previewPictureBox = new System.Windows.Forms.PictureBox(); this.listViewAvailableThemes = new System.Windows.Forms.ListView(); this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colVersion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tabPageTVGuideSettings = new System.Windows.Forms.TabPage(); this.tabControlTvGuideSettings = new MediaPortal.UserInterface.Controls.MPTabControl(); this.tabPageTvGuideGeneral = new System.Windows.Forms.TabPage(); this.labelTVPluginNotInstalled = new System.Windows.Forms.Label(); this.gbGenreSettings = new System.Windows.Forms.GroupBox(); this.cbColoredGuide = new System.Windows.Forms.CheckBox(); this.cbBorderHighlight = new System.Windows.Forms.CheckBox(); this.cbGenreColorKey = new System.Windows.Forms.CheckBox(); this.cbGenreColoring = new System.Windows.Forms.CheckBox(); this.tabPageTvGuideColors = new MediaPortal.UserInterface.Controls.MPTabPage(); this.groupGenreColors = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.labelNoConnectionToServer = new System.Windows.Forms.Label(); this.listViewGuideGenres = new MediaPortal.UserInterface.Controls.MPListView(); this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.mpButtonOnLaterColor = new MediaPortal.UserInterface.Controls.MPButton(); this.mpButtonOnNowColor = new MediaPortal.UserInterface.Controls.MPButton(); this.groupGroupColor = new System.Windows.Forms.GroupBox(); this.mpLabel11 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxGroupSel = new MediaPortal.WinCustomControls.ColorComboBox(); this.mpLabel12 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxGroup = new MediaPortal.WinCustomControls.ColorComboBox(); this.groupChannelColors = new System.Windows.Forms.GroupBox(); this.mpLabel9 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxChannelSel = new MediaPortal.WinCustomControls.ColorComboBox(); this.mpLabel10 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxChannel = new MediaPortal.WinCustomControls.ColorComboBox(); this.groupDefaultColors = new System.Windows.Forms.GroupBox(); this.mpLabel14 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxPgmOnLater = new MediaPortal.WinCustomControls.ColorComboBox(); this.mpLabel15 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxPgmOnNow = new MediaPortal.WinCustomControls.ColorComboBox(); this.mpLabel13 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxPgmBorder = new MediaPortal.WinCustomControls.ColorComboBox(); this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxPgmSel = new MediaPortal.WinCustomControls.ColorComboBox(); this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel(); this.colorComboBoxPgmEnded = new MediaPortal.WinCustomControls.ColorComboBox(); this.mpButtonOk = new System.Windows.Forms.Button(); this.mpButtonCancel = new System.Windows.Forms.Button(); this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine(); this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel(); this.tabControlSkinSettings.SuspendLayout(); this.tabPageGeneral.SuspendLayout(); this.groupBoxTheme.SuspendLayout(); this.panelFitImage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit(); this.tabPageTVGuideSettings.SuspendLayout(); this.tabControlTvGuideSettings.SuspendLayout(); this.tabPageTvGuideGeneral.SuspendLayout(); this.gbGenreSettings.SuspendLayout(); this.tabPageTvGuideColors.SuspendLayout(); this.groupGenreColors.SuspendLayout(); this.groupGroupColor.SuspendLayout(); this.groupChannelColors.SuspendLayout(); this.groupDefaultColors.SuspendLayout(); this.SuspendLayout(); // // tabControlSkinSettings // this.tabControlSkinSettings.Controls.Add(this.tabPageGeneral); this.tabControlSkinSettings.Controls.Add(this.tabPageTVGuideSettings); this.tabControlSkinSettings.Location = new System.Drawing.Point(17, 42); this.tabControlSkinSettings.Name = "tabControlSkinSettings"; this.tabControlSkinSettings.SelectedIndex = 0; this.tabControlSkinSettings.Size = new System.Drawing.Size(472, 479); this.tabControlSkinSettings.TabIndex = 12; // // tabPageGeneral // this.tabPageGeneral.Controls.Add(this.groupBoxTheme); this.tabPageGeneral.Location = new System.Drawing.Point(4, 22); this.tabPageGeneral.Name = "tabPageGeneral"; this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(3); this.tabPageGeneral.Size = new System.Drawing.Size(464, 453); this.tabPageGeneral.TabIndex = 6; this.tabPageGeneral.Text = "General"; this.tabPageGeneral.UseVisualStyleBackColor = true; // // groupBoxTheme // this.groupBoxTheme.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxTheme.Controls.Add(this.panelFitImage); this.groupBoxTheme.Controls.Add(this.listViewAvailableThemes); this.groupBoxTheme.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBoxTheme.Location = new System.Drawing.Point(6, 5); this.groupBoxTheme.Name = "groupBoxTheme"; this.groupBoxTheme.Size = new System.Drawing.Size(452, 442); this.groupBoxTheme.TabIndex = 5; this.groupBoxTheme.TabStop = false; this.groupBoxTheme.Text = "Theme selection"; // // panelFitImage // this.panelFitImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.panelFitImage.Controls.Add(this.previewPictureBox); this.panelFitImage.Location = new System.Drawing.Point(12, 22); this.panelFitImage.Name = "panelFitImage"; this.panelFitImage.Size = new System.Drawing.Size(430, 222); this.panelFitImage.TabIndex = 5; // // previewPictureBox // this.previewPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.previewPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.previewPictureBox.Image = global::MediaPortal.Configuration.Properties.Resources.mplogo; this.previewPictureBox.Location = new System.Drawing.Point(0, 0); this.previewPictureBox.Name = "previewPictureBox"; this.previewPictureBox.Size = new System.Drawing.Size(430, 222); this.previewPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.previewPictureBox.TabIndex = 5; this.previewPictureBox.TabStop = false; // // listViewAvailableThemes // this.listViewAvailableThemes.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.listViewAvailableThemes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colName, this.colVersion}); this.listViewAvailableThemes.FullRowSelect = true; this.listViewAvailableThemes.HideSelection = false; this.listViewAvailableThemes.Location = new System.Drawing.Point(11, 262); this.listViewAvailableThemes.MultiSelect = false; this.listViewAvailableThemes.Name = "listViewAvailableThemes"; this.listViewAvailableThemes.Size = new System.Drawing.Size(430, 168); this.listViewAvailableThemes.TabIndex = 3; this.listViewAvailableThemes.UseCompatibleStateImageBehavior = false; this.listViewAvailableThemes.View = System.Windows.Forms.View.Details; this.listViewAvailableThemes.SelectedIndexChanged += new System.EventHandler(this.listViewAvailableThemes_SelectedIndexChanged); // // colName // this.colName.Text = "Name"; this.colName.Width = 329; // // colVersion // this.colVersion.Text = "Version"; this.colVersion.Width = 86; // // tabPageTVGuideSettings // this.tabPageTVGuideSettings.Controls.Add(this.tabControlTvGuideSettings); this.tabPageTVGuideSettings.Location = new System.Drawing.Point(4, 22); this.tabPageTVGuideSettings.Name = "tabPageTVGuideSettings"; this.tabPageTVGuideSettings.Padding = new System.Windows.Forms.Padding(3); this.tabPageTVGuideSettings.Size = new System.Drawing.Size(464, 453); this.tabPageTVGuideSettings.TabIndex = 5; this.tabPageTVGuideSettings.Text = "TV guide"; this.tabPageTVGuideSettings.UseVisualStyleBackColor = true; // // tabControlTvGuideSettings // this.tabControlTvGuideSettings.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.tabControlTvGuideSettings.Controls.Add(this.tabPageTvGuideGeneral); this.tabControlTvGuideSettings.Controls.Add(this.tabPageTvGuideColors); this.tabControlTvGuideSettings.HotTrack = true; this.tabControlTvGuideSettings.Location = new System.Drawing.Point(6, 6); this.tabControlTvGuideSettings.Name = "tabControlTvGuideSettings"; this.tabControlTvGuideSettings.SelectedIndex = 0; this.tabControlTvGuideSettings.Size = new System.Drawing.Size(452, 441); this.tabControlTvGuideSettings.TabIndex = 1; // // tabPageTvGuideGeneral // this.tabPageTvGuideGeneral.Controls.Add(this.labelTVPluginNotInstalled); this.tabPageTvGuideGeneral.Controls.Add(this.gbGenreSettings); this.tabPageTvGuideGeneral.Location = new System.Drawing.Point(4, 22); this.tabPageTvGuideGeneral.Name = "tabPageTvGuideGeneral"; this.tabPageTvGuideGeneral.Padding = new System.Windows.Forms.Padding(3); this.tabPageTvGuideGeneral.Size = new System.Drawing.Size(444, 415); this.tabPageTvGuideGeneral.TabIndex = 2; this.tabPageTvGuideGeneral.Text = "Settings"; this.tabPageTvGuideGeneral.UseVisualStyleBackColor = true; // // labelTVPluginNotInstalled // this.labelTVPluginNotInstalled.AutoSize = true; this.labelTVPluginNotInstalled.ForeColor = System.Drawing.SystemColors.ControlText; this.labelTVPluginNotInstalled.Location = new System.Drawing.Point(6, 28); this.labelTVPluginNotInstalled.Name = "labelTVPluginNotInstalled"; this.labelTVPluginNotInstalled.Size = new System.Drawing.Size(128, 13); this.labelTVPluginNotInstalled.TabIndex = 1; this.labelTVPluginNotInstalled.Text = "labelTVPluginNotInstalled"; // // gbGenreSettings // this.gbGenreSettings.Controls.Add(this.cbColoredGuide); this.gbGenreSettings.Controls.Add(this.cbBorderHighlight); this.gbGenreSettings.Controls.Add(this.cbGenreColorKey); this.gbGenreSettings.Controls.Add(this.cbGenreColoring); this.gbGenreSettings.Location = new System.Drawing.Point(6, 6); this.gbGenreSettings.Name = "gbGenreSettings"; this.gbGenreSettings.Size = new System.Drawing.Size(432, 117); this.gbGenreSettings.TabIndex = 0; this.gbGenreSettings.TabStop = false; this.gbGenreSettings.Text = "Program color settings"; // // cbColoredGuide // this.cbColoredGuide.AutoSize = true; this.cbColoredGuide.Location = new System.Drawing.Point(10, 21); this.cbColoredGuide.Name = "cbColoredGuide"; this.cbColoredGuide.Size = new System.Drawing.Size(247, 17); this.cbColoredGuide.TabIndex = 3; this.cbColoredGuide.Text = "Enable guide coloring (set colors on Colors tab)"; this.cbColoredGuide.UseVisualStyleBackColor = true; this.cbColoredGuide.CheckedChanged += new System.EventHandler(this.cbColoredGuide_CheckedChanged); // // cbBorderHighlight // this.cbBorderHighlight.AutoSize = true; this.cbBorderHighlight.Location = new System.Drawing.Point(10, 90); this.cbBorderHighlight.Name = "cbBorderHighlight"; this.cbBorderHighlight.Size = new System.Drawing.Size(201, 17); this.cbBorderHighlight.TabIndex = 2; this.cbBorderHighlight.Text = "Border highlight the selected program"; this.cbBorderHighlight.UseVisualStyleBackColor = true; // // cbGenreColorKey // this.cbGenreColorKey.AutoSize = true; this.cbGenreColorKey.Location = new System.Drawing.Point(33, 67); this.cbGenreColorKey.Name = "cbGenreColorKey"; this.cbGenreColorKey.Size = new System.Drawing.Size(136, 17); this.cbGenreColorKey.TabIndex = 1; this.cbGenreColorKey.Text = "Display genre color key"; this.cbGenreColorKey.UseVisualStyleBackColor = true; // // cbGenreColoring // this.cbGenreColoring.AutoSize = true; this.cbGenreColoring.Location = new System.Drawing.Point(22, 44); this.cbGenreColoring.Name = "cbGenreColoring"; this.cbGenreColoring.Size = new System.Drawing.Size(170, 17); this.cbGenreColoring.TabIndex = 0; this.cbGenreColoring.Text = "Enable program genre coloring"; this.cbGenreColoring.UseVisualStyleBackColor = true; this.cbGenreColoring.CheckedChanged += new System.EventHandler(this.cbGenreColoring_CheckedChanged); // // tabPageTvGuideColors // this.tabPageTvGuideColors.Controls.Add(this.groupGenreColors); this.tabPageTvGuideColors.Controls.Add(this.groupGroupColor); this.tabPageTvGuideColors.Controls.Add(this.groupChannelColors); this.tabPageTvGuideColors.Controls.Add(this.groupDefaultColors); this.tabPageTvGuideColors.Location = new System.Drawing.Point(4, 22); this.tabPageTvGuideColors.Name = "tabPageTvGuideColors"; this.tabPageTvGuideColors.Size = new System.Drawing.Size(444, 415); this.tabPageTvGuideColors.TabIndex = 1; this.tabPageTvGuideColors.Text = "Colors"; this.tabPageTvGuideColors.UseVisualStyleBackColor = true; // // groupGenreColors // this.groupGenreColors.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.groupGenreColors.Controls.Add(this.labelNoConnectionToServer); this.groupGenreColors.Controls.Add(this.listViewGuideGenres); this.groupGenreColors.Controls.Add(this.mpButtonOnLaterColor); this.groupGenreColors.Controls.Add(this.mpButtonOnNowColor); this.groupGenreColors.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupGenreColors.Location = new System.Drawing.Point(6, 3); this.groupGenreColors.Name = "groupGenreColors"; this.groupGenreColors.Size = new System.Drawing.Size(432, 178); this.groupGenreColors.TabIndex = 0; this.groupGenreColors.TabStop = false; this.groupGenreColors.Text = "Program genre colors"; // // labelNoConnectionToServer // this.labelNoConnectionToServer.AutoSize = true; this.labelNoConnectionToServer.Location = new System.Drawing.Point(15, 53); this.labelNoConnectionToServer.Name = "labelNoConnectionToServer"; this.labelNoConnectionToServer.Size = new System.Drawing.Size(320, 13); this.labelNoConnectionToServer.TabIndex = 15; this.labelNoConnectionToServer.Text = "The program genre colors could not be loaded from the TV Server."; // // listViewGuideGenres // this.listViewGuideGenres.AllowDrop = true; this.listViewGuideGenres.AllowRowReorder = true; this.listViewGuideGenres.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listViewGuideGenres.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader9, this.columnHeader1, this.columnHeader2}); this.listViewGuideGenres.HideSelection = false; this.listViewGuideGenres.Location = new System.Drawing.Point(6, 19); this.listViewGuideGenres.Name = "listViewGuideGenres"; this.listViewGuideGenres.Size = new System.Drawing.Size(420, 123); this.listViewGuideGenres.Sorting = System.Windows.Forms.SortOrder.Ascending; this.listViewGuideGenres.TabIndex = 14; this.listViewGuideGenres.UseCompatibleStateImageBehavior = false; this.listViewGuideGenres.View = System.Windows.Forms.View.Details; // // columnHeader9 // this.columnHeader9.Text = "MediaPortal Genre"; this.columnHeader9.Width = 190; // // columnHeader1 // this.columnHeader1.Text = "On Now Color"; this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader1.Width = 100; // // columnHeader2 // this.columnHeader2.Text = "On Later Color"; this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader2.Width = 100; // // mpButtonOnLaterColor // this.mpButtonOnLaterColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.mpButtonOnLaterColor.Location = new System.Drawing.Point(102, 150); this.mpButtonOnLaterColor.Name = "mpButtonOnLaterColor"; this.mpButtonOnLaterColor.Size = new System.Drawing.Size(90, 22); this.mpButtonOnLaterColor.TabIndex = 11; this.mpButtonOnLaterColor.Text = "On Later Color"; this.mpButtonOnLaterColor.UseVisualStyleBackColor = true; this.mpButtonOnLaterColor.Click += new System.EventHandler(this.mpButtonOnLaterColor_Click); // // mpButtonOnNowColor // this.mpButtonOnNowColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.mpButtonOnNowColor.Location = new System.Drawing.Point(6, 150); this.mpButtonOnNowColor.Name = "mpButtonOnNowColor"; this.mpButtonOnNowColor.Size = new System.Drawing.Size(90, 22); this.mpButtonOnNowColor.TabIndex = 10; this.mpButtonOnNowColor.Text = "On Now Color"; this.mpButtonOnNowColor.UseVisualStyleBackColor = true; this.mpButtonOnNowColor.Click += new System.EventHandler(this.mpButtonOnNowColor_Click); // // groupGroupColor // this.groupGroupColor.Controls.Add(this.mpLabel11); this.groupGroupColor.Controls.Add(this.colorComboBoxGroupSel); this.groupGroupColor.Controls.Add(this.mpLabel12); this.groupGroupColor.Controls.Add(this.colorComboBoxGroup); this.groupGroupColor.Location = new System.Drawing.Point(6, 359); this.groupGroupColor.Name = "groupGroupColor"; this.groupGroupColor.Size = new System.Drawing.Size(432, 50); this.groupGroupColor.TabIndex = 12; this.groupGroupColor.TabStop = false; this.groupGroupColor.Text = "Channel group select colors"; // // mpLabel11 // this.mpLabel11.AutoSize = true; this.mpLabel11.Location = new System.Drawing.Point(214, 22); this.mpLabel11.Name = "mpLabel11"; this.mpLabel11.Size = new System.Drawing.Size(52, 13); this.mpLabel11.TabIndex = 11; this.mpLabel11.Text = "Selected:"; // // colorComboBoxGroupSel // this.colorComboBoxGroupSel.Extended = false; this.colorComboBoxGroupSel.Location = new System.Drawing.Point(274, 17); this.colorComboBoxGroupSel.Name = "colorComboBoxGroupSel"; this.colorComboBoxGroupSel.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxGroupSel.Size = new System.Drawing.Size(103, 23); this.colorComboBoxGroupSel.TabIndex = 10; this.colorComboBoxGroupSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnGroupSelColorChanged); this.colorComboBoxGroupSel.Load += new System.EventHandler(this.colorComboBoxGroupSel_Load); // // mpLabel12 // this.mpLabel12.AutoSize = true; this.mpLabel12.Location = new System.Drawing.Point(45, 22); this.mpLabel12.Name = "mpLabel12"; this.mpLabel12.Size = new System.Drawing.Size(43, 13); this.mpLabel12.TabIndex = 9; this.mpLabel12.Text = "Normal:"; // // colorComboBoxGroup // this.colorComboBoxGroup.Extended = false; this.colorComboBoxGroup.Location = new System.Drawing.Point(97, 17); this.colorComboBoxGroup.Name = "colorComboBoxGroup"; this.colorComboBoxGroup.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxGroup.Size = new System.Drawing.Size(103, 23); this.colorComboBoxGroup.TabIndex = 0; this.colorComboBoxGroup.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnGroupColorChanged); this.colorComboBoxGroup.Load += new System.EventHandler(this.colorComboBoxGroup_Load); // // groupChannelColors // this.groupChannelColors.Controls.Add(this.mpLabel9); this.groupChannelColors.Controls.Add(this.colorComboBoxChannelSel); this.groupChannelColors.Controls.Add(this.mpLabel10); this.groupChannelColors.Controls.Add(this.colorComboBoxChannel); this.groupChannelColors.Location = new System.Drawing.Point(6, 303); this.groupChannelColors.Name = "groupChannelColors"; this.groupChannelColors.Size = new System.Drawing.Size(432, 50); this.groupChannelColors.TabIndex = 12; this.groupChannelColors.TabStop = false; this.groupChannelColors.Text = "Channel colors"; // // mpLabel9 // this.mpLabel9.AutoSize = true; this.mpLabel9.Location = new System.Drawing.Point(214, 22); this.mpLabel9.Name = "mpLabel9"; this.mpLabel9.Size = new System.Drawing.Size(52, 13); this.mpLabel9.TabIndex = 11; this.mpLabel9.Text = "Selected:"; // // colorComboBoxChannelSel // this.colorComboBoxChannelSel.Extended = false; this.colorComboBoxChannelSel.Location = new System.Drawing.Point(274, 17); this.colorComboBoxChannelSel.Name = "colorComboBoxChannelSel"; this.colorComboBoxChannelSel.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxChannelSel.Size = new System.Drawing.Size(103, 23); this.colorComboBoxChannelSel.TabIndex = 10; this.colorComboBoxChannelSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnChannelSelColorChanged); this.colorComboBoxChannelSel.Load += new System.EventHandler(this.colorComboBoxChannelSel_Load); // // mpLabel10 // this.mpLabel10.AutoSize = true; this.mpLabel10.Location = new System.Drawing.Point(45, 22); this.mpLabel10.Name = "mpLabel10"; this.mpLabel10.Size = new System.Drawing.Size(43, 13); this.mpLabel10.TabIndex = 9; this.mpLabel10.Text = "Normal:"; // // colorComboBoxChannel // this.colorComboBoxChannel.Extended = false; this.colorComboBoxChannel.Location = new System.Drawing.Point(97, 17); this.colorComboBoxChannel.Name = "colorComboBoxChannel"; this.colorComboBoxChannel.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxChannel.Size = new System.Drawing.Size(103, 23); this.colorComboBoxChannel.TabIndex = 0; this.colorComboBoxChannel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnChannelColorChanged); this.colorComboBoxChannel.Load += new System.EventHandler(this.colorComboBoxChannel_Load); // // groupDefaultColors // this.groupDefaultColors.Controls.Add(this.mpLabel14); this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmOnLater); this.groupDefaultColors.Controls.Add(this.mpLabel15); this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmOnNow); this.groupDefaultColors.Controls.Add(this.mpLabel13); this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmBorder); this.groupDefaultColors.Controls.Add(this.mpLabel8); this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmSel); this.groupDefaultColors.Controls.Add(this.mpLabel4); this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmEnded); this.groupDefaultColors.Location = new System.Drawing.Point(6, 187); this.groupDefaultColors.Name = "groupDefaultColors"; this.groupDefaultColors.Size = new System.Drawing.Size(432, 110); this.groupDefaultColors.TabIndex = 0; this.groupDefaultColors.TabStop = false; this.groupDefaultColors.Text = "Program default colors"; // // mpLabel14 // this.mpLabel14.AutoSize = true; this.mpLabel14.Location = new System.Drawing.Point(219, 25); this.mpLabel14.Name = "mpLabel14"; this.mpLabel14.Size = new System.Drawing.Size(47, 13); this.mpLabel14.TabIndex = 17; this.mpLabel14.Text = "On later:"; // // colorComboBoxPgmOnLater // this.colorComboBoxPgmOnLater.Extended = false; this.colorComboBoxPgmOnLater.Location = new System.Drawing.Point(274, 20); this.colorComboBoxPgmOnLater.Name = "colorComboBoxPgmOnLater"; this.colorComboBoxPgmOnLater.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxPgmOnLater.Size = new System.Drawing.Size(103, 23); this.colorComboBoxPgmOnLater.TabIndex = 16; this.colorComboBoxPgmOnLater.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmOnLaterColorChanged); this.colorComboBoxPgmOnLater.Load += new System.EventHandler(this.colorComboBoxPgmOnLater_Load); // // mpLabel15 // this.mpLabel15.AutoSize = true; this.mpLabel15.Location = new System.Drawing.Point(41, 25); this.mpLabel15.Name = "mpLabel15"; this.mpLabel15.Size = new System.Drawing.Size(47, 13); this.mpLabel15.TabIndex = 15; this.mpLabel15.Text = "On now:"; // // colorComboBoxPgmOnNow // this.colorComboBoxPgmOnNow.Extended = false; this.colorComboBoxPgmOnNow.Location = new System.Drawing.Point(97, 20); this.colorComboBoxPgmOnNow.Name = "colorComboBoxPgmOnNow"; this.colorComboBoxPgmOnNow.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxPgmOnNow.Size = new System.Drawing.Size(103, 23); this.colorComboBoxPgmOnNow.TabIndex = 14; this.colorComboBoxPgmOnNow.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmOnNowColorChanged); this.colorComboBoxPgmOnNow.Load += new System.EventHandler(this.colorComboBoxPgmOnNow_Load); // // mpLabel13 // this.mpLabel13.AutoSize = true; this.mpLabel13.Location = new System.Drawing.Point(5, 83); this.mpLabel13.Name = "mpLabel13"; this.mpLabel13.Size = new System.Drawing.Size(83, 13); this.mpLabel13.TabIndex = 13; this.mpLabel13.Text = "Border highlight:"; // // colorComboBoxPgmBorder // this.colorComboBoxPgmBorder.Extended = false; this.colorComboBoxPgmBorder.Location = new System.Drawing.Point(97, 78); this.colorComboBoxPgmBorder.Name = "colorComboBoxPgmBorder"; this.colorComboBoxPgmBorder.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxPgmBorder.Size = new System.Drawing.Size(103, 23); this.colorComboBoxPgmBorder.TabIndex = 12; this.colorComboBoxPgmBorder.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmBorderColorChanged); this.colorComboBoxPgmBorder.Load += new System.EventHandler(this.colorComboBoxPgmBorder_Load); // // mpLabel8 // this.mpLabel8.AutoSize = true; this.mpLabel8.Location = new System.Drawing.Point(214, 54); this.mpLabel8.Name = "mpLabel8"; this.mpLabel8.Size = new System.Drawing.Size(52, 13); this.mpLabel8.TabIndex = 11; this.mpLabel8.Text = "Selected:"; // // colorComboBoxPgmSel // this.colorComboBoxPgmSel.Extended = false; this.colorComboBoxPgmSel.Location = new System.Drawing.Point(274, 49); this.colorComboBoxPgmSel.Name = "colorComboBoxPgmSel"; this.colorComboBoxPgmSel.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxPgmSel.Size = new System.Drawing.Size(103, 23); this.colorComboBoxPgmSel.TabIndex = 10; this.colorComboBoxPgmSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmSelColorChanged); this.colorComboBoxPgmSel.Load += new System.EventHandler(this.colorComboBoxPgmSel_Load); // // mpLabel4 // this.mpLabel4.AutoSize = true; this.mpLabel4.Location = new System.Drawing.Point(47, 54); this.mpLabel4.Name = "mpLabel4"; this.mpLabel4.Size = new System.Drawing.Size(41, 13); this.mpLabel4.TabIndex = 9; this.mpLabel4.Text = "Ended:"; // // colorComboBoxPgmEnded // this.colorComboBoxPgmEnded.Extended = false; this.colorComboBoxPgmEnded.Location = new System.Drawing.Point(97, 49); this.colorComboBoxPgmEnded.Name = "colorComboBoxPgmEnded"; this.colorComboBoxPgmEnded.SelectedColor = System.Drawing.Color.Black; this.colorComboBoxPgmEnded.Size = new System.Drawing.Size(103, 23); this.colorComboBoxPgmEnded.TabIndex = 0; this.colorComboBoxPgmEnded.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmEndedColorChanged); this.colorComboBoxPgmEnded.Load += new System.EventHandler(this.colorComboBoxPgmEnded_Load); // // mpButtonOk // this.mpButtonOk.Location = new System.Drawing.Point(327, 537); this.mpButtonOk.Name = "mpButtonOk"; this.mpButtonOk.Size = new System.Drawing.Size(75, 23); this.mpButtonOk.TabIndex = 13; this.mpButtonOk.Text = "OK"; this.mpButtonOk.UseVisualStyleBackColor = true; this.mpButtonOk.Click += new System.EventHandler(this.mpButtonOk_Click); // // mpButtonCancel // this.mpButtonCancel.Location = new System.Drawing.Point(410, 537); this.mpButtonCancel.Name = "mpButtonCancel"; this.mpButtonCancel.Size = new System.Drawing.Size(75, 23); this.mpButtonCancel.TabIndex = 14; this.mpButtonCancel.Text = "Cancel"; this.mpButtonCancel.UseVisualStyleBackColor = true; this.mpButtonCancel.Click += new System.EventHandler(this.mpButtonCancel_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(9, 527); this.beveledLine1.Name = "beveledLine1"; this.beveledLine1.Size = new System.Drawing.Size(488, 2); this.beveledLine1.TabIndex = 18; this.beveledLine1.TabStop = false; // // 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(17, 3); this.headerLabel.Name = "headerLabel"; this.headerLabel.PaddingLeft = 2; this.headerLabel.Size = new System.Drawing.Size(472, 24); this.headerLabel.TabIndex = 19; this.headerLabel.TabStop = false; 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))); // // DlgSkinSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(506, 570); this.Controls.Add(this.headerLabel); this.Controls.Add(this.beveledLine1); this.Controls.Add(this.mpButtonCancel); this.Controls.Add(this.mpButtonOk); this.Controls.Add(this.tabControlSkinSettings); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DlgSkinSettings"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "MediaPortal Skin Settings"; this.tabControlSkinSettings.ResumeLayout(false); this.tabPageGeneral.ResumeLayout(false); this.groupBoxTheme.ResumeLayout(false); this.panelFitImage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).EndInit(); this.tabPageTVGuideSettings.ResumeLayout(false); this.tabControlTvGuideSettings.ResumeLayout(false); this.tabPageTvGuideGeneral.ResumeLayout(false); this.tabPageTvGuideGeneral.PerformLayout(); this.gbGenreSettings.ResumeLayout(false); this.gbGenreSettings.PerformLayout(); this.tabPageTvGuideColors.ResumeLayout(false); this.groupGenreColors.ResumeLayout(false); this.groupGenreColors.PerformLayout(); this.groupGroupColor.ResumeLayout(false); this.groupGroupColor.PerformLayout(); this.groupChannelColors.ResumeLayout(false); this.groupChannelColors.PerformLayout(); this.groupDefaultColors.ResumeLayout(false); this.groupDefaultColors.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.checkBoxDxVA = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.checkBoxHWMC = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.comboBoxDeInterlace = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpGroupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpGroupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.comboBoxOutPutMode = new MediaPortal.UserInterface.Controls.MPComboBox(); this.comboBoxSpeakerConfig = new MediaPortal.UserInterface.Controls.MPComboBox(); this.mpGroupBox1.SuspendLayout(); this.mpGroupBox2.SuspendLayout(); this.SuspendLayout(); // // checkBoxDxVA // this.checkBoxDxVA.AutoSize = true; this.checkBoxDxVA.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxDxVA.Location = new System.Drawing.Point(62, 25); this.checkBoxDxVA.Name = "checkBoxDxVA"; this.checkBoxDxVA.Size = new System.Drawing.Size(87, 17); this.checkBoxDxVA.TabIndex = 2; this.checkBoxDxVA.Text = "Enable DxVA"; this.checkBoxDxVA.UseVisualStyleBackColor = true; // // checkBoxHWMC // this.checkBoxHWMC.AutoSize = true; this.checkBoxHWMC.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxHWMC.Location = new System.Drawing.Point(62, 48); this.checkBoxHWMC.Name = "checkBoxHWMC"; this.checkBoxHWMC.Size = new System.Drawing.Size(95, 17); this.checkBoxHWMC.TabIndex = 3; this.checkBoxHWMC.Text = "Enable HWMC"; this.checkBoxHWMC.UseVisualStyleBackColor = true; // // comboBoxDeInterlace // this.comboBoxDeInterlace.BorderColor = System.Drawing.Color.Empty; this.comboBoxDeInterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDeInterlace.FormattingEnabled = true; this.comboBoxDeInterlace.Items.AddRange(new object[] { "Auto", "Bob", "Weave", "Progressive" }); this.comboBoxDeInterlace.Location = new System.Drawing.Point(62, 102); this.comboBoxDeInterlace.Name = "comboBoxDeInterlace"; this.comboBoxDeInterlace.Size = new System.Drawing.Size(125, 21); this.comboBoxDeInterlace.TabIndex = 4; // // mpGroupBox1 // this.mpGroupBox1.Controls.Add(this.mpLabel4); this.mpGroupBox1.Controls.Add(this.mpLabel1); this.mpGroupBox1.Controls.Add(this.checkBoxHWMC); this.mpGroupBox1.Controls.Add(this.comboBoxDeInterlace); this.mpGroupBox1.Controls.Add(this.checkBoxDxVA); this.mpGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpGroupBox1.Location = new System.Drawing.Point(6, 0); this.mpGroupBox1.Name = "mpGroupBox1"; this.mpGroupBox1.Size = new System.Drawing.Size(462, 143); this.mpGroupBox1.TabIndex = 5; this.mpGroupBox1.TabStop = false; this.mpGroupBox1.Text = "Video Decoder Settings"; // // mpLabel4 // this.mpLabel4.AutoSize = true; this.mpLabel4.Location = new System.Drawing.Point(182, 25); this.mpLabel4.MaximumSize = new System.Drawing.Size(240, 0); this.mpLabel4.Name = "mpLabel4"; this.mpLabel4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.mpLabel4.Size = new System.Drawing.Size(224, 39); this.mpLabel4.TabIndex = 6; this.mpLabel4.Text = "It is recommended to enable these options for better CPU utlization. If DxVA is e" + "nabled, De-Interlacing is done using VMR9."; // // mpLabel1 // this.mpLabel1.AutoSize = true; this.mpLabel1.Location = new System.Drawing.Point(7, 77); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new System.Drawing.Size(106, 13); this.mpLabel1.TabIndex = 5; this.mpLabel1.Text = "De-Interlace Settings"; // // mpGroupBox2 // this.mpGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mpGroupBox2.Controls.Add(this.mpLabel3); this.mpGroupBox2.Controls.Add(this.mpLabel2); this.mpGroupBox2.Controls.Add(this.comboBoxOutPutMode); this.mpGroupBox2.Controls.Add(this.comboBoxSpeakerConfig); this.mpGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.mpGroupBox2.Location = new System.Drawing.Point(6, 152); this.mpGroupBox2.Name = "mpGroupBox2"; this.mpGroupBox2.Size = new System.Drawing.Size(462, 166); this.mpGroupBox2.TabIndex = 0; this.mpGroupBox2.TabStop = false; this.mpGroupBox2.Text = "Audio Decoder Settings"; // // mpLabel3 // this.mpLabel3.AutoSize = true; this.mpLabel3.Location = new System.Drawing.Point(7, 96); this.mpLabel3.Name = "mpLabel3"; this.mpLabel3.Size = new System.Drawing.Size(69, 13); this.mpLabel3.TabIndex = 3; this.mpLabel3.Text = "Output Mode"; // // mpLabel2 // this.mpLabel2.AutoSize = true; this.mpLabel2.Location = new System.Drawing.Point(7, 32); this.mpLabel2.Name = "mpLabel2"; this.mpLabel2.Size = new System.Drawing.Size(88, 13); this.mpLabel2.TabIndex = 2; this.mpLabel2.Text = "Speaker Settings"; // // comboBoxOutPutMode // this.comboBoxOutPutMode.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxOutPutMode.BorderColor = System.Drawing.Color.Empty; this.comboBoxOutPutMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxOutPutMode.DropDownWidth = 372; this.comboBoxOutPutMode.Location = new System.Drawing.Point(62, 123); this.comboBoxOutPutMode.Name = "comboBoxOutPutMode"; this.comboBoxOutPutMode.Size = new System.Drawing.Size(362, 21); this.comboBoxOutPutMode.TabIndex = 0; // // comboBoxSpeakerConfig // this.comboBoxSpeakerConfig.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxSpeakerConfig.BorderColor = System.Drawing.Color.Empty; this.comboBoxSpeakerConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSpeakerConfig.Items.AddRange(new object[] { "2 Speaker", "4 Speaker", "6 Speaker (5.1)", "7 Speaker (6.1)", "8 Speaker (7.1)", "S/PDIF Out" }); this.comboBoxSpeakerConfig.Location = new System.Drawing.Point(62, 57); this.comboBoxSpeakerConfig.Name = "comboBoxSpeakerConfig"; this.comboBoxSpeakerConfig.Size = new System.Drawing.Size(362, 21); this.comboBoxSpeakerConfig.TabIndex = 1; this.comboBoxSpeakerConfig.SelectedIndexChanged += new System.EventHandler(this.comboBoxSpeakerConfig_SelectedIndexChanged); // // FiltersWinDVD7Decoder // this.Controls.Add(this.mpGroupBox2); this.Controls.Add(this.mpGroupBox1); this.Name = "FiltersWinDVD7Decoder"; this.Size = new System.Drawing.Size(472, 408); this.mpGroupBox1.ResumeLayout(false); this.mpGroupBox1.PerformLayout(); this.mpGroupBox2.ResumeLayout(false); this.mpGroupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <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.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.disableAnimCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.pow2texCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.subPicsAheadUpDown = new MediaPortal.UserInterface.Controls.MPNumericUpDown(); this.textureComboBox = new MediaPortal.UserInterface.Controls.MPComboBox(); this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.buttonClose = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonOK = new MediaPortal.UserInterface.Controls.MPButton(); this.posYUpDown = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.subPicsAheadUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.posYUpDown)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.posYUpDown); this.groupBox1.Controls.Add(this.disableAnimCheckBox); this.groupBox1.Controls.Add(this.mpLabel2); this.groupBox1.Controls.Add(this.pow2texCheckBox); this.groupBox1.Controls.Add(this.mpLabel1); this.groupBox1.Controls.Add(this.subPicsAheadUpDown); this.groupBox1.Controls.Add(this.textureComboBox); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label1); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox1.Location = new System.Drawing.Point(8, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(450, 151); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Options"; // // disableAnimCheckBox // this.disableAnimCheckBox.AutoSize = true; this.disableAnimCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.disableAnimCheckBox.Location = new System.Drawing.Point(101, 96); this.disableAnimCheckBox.Name = "disableAnimCheckBox"; this.disableAnimCheckBox.Size = new System.Drawing.Size(137, 17); this.disableAnimCheckBox.TabIndex = 16; this.disableAnimCheckBox.Text = "(Set for slow computers)"; this.disableAnimCheckBox.UseVisualStyleBackColor = true; // // mpLabel2 // this.mpLabel2.Location = new System.Drawing.Point(6, 98); this.mpLabel2.Name = "mpLabel2"; this.mpLabel2.Size = new System.Drawing.Size(157, 22); this.mpLabel2.TabIndex = 15; this.mpLabel2.Text = "Disable Animation:"; // // pow2texCheckBox // this.pow2texCheckBox.AutoSize = true; this.pow2texCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.pow2texCheckBox.Location = new System.Drawing.Point(293, 63); this.pow2texCheckBox.Name = "pow2texCheckBox"; this.pow2texCheckBox.Size = new System.Drawing.Size(139, 17); this.pow2texCheckBox.TabIndex = 14; this.pow2texCheckBox.Text = "Round to the power of 2"; this.pow2texCheckBox.UseVisualStyleBackColor = true; // // mpLabel1 // this.mpLabel1.Location = new System.Drawing.Point(293, 27); this.mpLabel1.Name = "mpLabel1"; this.mpLabel1.Size = new System.Drawing.Size(151, 37); this.mpLabel1.TabIndex = 13; this.mpLabel1.Text = "Set to 0 to disable buffering (not recommended)"; // // subPicsAheadUpDown // this.subPicsAheadUpDown.Location = new System.Drawing.Point(232, 30); this.subPicsAheadUpDown.Name = "subPicsAheadUpDown"; this.subPicsAheadUpDown.Size = new System.Drawing.Size(41, 20); this.subPicsAheadUpDown.TabIndex = 12; this.subPicsAheadUpDown.Value = new decimal(new int[] { 3, 0, 0, 0 }); // // textureComboBox // this.textureComboBox.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textureComboBox.BorderColor = System.Drawing.Color.Empty; this.textureComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.textureComboBox.Items.AddRange(new object[] { "Desktop", "Medium", "Low" }); this.textureComboBox.Location = new System.Drawing.Point(169, 62); this.textureComboBox.Name = "textureComboBox"; this.textureComboBox.Size = new System.Drawing.Size(104, 21); this.textureComboBox.TabIndex = 0; // // label3 // this.label3.Location = new System.Drawing.Point(6, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(157, 23); this.label3.TabIndex = 4; this.label3.Text = "Maximum texture resolution:"; // // label1 // this.label1.Location = new System.Drawing.Point(6, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(220, 24); this.label1.TabIndex = 0; this.label1.Text = "Number of subpictures to buffer ahead:"; // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonClose.Location = new System.Drawing.Point(383, 165); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 2; this.buttonClose.Text = "Close"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.closeButton_Click); // // buttonOK // this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Location = new System.Drawing.Point(302, 165); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.TabIndex = 1; this.buttonOK.Text = "OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.okButton_Click); // // posYUpDown // this.posYUpDown.Location = new System.Drawing.Point(232, 118); this.posYUpDown.Name = "posYUpDown"; this.posYUpDown.Size = new System.Drawing.Size(41, 20); this.posYUpDown.TabIndex = 17; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 120); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(210, 13); this.label2.TabIndex = 18; this.label2.Text = "Adjust subtitle height position (pixels down):"; // // MpcHcSubsForm // this.AcceptButton = this.buttonOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.CancelButton = this.buttonClose; this.ClientSize = new System.Drawing.Size(466, 200); this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonClose); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MinimumSize = new System.Drawing.Size(472, 212); this.Name = "MpcHcSubsForm"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "MPC-HC advanced properties"; this.Load += new System.EventHandler(this.MpcHcSubsForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.subPicsAheadUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.posYUpDown)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.checkBoxRTS = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.checkBoxDTR = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.label8 = new MediaPortal.UserInterface.Controls.MPLabel(); this.ParityCombo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.buttonNoneCodes = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonDefaultCodes = new MediaPortal.UserInterface.Controls.MPButton(); this.buttonAllCodes = new MediaPortal.UserInterface.Controls.MPButton(); this.label7 = new MediaPortal.UserInterface.Controls.MPLabel(); this.ActionsCheckList = new System.Windows.Forms.CheckedListBox(); this.label6 = new MediaPortal.UserInterface.Controls.MPLabel(); this.CommandDelayCombo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.label5 = new MediaPortal.UserInterface.Controls.MPLabel(); this.LearningTimeoutCombo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.label4 = new MediaPortal.UserInterface.Controls.MPLabel(); this.IRLengthCombo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.label3 = new MediaPortal.UserInterface.Controls.MPLabel(); this.HandShakeCombo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.label2 = new MediaPortal.UserInterface.Controls.MPLabel(); this.BaudRateCombo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.checkBoxInitUIRIrman = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.label1 = new MediaPortal.UserInterface.Controls.MPLabel(); this.CommPortCombo = new MediaPortal.UserInterface.Controls.MPComboBox(); this.internalCommandsButton = new MediaPortal.UserInterface.Controls.MPButton(); this.inputCheckBox = new MediaPortal.UserInterface.Controls.MPCheckBox(); this.groupBox2 = new MediaPortal.UserInterface.Controls.MPGroupBox(); this.statusLabel = new MediaPortal.UserInterface.Controls.MPLabel(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.checkBoxRTS); this.groupBox1.Controls.Add(this.checkBoxDTR); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.ParityCombo); this.groupBox1.Controls.Add(this.buttonNoneCodes); this.groupBox1.Controls.Add(this.buttonDefaultCodes); this.groupBox1.Controls.Add(this.buttonAllCodes); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.ActionsCheckList); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.CommandDelayCombo); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.LearningTimeoutCombo); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.IRLengthCombo); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.HandShakeCombo); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.BaudRateCombo); this.groupBox1.Controls.Add(this.checkBoxInitUIRIrman); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.CommPortCombo); this.groupBox1.Controls.Add(this.internalCommandsButton); this.groupBox1.Controls.Add(this.inputCheckBox); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox1.Location = new System.Drawing.Point(6, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(462, 336); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Settings"; // // checkBoxRTS // this.checkBoxRTS.AutoSize = true; this.checkBoxRTS.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBoxRTS.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxRTS.Location = new System.Drawing.Point(16, 200); this.checkBoxRTS.Name = "checkBoxRTS"; this.checkBoxRTS.Size = new System.Drawing.Size(46, 17); this.checkBoxRTS.TabIndex = 12; this.checkBoxRTS.Text = "RTS"; this.checkBoxRTS.UseVisualStyleBackColor = true; this.checkBoxRTS.CheckedChanged += new System.EventHandler(this.checkBoxRTS_CheckedChanged); // // checkBoxDTR // this.checkBoxDTR.AutoSize = true; this.checkBoxDTR.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBoxDTR.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxDTR.Location = new System.Drawing.Point(16, 176); this.checkBoxDTR.Name = "checkBoxDTR"; this.checkBoxDTR.Size = new System.Drawing.Size(47, 17); this.checkBoxDTR.TabIndex = 10; this.checkBoxDTR.Text = "DTR"; this.checkBoxDTR.UseVisualStyleBackColor = true; this.checkBoxDTR.CheckedChanged += new System.EventHandler(this.checkBoxDTR_CheckedChanged); // // label8 // this.label8.Location = new System.Drawing.Point(120, 120); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(64, 16); this.label8.TabIndex = 7; this.label8.Text = "Parity"; // // ParityCombo // this.ParityCombo.BorderColor = System.Drawing.Color.Empty; this.ParityCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ParityCombo.Items.AddRange(new object[] { "None", "Odd", "Even", "Mark", "Space" }); this.ParityCombo.Location = new System.Drawing.Point(120, 136); this.ParityCombo.Name = "ParityCombo"; this.ParityCombo.Size = new System.Drawing.Size(88, 21); this.ParityCombo.TabIndex = 9; this.ParityCombo.SelectedIndexChanged += new System.EventHandler(this.ParityCombo_SelectedIndexChanged); // // buttonNoneCodes // this.buttonNoneCodes.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonNoneCodes.Location = new System.Drawing.Point(269, 14); this.buttonNoneCodes.Name = "buttonNoneCodes"; this.buttonNoneCodes.Size = new System.Drawing.Size(56, 23); this.buttonNoneCodes.TabIndex = 20; this.buttonNoneCodes.Text = "Mini"; this.buttonNoneCodes.UseVisualStyleBackColor = true; this.buttonNoneCodes.Click += new System.EventHandler(this.buttonNoneCodes_Click); // // buttonDefaultCodes // this.buttonDefaultCodes.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonDefaultCodes.Location = new System.Drawing.Point(329, 14); this.buttonDefaultCodes.Name = "buttonDefaultCodes"; this.buttonDefaultCodes.Size = new System.Drawing.Size(65, 23); this.buttonDefaultCodes.TabIndex = 21; this.buttonDefaultCodes.Text = "Extended"; this.buttonDefaultCodes.UseVisualStyleBackColor = true; this.buttonDefaultCodes.Click += new System.EventHandler(this.buttonDefaultCodes_Click); // // buttonAllCodes // this.buttonAllCodes.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAllCodes.Location = new System.Drawing.Point(398, 14); this.buttonAllCodes.Name = "buttonAllCodes"; this.buttonAllCodes.Size = new System.Drawing.Size(56, 23); this.buttonAllCodes.TabIndex = 22; this.buttonAllCodes.Text = "All"; this.buttonAllCodes.UseVisualStyleBackColor = true; this.buttonAllCodes.Click += new System.EventHandler(this.buttonAllCodes_Click); // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label7.Location = new System.Drawing.Point(214, 19); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(50, 21); this.label7.TabIndex = 19; this.label7.Text = "Learn:"; // // ActionsCheckList // this.ActionsCheckList.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ActionsCheckList.CheckOnClick = true; this.ActionsCheckList.Location = new System.Drawing.Point(224, 40); this.ActionsCheckList.Name = "ActionsCheckList"; this.ActionsCheckList.Size = new System.Drawing.Size(230, 289); this.ActionsCheckList.TabIndex = 23; // // label6 // this.label6.Location = new System.Drawing.Point(16, 222); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(98, 32); this.label6.TabIndex = 14; this.label6.Text = "Delay between commands (msec):"; // // CommandDelayCombo // this.CommandDelayCombo.BorderColor = System.Drawing.Color.Empty; this.CommandDelayCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CommandDelayCombo.Items.AddRange(new object[] { "150", "200", "250", "300", "250", "400", "450", "500" }); this.CommandDelayCombo.Location = new System.Drawing.Point(120, 224); this.CommandDelayCombo.Name = "CommandDelayCombo"; this.CommandDelayCombo.Size = new System.Drawing.Size(88, 21); this.CommandDelayCombo.TabIndex = 15; this.CommandDelayCombo.SelectedIndexChanged += new System.EventHandler(this.CommandDelayCombo_SelectedIndexChanged); // // label5 // this.label5.Location = new System.Drawing.Point(16, 262); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(80, 32); this.label5.TabIndex = 16; this.label5.Text = "Learning timeout (sec):"; // // LearningTimeoutCombo // this.LearningTimeoutCombo.BorderColor = System.Drawing.Color.Empty; this.LearningTimeoutCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.LearningTimeoutCombo.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" }); this.LearningTimeoutCombo.Location = new System.Drawing.Point(120, 264); this.LearningTimeoutCombo.Name = "LearningTimeoutCombo"; this.LearningTimeoutCombo.Size = new System.Drawing.Size(88, 21); this.LearningTimeoutCombo.TabIndex = 17; this.LearningTimeoutCombo.SelectedIndexChanged += new System.EventHandler(this.LearningTimeoutCombo_SelectedIndexChanged); // // label4 // this.label4.Location = new System.Drawing.Point(120, 168); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 16); this.label4.TabIndex = 11; this.label4.Text = "IR Code Length"; // // IRLengthCombo // this.IRLengthCombo.BorderColor = System.Drawing.Color.Empty; this.IRLengthCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.IRLengthCombo.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32" }); this.IRLengthCombo.Location = new System.Drawing.Point(120, 184); this.IRLengthCombo.Name = "IRLengthCombo"; this.IRLengthCombo.Size = new System.Drawing.Size(88, 21); this.IRLengthCombo.TabIndex = 13; this.IRLengthCombo.SelectedIndexChanged += new System.EventHandler(this.IRLengthCombo_SelectedIndexChanged); // // label3 // this.label3.Location = new System.Drawing.Point(16, 120); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 16); this.label3.TabIndex = 6; this.label3.Text = "Handshake"; // // HandShakeCombo // this.HandShakeCombo.BorderColor = System.Drawing.Color.Empty; this.HandShakeCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.HandShakeCombo.Items.AddRange(new object[] { "None", "CtsRts", "DsrDtr", "XonXoff" }); this.HandShakeCombo.Location = new System.Drawing.Point(16, 136); this.HandShakeCombo.Name = "HandShakeCombo"; this.HandShakeCombo.Size = new System.Drawing.Size(88, 21); this.HandShakeCombo.TabIndex = 8; this.HandShakeCombo.SelectedIndexChanged += new System.EventHandler(this.HandShakeCombo_SelectedIndexChanged); // // label2 // this.label2.Location = new System.Drawing.Point(120, 72); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 16); this.label2.TabIndex = 3; this.label2.Text = "Baud Rate"; // // BaudRateCombo // this.BaudRateCombo.BorderColor = System.Drawing.Color.Empty; this.BaudRateCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.BaudRateCombo.Items.AddRange(new object[] { "300", "600", "1200", "2400", "4800", "9600", "14400", "19200", "28800", "38400", "56000", "57600", "115200" }); this.BaudRateCombo.Location = new System.Drawing.Point(120, 88); this.BaudRateCombo.Name = "BaudRateCombo"; this.BaudRateCombo.Size = new System.Drawing.Size(88, 21); this.BaudRateCombo.TabIndex = 5; this.BaudRateCombo.SelectedIndexChanged += new System.EventHandler(this.BaudRateCombo_SelectedIndexChanged); // // checkBoxInitUIRIrman // this.checkBoxInitUIRIrman.AutoSize = true; this.checkBoxInitUIRIrman.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBoxInitUIRIrman.Checked = true; this.checkBoxInitUIRIrman.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxInitUIRIrman.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBoxInitUIRIrman.Location = new System.Drawing.Point(16, 48); this.checkBoxInitUIRIrman.Name = "checkBoxInitUIRIrman"; this.checkBoxInitUIRIrman.Size = new System.Drawing.Size(184, 17); this.checkBoxInitUIRIrman.TabIndex = 1; this.checkBoxInitUIRIrman.Text = "Initialize UIR/IRMan type receiver"; this.checkBoxInitUIRIrman.UseVisualStyleBackColor = true; this.checkBoxInitUIRIrman.CheckedChanged += new System.EventHandler(this.checkBoxInitUIRIrman_CheckedChanged); // // label1 // this.label1.Location = new System.Drawing.Point(16, 72); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 16); this.label1.TabIndex = 2; this.label1.Text = "Comm. Port"; // // CommPortCombo // this.CommPortCombo.BorderColor = System.Drawing.Color.Empty; this.CommPortCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CommPortCombo.Items.AddRange(new object[] { "COM1:", "COM2:", "COM3:", "COM4:", "COM5:", "COM6:", "COM7:", "COM8:" }); this.CommPortCombo.Location = new System.Drawing.Point(16, 88); this.CommPortCombo.Name = "CommPortCombo"; this.CommPortCombo.Size = new System.Drawing.Size(88, 21); this.CommPortCombo.TabIndex = 4; this.CommPortCombo.SelectedIndexChanged += new System.EventHandler(this.CommPortCombo_SelectedIndexChanged); // // internalCommandsButton // this.internalCommandsButton.Location = new System.Drawing.Point(16, 296); this.internalCommandsButton.Name = "internalCommandsButton"; this.internalCommandsButton.Size = new System.Drawing.Size(192, 23); this.internalCommandsButton.TabIndex = 18; this.internalCommandsButton.Text = "Learn selected commands"; this.internalCommandsButton.UseVisualStyleBackColor = true; this.internalCommandsButton.Click += new System.EventHandler(this.internalCommandsButton_Click); // // inputCheckBox // this.inputCheckBox.AutoSize = true; this.inputCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.inputCheckBox.Location = new System.Drawing.Point(16, 24); this.inputCheckBox.Name = "inputCheckBox"; this.inputCheckBox.Size = new System.Drawing.Size(198, 17); this.inputCheckBox.TabIndex = 0; this.inputCheckBox.Text = "Enable Serial UIR for remote controls"; this.inputCheckBox.UseVisualStyleBackColor = true; this.inputCheckBox.CheckedChanged += new System.EventHandler(this.inputCheckBox_CheckedChanged); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.statusLabel); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.groupBox2.Location = new System.Drawing.Point(6, 344); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(462, 64); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Device Status"; // // statusLabel // this.statusLabel.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.statusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.statusLabel.Location = new System.Drawing.Point(16, 24); this.statusLabel.Name = "statusLabel"; this.statusLabel.Size = new System.Drawing.Size(438, 32); this.statusLabel.TabIndex = 0; // // RemoteSerialUIR // this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "RemoteSerialUIR"; this.Size = new System.Drawing.Size(472, 408); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
/// <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.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.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); }