using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using NSAnalysis.Properties; namespace BaseFunction { public class ImageDfn { /// 程序图标 //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; } }