This commit is contained in:
parent
815ad14071
commit
13870aae8b
@ -7,11 +7,11 @@ using System.Runtime.InteropServices;
|
|||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Proms 2010")]
|
[assembly: AssemblyTitle("Proms 2010")]
|
||||||
[assembly: AssemblyDescription("User Interface for Proms 2010 .NET")]
|
[assembly: AssemblyDescription("Create, Edit, and Maintain Procedures Sets.")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Volian Enterprises, Inc.")]
|
[assembly: AssemblyCompany("Volian Enterprises, Inc.")]
|
||||||
[assembly: AssemblyProduct("Proms 2010 .NET Release")]
|
[assembly: AssemblyProduct("Proms 2010")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2010. All Rights Reserved")]
|
[assembly: AssemblyCopyright("Copyright © 2010. All Rights Reserved.")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
@ -144,6 +144,13 @@ namespace VEPROMS.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap Red_V_txt_NB_bur_1984 {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Red_V_txt_NB_bur_1984", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap RenameFolderHS {
|
internal static System.Drawing.Bitmap RenameFolderHS {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("RenameFolderHS", resourceCulture);
|
object obj = ResourceManager.GetObject("RenameFolderHS", resourceCulture);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user