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

📄 drwatcom.rc

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 RC
字号:
#include <windows.h>
#include "const.h"
#include "intdlg.h"
#include "stat.h"
#include "stackt.h"
#include "memwnd.h"
#include "log.h"
#include "dmptask.h"
#include "taskctl.h"
#include "about.h"
#include "rcstr.gh"
#include "dbgopt.h"
#include "segmap.h"
#include "dipload.h"
#include "notelog.h"
#include "banner.h"

#undef pick
#undef sp
#ifdef _JAPANESE_
 #define pick( a, b, c ) a, c
 #define sp( s1, s2 ) s2
#else
 #define pick( 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 "about.dlg"
#include "intdlg.dlg"
#include "stat.dlg"
#include "stackt.dlg"
#include "memwnd.rc"
#include "log.dlg"
//#include "dmptask.dlg"
#include "taskctl.dlg"
#include "mark.rc"
#include "dbgopt.dlg"
#include "segmap.dlg"
#include "dipload.dlg"
#include "notelog.dlg"

⌨️ 快捷键说明

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