Global.cpp 383 B

123456789101112131415161718192021
  1. #pragma once
  2. #include "stdafx.h"
  3. #include "Global.h"
  4. CIniFile g_IniFile;
  5. //CNewclientDlg *g_pNewclientDlg=NULL;
  6. CString g_strVideoPath;
  7. int g_nDiskVolume;
  8. int g_nOperateType;
  9. int g_nVideoMaxTime;
  10. int g_nNoMotionTime;
  11. int g_nChangePos;
  12. CRect g_Rect;
  13. CStringArray g_strAllVideoFile;
  14. int g_nFrameWeight;
  15. int g_nFrameHeight;
  16. int g_nOCXCount=0;
  17. SERVER_INFO g_Serverinfo[MAXIPNUMBER];