📄 syssetpanel.h
字号:
#ifndef SYSSETPANEL_H#define SYSSETPANEL_H#include <sys/types.h>#ifdef __cplusplusextern "C" {#endif /* __cplusplus */#define MINIGUI_CONFIG "/etc/MiniGUI.cfg"#define TITLE_MAX 10#define BTM_NUM 8#define BTM_UP -1#define BTM_FLAT -2#define BTM_DOWN -3
#define IDC_sysset0 0
#define IDC_sysset1 1
#define IDC_sysset2 2
#define IDC_sysset3 3
#define IDC_sysset4 4
#define IDC_sysset5 5
#define IDC_sysset6 6
#define IDC_sysset7 7
typedef struct{ int x,y,w,h; BITMAP bitmap; int bmpx,bmpy; char title[TITLE_MAX]; int titlex,titley; int mode;}XMBUTTON;//void AboutLaodanS (HWND hParent);//void* ControlPanelS(void* data);//int myLoadBitmapS (BITMAP* bm, const char* filename);#ifdef __cplusplus}#endif /* __cplusplus */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -