⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drnt.rc

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 RC
字号:
#include "menu.h"
#include "mark.h"
#include "procctl.h"
#include "about.h"
#include "intdlg.h"
#include "notelog.h"
#include "stat.h"
#include "regcmbo.h"
#include "regedit.h"
#include "thrdctl.h"
#include "priority.h"
#include "retcode.h"
#include "log.h"
#include "end.h"
#ifndef CHICAGO
#include "memory.h"
#endif
#include "memwnd.h"
#include "memdmp.h"
#include "rcstr.gh"
#include "dipload.h"
#include "banner.h"

#undef pick
#undef wdpick
#undef sp
#ifdef _JAPANESE_
 #define pick( a, b, c ) a, c
 #define wdpick( a, b, c ) __##a, c
 #define sp( s1, s2 ) s2
#else
 #define pick( a, b, c ) a, b
 #define wdpick( a, b, c ) __##a, b
 #define sp( s1, s2 ) s1
#endif

"APPLICON" ICON "10drwat.ico"
"ALERTICON" ICON "10err.ico"

#include "menu.rc"

STRINGTABLE
BEGIN
    #include "rcstrmsg.gh"
END

#include "procctl.dlg"
#include "about.dlg"
#include "mark.rc"
#include "intdlg.dlg"
#include "stat.dlg"
#include "regcmbo.dlg"
#include "regedit.dlg"
#include "notelog.dlg"
#include "thrdctl.dlg"
#include "priority.dlg"
#include "retcode.dlg"
#include "log.dlg"
#include "end.dlg"
#ifndef CHICAGO
#include "memory.dlg"
#endif
#include "memwnd.rc"
#include "memdmp.dlg"
#include "dipload.dlg"

⌨️ 快捷键说明

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