|
From: <mis...@us...> - 2007-03-01 18:20:31
|
Revision: 150
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=150&view=rev
Author: misterd_sf
Date: 2007-03-01 10:20:23 -0800 (Thu, 01 Mar 2007)
Log Message:
-----------
MPlayer: Input fields will be disable in configuration if no element is selected in the corresponding list.
Modified Paths:
--------------
trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs
trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs
trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.Designer.cs
trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.cs
Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs
===================================================================
--- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs 2007-03-01 05:58:37 UTC (rev 149)
+++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs 2007-03-01 18:20:23 UTC (rev 150)
@@ -66,6 +66,11 @@
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();
@@ -77,31 +82,27 @@
this.noiseDenoise = new System.Windows.Forms.ComboBox();
this.audioChannels = new System.Windows.Forms.ComboBox();
this.video_audio_Tab = new System.Windows.Forms.TabPage();
- this.label25 = new System.Windows.Forms.Label();
- this.videoPlayerUse = new System.Windows.Forms.CheckBox();
- this.videoArgument = new System.Windows.Forms.TextBox();
+ 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.videoDelete = new System.Windows.Forms.Button();
+ this.videoPlayerUse = new System.Windows.Forms.CheckBox();
this.videoAdd = new System.Windows.Forms.Button();
- this.videoExtList = new System.Windows.Forms.ListBox();
+ this.videoArgument = new System.Windows.Forms.TextBox();
this.dvd_vcd_svcd_streams_Tab = new System.Windows.Forms.TabPage();
- this.audioCDArguments = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- 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.passthroughAC3_DTS = new System.Windows.Forms.CheckBox();
- this.soundOutputDevice = new System.Windows.Forms.ComboBox();
- this.label29 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.cacheSize = new System.Windows.Forms.ComboBox();
this.label20 = new System.Windows.Forms.Label();
this.unsvArguments = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
@@ -120,23 +121,22 @@
this.ftpArguments = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.cueArguments = new System.Windows.Forms.TextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- 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.audioCDArguments = new System.Windows.Forms.TextBox();
+ this.label6 = new System.Windows.Forms.Label();
+ 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.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// okButton
@@ -361,6 +361,58 @@
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[] {
+ "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[] {
+ "(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);
@@ -470,31 +522,144 @@
this.video_audio_Tab.Text = "Video/Audio";
this.video_audio_Tab.UseVisualStyleBackColor = true;
//
- // label25
+ // groupBox2
//
- 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:";
+ 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";
//
- // videoPlayerUse
+ // label26
//
- this.videoPlayerUse.AutoSize = true;
- 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;
+ 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:";
//
- // videoArgument
+ // audioPlayerUse
//
- 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;
+ 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;
@@ -513,23 +678,33 @@
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);
//
- // videoDelete
+ // videoPlayerUse
//
- 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);
+ 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
//
@@ -541,14 +716,13 @@
this.videoAdd.UseVisualStyleBackColor = true;
this.videoAdd.Click += new System.EventHandler(this.videoAdd_Click);
//
- // videoExtList
+ // videoArgument
//
- 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);
+ 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
//
@@ -585,123 +759,6 @@
this.dvd_vcd_svcd_streams_Tab.Text = "DVD/VCD/SVCD/Streams";
this.dvd_vcd_svcd_streams_Tab.UseVisualStyleBackColor = true;
//
- // audioCDArguments
- //
- this.audioCDArguments.Location = new System.Drawing.Point(122, 89);
- this.audioCDArguments.Name = "audioCDArguments";
- this.audioCDArguments.Size = new System.Drawing.Size(256, 20);
- this.audioCDArguments.TabIndex = 23;
- //
- // label6
- //
- this.label6.Location = new System.Drawing.Point(3, 92);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(117, 23);
- this.label6.TabIndex = 22;
- this.label6.Text = "AudioCD Arguments:";
- //
- // label11
- //
- this.label11.Location = new System.Drawing.Point(3, 66);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(117, 23);
- this.label11.TabIndex = 20;
- this.label11.Text = "SVCD Arguments:";
- //
- // svcdArguments
- //
- this.svcdArguments.Location = new System.Drawing.Point(122, 63);
- this.svcdArguments.Name = "svcdArguments";
- this.svcdArguments.Size = new System.Drawing.Size(256, 20);
- this.svcdArguments.TabIndex = 21;
- //
- // label10
- //
- this.label10.Location = new System.Drawing.Point(3, 40);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(117, 23);
- this.label10.TabIndex = 18;
- this.label10.Text = "VCD Arguments:";
- //
- // vcdArguments
- //
- this.vcdArguments.Location = new System.Drawing.Point(122, 37);
- this.vcdArguments.Name = "vcdArguments";
- this.vcdArguments.Size = new System.Drawing.Size(256, 20);
- this.vcdArguments.TabIndex = 19;
- //
- // label9
- //
- this.label9.Location = new System.Drawing.Point(3, 14);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(117, 23);
- this.label9.TabIndex = 16;
- this.label9.Text = "DVD Arguments:";
- //
- // dvdArguments
- //
- this.dvdArguments.Location = new System.Drawing.Point(122, 11);
- this.dvdArguments.Name = "dvdArguments";
- this.dvdArguments.Size = new System.Drawing.Size(256, 20);
- this.dvdArguments.TabIndex = 17;
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- this.openFileDialog1.Title = "Select MPlayer:";
- //
- // 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;
- //
- // 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;
- //
- // 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:";
- //
- // 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[] {
- "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);
- //
// label20
//
this.label20.Location = new System.Drawing.Point(3, 326);
@@ -837,118 +894,71 @@
this.cueArguments.Size = new System.Drawing.Size(256, 20);
this.cueArguments.TabIndex = 35;
//
- // groupBox1
+ // audioCDArguments
//
- 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";
+ this.audioCDArguments.Location = new System.Drawing.Point(122, 89);
+ this.audioCDArguments.Name = "audioCDArguments";
+ this.audioCDArguments.Size = new System.Drawing.Size(256, 20);
+ this.audioCDArguments.TabIndex = 23;
//
- // groupBox2
+ // label6
//
- 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";
+ this.label6.Location = new System.Drawing.Point(3, 92);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(117, 23);
+ this.label6.TabIndex = 22;
+ this.label6.Text = "AudioCD Arguments:";
//
- // label26
+ // label11
//
- 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:";
+ this.label11.Location = new System.Drawing.Point(3, 66);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(117, 23);
+ this.label11.TabIndex = 20;
+ this.label11.Text = "SVCD Arguments:";
//
- // audioPlayerUse
+ // svcdArguments
//
- this.audioPlayerUse.AutoSize = true;
- 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;
+ this.svcdArguments.Location = new System.Drawing.Point(122, 63);
+ this.svcdArguments.Name = "svcdArguments";
+ this.svcdArguments.Size = new System.Drawing.Size(256, 20);
+ this.svcdArguments.TabIndex = 21;
//
- // audioArgument
+ // label10
//
- 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;
+ this.label10.Location = new System.Drawing.Point(3, 40);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(117, 23);
+ this.label10.TabIndex = 18;
+ this.label10.Text = "VCD Arguments:";
//
- // label27
+ // vcdArguments
//
- 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:";
+ this.vcdArguments.Location = new System.Drawing.Point(122, 37);
+ this.vcdArguments.Name = "vcdArguments";
+ this.vcdArguments.Size = new System.Drawing.Size(256, 20);
+ this.vcdArguments.TabIndex = 19;
//
- // label28
+ // label9
//
- 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:";
+ this.label9.Location = new System.Drawing.Point(3, 14);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(117, 23);
+ this.label9.TabIndex = 16;
+ this.label9.Text = "DVD Arguments:";
//
- // audioExtension
+ // dvdArguments
//
- 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.dvdArguments.Location = new System.Drawing.Point(122, 11);
+ this.dvdArguments.Name = "dvdArguments";
+ this.dvdArguments.Size = new System.Drawing.Size(256, 20);
+ this.dvdArguments.TabIndex = 17;
//
- // audioDelete
+ // openFileDialog1
//
- 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.openFileDialog1.FileName = "openFileDialog1";
+ this.openFileDialog1.Title = "Select MPlayer:";
//
- // 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;
- //
- // 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;
- //
// ConfigurationForm
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
@@ -966,12 +976,12 @@
this.general_Tab.ResumeLayout(false);
this.general_Tab.PerformLayout();
this.video_audio_Tab.ResumeLayout(false);
+ this.groupBox2.ResumeLayout(false);
+ this.groupBox2.PerformLayout();
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
this.dvd_vcd_svcd_streams_Tab.ResumeLayout(false);
this.dvd_vcd_svcd_streams_Tab.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs
===================================================================
--- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs 2007-03-01 05:58:37 UTC (rev 149)
+++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs 2007-03-01 18:20:23 UTC (rev 150)
@@ -139,10 +139,16 @@
videoExtension.Text = lastVideoSettings.Name;
videoArgument.Text = lastVideoSettings.Arguments;
videoPlayerUse.Checked = lastVideoSettings.ExtPlayerUse;
+ videoExtension.Enabled = true;
+ videoArgument.Enabled = true;
+ videoPlayerUse.Enabled = true;
} else {
videoExtension.Text = String.Empty;
videoArgument.Text = String.Empty;
videoPlayerUse.Checked = false;
+ videoExtension.Enabled = false;
+ videoArgument.Enabled = false;
+ videoPlayerUse.Enabled = false;
lastVideoSettings = null;
}
@@ -234,11 +240,17 @@
audioExtension.Text = lastAudioSettings.Name;
audioArgument.Text = lastAudioSettings.Arguments;
audioPlayerUse.Checked = lastAudioSettings.ExtPlayerUse;
+ audioExtension.Enabled = true;
+ audioArgument.Enabled = true;
+ audioPlayerUse.Enabled = true;
} else {
audioExtension.Text = String.Empty;
audioArgument.Text = String.Empty;
audioPlayerUse.Checked = false;
lastAudioSettings = null;
+ audioExtension.Enabled = false;
+ audioArgument.Enabled = false;
+ audioPlayerUse.Enabled = false;
}
}
Modified: trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.Designer.cs
===================================================================
--- trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.Designer.cs 2007-03-01 05:58:37 UTC (rev 149)
+++ trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.Designer.cs 2007-03-01 18:20:23 UTC (rev 150)
@@ -89,6 +89,7 @@
//
// shareLocation
//
+ this.shareLocation.Enabled = false;
this.shareLocation.Location = new System.Drawing.Point(90, 210);
this.shareLocation.Name = "shareLocation";
this.shareLocation.Size = new System.Drawing.Size(207, 20);
@@ -115,6 +116,7 @@
//
// shareName
//
+ this.shareName.Enabled = false;
this.shareName.Location = new System.Drawing.Point(90, 184);
this.shareName.Name = "shareName";
this.shareName.Size = new System.Drawing.Size(207, 20);
Modified: trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.cs
===================================================================
--- trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.cs 2007-03-01 05:58:37 UTC (rev 149)
+++ trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.cs 2007-03-01 18:20:23 UTC (rev 150)
@@ -129,9 +129,13 @@
lastShare = shareList.SelectedItem as MPlayer_Share;
shareName.Text = lastShare.Name;
shareLocation.Text = lastShare.Path;
+ shareName.Enabled = true;
+ shareLocation.Enabled = true;
} else {
shareName.Text = String.Empty;
shareLocation.Text = String.Empty;
+ shareName.Enabled = false;
+ shareLocation.Enabled = false;
lastShare = null;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|