class MyState(StateObject):
        DEL = 0
        HIDE = 10
        CLOSE = 30 # 禁止回复
        NORMAL = 50