⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defs.pas

📁 对俄罗斯火花雷达进行控制
💻 PAS
字号:
unit Defs;

interface

const
CL_NOT_DEF :Integer = 0;
CL_BLUE :Integer = 1;
CL_BLACK :Integer = 2;
CL_WHITE :Integer = 3;
CL_YELLOW :Integer = 4;

BLACKLIST_DISABLE :Integer = 0;
BLACKLIST_EQU_ALL :Integer = 1;
BLACKLIST_EQU_NUMBER :Integer = 2;
BLACKLIST_EQU_CL_LIKE_NUMBER :Integer =3;
BLACKLIST_LIKE_NUMBER :Integer = 4;

//-----------------------------------------------------

SET_VALUE_SAVE :Integer  = $10000000;
SET_VALUE_NOSAVE :Integer = $20000000;
GET_VALUE :Integer        = $30000000;

//-----------------------------------------------------

VAL_BLACKLIST_RELOAD :Integer = 1;
VAL_BLACKLIST_SEARCH_TYPE :Integer = 10;
VAL_BLACKLIST_DISABLE_LAST_PLATE_EVENT :Integer = 20;

VAL_VIDEO_CARD_NUMBER :Integer = 30;
VAL_VIDEO_SETUP_DLG :Integer = 31;
VAL_VIDEO_DISABLE_TRIG :Integer = 32;
VAL_VIDEO_BRIGHTNESS :Integer = 33;
VAL_VIDEO_BRIGHTNESS_MIN :Integer = 34;
VAL_VIDEO_BRIGHTNESS_MAX :Integer = 35;

VAL_PORT_BITS :Integer = 40;
VAL_CAPTURE_COUNT :Integer = 50;

VAL_TOOL_BUTTONS :Integer = 60;
VAL_TOOL_BUTTON_BMP :Integer = 61;
VAL_TOOL_BUTTON_DVD :Integer = 62;
VAL_TOOL_BUTTON_VIDEO :Integer = 63;
VAL_TOOL_BUTTON_RECOG_SET_DLG :Integer = 64;
VAL_TOOL_BUTTON_CONTROL_SET_DLG :Integer = 65;
VAL_TOOL_BUTTON_ABOUT_DLG :Integer = 66;
VAL_ABOUT_DLG_SN :Integer = 67;            //2004-1-20

VAL_STATUS_BAR :Integer = 70;

VAL_DVR_FRAME_BUFFER_NUM :Integer = 80;
VAL_DVR_COMPRESSION :Integer = 81;
VAL_DVR_STATUS_CHECK :Integer = 82;
VAL_DVR_RECORD_START :Integer = 83;        //2004-1-20

VAL_FILE_RECOG_CONTROL :Integer = 90;      //2003-12-11
VAL_MEM_RECOG_CONTROL :Integer = 91;       //2003-12-11
RECOG_CONTROL_X15 :Integer = 2;            //2003-12-11
RECOG_CONTROL_SPEED :Integer = 4;          //2003-12-11
RECOG_CONTROL_DISP :Integer = 8;           //2003-12-11
RECOG_CONTROL_COUNT_FILTER :Integer = 16;  //2003-12-11

JPG_COMPRESSION_QUALITY :Integer = 100;    //2004-1-20

VAL_RANGE_LEFT :Integer = 110;    //2004-4-20
VAL_RANGE_TOP :Integer = 111;    //2004-4-20
VAL_RANGE_RIGHT :Integer = 112;    //2004-4-20
VAL_RANGE_BOTTOM :Integer = 113;    //2004-4-20

implementation

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -