?? mingui.h
字號:
/******************************************************************************** Copyright 2006 National ASIC Center, All right Reserved** FILE NAME: mingui.h* PROGRAMMER: ming.c* Date of Creation: 2006/08/8** DESCRIPTION: * GUI Lib public Interface * NOTE: ** FUNCTIONS LIST:* -----------------------------------------------------------------------------** -----------------------------------------------------------------------------** MODIFICATION HISTORY* LastModify 2006/10/28******************************************************************************/#ifndef MINGUI_H#define MINGUI_H//---------------------------------------------------------------------------#include <string.h>#include <stdio.h>//---------------------------------------------------------------------------#include "wingal.h"#include "winbas.h"#include "winrgn.h"#include "winmem.h"#include "winapi.h"#include "winctrl.h"#include "winfont.h"#include "wingraph.h"#include "winstyle.h"#include "wintern.h"//---------------------------------------------------------------------------#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -