📄 dlg.h
字号:
//WARNING: This file contains some of the same constants as DLG.INC
//WARNING: When making a change to one, make it to both!
#include <cw/csdm.h>
#include <cw/csdmtmpl.h>
#define DLG_CONST FAR
TMC NEAR PASCAL TmcDoDlgFar(VOID FAR *, WORD, HCAB);
#define isNothing 0xffff
#define HELP_BUTTON
#include <uihelpid.h> // define help Ids for all the dialogs
#define tmcMake (tmcUserMin+0)
#define tmcMakeExit (tmcUserMin+1)
#define tmcSzFileName (tmcUserMin+2)
#define tmcFileType (tmcUserMin+3)
// NOTE: next one must start at +6
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -