|
@@ -190,6 +190,16 @@ namespace OTSMeasureApp.Properties {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
|
|
+ /// </summary>
|
|
|
+ public static System.Drawing.Bitmap ConnnectHardware {
|
|
|
+ get {
|
|
|
+ object obj = ResourceManager.GetObject("ConnnectHardware", resourceCulture);
|
|
|
+ return ((System.Drawing.Bitmap)(obj));
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
|
|
/// </summary>
|
|
@@ -300,6 +310,16 @@ namespace OTSMeasureApp.Properties {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
|
|
+ /// </summary>
|
|
|
+ public static System.Drawing.Bitmap DisconnnectHardware {
|
|
|
+ get {
|
|
|
+ object obj = ResourceManager.GetObject("DisconnnectHardware", resourceCulture);
|
|
|
+ return ((System.Drawing.Bitmap)(obj));
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
|
|
/// </summary>
|