wei
2020-12-11 82423359112f65458fd9a80418da0bda5e9364d9
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
}