This commit is contained in:
Jsj
2008-05-21 14:14:10 +00:00
parent c7e494af1b
commit 61eac9a037
5 changed files with 74 additions and 11 deletions

View File

@@ -74,6 +74,20 @@ namespace VEPROMS.Properties {
}
}
internal static System.Drawing.Bitmap PushpinStick {
get {
object obj = ResourceManager.GetObject("PushpinStick", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap PushpinUnStick {
get {
object obj = ResourceManager.GetObject("PushpinUnStick", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Separator {
get {
object obj = ResourceManager.GetObject("Separator", resourceCulture);