generaldef.h

来自「工资管理管理系统 开发 c语言 简单易懂 适合初学者学习 请多多指教」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef GEN_DEFINE_H
#define GEN_DEFINE_H

#include "OdbcDB.h"

//自定义窗口消息
#define WM_MAXSIZE_MDI					WM_USER + 01
#define WM_CLOSE_CHILD_FRAME			WM_USER + 02

//自定义框架ID
#define FRAME_CONFIG				0x01
#define FRAME_ACCOUNT				0x02
#define FRAME_IN_EXP				0x03
#define FRAME_DET_QUERY     		0x04
#define FRAME_STAT_QUERY     		0x05

extern COdbcDB g_odbcDB;
extern CString Int2Str(int num);
extern CString float2Str(float num);
extern COleDateTime GetDTByString(CString str);
extern CTime GetTMByString(CString str);


#endif

⌨️ 快捷键说明

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