From 4cb1f00f84d160f97afd0fb86cf600e1be667dd5 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 17 十月 2024 11:22:15 +0800 Subject: [PATCH] 水力组件更新 --- WinFrmUI/Hstation.WinFrmUI.Core/Lib/Resource1.Designer.cs | 70 +++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Hstation.WinFrmUI.Core/Lib/Resource1.Designer.cs b/WinFrmUI/Hstation.WinFrmUI.Core/Lib/Resource1.Designer.cs index a895954..bddb368 100644 --- a/WinFrmUI/Hstation.WinFrmUI.Core/Lib/Resource1.Designer.cs +++ b/WinFrmUI/Hstation.WinFrmUI.Core/Lib/Resource1.Designer.cs @@ -61,12 +61,62 @@ } /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] CoolingTower { + get { + object obj = ResourceManager.GetObject("CoolingTower", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� /// </summary> internal static System.Drawing.Bitmap Group { get { object obj = ResourceManager.GetObject("Group", resourceCulture); return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static System.Drawing.Bitmap ListView { + get { + object obj = ResourceManager.GetObject("ListView", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static System.Drawing.Bitmap Notlmported { + get { + object obj = ResourceManager.GetObject("Notlmported", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] Project { + get { + object obj = ResourceManager.GetObject("Project", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] PumpMain { + get { + object obj = ResourceManager.GetObject("PumpMain", resourceCulture); + return ((byte[])(obj)); } } @@ -89,5 +139,25 @@ return ((System.Drawing.Bitmap)(obj)); } } + + /// <summary> + /// 鏌ユ壘 System.Drawing.Bitmap 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static System.Drawing.Bitmap Type { + get { + object obj = ResourceManager.GetObject("Type", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// 鏌ユ壘 System.Byte[] 绫诲瀷鐨勬湰鍦板寲璧勬簮銆� + /// </summary> + internal static byte[] Valve { + get { + object obj = ResourceManager.GetObject("Valve", resourceCulture); + return ((byte[])(obj)); + } + } } } -- Gitblit v1.9.3