HDL_ON/Common/Constant.cs
@@ -235,6 +235,25 @@ Prompt, } /// <summary> /// BottomLine 类型 /// </summary> public enum BottomLineType { /// <summary> /// 普通 /// </summary> Normal = 0, /// <summary> /// 获取焦点 /// </summary> GotFocus, /// <summary> /// 错误 /// </summary> Error, } #endregion }