namespace IStation.WinFrmUI { /// /// 提示状态 /// public enum eTipStatus { Info = 0,//信息 Success = 1,//成功 Error = 2,//错误 Waining = 3//警告 } }