/* @(#)57    1.4  src/examples/bank/pm/bank.rch, examples.src, os2dce21.dss, 960602a.1 1/11/96 09:35:20 */
/*
 *   COMPONENT_NAME: examples.src
 *
 *   FUNCTIONS: none
 *
 *   ORIGINS: 72
 *
 */
/* bank.rch */
/* This header file contains all the ID values necessary to the resource script. */
#include "bseldlg.h"
#include "authdlg.h"
#include "operdlg.h"
#include "acctdlg.h"
#include "amtdlg.h"
#include "baldlg.h"

#define ID_BANK           9000
#define IDS_ACTION        9003
#define IDM_STARTTRAN     9004
#define IDM_NEXTTRAN      9005
#define IDM_CLEAR         9007
#define IDM_EXIT          9008

#define IDS_TITLE         8000
#define IDS_BANK_NAME     8001
#define IDS_CUST_NAME     8002
#define IDS_ACCT_TYPE     8003
#define IDS_TODAY_DATE    8004
#define IDS_OPER_NAME     8005
#define IDS_SAV_BAL       8006
#define IDS_CHK_BAL       8007
#define IDS_IRA_BAL       8008
#define IDS_CD_BAL        8009

#define UM_NEWLINE        (WM_USER + 0)
