Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
652 B

  1. #define IDD_MEDIA_MAP 10
  2. #define IDD_MEDIA_ADD 101
  3. #define IDC_STATIC (-1)
  4. #define IDC_MEDIA_TYPE 1000
  5. #define IDC_ADDRESS_LIST 1001
  6. #define IDC_ADD_ADDRESS 1002
  7. #define IDC_DELETE_ADDRESS 1003
  8. #define IDC_ADDRESS_GROUP 1004
  9. #define IDS_TYPE_DIGITALDATA 2000
  10. #define IDS_TYPE_INTERACTIVEVOICE 2001
  11. #define IDS_TYPE_G3FAX 2002
  12. #define IDS_TYPE_G4FAX 2003
  13. #define IDS_ERR_REGLOAD 2020
  14. #define IDS_ERR_BAD_ADDRESS 2021
  15. #define IDS_ERR_ALREADY_ASSIGNED 2022
  16. #define IDS_ERR_DUPLICATE_ADDRESS 2023
  17. #define IDS_ERR_OOM 2024