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

📄 eig.h

📁 一个在linux+MiniGui的彩票销售终端程序,基于framebuffer的程序.
💻 H
字号:
#ifndef __eig_h__#define __eig_h__#define IDM_KEY    101#define IDM_PRINT  102#define IDM_HELP   103#define IDM_EXIT   104#define IDM_TTL    105#define IDM_RTL    106#define IDM_FR     107#define IDM_STOP   108#define IDM_RR     109#define IDM_TZ     110#define IDM_DJ     111#define IDM_ONE    112#define IDM_FIVE   113#define IDM_DEFINE 114#define DIGIT_ONLY 0x0001#define IDC_IPAdd     201#define IDC_IPEdit    202#define IDC_Port      203#define IDC_PortEdit  204#define IDC_File      205#define IDC_FileEdit  206#define IDC_SCAN1     207#define IDC_Tel       208#define IDC_TelEdit   209#define IDC_File1     210#define IDC_FileEdit1 211#define IDC_SCAN2     212#define IDC_Old       213#define IDC_OldEdit   214#define IDC_New       215#define IDC_NewEdit   216#define IDC_Again     217#define IDC_AgainEdit 218#define IDC_SN        219#define IDC_SNEdit    220#define IDC_KEY1      221#define IDC_KEYEdit1  222#define IDC_REENTER   223#define IDC_Test      224#define IDC_User      225#define IDC_Pwd       226#define IDC_UEdit     227#define IDC_PEdit     228#define IDC_MR        229#define IDC_MT        230#define IDC_TZ        231#define IDC_SELNUM    232#define IDC_NUMEdit   233#define IDC_ZHU       234#define IDC_HINTS     235#define IDC_SHUTDOWN  236int sendf_eth0(char ip[16],char port[5],char sendfile[25]);int open_port(void);int cmd_modem(int fd, char command[30], char buffer[255]);int hangup(int fd);//int init_port(struct termios oldtio);int send_modem(char number[15], char sendfile[50]);int recv_modem();int MainWinProc(HWND hWnd,int message,WPARAM wParam,LPARAM lParam);static int TTLDialogProc(HWND hDlg, int message , WPARAM wParam, LPARAM lParam);static int RTLDialogProc(HWND hDlg, int message , WPARAM wParam, LPARAM lParam);static int KEYDialogProc(HWND hDlg, int message , WPARAM wParam, LPARAM lParam);static int ChangeDialogProc(HWND hDlg,int message,WPARAM wParam,LPARAM lParam);static int LoginDialogProc(HWND hDlg,int message,WPARAM wParam,LPARAM lParam);static int ZXDialogProc(HWND hDlg,int message,WPARAM wParam,LPARAM lParam);static int DigitEdit(HWND hWnd, int message, WPARAM wParam ,LPARAM lParam);static int DigitEdit5(HWND hWnd, int message, WPARAM wParam ,LPARAM lParam);static int TsplashDialogProc(HWND hDlg, int message , WPARAM wParam, LPARAM lParam);static int ExitDialogProc(HWND hDlg,int message,WPARAM wParam,LPARAM lParam);void ExeclSys(void);int findkey(char* sCode,char* sKey);int ChangePWD(char* sCode,char* sKey,char* sNew,char* sAgain);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -