//*************************************************************************** // // Resource.h // //*************************************************************************** // // Child window IDs // #define ID_VIEW 100 #define ID_STATUS_BAR 101 #define IDC_TITLE 102 // // Menu item IDs // #define IDM_COPY 200 #define IDM_STATUS 201 #define IDM_ABOUT 202 #define IDM_EXIT 203 // // Menu ID // #define IDR_MENU 300 // // Bitmap ID // #define IDB_LOGO 400 // // Dialog ID // #define IDD_ABOUTDLG 500