From: <mis...@us...> - 2007-07-25 19:07:14
|
Revision: 766 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=766&view=rev Author: misterd_sf Date: 2007-07-25 12:07:12 -0700 (Wed, 25 Jul 2007) Log Message: ----------- Added support for video output drivers: OpenGL and OpenGL2 (DirectX is still recommend) Added volume handling to the osd Added feature to activate subtitles by default Added .flv to the list of supported video formats Modified Paths: -------------- trunk/plugins/My MPlayer/Liesmich.pdf trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ExtensionSettings.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/MPlayer_ExtPlayer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/SampleConfiguration/MPlayer_ExtPlayer.xml trunk/plugins/My MPlayer/Readme.pdf Modified: trunk/plugins/My MPlayer/Liesmich.pdf =================================================================== (Binary files differ) Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs 2007-07-25 14:21:17 UTC (rev 765) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs 2007-07-25 19:07:12 UTC (rev 766) @@ -23,1041 +23,1082 @@ #endregion namespace MPlayer { - partial class ConfigurationForm { + partial class ConfigurationForm { - #region Dispose - /// <summary> - /// Verwendete Ressourcen bereinigen. - /// </summary> - /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param> - protected override void Dispose(bool disposing) { - if (disposing && (components != null)) { - components.Dispose(); - } - base.Dispose(disposing); - } - #endregion + #region Dispose + /// <summary> + /// Verwendete Ressourcen bereinigen. + /// </summary> + /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param> + protected override void Dispose(bool disposing) { + if (disposing && (components != null)) { + components.Dispose(); + } + base.Dispose(disposing); + } + #endregion - #region Vom Windows Form-Designer generierter Code + #region Vom Windows Form-Designer generierter Code - /// <summary> - /// Erforderliche Methode für die Designerunterstützung. - /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. - /// </summary> - private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationForm)); - this.okButton = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.rebuildIndex = new System.Windows.Forms.CheckBox(); - this.priorityBoost = new System.Windows.Forms.CheckBox(); - this.label5 = new System.Windows.Forms.Label(); - this.optionalArguments = new System.Windows.Forms.TextBox(); - this.soundOutputDriver = new System.Windows.Forms.ComboBox(); - this.postProcessing = new System.Windows.Forms.ComboBox(); - this.aspectRatio = new System.Windows.Forms.ComboBox(); - this.deinterlace = new System.Windows.Forms.ComboBox(); - this.cancelButton = new System.Windows.Forms.Button(); - this.mplayerPath = new System.Windows.Forms.TextBox(); - this.label8 = new System.Windows.Forms.Label(); - this.folderSearch = new System.Windows.Forms.Button(); - this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); - this.tabControl1 = new System.Windows.Forms.TabControl(); - this.general_Tab = new System.Windows.Forms.TabPage(); - this.label30 = new System.Windows.Forms.Label(); - this.cacheSize = new System.Windows.Forms.ComboBox(); - this.label29 = new System.Windows.Forms.Label(); - this.soundOutputDevice = new System.Windows.Forms.ComboBox(); - this.passthroughAC3_DTS = new System.Windows.Forms.CheckBox(); - this.label22 = new System.Windows.Forms.Label(); - this.osdFont = new System.Windows.Forms.ComboBox(); - this.audioNormalize = new System.Windows.Forms.CheckBox(); - this.framedrop = new System.Windows.Forms.CheckBox(); - this.directRendering = new System.Windows.Forms.CheckBox(); - this.doubleBuffering = new System.Windows.Forms.CheckBox(); - this.label21 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); - this.noiseDenoise = new System.Windows.Forms.ComboBox(); - this.audioChannels = new System.Windows.Forms.ComboBox(); - this.video_audio_Tab = new System.Windows.Forms.TabPage(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.label26 = new System.Windows.Forms.Label(); - this.audioPlayerUse = new System.Windows.Forms.CheckBox(); - this.audioArgument = new System.Windows.Forms.TextBox(); - this.label27 = new System.Windows.Forms.Label(); - this.label28 = new System.Windows.Forms.Label(); - this.audioExtension = new System.Windows.Forms.TextBox(); - this.audioDelete = new System.Windows.Forms.Button(); - this.audioAdd = new System.Windows.Forms.Button(); - this.audioExtList = new System.Windows.Forms.ListBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.videoExtList = new System.Windows.Forms.ListBox(); - this.videoDelete = new System.Windows.Forms.Button(); - this.label24 = new System.Windows.Forms.Label(); - this.label23 = new System.Windows.Forms.Label(); - this.label25 = new System.Windows.Forms.Label(); - this.videoExtension = new System.Windows.Forms.TextBox(); - this.videoPlayerUse = new System.Windows.Forms.CheckBox(); - this.videoAdd = new System.Windows.Forms.Button(); - this.videoArgument = new System.Windows.Forms.TextBox(); - this.dvd_vcd_svcd_streams_Tab = new System.Windows.Forms.TabPage(); - this.label20 = new System.Windows.Forms.Label(); - this.unsvArguments = new System.Windows.Forms.TextBox(); - this.label19 = new System.Windows.Forms.Label(); - this.udpArguments = new System.Windows.Forms.TextBox(); - this.label18 = new System.Windows.Forms.Label(); - this.sdpArguments = new System.Windows.Forms.TextBox(); - this.label17 = new System.Windows.Forms.Label(); - this.rtspArguments = new System.Windows.Forms.TextBox(); - this.label16 = new System.Windows.Forms.Label(); - this.mpstArguments = new System.Windows.Forms.TextBox(); - this.label15 = new System.Windows.Forms.Label(); - this.mmsArguments = new System.Windows.Forms.TextBox(); - this.label14 = new System.Windows.Forms.Label(); - this.httpArguments = new System.Windows.Forms.TextBox(); - this.label13 = new System.Windows.Forms.Label(); - this.ftpArguments = new System.Windows.Forms.TextBox(); - this.label12 = new System.Windows.Forms.Label(); - this.cueArguments = new System.Windows.Forms.TextBox(); - this.label11 = new System.Windows.Forms.Label(); - this.svcdArguments = new System.Windows.Forms.TextBox(); - this.label10 = new System.Windows.Forms.Label(); - this.vcdArguments = new System.Windows.Forms.TextBox(); - this.label9 = new System.Windows.Forms.Label(); - this.dvdArguments = new System.Windows.Forms.TextBox(); - this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); - this.fontDialog1 = new System.Windows.Forms.FontDialog(); - this.tabControl1.SuspendLayout(); - this.general_Tab.SuspendLayout(); - this.video_audio_Tab.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.dvd_vcd_svcd_streams_Tab.SuspendLayout(); - this.SuspendLayout(); - // - // okButton - // - this.okButton.Location = new System.Drawing.Point(16, 475); - this.okButton.Name = "okButton"; - this.okButton.Size = new System.Drawing.Size(75, 23); - this.okButton.TabIndex = 3; - this.okButton.Text = "&OK"; - this.okButton.UseVisualStyleBackColor = true; - this.okButton.Click += new System.EventHandler(this.okButton_Click); - // - // label1 - // - this.label1.Location = new System.Drawing.Point(3, 14); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(117, 23); - this.label1.TabIndex = 8; - this.label1.Text = "Sound output driver:"; - // - // label2 - // - this.label2.Location = new System.Drawing.Point(3, 68); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(117, 23); - this.label2.TabIndex = 9; - this.label2.Text = "Postprocessing:"; - // - // label3 - // - this.label3.Location = new System.Drawing.Point(3, 95); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(117, 23); - this.label3.TabIndex = 10; - this.label3.Text = "Aspect Ratio:"; - // - // label4 - // - this.label4.Location = new System.Drawing.Point(3, 122); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(117, 23); - this.label4.TabIndex = 11; - this.label4.Text = "Deinterlace:"; - // - // rebuildIndex - // - this.rebuildIndex.Location = new System.Drawing.Point(6, 291); - this.rebuildIndex.Name = "rebuildIndex"; - this.rebuildIndex.Size = new System.Drawing.Size(188, 23); - this.rebuildIndex.TabIndex = 12; - this.rebuildIndex.Text = "Rebuild file index if necessary"; - this.rebuildIndex.UseVisualStyleBackColor = true; - // - // priorityBoost - // - this.priorityBoost.Location = new System.Drawing.Point(6, 320); - this.priorityBoost.Name = "priorityBoost"; - this.priorityBoost.Size = new System.Drawing.Size(188, 23); - this.priorityBoost.TabIndex = 13; - this.priorityBoost.Text = "Priority Boost"; - this.priorityBoost.UseVisualStyleBackColor = true; - // - // label5 - // - this.label5.Location = new System.Drawing.Point(3, 259); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(117, 23); - this.label5.TabIndex = 14; - this.label5.Text = "Optional Arguments:"; - // - // optionalArguments - // - this.optionalArguments.Location = new System.Drawing.Point(122, 256); - this.optionalArguments.Name = "optionalArguments"; - this.optionalArguments.Size = new System.Drawing.Size(260, 20); - this.optionalArguments.TabIndex = 15; - // - // soundOutputDriver - // - this.soundOutputDriver.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.soundOutputDriver.FormattingEnabled = true; - this.soundOutputDriver.Items.AddRange(new object[] { + /// <summary> + /// Erforderliche Methode für die Designerunterstützung. + /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. + /// </summary> + private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationForm)); + this.okButton = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.rebuildIndex = new System.Windows.Forms.CheckBox(); + this.priorityBoost = new System.Windows.Forms.CheckBox(); + this.label5 = new System.Windows.Forms.Label(); + this.optionalArguments = new System.Windows.Forms.TextBox(); + this.soundOutputDriver = new System.Windows.Forms.ComboBox(); + this.postProcessing = new System.Windows.Forms.ComboBox(); + this.aspectRatio = new System.Windows.Forms.ComboBox(); + this.deinterlace = new System.Windows.Forms.ComboBox(); + this.cancelButton = new System.Windows.Forms.Button(); + this.mplayerPath = new System.Windows.Forms.TextBox(); + this.label8 = new System.Windows.Forms.Label(); + this.folderSearch = new System.Windows.Forms.Button(); + this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.general_Tab = new System.Windows.Forms.TabPage(); + this.label6 = new System.Windows.Forms.Label(); + this.videoOutputDriver = new System.Windows.Forms.ComboBox(); + this.subtitles = new System.Windows.Forms.CheckBox(); + this.label30 = new System.Windows.Forms.Label(); + this.cacheSize = new System.Windows.Forms.ComboBox(); + this.label29 = new System.Windows.Forms.Label(); + this.soundOutputDevice = new System.Windows.Forms.ComboBox(); + this.passthroughAC3_DTS = new System.Windows.Forms.CheckBox(); + this.label22 = new System.Windows.Forms.Label(); + this.osdFont = new System.Windows.Forms.ComboBox(); + this.audioNormalize = new System.Windows.Forms.CheckBox(); + this.framedrop = new System.Windows.Forms.CheckBox(); + this.directRendering = new System.Windows.Forms.CheckBox(); + this.doubleBuffering = new System.Windows.Forms.CheckBox(); + this.label21 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.noiseDenoise = new System.Windows.Forms.ComboBox(); + this.audioChannels = new System.Windows.Forms.ComboBox(); + this.video_audio_Tab = new System.Windows.Forms.TabPage(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label26 = new System.Windows.Forms.Label(); + this.audioPlayerUse = new System.Windows.Forms.CheckBox(); + this.audioArgument = new System.Windows.Forms.TextBox(); + this.label27 = new System.Windows.Forms.Label(); + this.label28 = new System.Windows.Forms.Label(); + this.audioExtension = new System.Windows.Forms.TextBox(); + this.audioDelete = new System.Windows.Forms.Button(); + this.audioAdd = new System.Windows.Forms.Button(); + this.audioExtList = new System.Windows.Forms.ListBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.videoExtList = new System.Windows.Forms.ListBox(); + this.videoDelete = new System.Windows.Forms.Button(); + this.label24 = new System.Windows.Forms.Label(); + this.label23 = new System.Windows.Forms.Label(); + this.label25 = new System.Windows.Forms.Label(); + this.videoExtension = new System.Windows.Forms.TextBox(); + this.videoPlayerUse = new System.Windows.Forms.CheckBox(); + this.videoAdd = new System.Windows.Forms.Button(); + this.videoArgument = new System.Windows.Forms.TextBox(); + this.dvd_vcd_svcd_streams_Tab = new System.Windows.Forms.TabPage(); + this.label20 = new System.Windows.Forms.Label(); + this.unsvArguments = new System.Windows.Forms.TextBox(); + this.label19 = new System.Windows.Forms.Label(); + this.udpArguments = new System.Windows.Forms.TextBox(); + this.label18 = new System.Windows.Forms.Label(); + this.sdpArguments = new System.Windows.Forms.TextBox(); + this.label17 = new System.Windows.Forms.Label(); + this.rtspArguments = new System.Windows.Forms.TextBox(); + this.label16 = new System.Windows.Forms.Label(); + this.mpstArguments = new System.Windows.Forms.TextBox(); + this.label15 = new System.Windows.Forms.Label(); + this.mmsArguments = new System.Windows.Forms.TextBox(); + this.label14 = new System.Windows.Forms.Label(); + this.httpArguments = new System.Windows.Forms.TextBox(); + this.label13 = new System.Windows.Forms.Label(); + this.ftpArguments = new System.Windows.Forms.TextBox(); + this.label12 = new System.Windows.Forms.Label(); + this.cueArguments = new System.Windows.Forms.TextBox(); + this.label11 = new System.Windows.Forms.Label(); + this.svcdArguments = new System.Windows.Forms.TextBox(); + this.label10 = new System.Windows.Forms.Label(); + this.vcdArguments = new System.Windows.Forms.TextBox(); + this.label9 = new System.Windows.Forms.Label(); + this.dvdArguments = new System.Windows.Forms.TextBox(); + this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); + this.fontDialog1 = new System.Windows.Forms.FontDialog(); + this.tabControl1.SuspendLayout(); + this.general_Tab.SuspendLayout(); + this.video_audio_Tab.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.dvd_vcd_svcd_streams_Tab.SuspendLayout(); + this.SuspendLayout(); + // + // okButton + // + this.okButton.Location = new System.Drawing.Point(18, 511); + this.okButton.Name = "okButton"; + this.okButton.Size = new System.Drawing.Size(75, 23); + this.okButton.TabIndex = 3; + this.okButton.Text = "&OK"; + this.okButton.UseVisualStyleBackColor = true; + this.okButton.Click += new System.EventHandler(this.okButton_Click); + // + // label1 + // + this.label1.Location = new System.Drawing.Point(3, 14); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(117, 23); + this.label1.TabIndex = 8; + this.label1.Text = "Sound output driver:"; + // + // label2 + // + this.label2.Location = new System.Drawing.Point(3, 95); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(117, 23); + this.label2.TabIndex = 9; + this.label2.Text = "Postprocessing:"; + // + // label3 + // + this.label3.Location = new System.Drawing.Point(3, 122); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(117, 23); + this.label3.TabIndex = 10; + this.label3.Text = "Aspect Ratio:"; + // + // label4 + // + this.label4.Location = new System.Drawing.Point(3, 149); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(117, 23); + this.label4.TabIndex = 11; + this.label4.Text = "Deinterlace:"; + // + // rebuildIndex + // + this.rebuildIndex.Location = new System.Drawing.Point(6, 318); + this.rebuildIndex.Name = "rebuildIndex"; + this.rebuildIndex.Size = new System.Drawing.Size(188, 23); + this.rebuildIndex.TabIndex = 12; + this.rebuildIndex.Text = "Rebuild file index if necessary"; + this.rebuildIndex.UseVisualStyleBackColor = true; + // + // priorityBoost + // + this.priorityBoost.Location = new System.Drawing.Point(6, 347); + this.priorityBoost.Name = "priorityBoost"; + this.priorityBoost.Size = new System.Drawing.Size(188, 23); + this.priorityBoost.TabIndex = 13; + this.priorityBoost.Text = "Priority Boost"; + this.priorityBoost.UseVisualStyleBackColor = true; + // + // label5 + // + this.label5.Location = new System.Drawing.Point(3, 286); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(117, 23); + this.label5.TabIndex = 14; + this.label5.Text = "Optional Arguments:"; + // + // optionalArguments + // + this.optionalArguments.Location = new System.Drawing.Point(122, 283); + this.optionalArguments.Name = "optionalArguments"; + this.optionalArguments.Size = new System.Drawing.Size(260, 20); + this.optionalArguments.TabIndex = 15; + // + // soundOutputDriver + // + this.soundOutputDriver.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.soundOutputDriver.FormattingEnabled = true; + this.soundOutputDriver.Items.AddRange(new object[] { "(don\'t decode sound)", "(don\'t play sound)", "Win32", "DirectSound"}); - this.soundOutputDriver.Location = new System.Drawing.Point(122, 11); - this.soundOutputDriver.Name = "soundOutputDriver"; - this.soundOutputDriver.Size = new System.Drawing.Size(260, 21); - this.soundOutputDriver.TabIndex = 16; - this.soundOutputDriver.SelectedIndexChanged += new System.EventHandler(this.soundOutputDriver_SelectedIndexChanged); - // - // postProcessing - // - this.postProcessing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.postProcessing.FormattingEnabled = true; - this.postProcessing.Items.AddRange(new object[] { + this.soundOutputDriver.Location = new System.Drawing.Point(122, 11); + this.soundOutputDriver.Name = "soundOutputDriver"; + this.soundOutputDriver.Size = new System.Drawing.Size(260, 21); + this.soundOutputDriver.TabIndex = 16; + this.soundOutputDriver.SelectedIndexChanged += new System.EventHandler(this.soundOutputDriver_SelectedIndexChanged); + // + // postProcessing + // + this.postProcessing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.postProcessing.FormattingEnabled = true; + this.postProcessing.Items.AddRange(new object[] { "Off", "Automatic", "Maximum quality"}); - this.postProcessing.Location = new System.Drawing.Point(122, 65); - this.postProcessing.Name = "postProcessing"; - this.postProcessing.Size = new System.Drawing.Size(260, 21); - this.postProcessing.TabIndex = 17; - // - // aspectRatio - // - this.aspectRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.aspectRatio.FormattingEnabled = true; - this.aspectRatio.Items.AddRange(new object[] { + this.postProcessing.Location = new System.Drawing.Point(122, 92); + this.postProcessing.Name = "postProcessing"; + this.postProcessing.Size = new System.Drawing.Size(260, 21); + this.postProcessing.TabIndex = 17; + // + // aspectRatio + // + this.aspectRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.aspectRatio.FormattingEnabled = true; + this.aspectRatio.Items.AddRange(new object[] { "Autodetect", "4:3", "16:9", "2,35"}); - this.aspectRatio.Location = new System.Drawing.Point(122, 92); - this.aspectRatio.Name = "aspectRatio"; - this.aspectRatio.Size = new System.Drawing.Size(260, 21); - this.aspectRatio.TabIndex = 18; - // - // deinterlace - // - this.deinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.deinterlace.FormattingEnabled = true; - this.deinterlace.Items.AddRange(new object[] { + this.aspectRatio.Location = new System.Drawing.Point(122, 119); + this.aspectRatio.Name = "aspectRatio"; + this.aspectRatio.Size = new System.Drawing.Size(260, 21); + this.aspectRatio.TabIndex = 18; + // + // deinterlace + // + this.deinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.deinterlace.FormattingEnabled = true; + this.deinterlace.Items.AddRange(new object[] { "Off", "Simple", "Adaptive"}); - this.deinterlace.Location = new System.Drawing.Point(122, 119); - this.deinterlace.Name = "deinterlace"; - this.deinterlace.Size = new System.Drawing.Size(260, 21); - this.deinterlace.TabIndex = 19; - // - // cancelButton - // - this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.cancelButton.Location = new System.Drawing.Point(348, 475); - this.cancelButton.Name = "cancelButton"; - this.cancelButton.Size = new System.Drawing.Size(75, 23); - this.cancelButton.TabIndex = 20; - this.cancelButton.Text = "&Cancel"; - this.cancelButton.UseVisualStyleBackColor = true; - this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); - // - // mplayerPath - // - this.mplayerPath.Location = new System.Drawing.Point(126, 401); - this.mplayerPath.Name = "mplayerPath"; - this.mplayerPath.Size = new System.Drawing.Size(174, 20); - this.mplayerPath.TabIndex = 21; - this.mplayerPath.Text = "C:\\Program Files\\MPlayer"; - // - // label8 - // - this.label8.Location = new System.Drawing.Point(3, 404); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(117, 23); - this.label8.TabIndex = 22; - this.label8.Text = "Path to MPlayer:"; - // - // folderSearch - // - this.folderSearch.Location = new System.Drawing.Point(306, 399); - this.folderSearch.Name = "folderSearch"; - this.folderSearch.Size = new System.Drawing.Size(76, 23); - this.folderSearch.TabIndex = 23; - this.folderSearch.Text = "&Browse ..."; - this.folderSearch.UseVisualStyleBackColor = true; - this.folderSearch.Click += new System.EventHandler(this.folderSearch_Click); - // - // folderBrowserDialog1 - // - this.folderBrowserDialog1.Description = "Select the folger of MPlayer:"; - // - // tabControl1 - // - this.tabControl1.Controls.Add(this.general_Tab); - this.tabControl1.Controls.Add(this.video_audio_Tab); - this.tabControl1.Controls.Add(this.dvd_vcd_svcd_streams_Tab); - this.tabControl1.Location = new System.Drawing.Point(12, 12); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(411, 457); - this.tabControl1.TabIndex = 24; - // - // general_Tab - // - this.general_Tab.Controls.Add(this.label30); - this.general_Tab.Controls.Add(this.cacheSize); - this.general_Tab.Controls.Add(this.label29); - this.general_Tab.Controls.Add(this.soundOutputDevice); - this.general_Tab.Controls.Add(this.passthroughAC3_DTS); - this.general_Tab.Controls.Add(this.label22); - this.general_Tab.Controls.Add(this.osdFont); - this.general_Tab.Controls.Add(this.audioNormalize); - this.general_Tab.Controls.Add(this.framedrop); - this.general_Tab.Controls.Add(this.directRendering); - this.general_Tab.Controls.Add(this.doubleBuffering); - this.general_Tab.Controls.Add(this.label21); - this.general_Tab.Controls.Add(this.label7); - this.general_Tab.Controls.Add(this.noiseDenoise); - this.general_Tab.Controls.Add(this.audioChannels); - this.general_Tab.Controls.Add(this.label1); - this.general_Tab.Controls.Add(this.folderSearch); - this.general_Tab.Controls.Add(this.label2); - this.general_Tab.Controls.Add(this.label8); - this.general_Tab.Controls.Add(this.mplayerPath); - this.general_Tab.Controls.Add(this.label3); - this.general_Tab.Controls.Add(this.label4); - this.general_Tab.Controls.Add(this.rebuildIndex); - this.general_Tab.Controls.Add(this.deinterlace); - this.general_Tab.Controls.Add(this.priorityBoost); - this.general_Tab.Controls.Add(this.aspectRatio); - this.general_Tab.Controls.Add(this.label5); - this.general_Tab.Controls.Add(this.postProcessing); - this.general_Tab.Controls.Add(this.optionalArguments); - this.general_Tab.Controls.Add(this.soundOutputDriver); - this.general_Tab.Location = new System.Drawing.Point(4, 22); - this.general_Tab.Name = "general_Tab"; - this.general_Tab.Padding = new System.Windows.Forms.Padding(3); - this.general_Tab.Size = new System.Drawing.Size(403, 431); - this.general_Tab.TabIndex = 0; - this.general_Tab.Text = "General"; - this.general_Tab.UseVisualStyleBackColor = true; - // - // label30 - // - this.label30.Location = new System.Drawing.Point(3, 232); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(117, 23); - this.label30.TabIndex = 38; - this.label30.Text = "Cachesize:"; - // - // cacheSize - // - this.cacheSize.FormattingEnabled = true; - this.cacheSize.Items.AddRange(new object[] { + this.deinterlace.Location = new System.Drawing.Point(122, 146); + this.deinterlace.Name = "deinterlace"; + this.deinterlace.Size = new System.Drawing.Size(260, 21); + this.deinterlace.TabIndex = 19; + // + // cancelButton + // + this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.cancelButton.Location = new System.Drawing.Point(348, 511); + this.cancelButton.Name = "cancelButton"; + this.cancelButton.Size = new System.Drawing.Size(75, 23); + this.cancelButton.TabIndex = 20; + this.cancelButton.Text = "&Cancel"; + this.cancelButton.UseVisualStyleBackColor = true; + this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); + // + // mplayerPath + // + this.mplayerPath.Location = new System.Drawing.Point(122, 434); + this.mplayerPath.Name = "mplayerPath"; + this.mplayerPath.Size = new System.Drawing.Size(174, 20); + this.mplayerPath.TabIndex = 21; + this.mplayerPath.Text = "C:\\Program Files\\MPlayer"; + // + // label8 + // + this.label8.Location = new System.Drawing.Point(3, 437); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(117, 23); + this.label8.TabIndex = 22; + this.label8.Text = "Path to MPlayer:"; + // + // folderSearch + // + this.folderSearch.Location = new System.Drawing.Point(302, 432); + this.folderSearch.Name = "folderSearch"; + this.folderSearch.Size = new System.Drawing.Size(76, 23); + this.folderSearch.TabIndex = 23; + this.folderSearch.Text = "&Browse ..."; + this.folderSearch.UseVisualStyleBackColor = true; + this.folderSearch.Click += new System.EventHandler(this.folderSearch_Click); + // + // folderBrowserDialog1 + // + this.folderBrowserDialog1.Description = "Select the folger of MPlayer:"; + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.general_Tab); + this.tabControl1.Controls.Add(this.video_audio_Tab); + this.tabControl1.Controls.Add(this.dvd_vcd_svcd_streams_Tab); + this.tabControl1.Location = new System.Drawing.Point(12, 12); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(411, 493); + this.tabControl1.TabIndex = 24; + // + // general_Tab + // + this.general_Tab.Controls.Add(this.label6); + this.general_Tab.Controls.Add(this.videoOutputDriver); + this.general_Tab.Controls.Add(this.subtitles); + this.general_Tab.Controls.Add(this.label30); + this.general_Tab.Controls.Add(this.cacheSize); + this.general_Tab.Controls.Add(this.label29); + this.general_Tab.Controls.Add(this.soundOutputDevice); + this.general_Tab.Controls.Add(this.passthroughAC3_DTS); + this.general_Tab.Controls.Add(this.label22); + this.general_Tab.Controls.Add(this.osdFont); + this.general_Tab.Controls.Add(this.audioNormalize); + this.general_Tab.Controls.Add(this.framedrop); + this.general_Tab.Controls.Add(this.directRendering); + this.general_Tab.Controls.Add(this.doubleBuffering); + this.general_Tab.Controls.Add(this.label21); + this.general_Tab.Controls.Add(this.label7); + this.general_Tab.Controls.Add(this.noiseDenoise); + this.general_Tab.Controls.Add(this.audioChannels); + this.general_Tab.Controls.Add(this.label1); + this.general_Tab.Controls.Add(this.folderSearch); + this.general_Tab.Controls.Add(this.label2); + this.general_Tab.Controls.Add(this.label8); + this.general_Tab.Controls.Add(this.mplayerPath); + this.general_Tab.Controls.Add(this.label3); + this.general_Tab.Controls.Add(this.label4); + this.general_Tab.Controls.Add(this.rebuildIndex); + this.general_Tab.Controls.Add(this.deinterlace); + this.general_Tab.Controls.Add(this.priorityBoost); + this.general_Tab.Controls.Add(this.aspectRatio); + this.general_Tab.Controls.Add(this.label5); + this.general_Tab.Controls.Add(this.postProcessing); + this.general_Tab.Controls.Add(this.optionalArguments); + this.general_Tab.Controls.Add(this.soundOutputDriver); + this.general_Tab.Location = new System.Drawing.Point(4, 22); + this.general_Tab.Name = "general_Tab"; + this.general_Tab.Padding = new System.Windows.Forms.Padding(3); + this.general_Tab.Size = new System.Drawing.Size(403, 467); + this.general_Tab.TabIndex = 0; + this.general_Tab.Text = "General"; + this.general_Tab.UseVisualStyleBackColor = true; + // + // label6 + // + this.label6.Location = new System.Drawing.Point(3, 68); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(117, 23); + this.label6.TabIndex = 41; + this.label6.Text = "Video output driver:"; + // + // videoOutputDriver + // + this.videoOutputDriver.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.videoOutputDriver.FormattingEnabled = true; + this.videoOutputDriver.Items.AddRange(new object[] { + "DirectX", + "DirectX - No Acceleration", + "OpenGL", + "OpenGL2"}); + this.videoOutputDriver.Location = new System.Drawing.Point(122, 65); + this.videoOutputDriver.Name = "videoOutputDriver"; + this.videoOutputDriver.Size = new System.Drawing.Size(260, 21); + this.videoOutputDriver.TabIndex = 40; + this.videoOutputDriver.SelectedIndexChanged += new System.EventHandler(this.videoOutputDriver_SelectedIndexChanged); + // + // subtitles + // + this.subtitles.Location = new System.Drawing.Point(200, 405); + this.subtitles.Name = "subtitles"; + this.subtitles.Size = new System.Drawing.Size(178, 23); + this.subtitles.TabIndex = 39; + this.subtitles.Text = "Enable subtitles"; + this.subtitles.UseVisualStyleBackColor = true; + // + // label30 + // + this.label30.Location = new System.Drawing.Point(3, 259); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(117, 23); + this.label30.TabIndex = 38; + this.label30.Text = "Cachesize:"; + // + // cacheSize + // + this.cacheSize.FormattingEnabled = true; + this.cacheSize.Items.AddRange(new object[] { "2048", "4096", "8192"}); - this.cacheSize.Location = new System.Drawing.Point(122, 229); - this.cacheSize.Name = "cacheSize"; - this.cacheSize.Size = new System.Drawing.Size(260, 21); - this.cacheSize.TabIndex = 37; - this.cacheSize.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cacheSize_KeyPress); - // - // label29 - // - this.label29.Location = new System.Drawing.Point(3, 41); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(117, 23); - this.label29.TabIndex = 36; - this.label29.Text = "Sound output device:"; - // - // soundOutputDevice - // - this.soundOutputDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.soundOutputDevice.FormattingEnabled = true; - this.soundOutputDevice.Items.AddRange(new object[] { + this.cacheSize.Location = new System.Drawing.Point(122, 256); + this.cacheSize.Name = "cacheSize"; + this.cacheSize.Size = new System.Drawing.Size(260, 21); + this.cacheSize.TabIndex = 37; + this.cacheSize.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cacheSize_KeyPress); + // + // label29 + // + this.label29.Location = new System.Drawing.Point(3, 41); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(117, 23); + this.label29.TabIndex = 36; + this.label29.Text = "Sound output device:"; + // + // soundOutputDevice + // + this.soundOutputDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.soundOutputDevice.FormattingEnabled = true; + this.soundOutputDevice.Items.AddRange(new object[] { "(don\'t decode sound)", "(don\'t play sound)", "Win32", "DirectSound"}); - this.soundOutputDevice.Location = new System.Drawing.Point(122, 38); - this.soundOutputDevice.Name = "soundOutputDevice"; - this.soundOutputDevice.Size = new System.Drawing.Size(260, 21); - this.soundOutputDevice.TabIndex = 35; - // - // passthroughAC3_DTS - // - this.passthroughAC3_DTS.Location = new System.Drawing.Point(6, 378); - this.passthroughAC3_DTS.Name = "passthroughAC3_DTS"; - this.passthroughAC3_DTS.Size = new System.Drawing.Size(178, 23); - this.passthroughAC3_DTS.TabIndex = 34; - this.passthroughAC3_DTS.Text = "Passthrough AC3/DTS"; - this.passthroughAC3_DTS.UseVisualStyleBackColor = true; - // - // label22 - // - this.label22.Location = new System.Drawing.Point(3, 205); - this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(117, 23); - this.label22.TabIndex = 33; - this.label22.Text = "Font of OSD:"; - // - // osdFont - // - this.osdFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.osdFont.FormattingEnabled = true; - this.osdFont.Location = new System.Drawing.Point(122, 202); - this.osdFont.Name = "osdFont"; - this.osdFont.Size = new System.Drawing.Size(260, 21); - this.osdFont.TabIndex = 32; - // - // audioNormalize - // - this.audioNormalize.Location = new System.Drawing.Point(200, 349); - this.audioNormalize.Name = "audioNormalize"; - this.audioNormalize.Size = new System.Drawing.Size(178, 23); - this.audioNormalize.TabIndex = 31; - this.audioNormalize.Text = "Volume normalize"; - this.audioNormalize.UseVisualStyleBackColor = true; - // - // framedrop - // - this.framedrop.Location = new System.Drawing.Point(6, 349); - this.framedrop.Name = "framedrop"; - this.framedrop.Size = new System.Drawing.Size(188, 23); - this.framedrop.TabIndex = 30; - this.framedrop.Text = "Framedrop"; - this.framedrop.UseVisualStyleBackColor = true; - // - // directRendering - // - this.directRendering.Location = new System.Drawing.Point(200, 291); - this.directRendering.Name = "directRendering"; - this.directRendering.Size = new System.Drawing.Size(178, 23); - this.directRendering.TabIndex = 29; - this.directRendering.Text = "Direct Rendering"; - this.directRendering.UseVisualStyleBackColor = true; - // - // doubleBuffering - // - this.doubleBuffering.Location = new System.Drawing.Point(200, 320); - this.doubleBuffering.Name = "doubleBuffering"; - this.doubleBuffering.Size = new System.Drawing.Size(178, 23); - this.doubleBuffering.TabIndex = 28; - this.doubleBuffering.Text = "Double Buffering"; - this.doubleBuffering.UseVisualStyleBackColor = true; - // - // label21 - // - this.label21.Location = new System.Drawing.Point(3, 178); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(117, 23); - this.label21.TabIndex = 27; - this.label21.Text = "Noise/Denoise:"; - // - // label7 - // - this.label7.Location = new System.Drawing.Point(3, 149); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(117, 23); - this.label7.TabIndex = 26; - this.label7.Text = "Audio Channels:"; - // - // noiseDenoise - // - this.noiseDenoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.noiseDenoise.FormattingEnabled = true; - this.noiseDenoise.Items.AddRange(new object[] { + this.soundOutputDevice.Location = new System.Drawing.Point(122, 38); + this.soundOutputDevice.Name = "soundOutputDevice"; + this.soundOutputDevice.Size = new System.Drawing.Size(260, 21); + this.soundOutputDevice.TabIndex = 35; + // + // passthroughAC3_DTS + // + this.passthroughAC3_DTS.Location = new System.Drawing.Point(6, 405); + this.passthroughAC3_DTS.Name = "passthroughAC3_DTS"; + this.passthroughAC3_DTS.Size = new System.Drawing.Size(178, 23); + this.passthroughAC3_DTS.TabIndex = 34; + this.passthroughAC3_DTS.Text = "Passthrough AC3/DTS"; + this.passthroughAC3_DTS.UseVisualStyleBackColor = true; + // + // label22 + // + this.label22.Location = new System.Drawing.Point(3, 232); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(117, 23); + this.label22.TabIndex = 33; + this.label22.Text = "Font of OSD:"; + // + // osdFont + // + this.osdFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.osdFont.FormattingEnabled = true; + this.osdFont.Location = new System.Drawing.Point(122, 229); + this.osdFont.Name = "osdFont"; + this.osdFont.Size = new System.Drawing.Size(260, 21); + this.osdFont.TabIndex = 32; + // + // audioNormalize + // + this.audioNormalize.Location = new System.Drawing.Point(200, 376); + this.audioNormalize.Name = "audioNormalize"; + this.audioNormalize.Size = new System.Drawing.Size(178, 23); + this.audioNormalize.TabIndex = 31; + this.audioNormalize.Text = "Volume normalize"; + this.audioNormalize.UseVisualStyleBackColor = true; + // + // framedrop + // + this.framedrop.Location = new System.Drawing.Point(6, 376); + this.framedrop.Name = "framedrop"; + this.framedrop.Size = new System.Drawing.Size(188, 23); + this.framedrop.TabIndex = 30; + this.framedrop.Text = "Framedrop"; + this.framedrop.UseVisualStyleBackColor = true; + // + // directRendering + // + this.directRendering.Location = new System.Drawing.Point(200, 318); + this.directRendering.Name = "directRendering"; + this.directRendering.Size = new System.Drawing.Size(178, 23); + this.directRendering.TabIndex = 29; + this.directRendering.Text = "Direct Rendering"; + this.directRendering.UseVisualStyleBackColor = true; + // + // doubleBuffering + // + this.doubleBuffering.Location = new System.Drawing.Point(200, 347); + this.doubleBuffering.Name = "doubleBuffering"; + this.doubleBuffering.Size = new System.Drawing.Size(178, 23); + this.doubleBuffering.TabIndex = 28; + this.doubleBuffering.Text = "Double Buffering"; + this.doubleBuffering.UseVisualStyleBackColor = true; + // + // label21 + // + this.label21.Location = new System.Drawing.Point(3, 205); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(117, 23); + this.label21.TabIndex = 27; + this.label21.Text = "Noise/Denoise:"; + // + // label7 + // + this.label7.Location = new System.Drawing.Point(3, 176); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(117, 23); + this.label7.TabIndex = 26; + this.label7.Text = "Audio Channels:"; + // + // noiseDenoise + // + this.noiseDenoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.noiseDenoise.FormattingEnabled = true; + this.noiseDenoise.Items.AddRange(new object[] { "Nothing", "Noise", "High Quality Denoise", "Denoise"}); - this.noiseDenoise.Location = new System.Drawing.Point(122, 175); - this.noiseDenoise.Name = "noiseDenoise"; - this.noiseDenoise.Size = new System.Drawing.Size(260, 21); - this.noiseDenoise.TabIndex = 25; - // - // audioChannels - // - this.audioChannels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.audioChannels.FormattingEnabled = true; - this.audioChannels.Items.AddRange(new object[] { + this.noiseDenoise.Location = new System.Drawing.Point(122, 202); + this.noiseDenoise.Name = "noiseDenoise"; + this.noiseDenoise.Size = new System.Drawing.Size(260, 21); + this.noiseDenoise.TabIndex = 25; + // + // audioChannels + // + this.audioChannels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.audioChannels.FormattingEnabled = true; + this.audioChannels.Items.AddRange(new object[] { "Default", "Stereo", "Surround", "Full 5.1"}); - this.audioChannels.Location = new System.Drawing.Point(122, 146); - this.audioChannels.Name = "audioChannels"; - this.audioChannels.Size = new System.Drawing.Size(260, 21); - this.audioChannels.TabIndex = 24; - // - // video_audio_Tab - // - this.video_audio_Tab.Controls.Add(this.groupBox2); - this.video_audio_Tab.Controls.Add(this.groupBox1); - this.video_audio_Tab.Location = new System.Drawing.Point(4, 22); - this.video_audio_Tab.Name = "video_audio_Tab"; - this.video_audio_Tab.Padding = new System.Windows.Forms.Padding(3); - this.video_audio_Tab.Size = new System.Drawing.Size(403, 431); - this.video_audio_Tab.TabIndex = 1; - this.video_audio_Tab.Text = "Video/Audio"; - this.video_audio_Tab.UseVisualStyleBackColor = true; - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.label26); - this.groupBox2.Controls.Add(this.audioPlayerUse); - this.groupBox2.Controls.Add(this.audioArgument); - this.groupBox2.Controls.Add(this.label27); - this.groupBox2.Controls.Add(this.label28); - this.groupBox2.Controls.Add(this.audioExtension); - this.groupBox2.Controls.Add(this.audioDelete); - this.groupBox2.Controls.Add(this.audioAdd); - this.groupBox2.Controls.Add(this.audioExtList); - this.groupBox2.Location = new System.Drawing.Point(3, 224); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(394, 201); - this.groupBox2.TabIndex = 30; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Audio"; - // - // label26 - // - this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(90, 72); - this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(100, 13); - this.label26.TabIndex = 44; - this.label26.Text = "External Player use:"; - // - // audioPlayerUse - // - this.audioPlayerUse.AutoSize = true; - this.audioPlayerUse.Enabled = false; - this.audioPlayerUse.Location = new System.Drawing.Point(196, 71); - this.audioPlayerUse.Name = "audioPlayerUse"; - this.audioPlayerUse.Size = new System.Drawing.Size(15, 14); - this.audioPlayerUse.TabIndex = 43; - this.audioPlayerUse.UseVisualStyleBackColor = true; - // - // audioArgument - // - this.audioArgument.Enabled = false; - this.audioArgument.Location = new System.Drawing.Point(196, 45); - this.audioArgument.Name = "audioArgument"; - this.audioArgument.Size = new System.Drawing.Size(192, 20); - this.audioArgument.TabIndex = 42; - // - // label27 - // - this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(90, 48); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(60, 13); - this.label27.TabIndex = 41; - this.label27.Text = "Arguments:"; - // - // label28 - // - this.label28.AutoSize = true; - this.label28.Location = new System.Drawing.Point(90, 22); - this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(56, 13); - this.label28.TabIndex = 40; - this.label28.Text = "Extension:"; - // - // audioExtension - // - this.audioExtension.Enabled = false; - this.audioExtension.Location = new System.Drawing.Point(196, 19); - this.audioExtension.Name = "audioExtension"; - this.audioExtension.Size = new System.Drawing.Size(192, 20); - this.audioExtension.TabIndex = 39; - this.audioExtension.Leave += new System.EventHandler(this.audioExtension_Leave); - // - // audioDelete - // - this.audioDelete.Location = new System.Drawing.Point(174, 169); - this.audioDelete.Name = "audioDelete"; - this.audioDelete.Size = new System.Drawing.Size(75, 23); - this.audioDelete.TabIndex = 38; - this.audioDelete.Text = "&Delete"; - this.audioDelete.UseVisualStyleBackColor = true; - this.audioDelete.Click += new System.EventHandler(this.audioDelete_Click); - // - // audioAdd - // - this.audioAdd.Location = new System.Drawing.Point(93, 169); - this.audioAdd.Name = "audioAdd"; - this.audioAdd.Size = new System.Drawing.Size(75, 23); - this.audioAdd.TabIndex = 37; - this.audioAdd.Text = "&Add"; - this.audioAdd.UseVisualStyleBackColor = true; - this.audioAdd.Click += new System.EventHandler(this.audioAdd_Click); - // - // audioExtList - // - this.audioExtList.FormattingEnabled = true; - this.audioExtList.Location = new System.Drawing.Point(6, 19); - this.audioExtList.Name = "audioExtList"; - this.audioExtList.Size = new System.Drawing.Size(78, 173); - this.audioExtList.TabIndex = 36; - this.audioExtList.SelectedIndexChanged += new System.EventHandler(this.audioExtList_SelectedIndexChanged); - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.videoExtList); - this.groupBox1.Controls.Add(this.videoDelete); - this.groupBox1.Controls.Add(this.label24); - this.groupBox1.Controls.Add(this.label23); - this.groupBox1.Controls.Add(this.label25); - this.groupBox1.Controls.Add(this.videoExtension); - this.groupBox1.Controls.Add(this.videoPlayerUse); - this.groupBox1.Controls.Add(this.videoAdd); - this.groupBox1.Controls.Add(this.videoArgument); - this.groupBox1.Location = new System.Drawing.Point(3, 6); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(394, 201); - this.groupBox1.TabIndex = 29; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Video"; - // - // videoExtList - // - this.videoExtList.FormattingEnabled = true; - this.videoExtList.Location = new System.Drawing.Point(6, 19); - this.videoExtList.Name = "videoExtList"; - this.videoExtList.Size = new System.Drawing.Size(78, 173); - this.videoExtList.TabIndex = 18; - this.videoExtList.SelectedIndexChanged += new System.EventHandler(this.videoExtList_SelectedIndexChanged); - // - // videoDelete - // - this.videoDelete.Location = new System.Drawing.Point(174, 169); - this.videoDelete.Name = "videoDelete"; - this.videoDelete.Size = new System.Drawing.Size(75, 23); - this.videoDelete.TabIndex = 20; - this.videoDelete.Text = "&Delete"; - this.videoDelete.UseVisualStyleBackColor = true; - this.videoDelete.Click += new System.EventHandler(this.videoDelete_Click); - // - // label24 - // - this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(90, 48); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(60, 13); - this.label24.TabIndex = 23; - this.label24.Text = "Arguments:"; - // - // label23 - // - this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(90, 22); - this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(56, 13); - this.label23.TabIndex = 22; - this.label23.Text = "Extension:"; - // - // label25 - // - this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(90, 72); - this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(100, 13); - this.label25.TabIndex = 26; - this.label25.Text = "External Player use:"; - // - // videoExtension - // - this.videoExtension.Enabled = false; - this.videoExtension.Location = new System.Drawing.Point(196, 19); - this.videoExtension.Name = "videoExtension"; - this.videoExtension.Size = new System.Drawing.Size(192, 20); - this.videoExtension.TabIndex = 21; - this.videoExtension.Leave += new System.EventHandler(this.videoExtension_Leave); - // - // videoPlayerUse - // - this.videoPlayerUse.AutoSize = true; - this.videoPlayerUse.Enabled = false; - this.videoPlayerUse.Location = new System.Drawing.Point(196, 71); - this.videoPlayerUse.Name = "videoPlayerUse"; - this.videoPlayerUse.Size = new System.Drawing.Size(15, 14); - this.videoPlayerUse.TabIndex = 25; - this.videoPlayerUse.UseVisualStyleBackColor = true; - // - // videoAdd - // - this.videoAdd.Location = new System.Drawing.Point(93, 169); - this.videoAdd.Name = "videoAdd"; - this.videoAdd.Size = new System.Drawing.Size(75, 23); - this.videoAdd.TabIndex = 19; - this.videoAdd.Text = "&Add"; - this.videoAdd.UseVisualStyleBackColor = true; - this.videoAdd.Click += new System.EventHandler(this.videoAdd_Click); - // - // videoArgument - // - this.videoArgument.Enabled = false; - this.videoArgument.Location = new System.Drawing.Point(196, 45); - this.videoArgument.Name = "videoArgument"; - this.videoArgument.Size = new System.Drawing.Size(192, 20); - this.videoArgument.TabIndex = 24; - // - // dvd_vcd_svcd_streams_Tab - // - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label20); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.unsvArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label19); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.udpArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label18); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.sdpArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label17); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.rtspArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label16); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.mpstArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label15); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.mmsArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label14); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.httpArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label13); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.ftpArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label12); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.cueArguments); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.label11); - this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.svcdArguments); - this.dvd_vcd_sv... [truncated message content] |