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.

55 lines
1.3 KiB

  1. /*
  2. * RESOURCE.H
  3. *
  4. * Point-of-Sale Control Panel Applet
  5. *
  6. * Author: Ervin Peretz
  7. *
  8. * (c) 2001 Microsoft Corporation
  9. */
  10. /*
  11. * Icon identifiers
  12. */
  13. #define IDI_POSCPL_ICON 1
  14. /*
  15. * String identifiers
  16. */
  17. #define IDS_DIALOG_TITLE 101
  18. #define IDS_CAPTION 102
  19. #define IDS_DESCRIPTION 103
  20. #define IDS_DRAWERSTATE_UNKNOWN 104
  21. #define IDS_DRAWERSTATE_OPEN 105
  22. #define IDS_DRAWERSTATE_READY 106
  23. #define IDS_DRAWERSTATE_CHARGING 107
  24. #define IDS_DRAWERSTATE_LOCKED 108
  25. /*
  26. * Prop sheet page identifiers (one for each POS device type)
  27. */
  28. #define IDD_NO_DEVICES_DLG 1
  29. #define IDD_POS_CASHDRAWER_DLG 2
  30. #define IDD_POS_MSR_DLG 3
  31. #define IDD_DEVICETYPE_NONE 11
  32. #define IDD_DEVICETYPE_CASHDRAWER 12
  33. #define IDD_DEVICETYPE_MSR 13
  34. /*
  35. * Dialog control identifiers
  36. */
  37. #define IDC_SELECT_DEVICETYPE 51
  38. #define IDC_CASHDRAWER_STATE 52
  39. #define IDC_CASHDRAWER_STATETEXT 53
  40. #define IDC_CASHDRAWER_OPEN 54
  41. #define IDC_MSR_TEXT 55
  42. #define IDC_STATIC1 56
  43. #define IDC_STATIC2 57
  44. #define IDC_NO_DEVICES_TEXT 58