Listing 9 Resource constants

//  test_r.h

#define IDM_ABOUT      100
#define IDM_EXIT       101
#define IDM_TEST       102

//  Constants for CStrWnd
#define CSW_DOC_START  600
#define CSW_DOC_END    601
#define CSW_LINE_RIGHT 602
#define CSW_LINE_LEFT  603

// End of File