/*
 *  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_POS_CASHDRAWER_DLG          1   
#define IDD_POS_MSR_DLG                 2

#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




