123456789101112131415161718192021 |
- #pragma once
- #include "stdafx.h"
- #include "Global.h"
- CIniFile g_IniFile;
- //CNewclientDlg *g_pNewclientDlg=NULL;
- CString g_strVideoPath;
- int g_nDiskVolume;
- int g_nOperateType;
- int g_nVideoMaxTime;
- int g_nNoMotionTime;
- int g_nChangePos;
- CRect g_Rect;
- CStringArray g_strAllVideoFile;
- int g_nFrameWeight;
- int g_nFrameHeight;
- int g_nOCXCount=0;
- SERVER_INFO g_Serverinfo[MAXIPNUMBER];
|