cmdlg.h
来自「将UCOS与UCGUI整合到一起,并在BORLAND C++上运行通过的源程序.」· C头文件 代码 · 共 15 行
H
15 行
// Borland C++ Windows - (C) Copyright 1992 by Borland International
// FILE : cmdlg.h
#define STRICT
#include <windows.h>
#include <stdio.h>
#include <string.h>
#include <commdlg.h>
#include "cmdlgr.h"
long FAR PASCAL _export MainWndProc(HWND, unsigned, WORD, LONG);
BOOL InitApplication(HINSTANCE);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?