From: <mis...@us...> - 2007-11-27 21:02:35
|
Revision: 1096 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1096&view=rev Author: misterd_sf Date: 2007-11-27 13:02:33 -0800 (Tue, 27 Nov 2007) Log Message: ----------- Updated italian language file by ettore. Thx Made the configuration forms resizable. Added anchors, autosize etc. Modified Paths: -------------- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/AudioSection.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/ExtensionSettings.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/GeneralSection.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/StreamSection.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/SubtitleSection.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/SubtitleSection.resx trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/VideoSection.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/VideoSection.resx trunk/plugins/My MPlayer/MPlayer_ExtPlayer/Language/strings_it.xml trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationForm.Designer.cs trunk/plugins/My MPlayer/MPlayer_GUIPlugin/ConfigurationPanel/GUIConfiguration.Designer.cs trunk/plugins/My MPlayer/MPlayer_Installer/ConfigurationWizard.Designer.cs Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs 2007-11-27 20:39:23 UTC (rev 1095) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.Designer.cs 2007-11-27 21:02:33 UTC (rev 1096) @@ -52,19 +52,19 @@ this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.general_Tab = new System.Windows.Forms.TabPage(); - this.generalSection1 = new MPlayer.ConfigurationPanel.GeneralSection(); this.video_Tab = new System.Windows.Forms.TabPage(); - this.videoSection1 = new MPlayer.ConfigurationPanel.VideoSection(); this.subtitles_Tab = new System.Windows.Forms.TabPage(); - this.subtitleSection1 = new MPlayer.ConfigurationPanel.SubtitleSection(); this.audio_Tab = new System.Windows.Forms.TabPage(); - this.audioSection1 = new MPlayer.ConfigurationPanel.AudioSection(); this.extension_Tab = new System.Windows.Forms.TabPage(); this.dvd_vcd_svcd_streams_Tab = new System.Windows.Forms.TabPage(); - this.streamSection1 = new MPlayer.ConfigurationPanel.StreamSection(); this.fontDialog1 = new System.Windows.Forms.FontDialog(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); + this.generalSection1 = new MPlayer.ConfigurationPanel.GeneralSection(); + this.videoSection1 = new MPlayer.ConfigurationPanel.VideoSection(); + this.subtitleSection1 = new MPlayer.ConfigurationPanel.SubtitleSection(); + this.audioSection1 = new MPlayer.ConfigurationPanel.AudioSection(); this.extensionSection1 = new MPlayer.ConfigurationPanel.ExtensionSection(); + this.streamSection1 = new MPlayer.ConfigurationPanel.StreamSection(); this.tabControl1.SuspendLayout(); this.general_Tab.SuspendLayout(); this.video_Tab.SuspendLayout(); @@ -76,7 +76,9 @@ // // okButton // - this.okButton.Location = new System.Drawing.Point(25, 460); + this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.okButton.AutoSize = true; + this.okButton.Location = new System.Drawing.Point(25, 453); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 3; @@ -86,8 +88,10 @@ // // cancelButton // + this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.cancelButton.AutoSize = true; this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.cancelButton.Location = new System.Drawing.Point(327, 460); + this.cancelButton.Location = new System.Drawing.Point(332, 453); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 20; @@ -101,6 +105,9 @@ // // 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.general_Tab); this.tabControl1.Controls.Add(this.video_Tab); this.tabControl1.Controls.Add(this.subtitles_Tab); @@ -110,7 +117,7 @@ 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, 431); + this.tabControl1.Size = new System.Drawing.Size(412, 424); this.tabControl1.TabIndex = 24; // // general_Tab @@ -119,81 +126,49 @@ 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, 405); + this.general_Tab.Size = new System.Drawing.Size(404, 398); this.general_Tab.TabIndex = 0; this.general_Tab.Text = "General"; this.general_Tab.UseVisualStyleBackColor = true; // - // generalSection1 - // - this.generalSection1.BackColor = System.Drawing.Color.Transparent; - this.generalSection1.Location = new System.Drawing.Point(0, 0); - this.generalSection1.Name = "generalSection1"; - this.generalSection1.Size = new System.Drawing.Size(403, 405); - this.generalSection1.TabIndex = 0; - // // video_Tab // this.video_Tab.Controls.Add(this.videoSection1); this.video_Tab.Location = new System.Drawing.Point(4, 22); this.video_Tab.Name = "video_Tab"; this.video_Tab.Padding = new System.Windows.Forms.Padding(3); - this.video_Tab.Size = new System.Drawing.Size(403, 405); + this.video_Tab.Size = new System.Drawing.Size(404, 398); this.video_Tab.TabIndex = 4; this.video_Tab.Text = "Video"; this.video_Tab.UseVisualStyleBackColor = true; // - // videoSection1 - // - this.videoSection1.BackColor = System.Drawing.Color.Transparent; - this.videoSection1.Location = new System.Drawing.Point(0, 0); - this.videoSection1.Name = "videoSection1"; - this.videoSection1.Size = new System.Drawing.Size(403, 405); - this.videoSection1.TabIndex = 0; - // // subtitles_Tab // this.subtitles_Tab.Controls.Add(this.subtitleSection1); this.subtitles_Tab.Location = new System.Drawing.Point(4, 22); this.subtitles_Tab.Name = "subtitles_Tab"; - this.subtitles_Tab.Size = new System.Drawing.Size(403, 405); + this.subtitles_Tab.Size = new System.Drawing.Size(404, 398); this.subtitles_Tab.TabIndex = 6; this.subtitles_Tab.Text = "Subtitles"; this.subtitles_Tab.UseVisualStyleBackColor = true; // - // subtitleSection1 - // - this.subtitleSection1.BackColor = System.Drawing.Color.Transparent; - this.subtitleSection1.Location = new System.Drawing.Point(0, 0); - this.subtitleSection1.Name = "subtitleSection1"; - this.subtitleSection1.Size = new System.Drawing.Size(403, 405); - this.subtitleSection1.TabIndex = 0; - // // audio_Tab // this.audio_Tab.Controls.Add(this.audioSection1); this.audio_Tab.Location = new System.Drawing.Point(4, 22); this.audio_Tab.Name = "audio_Tab"; - this.audio_Tab.Size = new System.Drawing.Size(403, 405); + this.audio_Tab.Size = new System.Drawing.Size(404, 398); this.audio_Tab.TabIndex = 5; this.audio_Tab.Text = "Audio"; this.audio_Tab.UseVisualStyleBackColor = true; // - // audioSection1 - // - this.audioSection1.BackColor = System.Drawing.Color.Transparent; - this.audioSection1.Location = new System.Drawing.Point(0, 0); - this.audioSection1.Name = "audioSection1"; - this.audioSection1.Size = new System.Drawing.Size(403, 405); - this.audioSection1.TabIndex = 0; - // // extension_Tab // this.extension_Tab.Controls.Add(this.extensionSection1); this.extension_Tab.Location = new System.Drawing.Point(4, 22); this.extension_Tab.Name = "extension_Tab"; this.extension_Tab.Padding = new System.Windows.Forms.Padding(3); - this.extension_Tab.Size = new System.Drawing.Size(403, 405); + this.extension_Tab.Size = new System.Drawing.Size(404, 398); this.extension_Tab.TabIndex = 1; this.extension_Tab.Text = "Extensions"; this.extension_Tab.UseVisualStyleBackColor = true; @@ -203,36 +178,86 @@ this.dvd_vcd_svcd_streams_Tab.Controls.Add(this.streamSection1); this.dvd_vcd_svcd_streams_Tab.Location = new System.Drawing.Point(4, 22); this.dvd_vcd_svcd_streams_Tab.Name = "dvd_vcd_svcd_streams_Tab"; - this.dvd_vcd_svcd_streams_Tab.Size = new System.Drawing.Size(403, 405); + this.dvd_vcd_svcd_streams_Tab.Size = new System.Drawing.Size(404, 398); this.dvd_vcd_svcd_streams_Tab.TabIndex = 3; this.dvd_vcd_svcd_streams_Tab.Text = "DVD/VCD/SVCD/Streams"; this.dvd_vcd_svcd_streams_Tab.UseVisualStyleBackColor = true; // - // streamSection1 + // generalSection1 // - this.streamSection1.BackColor = System.Drawing.Color.Transparent; - this.streamSection1.Location = new System.Drawing.Point(0, 0); - this.streamSection1.Name = "streamSection1"; - this.streamSection1.Size = new System.Drawing.Size(403, 405); - this.streamSection1.TabIndex = 0; + this.generalSection1.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.generalSection1.BackColor = System.Drawing.Color.Transparent; + this.generalSection1.Location = new System.Drawing.Point(0, 0); + this.generalSection1.Name = "generalSection1"; + this.generalSection1.Size = new System.Drawing.Size(404, 398); + this.generalSection1.TabIndex = 0; // + // videoSection1 + // + this.videoSection1.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.videoSection1.BackColor = System.Drawing.Color.Transparent; + this.videoSection1.Location = new System.Drawing.Point(0, 0); + this.videoSection1.Name = "videoSection1"; + this.videoSection1.Size = new System.Drawing.Size(395, 397); + this.videoSection1.TabIndex = 0; + // + // subtitleSection1 + // + this.subtitleSection1.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.subtitleSection1.BackColor = System.Drawing.Color.Transparent; + this.subtitleSection1.Location = new System.Drawing.Point(0, 0); + this.subtitleSection1.Name = "subtitleSection1"; + this.subtitleSection1.Size = new System.Drawing.Size(395, 397); + this.subtitleSection1.TabIndex = 0; + // + // audioSection1 + // + this.audioSection1.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.audioSection1.BackColor = System.Drawing.Color.Transparent; + this.audioSection1.Location = new System.Drawing.Point(0, 0); + this.audioSection1.Name = "audioSection1"; + this.audioSection1.Size = new System.Drawing.Size(395, 397); + this.audioSection1.TabIndex = 0; + // // extensionSection1 // + this.extensionSection1.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.extensionSection1.BackColor = System.Drawing.Color.Transparent; this.extensionSection1.Location = new System.Drawing.Point(0, 0); this.extensionSection1.Name = "extensionSection1"; - this.extensionSection1.Size = new System.Drawing.Size(403, 405); + this.extensionSection1.Size = new System.Drawing.Size(395, 397); this.extensionSection1.TabIndex = 0; // + // streamSection1 + // + this.streamSection1.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.streamSection1.BackColor = System.Drawing.Color.Transparent; + this.streamSection1.Location = new System.Drawing.Point(0, 0); + this.streamSection1.Name = "streamSection1"; + this.streamSection1.Size = new System.Drawing.Size(395, 397); + this.streamSection1.TabIndex = 0; + // // ConfigurationForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); - this.ClientSize = new System.Drawing.Size(435, 492); + this.ClientSize = new System.Drawing.Size(440, 485); this.Controls.Add(this.tabControl1); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimizeBox = false; this.Name = "ConfigurationForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "MPlayer Configuration"; @@ -245,6 +270,7 @@ this.extension_Tab.ResumeLayout(false); this.dvd_vcd_svcd_streams_Tab.ResumeLayout(false); this.ResumeLayout(false); + this.PerformLayout(); } Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs 2007-11-27 20:39:23 UTC (rev 1095) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs 2007-11-27 21:02:33 UTC (rev 1096) @@ -609,7 +609,7 @@ _seekStepTimeout = Convert.ToInt16(timeout); String m_strLanguage = xmlreader.GetValueAsString("skin", "language", "English"); - LocalizeStrings.Load(m_strLanguage); + //LocalizeStrings.Load(m_strLanguage); } try { loadXMLData(); Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/AudioSection.Designer.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/AudioSection.Designer.cs 2007-11-27 20:39:23 UTC (rev 1095) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/AudioSection.Designer.cs 2007-11-27 21:02:33 UTC (rev 1096) @@ -66,14 +66,16 @@ // // audioDelayStep // - this.audioDelayStep.Location = new System.Drawing.Point(129, 96); + this.audioDelayStep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.audioDelayStep.Location = new System.Drawing.Point(138, 96); this.audioDelayStep.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.audioDelayStep.Name = "audioDelayStep"; - this.audioDelayStep.Size = new System.Drawing.Size(260, 20); + this.audioDelayStep.Size = new System.Drawing.Size(251, 20); this.audioDelayStep.TabIndex = 69; this.toolTip.SetToolTip(this.audioDelayStep, "With this option you could define in which steps\r\nthe audio delay will be changed" + " during playback"); @@ -85,9 +87,10 @@ // // label32 // + this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(6, 98); this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(117, 31); + this.label32.Size = new System.Drawing.Size(126, 13); this.label32.TabIndex = 68; this.label32.Text = "Audio Delay Step (msec):"; this.toolTip.SetToolTip(this.label32, "With this option you could define in which steps\r\nthe audio delay will be changed" + @@ -95,9 +98,10 @@ // // label29 // + this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(6, 45); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(117, 23); + this.label29.Size = new System.Drawing.Size(109, 13); this.label29.TabIndex = 67; this.label29.Text = "Sound output device:"; this.toolTip.SetToolTip(this.label29, "Defines the selected output device.\r\nThis can only be choosen, if the direct soun" + @@ -105,6 +109,8 @@ // // soundOutputDevice // + this.soundOutputDevice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.soundOutputDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.soundOutputDevice.FormattingEnabled = true; this.soundOutputDevice.Items.AddRange(new object[] { @@ -112,18 +118,19 @@ "(don\'t play sound)", "Win32", "DirectSound"}); - this.soundOutputDevice.Location = new System.Drawing.Point(129, 42); + this.soundOutputDevice.Location = new System.Drawing.Point(138, 42); this.soundOutputDevice.Name = "soundOutputDevice"; - this.soundOutputDevice.Size = new System.Drawing.Size(260, 21); + this.soundOutputDevice.Size = new System.Drawing.Size(251, 21); this.soundOutputDevice.TabIndex = 66; this.toolTip.SetToolTip(this.soundOutputDevice, "Defines the selected output device.\r\nThis can only be choosen, if the direct soun" + "d output\r\ndriver is selected."); // // passthroughAC3_DTS // + this.passthroughAC3_DTS.AutoSize = true; this.passthroughAC3_DTS.Location = new System.Drawing.Point(9, 132); this.passthroughAC3_DTS.Name = "passthroughAC3_DTS"; - this.passthroughAC3_DTS.Size = new System.Drawing.Size(178, 23); + this.passthroughAC3_DTS.Size = new System.Drawing.Size(135, 17); this.passthroughAC3_DTS.TabIndex = 65; this.passthroughAC3_DTS.Text = "Passthrough AC3/DTS"; this.toolTip.SetToolTip(this.passthroughAC3_DTS, "Indicates, if AC3/DTS should be passed through.\r\nIf you select this option and"); @@ -131,9 +138,10 @@ // // audioNormalize // + this.audioNormalize.AutoSize = true; this.audioNormalize.Location = new System.Drawing.Point(9, 161); this.audioNormalize.Name = "audioNormalize"; - this.audioNormalize.Size = new System.Drawing.Size(178, 23); + this.audioNormalize.Size = new System.Drawing.Size(108, 17); this.audioNormalize.TabIndex = 64; this.audioNormalize.Text = "Volume normalize"; this.toolTip.SetToolTip(this.audioNormalize, "Indicates, if the volume should be normalized during playback."); @@ -141,15 +149,18 @@ // // label7 // + this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 72); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(117, 23); + this.label7.Size = new System.Drawing.Size(84, 13); this.label7.TabIndex = 63; this.label7.Text = "Audio Channels:"; this.toolTip.SetToolTip(this.label7, "Defines how many audio channels will be decoded"); // // audioChannels // + this.audioChannels.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.audioChannels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.audioChannels.FormattingEnabled = true; this.audioChannels.Items.AddRange(new object[] { @@ -157,23 +168,26 @@ "Stereo", "Surround", "Full 5.1"}); - this.audioChannels.Location = new System.Drawing.Point(129, 69); + this.audioChannels.Location = new System.Drawing.Point(138, 69); this.audioChannels.Name = "audioChannels"; - this.audioChannels.Size = new System.Drawing.Size(260, 21); + this.audioChannels.Size = new System.Drawing.Size(251, 21); this.audioChannels.TabIndex = 62; this.toolTip.SetToolTip(this.audioChannels, "Defines how many audio channels will be decoded"); // // label1 // + this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 18); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(117, 23); + this.label1.Size = new System.Drawing.Size(103, 13); this.label1.TabIndex = 60; this.label1.Text = "Sound output driver:"; this.toolTip.SetToolTip(this.label1, "Defines the sound output driver.\r\nThe direct sound output driver is recommend\r\n"); // // soundOutputDriver // + this.soundOutputDriver.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.soundOutputDriver.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.soundOutputDriver.FormattingEnabled = true; this.soundOutputDriver.Items.AddRange(new object[] { @@ -181,9 +195,9 @@ "(don\'t play sound)", "Win32", "DirectSound"}); - this.soundOutputDriver.Location = new System.Drawing.Point(129, 15); + this.soundOutputDriver.Location = new System.Drawing.Point(138, 15); this.soundOutputDriver.Name = "soundOutputDriver"; - this.soundOutputDriver.Size = new System.Drawing.Size(260, 21); + this.soundOutputDriver.Size = new System.Drawing.Size(251, 21); this.soundOutputDriver.TabIndex = 61; this.toolTip.SetToolTip(this.soundOutputDriver, "Defines the sound output driver.\r\nThe direct sound output driver is recommend"); this.soundOutputDriver.SelectedIndexChanged += new System.EventHandler(this.soundOutputDriver_SelectedIndexChanged); Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/ExtensionSettings.Designer.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/ExtensionSettings.Designer.cs 2007-11-27 20:39:23 UTC (rev 1095) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/ExtensionSettings.Designer.cs 2007-11-27 21:02:33 UTC (rev 1096) @@ -26,50 +26,35 @@ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExtensionSection)); this.toolTip = new System.Windows.Forms.ToolTip(this.components); - 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.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.label24 = new System.Windows.Forms.Label(); + this.label23 = new System.Windows.Forms.Label(); + this.label25 = new System.Windows.Forms.Label(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label26 = new System.Windows.Forms.Label(); + this.label27 = new System.Windows.Forms.Label(); + this.label28 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // - // 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, 189); - this.groupBox1.TabIndex = 30; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Video"; - // // videoExtList // + this.videoExtList.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.videoExtList.FormattingEnabled = true; this.videoExtList.Location = new System.Drawing.Point(6, 19); this.videoExtList.Name = "videoExtList"; @@ -80,6 +65,8 @@ // // videoDelete // + this.videoDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.videoDelete.AutoSize = true; this.videoDelete.Location = new System.Drawing.Point(174, 156); this.videoDelete.Name = "videoDelete"; this.videoDelete.Size = new System.Drawing.Size(75, 23); @@ -89,35 +76,9 @@ 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.videoExtension.Enabled = false; this.videoExtension.Location = new System.Drawing.Point(196, 19); this.videoExtension.Name = "videoExtension"; @@ -128,6 +89,7 @@ // // videoPlayerUse // + this.videoPlayerUse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.videoPlayerUse.AutoSize = true; this.videoPlayerUse.Enabled = false; this.videoPlayerUse.Location = new System.Drawing.Point(196, 71); @@ -139,6 +101,8 @@ // // videoAdd // + this.videoAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.videoAdd.AutoSize = true; this.videoAdd.Location = new System.Drawing.Point(93, 156); this.videoAdd.Name = "videoAdd"; this.videoAdd.Size = new System.Drawing.Size(75, 23); @@ -150,6 +114,7 @@ // // videoArgument // + this.videoArgument.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.videoArgument.Enabled = false; this.videoArgument.Location = new System.Drawing.Point(196, 45); this.videoArgument.Name = "videoArgument"; @@ -157,35 +122,9 @@ this.videoArgument.TabIndex = 24; this.toolTip.SetToolTip(this.videoArgument, "Arguments which will be used, when the selected extension is played"); // - // 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, 201); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(394, 189); - this.groupBox2.TabIndex = 31; - 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.audioPlayerUse.AutoSize = true; this.audioPlayerUse.Enabled = false; this.audioPlayerUse.Location = new System.Drawing.Point(196, 71); @@ -197,6 +136,7 @@ // // audioArgument // + this.audioArgument.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.audioArgument.Enabled = false; this.audioArgument.Location = new System.Drawing.Point(196, 45); this.audioArgument.Name = "audioArgument"; @@ -204,26 +144,9 @@ this.audioArgument.TabIndex = 42; this.toolTip.SetToolTip(this.audioArgument, "Arguments which will be used, when the selected extension is played\r\n"); // - // 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.audioExtension.Enabled = false; this.audioExtension.Location = new System.Drawing.Point(196, 19); this.audioExtension.Name = "audioExtension"; @@ -234,6 +157,8 @@ // // audioDelete // + this.audioDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.audioDelete.AutoSize = true; this.audioDelete.Location = new System.Drawing.Point(174, 156); this.audioDelete.Name = "audioDelete"; this.audioDelete.Size = new System.Drawing.Size(75, 23); @@ -245,6 +170,8 @@ // // audioAdd // + this.audioAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.audioAdd.AutoSize = true; this.audioAdd.Location = new System.Drawing.Point(93, 156); this.audioAdd.Name = "audioAdd"; this.audioAdd.Size = new System.Drawing.Size(75, 23); @@ -256,6 +183,9 @@ // // audioExtList // + this.audioExtList.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.audioExtList.FormattingEnabled = true; this.audioExtList.Location = new System.Drawing.Point(6, 19); this.audioExtList.Name = "audioExtList"; @@ -264,6 +194,106 @@ this.toolTip.SetToolTip(this.audioExtList, "List of supported audio extensions"); this.audioExtList.SelectedIndexChanged += new System.EventHandler(this.audioExtList_SelectedIndexChanged); // + // 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.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, 189); + this.groupBox1.TabIndex = 30; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Video"; + // + // label24 + // + this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + 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:"; + // + // 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.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, 201); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(394, 189); + this.groupBox2.TabIndex = 31; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Audio"; + // + // label26 + // + this.label26.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + 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:"; + // + // label27 + // + this.label27.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + 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:"; + // // ExtensionSection // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/GeneralSection.Designer.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/GeneralSection.Designer.cs 2007-11-27 20:39:23 UTC (rev 1095) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/GeneralSection.Designer.cs 2007-11-27 21:02:33 UTC (rev 1096) @@ -69,15 +69,18 @@ // // label35 // + this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(6, 18); this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(117, 23); + this.label35.Size = new System.Drawing.Size(33, 13); this.label35.TabIndex = 76; this.label35.Text = "OSD:"; this.toolTip.SetToolTip(this.label35, resources.GetString("label35.ToolTip")); // // osdSelect // + this.osdSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.osdSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.osdSelect.FormattingEnabled = true; this.osdSelect.Items.AddRange(new object[] { @@ -91,9 +94,10 @@ // // label30 // + this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(3, 45); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(117, 23); + this.label30.Size = new System.Drawing.Size(59, 13); this.label30.TabIndex = 74; this.label30.Text = "Cachesize:"; this.toolTip.SetToolTip(this.label30, "The size of cache that MPlayer will be used in KB (Kilobytes).\r\nFor streaming a v" + @@ -101,6 +105,8 @@ // // cacheSize // + this.cacheSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cacheSize.FormattingEnabled = true; this.cacheSize.Items.AddRange(new object[] { "2048", @@ -116,6 +122,8 @@ // // folderSearch // + this.folderSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.folderSearch.AutoSize = true; this.folderSearch.Location = new System.Drawing.Point(313, 154); this.folderSearch.Name = "folderSearch"; this.folderSearch.Size = new System.Drawing.Size(76, 23); @@ -127,15 +135,18 @@ // // label8 // + this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(3, 159); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(117, 23); + this.label8.Size = new System.Drawing.Size(85, 13); this.label8.TabIndex = 71; this.label8.Text = "Path to MPlayer:"; this.toolTip.SetToolTip(this.label8, "Path to the executable of MPlayer\r\n"); // // mplayerPath // + this.mplayerPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.mplayerPath.Location = new System.Drawing.Point(129, 156); this.mplayerPath.Name = "mplayerPath"; this.mplayerPath.Size = new System.Drawing.Size(174, 20); @@ -145,9 +156,10 @@ // // rebuildIndex // + this.rebuildIndex.AutoSize = true; this.rebuildIndex.Location = new System.Drawing.Point(6, 98); this.rebuildIndex.Name = "rebuildIndex"; - this.rebuildIndex.Size = new System.Drawing.Size(188, 23); + this.rebuildIndex.Size = new System.Drawing.Size(165, 17); this.rebuildIndex.TabIndex = 66; this.rebuildIndex.Text = "Rebuild file index if necessary"; this.toolTip.SetToolTip(this.rebuildIndex, "Indicates, if the index of the file should be rebuild if necessary\r\n"); @@ -155,9 +167,10 @@ // // priorityBoost // + this.priorityBoost.AutoSize = true; this.priorityBoost.Location = new System.Drawing.Point(6, 127); this.priorityBoost.Name = "priorityBoost"; - this.priorityBoost.Size = new System.Drawing.Size(188, 23); + this.priorityBoost.Size = new System.Drawing.Size(87, 17); this.priorityBoost.TabIndex = 67; this.priorityBoost.Text = "Priority Boost"; this.toolTip.SetToolTip(this.priorityBoost, "Increases the process priority of MPlayer to above normal.\r\n"); @@ -165,15 +178,18 @@ // // label5 // + this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 72); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(117, 23); + this.label5.Size = new System.Drawing.Size(102, 13); this.label5.TabIndex = 68; this.label5.Text = "Optional Arguments:"; this.toolTip.SetToolTip(this.label5, "Specify the optional arguments that\r\nshould be used for every playback.\r\n"); // // optionalArguments // + this.optionalArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.optionalArguments.Location = new System.Drawing.Point(129, 69); this.optionalArguments.Name = "optionalArguments"; this.optionalArguments.Size = new System.Drawing.Size(260, 20); @@ -187,6 +203,9 @@ // // externalLibGroup // + this.externalLibGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.externalLibGroup.AutoSize = true; this.externalLibGroup.Controls.Add(this.externalOSDLibraryBlank); this.externalLibGroup.Location = new System.Drawing.Point(9, 202); this.externalLibGroup.Name = "externalLibGroup"; Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/StreamSection.Designer.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/StreamSection.Designer.cs 2007-11-27 20:39:23 UTC (rev 1095) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/StreamSection.Designer.cs 2007-11-27 21:02:33 UTC (rev 1096) @@ -77,14 +77,17 @@ // // label20 // + this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(6, 304); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(117, 23); + this.label20.Size = new System.Drawing.Size(93, 13); this.label20.TabIndex = 74; this.label20.Text = "UNSV Arguments:"; // // unsvArguments // + this.unsvArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.unsvArguments.Location = new System.Drawing.Point(129, 301); this.unsvArguments.Name = "unsvArguments"; this.unsvArguments.Size = new System.Drawing.Size(256, 20); @@ -92,14 +95,17 @@ // // label19 // + this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(6, 278); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(117, 23); + this.label19.Size = new System.Drawing.Size(86, 13); this.label19.TabIndex = 72; this.label19.Text = "UDP Arguments:"; // // udpArguments // + this.udpArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.udpArguments.Location = new System.Drawing.Point(129, 275); this.udpArguments.Name = "udpArguments"; this.udpArguments.Size = new System.Drawing.Size(256, 20); @@ -107,14 +113,17 @@ // // label18 // + this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(6, 252); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(117, 23); + this.label18.Size = new System.Drawing.Size(85, 13); this.label18.TabIndex = 70; this.label18.Text = "SDP Arguments:"; // // sdpArguments // + this.sdpArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.sdpArguments.Location = new System.Drawing.Point(129, 249); this.sdpArguments.Name = "sdpArguments"; this.sdpArguments.Size = new System.Drawing.Size(256, 20); @@ -122,14 +131,17 @@ // // label17 // + this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(6, 226); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(117, 23); + this.label17.Size = new System.Drawing.Size(98, 13); this.label17.TabIndex = 68; this.label17.Text = "RT(S)P Arguments:"; // // rtspArguments // + this.rtspArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.rtspArguments.Location = new System.Drawing.Point(129, 223); this.rtspArguments.Name = "rtspArguments"; this.rtspArguments.Size = new System.Drawing.Size(256, 20); @@ -137,14 +149,17 @@ // // label16 // + this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(6, 200); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(117, 23); + this.label16.Size = new System.Drawing.Size(93, 13); this.label16.TabIndex = 66; this.label16.Text = "MPST Arguments:"; // // mpstArguments // + this.mpstArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.mpstArguments.Location = new System.Drawing.Point(129, 197); this.mpstArguments.Name = "mpstArguments"; this.mpstArguments.Size = new System.Drawing.Size(256, 20); @@ -152,14 +167,17 @@ // // label15 // + this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(6, 174); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(117, 23); + this.label15.Size = new System.Drawing.Size(101, 13); this.label15.TabIndex = 64; this.label15.Text = "MMS(T) Arguments:"; // // mmsArguments // + this.mmsArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.mmsArguments.Location = new System.Drawing.Point(129, 171); this.mmsArguments.Name = "mmsArguments"; this.mmsArguments.Size = new System.Drawing.Size(256, 20); @@ -167,14 +185,17 @@ // // label14 // + this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(6, 148); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(117, 23); + this.label14.Size = new System.Drawing.Size(92, 13); this.label14.TabIndex = 62; this.label14.Text = "HTTP Arguments:"; // // httpArguments // + this.httpArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.httpArguments.Location = new System.Drawing.Point(129, 145); this.httpArguments.Name = "httpArguments"; this.httpArguments.Size = new System.Drawing.Size(256, 20); @@ -182,14 +203,17 @@ // // label13 // + this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(6, 122); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(117, 23); + this.label13.Size = new System.Drawing.Size(83, 13); this.label13.TabIndex = 60; this.label13.Text = "FTP Arguments:"; // // ftpArguments // + this.ftpArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.ftpArguments.Location = new System.Drawing.Point(129, 119); this.ftpArguments.Name = "ftpArguments"; this.ftpArguments.Size = new System.Drawing.Size(256, 20); @@ -197,14 +221,17 @@ // // label12 // + this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 96); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(117, 23); + this.label12.Size = new System.Drawing.Size(85, 13); this.label12.TabIndex = 58; this.label12.Text = "CUE Arguments:"; // // cueArguments // + this.cueArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cueArguments.Location = new System.Drawing.Point(129, 93); this.cueArguments.Name = "cueArguments"; this.cueArguments.Size = new System.Drawing.Size(256, 20); @@ -212,14 +239,17 @@ // // label11 // + this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 70); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(117, 23); + this.label11.Size = new System.Drawing.Size(92, 13); this.label11.TabIndex = 56; this.label11.Text = "SVCD Arguments:"; // // svcdArguments // + this.svcdArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.svcdArguments.Location = new System.Drawing.Point(129, 67); this.svcdArguments.Name = "svcdArguments"; this.svcdArguments.Size = new System.Drawing.Size(256, 20); @@ -227,14 +257,17 @@ // // label10 // + this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 44); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(117, 23); + this.label10.Size = new System.Drawing.Size(85, 13); this.label10.TabIndex = 54; this.label10.Text = "VCD Arguments:"; // // vcdArguments // + this.vcdArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.vcdArguments.Location = new System.Drawing.Point(129, 41); this.vcdArguments.Name = "vcdArguments"; this.vcdArguments.Size = new System.Drawing.Size(256, 20); @@ -242,14 +275,17 @@ // // label9 // + this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 18); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(117, 23); + this.label9.Size = new System.Drawing.Size(86, 13); this.label9.TabIndex = 52; this.label9.Text = "DVD Arguments:"; // // dvdArguments // + this.dvdArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.dvdArguments.Location = new System.Drawing.Point(129, 15); this.dvdArguments.Name = "dvdArguments"; this.dvdArguments.Size = new System.Drawing.Size(256, 20); Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/SubtitleSection.Designer.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/SubtitleSection.Designer.cs 2007-11-27 20:39:23 UTC (rev 1095) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/SubtitleSection.Designer.cs 2007-11-27 21:02:33 UTC (rev 1096) @@ -67,33 +67,38 @@ // // label22 // + this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(6, 18); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(117, 23); + this.label22.Size = new System.Drawing.Size(66, 13); this.label22.TabIndex = 81; this.label22.Text = "Subtitle font:"; this.toolTip.SetToolTip(this.label22, "Defines the subtitle font, which will also\r\nbe used for the internal OSD.\r\n"); // // subtitleFont // + this.subtitleFont.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.subtitleFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.subtitleFont.FormattingEnabled = true; - this.subtitleFont.Location = new System.Drawing.Point(129, 15); + this.subtitleFont.Location = new System.Drawing.Point(146, 15); this.subtitleFont.Name = "subtitleFont"; - this.subtitleFont.Size = new System.Drawing.Size(260, 21); + this.subtitleFont.Size = new System.Drawing.Size(243, 21); this.subtitleFont.TabIndex = 80; this.toolTip.SetToolTip(this.subtitleFont, "Defines the subtitle font, which will also\r\nbe used for the internal OSD."); // // subtitleDelayStep // - this.subtitleDelayStep.Location = new System.Drawing.Point(129, 94); + this.subtitleDelayStep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.subtitleDelayStep.Location = new System.Drawing.Point(146, 94); this.subtitleDelayStep.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.subtitleDelayStep.Name = "subtitleDelayStep"; - this.subtitleDelayStep.Size = new System.Drawing.Size(260, 20); + this.subtitleDelayStep.Size = new System.Drawing.Size(243, 20); this.subtitleDelayStep.TabIndex = 79; this.toolTip.... [truncated message content] |