提交当前本机整理版本
This commit is contained in:
+29
-1
@@ -1192,4 +1192,32 @@ namespace Lskj.Main.Properties {
|
||||
|
||||
/// <summary>
|
||||
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||
/
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap 小红点 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("小红点", 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));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap 登录 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("登录", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user