www.pudn.com > VX.rar > Global.cpp


//================================== 全局变量Global.cpp: ================================== 
 
#include "stdafx.h" 
#include "dtasvm.h" 
#include "Global.h" 
 
BOOL bEFlag;      //主对话框启动标志 
BOOL bUFlag1;     //用户设置对话框提示一 
BOOL bUFlag2;     //用户设置对话框提示二                                      
int Flags_w;      //是否存树视图状态 -> '1' for saving and '0' for unsaving 
int Flags_f[5];   //父类状态图标标志   
int Flags_c[24];  //子类状态图标标志 
int m_nType;	  //鼠标形状 
 
CGlobal::CGlobal() 
{ 
	//此处初始化变量无效 
} 
 
CGlobal::~CGlobal() 
{ 
 
}