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

📄 mingui.h

📁 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 + -