From: <nic...@us...> - 2013-11-21 19:34:16
|
Revision: 4685 http://sourceforge.net/p/mp-plugins/code/4685 Author: nicsergio Date: 2013-11-21 19:34:13 +0000 (Thu, 21 Nov 2013) Log Message: ----------- Modified Paths: -------------- trunk/plugins/ShortCuter&SkinEditor/Source/Common/VersionInfo.Designer.cs trunk/plugins/ShortCuter&SkinEditor/Source/XtremeMenuEditor/Resources/Images/UpdateNotify.png trunk/plugins/ShortCuter&SkinEditor/Source/XtremeMenuEditor/XtremeMenuEditor.csproj Modified: trunk/plugins/ShortCuter&SkinEditor/Source/Common/VersionInfo.Designer.cs =================================================================== --- trunk/plugins/ShortCuter&SkinEditor/Source/Common/VersionInfo.Designer.cs 2013-11-20 21:21:50 UTC (rev 4684) +++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/VersionInfo.Designer.cs 2013-11-21 19:34:13 UTC (rev 4685) @@ -120,9 +120,9 @@ // this.buildDateLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buildDateLabel.ForeColor = System.Drawing.Color.White; - this.buildDateLabel.Location = new System.Drawing.Point(109, 151); + this.buildDateLabel.Location = new System.Drawing.Point(109, 152); this.buildDateLabel.Name = "buildDateLabel"; - this.buildDateLabel.Size = new System.Drawing.Size(202, 19); + this.buildDateLabel.Size = new System.Drawing.Size(202, 16); this.buildDateLabel.TabIndex = 11; this.buildDateLabel.Text = "build date"; this.buildDateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -131,20 +131,20 @@ // this.authorLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.authorLabel.ForeColor = System.Drawing.Color.White; - this.authorLabel.Location = new System.Drawing.Point(109, 124); + this.authorLabel.Location = new System.Drawing.Point(109, 125); this.authorLabel.Name = "authorLabel"; - this.authorLabel.Size = new System.Drawing.Size(202, 19); + this.authorLabel.Size = new System.Drawing.Size(202, 16); this.authorLabel.TabIndex = 10; this.authorLabel.Text = "author"; this.authorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // descriptionLabel // - this.descriptionLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.descriptionLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.descriptionLabel.ForeColor = System.Drawing.Color.White; - this.descriptionLabel.Location = new System.Drawing.Point(109, 97); + this.descriptionLabel.Location = new System.Drawing.Point(109, 88); this.descriptionLabel.Name = "descriptionLabel"; - this.descriptionLabel.Size = new System.Drawing.Size(202, 19); + this.descriptionLabel.Size = new System.Drawing.Size(202, 36); this.descriptionLabel.TabIndex = 9; this.descriptionLabel.Text = "description"; this.descriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -153,9 +153,9 @@ // this.titleLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.titleLabel.ForeColor = System.Drawing.Color.White; - this.titleLabel.Location = new System.Drawing.Point(109, 70); + this.titleLabel.Location = new System.Drawing.Point(109, 71); this.titleLabel.Name = "titleLabel"; - this.titleLabel.Size = new System.Drawing.Size(202, 19); + this.titleLabel.Size = new System.Drawing.Size(202, 16); this.titleLabel.TabIndex = 8; this.titleLabel.Text = "title"; this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -164,9 +164,9 @@ // this.fileLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fileLabel.ForeColor = System.Drawing.Color.White; - this.fileLabel.Location = new System.Drawing.Point(109, 43); + this.fileLabel.Location = new System.Drawing.Point(109, 44); this.fileLabel.Name = "fileLabel"; - this.fileLabel.Size = new System.Drawing.Size(202, 19); + this.fileLabel.Size = new System.Drawing.Size(202, 16); this.fileLabel.TabIndex = 7; this.fileLabel.Text = "file"; this.fileLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -175,9 +175,9 @@ // this.versionLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.versionLabel.ForeColor = System.Drawing.Color.White; - this.versionLabel.Location = new System.Drawing.Point(109, 16); + this.versionLabel.Location = new System.Drawing.Point(109, 17); this.versionLabel.Name = "versionLabel"; - this.versionLabel.Size = new System.Drawing.Size(202, 19); + this.versionLabel.Size = new System.Drawing.Size(202, 16); this.versionLabel.TabIndex = 6; this.versionLabel.Text = "version"; this.versionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; Modified: trunk/plugins/ShortCuter&SkinEditor/Source/XtremeMenuEditor/Resources/Images/UpdateNotify.png =================================================================== (Binary files differ) Modified: trunk/plugins/ShortCuter&SkinEditor/Source/XtremeMenuEditor/XtremeMenuEditor.csproj =================================================================== --- trunk/plugins/ShortCuter&SkinEditor/Source/XtremeMenuEditor/XtremeMenuEditor.csproj 2013-11-20 21:21:50 UTC (rev 4684) +++ trunk/plugins/ShortCuter&SkinEditor/Source/XtremeMenuEditor/XtremeMenuEditor.csproj 2013-11-21 19:34:13 UTC (rev 4685) @@ -6,7 +6,7 @@ <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{350D17A6-0F6B-43C4-898F-33CC68EBCD75}</ProjectGuid> - <OutputType>WinExe</OutputType> + <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>ProcessPlugins.XtremeMenuEditor</RootNamespace> <AssemblyName>XtremeMenuEditor</AssemblyName> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |