HDL_ON/Common/Constant.csold mode 100644 new mode 100755
@@ -210,6 +210,10 @@ /// /// </summary> SCENE, /// <summary> /// /// </summary> LOGIC, } /// <summary> @@ -231,6 +235,25 @@ Prompt, } /// <summary> /// BottomLine 类型 /// </summary> public enum BottomLineType { /// <summary> /// 普通 /// </summary> Normal = 0, /// <summary> /// 获取焦点 /// </summary> GotFocus, /// <summary> /// 错误 /// </summary> Error, } #endregion }