📄 inihead.h
字号:
#define MAXSERVICE 10
typedef struct {
char servicetype[500];
char ipaddress[30];
char gateaddr[30];
}DEF_SERVICE;
extern UINT TCP_PORT,UDP_PORT_USER,UDP_PORT_READ,UDP_PORT_SEND,TRAFFIC,SENDTIMES,TIME_OUT,SOURCODE;
extern char SERVER_ADR[],LOG_NAME[],LOG_PASSWORD[],SERVER_7199[],CORPID[],SPNUMBER[];
extern void GetSystemInform(char *TitleName,char *KeyName,char *str);
extern int GetSystemInt(char *TitleName,char *KeyName);
extern long GetSystemLong(char *TitleName,char *KeyName);
extern bool GetSystemBool(char *TitleName,char *KeyName);
extern char GetSystemChar(char *TitleName,char *KeyName);
extern void SetSystemPara();
extern int GetService(char *id,char *msgstr,char *opt,char *addr);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -