#001 初版提交

This commit is contained in:
HM-CN\zhengxuan.zhang
2025-08-04 13:03:33 +08:00
commit 1857eea8a4
390 changed files with 356175 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;
}
}