wprofgui.rc
来自「开放源码的编译器open watcom 1.6.0版的源代码」· RC 代码 · 共 24 行
RC
24 行
#ifdef __OS2__
#include <os2.h>
#else
#include "windows.h"
#endif
#include "../h/rcdef.h"
#include "../h/wprof.rc"
#ifdef __NT__
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE "appmanif.xml"
#endif
#ifdef __OS2__
ICON 1 "../bitmap/os2/prof_i.ico"
ICON WPROF_ICON "../bitmap/os2/prof_i.ico"
#else
ApplIcon icon "../bitmap/win/prof_i.ico"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?