Leaked source code of windows server 2003
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.

54 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_POS_CASHDRAWER_DLG 1
  29. #define IDD_POS_MSR_DLG 2
  30. #define IDD_DEVICETYPE_NONE 11
  31. #define IDD_DEVICETYPE_CASHDRAWER 12
  32. #define IDD_DEVICETYPE_MSR 13
  33. /*
  34. * Dialog control identifiers
  35. */
  36. #define IDC_SELECT_DEVICETYPE 51
  37. #define IDC_CASHDRAWER_STATE 52
  38. #define IDC_CASHDRAWER_STATETEXT 53
  39. #define IDC_CASHDRAWER_OPEN 54
  40. #define IDC_MSR_TEXT 55
  41. #define IDC_STATIC1 56
  42. #define IDC_STATIC2 57