www.pudn.com > VX.rar > Global.h
//=============================== 全局变量Global.h ==================================
#ifndef _GLOBAL_H__
#define _GLOBAL_H__
extern BOOL bEFlag; //主对话框启动标志
extern BOOL bUFlag1; //用户设置对话框提示1
extern BOOL bUFlag2; //用户设置对话框提示2
extern int Flags_w; //是否存树视图状态 -> '1' for saving and '0' for unsaving
extern int Flags_f[5]; //父类状态图标标志
extern int Flags_c[24]; //子类状态图标标志
extern int m_nType;
class CGlobal
{
public:
CGlobal();
virtual ~CGlobal();
};
#endif