windows.h
来自「本程序是使用CDMA450模块开发的一个无线公话完整程序」· C头文件 代码 · 共 18 行
H
18 行
#ifndef __WINDOWS_H
#define __WINDOWS_H
#include "component.h"
#include "window.h"
#include "scrollbar.h"
#include "progressbar.h"
#include "textbox.h"
#include "listbox.h"
#include "editbox.h"
#include "spinbox.h"
#include "spintext.h"
#include "menu.h"
#include "msgbox.h"
#include "inputwnd.h"
#include "selectwnd.h"
#endif // __WINDOWS_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?