黄学彪
2020-12-19 f4c86f68b900bd506ef7214b2ae9bd23a9d2ffa8
HDL_ON/Common/Constant.cs
old 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
}