Globals.h
资源名称:Netmanag.zip [点击查看]
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // global macros, variables and functions
- CEdit* g_Output;
- CEdit* g_History;
- CAnimateCtrl* g_AnimateWait;
- CAnimateCtrl* g_AnimatePeople;
- CAnimateCtrl* g_AnimateNet;
- CWinApp* g_pThisApp;
- CWnd* g_pMainWnd;
- BOOL g_bStarting;
- BOOL g_bEnding;
- BOOL g_bNetMonitoring;
- BOOL g_bPeopleMonitoring;
- BOOL g_bAutoSaveSettings;
- BOOL g_bWinNotification;
- BOOL g_bExeImages;
- BOOL g_bPeopleImages;
- void g_WriteToOutput(BOOL, LPCTSTR);
- void g_WriteToHistory(BOOL, LPCTSTR);
- CString g_MakeWindowsTextLines(CString);