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

/*
* RESOURCE.H
*
* Point-of-Sale Control Panel Applet
*
* Author: Ervin Peretz
*
* (c) 2001 Microsoft Corporation
*/
/*
* Icon identifiers
*/
#define IDI_POSCPL_ICON 1
/*
* String identifiers
*/
#define IDS_DIALOG_TITLE 101
#define IDS_CAPTION 102
#define IDS_DESCRIPTION 103
#define IDS_DRAWERSTATE_UNKNOWN 104
#define IDS_DRAWERSTATE_OPEN 105
#define IDS_DRAWERSTATE_READY 106
#define IDS_DRAWERSTATE_CHARGING 107
#define IDS_DRAWERSTATE_LOCKED 108
/*
* Prop sheet page identifiers (one for each POS device type)
*/
#define IDD_NO_DEVICES_DLG 1
#define IDD_POS_CASHDRAWER_DLG 2
#define IDD_POS_MSR_DLG 3
#define IDD_DEVICETYPE_NONE 11
#define IDD_DEVICETYPE_CASHDRAWER 12
#define IDD_DEVICETYPE_MSR 13
/*
* Dialog control identifiers
*/
#define IDC_SELECT_DEVICETYPE 51
#define IDC_CASHDRAWER_STATE 52
#define IDC_CASHDRAWER_STATETEXT 53
#define IDC_CASHDRAWER_OPEN 54
#define IDC_MSR_TEXT 55
#define IDC_STATIC1 56
#define IDC_STATIC2 57
#define IDC_NO_DEVICES_TEXT 58