默认值定义
#define DEFAULT BkImage            NULL                                    /* 默认背景图片 */
#define DEFAULT BkSound            NULL                                    /* 默认背景音乐 */
#define DEFAULT BkAlphaBegin       0                                       /* 默认背景图透明度起始 */
#define DEFAULT BkAlphaEnd         32                                      /* 默认背景图透明度结束 */
#define DEFAULT BkSoundLoop        1                                       /* 默认背景音乐循环次数 */
#define DEFAULT BkImageMask        #BBFFFFFE                               /* 默认背景图片遮罩颜色 */
#define DEFAULT AutoSwitch         [Switch,0]0                             /* 默认自动切换选项 */
#define DEFAULT TextEffect         [Typing@0]                              /* 默认文字效果选项 */
#define DEFAULT TextColor          #White                                  /* 默认文字颜色 */
#define DEFAULT LinkColor          #0057FF                                 /* 默认链接颜色 */
#define DEFAULT LinkHoverColor     #640196                                 /* 默认链接悬停颜色 */
#define DEFAULT SelectedBkColor    #BAE4FF                                 /* 默认被选背景颜色 */
#define DEFAULT TimeFormat         [MM]:[SS]                               /* 默认时间格式 */
#define DEFAULT AlertSound         Data\Sound\Dida.wav                     /* 默认警告音 */
#define DEFAULT FlashTime          5                                       /* 默认闪烁次数 */
#define DEFAULT ResetText          [DEFAULT]                               /* 默认计时器重置文本 */
#define DEFAULT StartText          [DEFAULT]                               /* 默认计时器开始文本 */
#define DEFAULT PauseText          [DEFAULT]                               /* 默认计时器暂停文本 */
#define DEFAULT TimerMode          [SingleTime][SingleAlert]               /* 默认计时器模式 */