wheapwlk.rc

来自「开放源码的编译器open watcom 1.6.0版的源代码」· RC 代码 · 共 44 行

RC
44
字号
#include "heapwalk.h"
#include "about.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 10hw.ico

#include "menu.rc"

#undef pick
#define pick( a, b, c )  a b
STRINGTABLE PRELOAD DISCARDABLE
BEGIN
    #include "rcstrmsg.gh"
END

NUMBER_OF_STRINGS RCDATA
BEGIN
    STR_THIS_IS_THE_LAST_STRING_IN_THE_LIST
END

#include "heapwlk.dlg"
#include "memman.dlg"
#include "heapinfo.dlg"
#include "lclinfo.dlg"
#include "menu.dlg"
#include "add.dlg"
#include "alloc.dlg"
#include "freen.dlg"
#include "code.dlg"
#include "config.dlg"
//#include "exsort.dlg"
#include "memwnd.rc"
#include "about.dlg"

⌨️ 快捷键说明

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