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

📄 output.h

📁 关于rcp2c_v3.rar协议在LINUX下的实现程序
💻 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 + -