12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ 生成的包含文件。
- // 供 YAServer.rc 使用
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_YASERVER_DIALOG 102
- #define IDP_SOCKETS_INIT_FAILED 103
- #define IDD_DBSETTING 104
- #define IDD_SYSSETTING 105
- #define IDD_LOGSETTING 106
- #define IDR_MAINFRAME 128
- #define IDR_MENUMAIN 129
- #define IDC_BTN_EXIT 1001
- #define IDC_BTN_SYNCTIME 1002
- #define IDC_BTN_HIS 1003
- #define IDC_BTN_STOP 1004
- #define IDC_BTN_START 1005
- #define IDC_LIST_LOG 1006
- #define IDC_LIST_READER 1007
- #define IDC_EDIT1 1009
- #define IDC_CHECK1 1010
- #define IDC_EDIT5 1010
- #define IDC_EDIT2 1011
- #define IDC_EDIT7 1011
- #define IDC_EDIT3 1012
- #define IDC_EDIT8 1012
- #define IDC_EDIT4 1013
- #define IDC_EDIT9 1013
- #define IDC_ENCODE_MASTER 1014
- #define IDC_EDIT10 1014
- #define IDC_EDIT6 1015
- #define IDC_SYSTEM_STATUS 1015
- #define IDC_HOST_SLAVE 1016
- #define IDC_EDIT11 1016
- #define IDC_FORMAT_DATA 1016
- #define IDC_DB_SLAVE 1017
- #define IDC_EDIT12 1017
- #define IDC_RECV_DATA_PACKET 1017
- #define IDC_USER_SLAVE 1018
- #define IDC_EDIT13 1018
- #define IDC_SEND_DATA_PACKET 1018
- #define IDC_PORT_SLAVE 1019
- #define IDC_EDIT14 1019
- #define IDC_LOCATE_DATA 1019
- #define IDC_EDIT15 1020
- #define IDC_PWD_SLAVE 1021
- #define IDC_ENCODE_SLAVE 1022
- #define IDC_EDIT16 1023
- #define IDC_ENABLE_FILTER 1027
- #define IDC_RAW_DATA 1028
- #define IDC_EDIT_READERID 1029
- #define IDC_BUTTON1 1036
- #define ID_START 32774
- #define ID_STOP 32776
- #define ID_EXIT 32777
- #define ID_MENU_DB 32779
- #define ID_MENU_PARAM 32782
- #define ID_MENU_LOG 32783
- #define ID_32784 32784
- #define ID_ABOUT 32785
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 133
- #define _APS_NEXT_COMMAND_VALUE 32786
- #define _APS_NEXT_CONTROL_VALUE 1037
- #define _APS_NEXT_SYMED_VALUE 107
- #endif
- #endif
|