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.

94 lines
2.8 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Declaration of resource ID constants
  7. Environment:
  8. Windows NT fax configuration applet
  9. Revision History:
  10. 11/16/96 -GeorgeJe-
  11. Created it.
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _RESOURCE_H_
  16. #define _RESOURCE_H_
  17. #include <winfax.h>
  18. // strings
  19. #define IDS_DIALING FEI_DIALING
  20. #define IDS_SENDING FEI_SENDING
  21. #define IDS_RECEIVING FEI_RECEIVING
  22. #define IDS_COMPLETE FEI_COMPLETED
  23. #define IDS_BUSY FEI_BUSY
  24. #define IDS_NA FEI_NO_ANSWER
  25. #define IDS_BADADDRESS FEI_BAD_ADDRESS
  26. #define IDS_NODIALTONE FEI_NO_DIAL_TONE
  27. #define IDS_DISCONNECT FEI_DISCONNECTED
  28. #define IDS_FATAL FEI_FATAL_ERROR
  29. #define IDS_NOTFAX FEI_NOT_FAX_CALL
  30. #define IDS_CALLDELAYED FEI_CALL_DELAYED
  31. #define IDS_CALLBLACKLIST FEI_CALL_BLACKLISTED
  32. #define IDS_RING FEI_RINGING
  33. #define IDS_ABORTING FEI_ABORTING
  34. #define IDS_ROUTING FEI_ROUTING
  35. #define IDS_MODEMON FEI_MODEM_POWERED_ON
  36. #define IDS_MODEMOFF FEI_MODEM_POWERED_OFF
  37. #define IDS_IDLE FEI_IDLE
  38. #define IDS_SVCENDED FEI_FAXSVC_ENDED
  39. #define IDS_ANSWERED FEI_ANSWERED
  40. #define IDS_SVCSTARTED FEI_FAXSVC_STARTED
  41. #define IDS_ETIME (FEI_NEVENTS + 1)
  42. #define IDS_FROM (FEI_NEVENTS + 2)
  43. #define IDS_TO (FEI_NEVENTS + 3)
  44. #define IDS_TIMELABEL (FEI_NEVENTS + 4)
  45. #define IDS_EVENTLABEL (FEI_NEVENTS + 5)
  46. // dialogs
  47. #define IDD_FAXSTATUS 101
  48. #define IDD_DETAILS 102
  49. #define IDD_ANSWER 103
  50. // resources
  51. #define IDR_IDLE 201
  52. #define IDR_SEND 202
  53. #define IDR_RECEIVE 203
  54. // icons
  55. #define IDI_ICON1 301
  56. // bitmaps
  57. #define IDB_CHECKMARK 401
  58. // controls
  59. #define IDC_FAXEND 1000
  60. #define IDC_DETAILS 1001
  61. #define IDC_ANIMATE1 1002
  62. #define IDC_STATICTIME 1003
  63. #define IDC_TIME 1004
  64. #define IDC_EXIT 1005
  65. #define IDC_FROMTO 1006
  66. #define IDC_STATUS 1007
  67. #define IDC_LIST1 1008
  68. #define IDC_ANSWER 1009
  69. #define IDC_ANSWER_NEXT_CALL 1010
  70. #endif // !_RESOURCE_H_