20 lines
614 B
C#
20 lines
614 B
C#
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;
|
|
}
|
|
} |