mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added project templates, work on document template
This commit is contained in:
10
RainmeterStudio/Resources/Icons.Designer.cs
generated
10
RainmeterStudio/Resources/Icons.Designer.cs
generated
@ -179,5 +179,15 @@ namespace RainmeterStudio.Resources {
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap ProjectTemplate_EmptyProject_Icon {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("ProjectTemplate_EmptyProject_Icon", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -154,4 +154,7 @@
|
||||
<data name="ProjectItem_rsproj" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>icons\16\project.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ProjectTemplate_EmptyProject_Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>icons\32\project_empty.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
RainmeterStudio/Resources/Icons/32/project_empty.png
Normal file
BIN
RainmeterStudio/Resources/Icons/32/project_empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
18
RainmeterStudio/Resources/Strings.Designer.cs
generated
18
RainmeterStudio/Resources/Strings.Designer.cs
generated
@ -401,5 +401,23 @@ namespace RainmeterStudio.Resources {
|
||||
return ResourceManager.GetString("MainWindow_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Creates a new empty project..
|
||||
/// </summary>
|
||||
public static string ProjectTemplate_EmptyProject_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("ProjectTemplate_EmptyProject_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Empty project.
|
||||
/// </summary>
|
||||
public static string ProjectTemplate_EmptyProject_DisplayText {
|
||||
get {
|
||||
return ResourceManager.GetString("ProjectTemplate_EmptyProject_DisplayText", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -231,4 +231,10 @@
|
||||
<data name="MainWindow_Title" xml:space="preserve">
|
||||
<value>Rainmeter Studio</value>
|
||||
</data>
|
||||
<data name="ProjectTemplate_EmptyProject_Description" xml:space="preserve">
|
||||
<value>Creates a new empty project.</value>
|
||||
</data>
|
||||
<data name="ProjectTemplate_EmptyProject_DisplayText" xml:space="preserve">
|
||||
<value>Empty project</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user