config.xml

来自「Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。」· XML 代码 · 共 30 行

XML
30
字号
<?xml version="1.0" ?>
<Recite>
    <!--Configrations for Recite app-->
    <intervals>
        <interval value="0" />
        <interval value="1" />
        <interval value="2" />
        <interval value="5" />
        <interval value="10" />
        <interval value="16" />
        <interval value="30" />
        <interval value="50" />
    </intervals>
    <window-outline top="19" left="37" height="738" width="818" />
    <fonts>
        <font name="contents" fontname="Arial" size="18" />
        <font name="list_item" fontname="Arial" size="18" />
    </fonts>
    <colors>
        <color value="13158655" name="high_priority" />
        <color value="13172680" name="low_priority" />
        <color value="13172735" name="mid_priority" />
        <color value="13107200" name="select_frame" />
    </colors>
    <active_books>
        <book id="dc9b1b4e-ba77-11db-8054-0015586c736c" />
        <book id="23707700-cee4-11db-8074-0015586c736c" />
    </active_books>
</Recite>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?