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

📄 wr.rc

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 RC
字号:
#include <windows.h>
#include "wr_rc.h"
#include "selft.h"
#include "selimage.h"
#include "memflags.h"
#include "editsym.h"
#include "addsym.h"
#include "errors.h"

#undef pick
#define pick( a, b, c ) a, b
STRINGTABLE
BEGIN
    #include "master.msg"
END

#include "selft.dlg"
#include "selimage.dlg"
#include "memflags.dlg"
#include "editsym.dlg"
#include "addsym.dlg"

⌨️ 快捷键说明

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