wxr
2020-12-16 a6bad443ca7e9d01ebf22e1a0b2452b9e25120e7
HDL_ON/Common/Constant.cs
@@ -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
}