#总装移交版本
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user