Revision: 506
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=506&view=rev
Author: northern_sky
Date: 2007-06-10 10:38:13 -0700 (Sun, 10 Jun 2007)
Log Message:
-----------
small cosmetic change
Modified Paths:
--------------
trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs
Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs
===================================================================
--- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs 2007-06-10 17:37:16 UTC (rev 505)
+++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs 2007-06-10 17:38:13 UTC (rev 506)
@@ -55,6 +55,12 @@
//
this.toolTip.SetToolTip(this.applicationImageTextBox, "Optional filename for an image to display in MediaPortal");
//
+ // applicationArgumentsTextBox
+ //
+ this.toolTip.SetToolTip(this.applicationArgumentsTextBox, "Optional arguments that are needed to launch the program \r\n\r\n(advanced hint: Use " +
+ "%FILE% if the filename needs to be placed in some specific place between several" +
+ " arguments)");
+ //
// winStyleComboBox
//
this.toolTip.SetToolTip(this.winStyleComboBox, "Appearance of the launched program. \r\nTry HIDDEN or MINIMIZED for a seamless inte" +
@@ -79,7 +85,7 @@
//
this.progressBar.Location = new System.Drawing.Point(0, 97);
this.progressBar.Name = "progressBar";
- this.progressBar.Size = new System.Drawing.Size(350, 31);
+ this.progressBar.Size = new System.Drawing.Size(480, 31);
this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progressBar.TabIndex = 35;
//
@@ -89,7 +95,7 @@
this.progressTextBox.Multiline = true;
this.progressTextBox.Name = "progressTextBox";
this.progressTextBox.ReadOnly = true;
- this.progressTextBox.Size = new System.Drawing.Size(347, 47);
+ this.progressTextBox.Size = new System.Drawing.Size(477, 47);
this.progressTextBox.TabIndex = 34;
//
// AppFilesImportProgress
@@ -99,11 +105,8 @@
this.Controls.Add(this.progressTextBox);
this.Controls.Add(this.progressBar);
this.Name = "AppFilesImportProgress";
- this.Size = new System.Drawing.Size(497, 550);
this.Load += new System.EventHandler(this.AppFilesImportProgress_Load);
this.Controls.SetChildIndex(this.prePostButton, 0);
- this.Controls.SetChildIndex(this.progressBar, 0);
- this.Controls.SetChildIndex(this.progressTextBox, 0);
this.Controls.SetChildIndex(this.winTypeLabel, 0);
this.Controls.SetChildIndex(this.enabledCheckbox, 0);
this.Controls.SetChildIndex(this.titleLabel, 0);
@@ -126,6 +129,8 @@
this.Controls.SetChildIndex(this.allowRefreshCheckBox, 0);
this.Controls.SetChildIndex(this.informationLabel, 0);
this.Controls.SetChildIndex(this.applicationExeTextBox, 0);
+ this.Controls.SetChildIndex(this.progressBar, 0);
+ this.Controls.SetChildIndex(this.progressTextBox, 0);
this.ResumeLayout(false);
this.PerformLayout();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|