From c0be7c001375f73e2c3b49a1b1d447b6fc297bdd Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 21 三月 2025 13:43:00 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/PBS.WinFrmUI.Hydro/Properties/Resources.Designer.cs | 140 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 140 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/PBS.WinFrmUI.Hydro/Properties/Resources.Designer.cs b/WinFrmUI/PBS.WinFrmUI.Hydro/Properties/Resources.Designer.cs index d8f2fcc..415e681 100644 --- a/WinFrmUI/PBS.WinFrmUI.Hydro/Properties/Resources.Designer.cs +++ b/WinFrmUI/PBS.WinFrmUI.Hydro/Properties/Resources.Designer.cs @@ -59,5 +59,145 @@ resourceCulture = value; } } + + /// <summary> + /// 鏌ユ壘 DevExpress.Utils.Svg.SvgImage 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static DevExpress.Utils.Svg.SvgImage actions_checkcircled { + get { + object obj = ResourceManager.GetObject("actions_checkcircled", resourceCulture); + return ((DevExpress.Utils.Svg.SvgImage)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 DevExpress.Utils.Svg.SvgImage 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static DevExpress.Utils.Svg.SvgImage connector { + get { + object obj = ResourceManager.GetObject("connector", resourceCulture); + return ((DevExpress.Utils.Svg.SvgImage)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 DevExpress.Utils.Svg.SvgImage 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static DevExpress.Utils.Svg.SvgImage flipimage_horizontal { + get { + object obj = ResourceManager.GetObject("flipimage_horizontal", resourceCulture); + return ((DevExpress.Utils.Svg.SvgImage)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 DevExpress.Utils.Svg.SvgImage 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static DevExpress.Utils.Svg.SvgImage flipimage_vertical { + get { + object obj = ResourceManager.GetObject("flipimage_vertical", resourceCulture); + return ((DevExpress.Utils.Svg.SvgImage)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] HorizontalPipe { + get { + object obj = ResourceManager.GetObject("HorizontalPipe", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 DevExpress.Utils.Svg.SvgImage 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static DevExpress.Utils.Svg.SvgImage lowimportance { + get { + object obj = ResourceManager.GetObject("lowimportance", resourceCulture); + return ((DevExpress.Utils.Svg.SvgImage)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] Node { + get { + object obj = ResourceManager.GetObject("Node", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] Pump { + get { + object obj = ResourceManager.GetObject("Pump", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] Reservoir { + get { + object obj = ResourceManager.GetObject("Reservoir", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 DevExpress.Utils.Svg.SvgImage 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static DevExpress.Utils.Svg.SvgImage tableproperties { + get { + object obj = ResourceManager.GetObject("tableproperties", resourceCulture); + return ((DevExpress.Utils.Svg.SvgImage)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] Tank { + get { + object obj = ResourceManager.GetObject("Tank", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] Valve { + get { + object obj = ResourceManager.GetObject("Valve", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] VerticalPipe { + get { + object obj = ResourceManager.GetObject("VerticalPipe", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] WaterMeter { + get { + object obj = ResourceManager.GetObject("WaterMeter", resourceCulture); + return ((byte[])(obj)); + } + } } } -- Gitblit v1.9.3