Moved skin designer from plugin to application. Implemented many things.

This commit is contained in:
2014-10-11 10:38:47 +03:00
parent 180e4bb9fd
commit 7ed85169e8
30 changed files with 638 additions and 1041 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

View File

@ -726,6 +726,24 @@ namespace RainmeterStudio.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to New empty skin.
/// </summary>
public static string DocumentTemplate_Skin_Description {
get {
return ResourceManager.GetString("DocumentTemplate_Skin_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Skin.
/// </summary>
public static string DocumentTemplate_Skin_DisplayText {
get {
return ResourceManager.GetString("DocumentTemplate_Skin_DisplayText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to _File.
/// </summary>

View File

@ -366,4 +366,10 @@
<data name="Command_ProjectOpen_DisplayText" xml:space="preserve">
<value>O_pen Project</value>
</data>
<data name="DocumentTemplate_Skin_Description" xml:space="preserve">
<value>New empty skin</value>
</data>
<data name="DocumentTemplate_Skin_DisplayText" xml:space="preserve">
<value>Skin</value>
</data>
</root>