www.pudn.com > bcb5_dvr-yuandaima.rar > def.h
#ifndef _def_h_ #define _def_h_ //----------------------------------------------------- const int CL_NOT_DEF = 0; const int CL_BLUE = 1; const int CL_BLACK = 2; const int CL_WHITE = 3; const int CL_YELLOW = 4; const int BLACKLIST_DISABLE = 0; const int BLACKLIST_EQU_ALL = 1; const int BLACKLIST_EQU_NUMBER = 2; const int BLACKLIST_EQU_CL_LIKE_NUMBER =3; const int BLACKLIST_LIKE_NUMBER = 4; //----------------------------------------------------- const int SET_VALUE_SAVE = 0x10000000; const int SET_VALUE_NOSAVE = 0x20000000; const int GET_VALUE = 0x30000000; //----------------------------------------------------- const int VAL_BLACKLIST_RELOAD = 1; const int VAL_BLACKLIST_SEARCH_TYPE = 10; const int VAL_BLACKLIST_DISABLE_LAST_PLATE_EVENT = 20; const int VAL_VIDEO_CARD_NUMBER = 30; const int VAL_VIDEO_SETUP_DLG = 31; const int VAL_VIDEO_DISABLE_TRIG = 32; const int VAL_VIDEO_BRIGHTNESS = 33; const int VAL_VIDEO_BRIGHTNESS_MIN = 34; const int VAL_VIDEO_BRIGHTNESS_MAX = 35; const int VAL_PORT_BITS = 40; const int VAL_CAPTURE_COUNT = 50; const int VAL_TOOL_BUTTONS = 60; const int VAL_TOOL_BUTTON_BMP = 61; const int VAL_TOOL_BUTTON_DVD = 62; const int VAL_TOOL_BUTTON_VIDEO = 63; const int VAL_TOOL_BUTTON_RECOG_SET_DLG = 64; const int VAL_TOOL_BUTTON_CONTROL_SET_DLG = 65; const int VAL_TOOL_BUTTON_ABOUT_DLG = 66; const int VAL_ABOUT_DLG_SN = 67; //2004-1-20 const int VAL_STATUS_BAR = 70; const int VAL_DVR_FRAME_BUFFER_NUM = 80; const int VAL_DVR_COMPRESSION = 81; const int VAL_DVR_STATUS_CHECK = 82; const int VAL_DVR_RECORD_START = 83; //2004-1-20 const int VAL_FILE_RECOG_CONTROL = 90; //2003-12-11 const int VAL_MEM_RECOG_CONTROL = 91; //2003-12-11 const int RECOG_CONTROL_X15 = 2; //2003-12-11 const int RECOG_CONTROL_SPEED = 4; //2003-12-11 const int RECOG_CONTROL_DISP = 8; //2003-12-11 const int RECOG_CONTROL_COUNT_FILTER = 16; //2003-12-11 const int JPG_COMPRESSION_QUALITY = 100; //2004-1-20 const int VAL_RANGE_LEFT = 110; //2004-4-20 const int VAL_RANGE_TOP = 111; //2004-4-20 const int VAL_RANGE_RIGHT = 112; //2004-4-20 const int VAL_RANGE_BOTTOM = 113; //2004-4-20 //----------------------------------------------------- #endif