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.

66 lines
1.9 KiB

  1. /*
  2. * A W F A X A B . R H
  3. *
  4. * Resource definitions for the Microsoft At Work Address Book Provider.
  5. *
  6. * Copyright 1992-93 Microsoft Corporation. All Rights Reserved.
  7. */
  8. /*
  9. * Controls IDs
  10. */
  11. #define UserGeneralPage 100
  12. #define UserOptionsPage 200
  13. #define DirGeneralPage 300
  14. #define SearchGeneralPage 400
  15. #define ConfigGeneralPage 500
  16. // Static control id's
  17. #define IDC_STATIC_CONTROL 0xffff
  18. // directory general page control ids
  19. #define IDC_DIR_FAB_FILE_NAME 301
  20. #define IDC_DIR_CHANGE 302
  21. #define IDC_IMPORT_FORMAT 303
  22. #define IDC_IMPORT_FROM_FILE 304
  23. #define IDC_IMPORT_TO_FILE 305
  24. #define IDC_IMPORT 306
  25. // search general page control ids
  26. #define IDC_SEARCH_NAME 401
  27. // Fax user entry pane
  28. #define MAWFRecipient 2200
  29. #define IDC_RECIP_DISPLAY_NAME_LABEL 2201
  30. #define IDC_RECIP_DISPLAY_NAME 2202
  31. #define IDC_RECIP_FAX_NUMBER_GROUPBOX 2203
  32. #define IDC_RECIP_COUNTRY_CODE_LABEL 2204
  33. #define IDC_RECIP_COUNTRY_CODE 2205
  34. #define IDC_RECIP_FAX_NUMBER_LABEL 2206
  35. #define IDC_RECIP_FAX_NUMBER_AREA_CODE 2207
  36. #define IDC_RECIP_FAX_NUMBER_LABEL2 2208
  37. #define IDC_RECIP_FAX_NUMBER 2209
  38. #define IDC_RECIP 2212
  39. /*
  40. * String IDs
  41. */
  42. #define IDS_ADDRESS_BOOK_ROOT_CONT 1051
  43. #define MAX_ROOT_NAME 50
  44. /*
  45. * Error strings
  46. */
  47. #define MAX_ERROR_STRING_LENGTH 256
  48. #define IDS_OLD_EID 600
  49. #define IDS_CANT_OPEN_FAB 601
  50. #define IDS_CANT_OPEN_FAB_FILE 602
  51. #define IDS_FAB_FILE_ATTRIB 603
  52. #define IDS_FAB_TOO_LARGE 604
  53. #define IDS_FAB_CORRUPT 605
  54. #define IDS_FAB_NO_READ 606