static.h
来自「dos 1.0 其中包含quick basic源代码、内存管理himem emm」· C头文件 代码 · 共 15 行
H
15 行
/*
COW : Character Oriented Windows
static.h : static cow private interface
*/
/* Static Text Styles */
#define SS_LEFT 0 /* left justified text */
#define SS_CENTER 1 /* centered text */
#define SS_RIGHT 2 /* right justified text */
DWORD FARPUBLIC StaticWndProc(PWND, WORD, WORD, DWORD);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?