syssetpanel.h

来自「minigui PDA系统 可实现手机功能」· C头文件 代码 · 共 49 行

H
49
字号
#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 + =
减小字号Ctrl + -
显示快捷键?