Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
GLOBALVARIABLE.CPP
Package: SNMP_source.rar [view]
Upload User: lvjun8202
Upload Date: 2013-04-30
Package Size: 797k
Code Size: 1k
Category:
SNMP
Development Platform:
C/C++
- // GlobalVariable.cpp: implementation of the CGlobalVariable class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "oam.h"
- #include "GlobalVariable.h"
- #include "Splash.h" // e.g. splash.h
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CMainFrame * CGlobalVariable::m_pMainFrame = NULL;
- COAMDoc * CGlobalVariable::m_pMainDoc = NULL;
- CSnmp_cwdmView * CGlobalVariable::m_pStationTreeView = NULL;
- CAdressComboBox * CGlobalVariable::m_pAddressCombo = NULL;
- CMainView * CGlobalVariable::m_pMainView = NULL;
- CDibList CGlobalVariable::m_imageMap;
- CFont CGlobalVariable::m_fontSystem;
- CDibList CGlobalVariable::m_imageLE;
- CDibList CGlobalVariable::m_imageAN;
- CDibList CGlobalVariable::m_imageComp;
- CDibList CGlobalVariable::m_imgCompAni;
- CGlobalVariable::CGlobalVariable()
- {
- }
- CGlobalVariable::~CGlobalVariable()
- {
- }
- void CGlobalVariable::Init()
- {
- m_fontSys.CreateStockObject(DEFAULT_GUI_FONT) ||
- m_fontSys.CreateStockObject(SYSTEM_FONT);
- }