GLOBALVARIABLE.CPP
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. // GlobalVariable.cpp: implementation of the CGlobalVariable class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "oam.h"
  6. #include "GlobalVariable.h"
  7. #include "Splash.h"  // e.g. splash.h
  8. #ifdef _DEBUG
  9. #undef THIS_FILE
  10. static char THIS_FILE[]=__FILE__;
  11. #define new DEBUG_NEW
  12. #endif
  13. //////////////////////////////////////////////////////////////////////
  14. // Construction/Destruction
  15. //////////////////////////////////////////////////////////////////////
  16. CMainFrame * CGlobalVariable::m_pMainFrame = NULL;
  17. COAMDoc * CGlobalVariable::m_pMainDoc = NULL;
  18. CSnmp_cwdmView * CGlobalVariable::m_pStationTreeView = NULL;
  19. CAdressComboBox * CGlobalVariable::m_pAddressCombo = NULL;
  20. CMainView * CGlobalVariable::m_pMainView = NULL;
  21. CDibList CGlobalVariable::m_imageMap;
  22. CFont CGlobalVariable::m_fontSystem;
  23. CDibList CGlobalVariable::m_imageLE;
  24. CDibList CGlobalVariable::m_imageAN;
  25. CDibList CGlobalVariable::m_imageComp;
  26. CDibList CGlobalVariable::m_imgCompAni;
  27. CGlobalVariable::CGlobalVariable()
  28. {
  29. }
  30. CGlobalVariable::~CGlobalVariable()
  31. {
  32. }
  33. void CGlobalVariable::Init()
  34. {
  35. m_fontSys.CreateStockObject(DEFAULT_GUI_FONT) ||
  36. m_fontSys.CreateStockObject(SYSTEM_FONT);
  37. }