Globals.h
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // global macros, variables and functions
  2.   CEdit* g_Output;
  3.   CEdit* g_History;
  4.   CAnimateCtrl* g_AnimateWait;
  5.   CAnimateCtrl* g_AnimatePeople;
  6.   CAnimateCtrl* g_AnimateNet;
  7.   CWinApp*  g_pThisApp;
  8.   CWnd* g_pMainWnd;
  9.   BOOL  g_bStarting;
  10.   BOOL  g_bEnding;
  11.   BOOL  g_bNetMonitoring;
  12.   BOOL  g_bPeopleMonitoring;
  13.   BOOL  g_bAutoSaveSettings;
  14.   BOOL  g_bWinNotification;
  15.   BOOL  g_bExeImages;
  16.   BOOL  g_bPeopleImages;
  17.   void  g_WriteToOutput(BOOL, LPCTSTR);
  18.   void  g_WriteToHistory(BOOL, LPCTSTR);
  19.   CString g_MakeWindowsTextLines(CString);