Global.cpp 466 B

12345678910111213141516171819202122
  1. #pragma once
  2. #include "stdafx.h"
  3. #include "Global.h"
  4. CIniFile g_IniFile;
  5. CString g_strVideoPath;
  6. int g_nDiskVolume;
  7. int g_nOperateType;
  8. int g_nVideoMaxTime;
  9. int g_nNoMotionTime;
  10. int g_nChangePos;
  11. CRect g_Rect;
  12. CStringArray g_strAllVideoFile;
  13. int g_nFrameWeight;
  14. int g_nFrameHeight;
  15. COLORREF g_Color1=RGB( 162,154,33 );//RGB( 59,61,63 );//
  16. COLORREF g_Color2=RGB( 59,61,63 );//RGB(0xD1,0xE1,0xF8);//RGB( 162,154,33 );//
  17. COLORREF g_Color3=RGB( 255,255,255 );