windows-nt/Source/XPSP1/NT/net/tapi/sp/ndptsp/tsp/resource.h
2020-09-26 16:20:57 +08:00

22 lines
652 B
C

#define IDD_MEDIA_MAP 10
#define IDD_MEDIA_ADD 101
#define IDC_STATIC (-1)
#define IDC_MEDIA_TYPE 1000
#define IDC_ADDRESS_LIST 1001
#define IDC_ADD_ADDRESS 1002
#define IDC_DELETE_ADDRESS 1003
#define IDC_ADDRESS_GROUP 1004
#define IDS_TYPE_DIGITALDATA 2000
#define IDS_TYPE_INTERACTIVEVOICE 2001
#define IDS_TYPE_G3FAX 2002
#define IDS_TYPE_G4FAX 2003
#define IDS_ERR_REGLOAD 2020
#define IDS_ERR_BAD_ADDRESS 2021
#define IDS_ERR_ALREADY_ASSIGNED 2022
#define IDS_ERR_DUPLICATE_ADDRESS 2023
#define IDS_ERR_OOM 2024