📄 output.h
字号:
//////////////////////////////////////////
// Written by LiBing 2001/09/19 //
//////////////////////////////////////////
//########################################
// Function declare
//########################################
typedef struct _AlertInfoType
{
int id;
char * szAlertIdName;
int alertType;
int helpRscId;
char * szHelpRscIdName;
char *szTitle;
char *szMessage;
char *szBtnText;
int nBtnCount;
int nDefaultBtn;
}AlertInfoType;
void OpenCFile(char *pInputFilePath, char *pOutputFilePath);
void CloseCFile(void);
void DumpFormToCFile(FRM * pfrm);
void DumpMenuToCFile();
void DumpAlert2DefFile(AlertInfoType * pAlertInfo);
void DumpBitmap2CFile(char * szBitmapFileName,char *szBitmapIdName,int idBitmap);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -