SVN-Revision: r866
This commit is contained in:
tdx
2025-07-17 08:07:13 +00:00
parent 5f5353c013
commit d6078b95eb
2 changed files with 52 additions and 67 deletions
+1 -19
View File
@@ -1152,22 +1152,4 @@ namespace Lskj.Main.Properties {
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap xmas_blue {
get {
object obj = ResourceManager.GetObject("xmas_blue", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap {
get {
object obj = ResourceManager.GetObject("登录", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}