#总装移交版本

This commit is contained in:
HM-CN\zhengxuan.zhang
2025-03-07 11:44:37 +08:00
commit 8cf3fb42d6
654 changed files with 773421 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using NSAnalysis.Properties;
namespace BaseFunction
{
public class ImageDfn
{
/// <summary> 程序图标</summary>
//public static Image ImgSOK = Resources.accept16;
//public static Image ImgSNG = Resources.delete16_2;
//public static Image ImgNull = Resources.Null;
//public static Image ImgNoData = Resources.NoData;
//public static Image ImgRead = Resources.read16;
//public static Image ImgTransparent = Resources.transparent;
}
}