This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/os2/som/wps/owobjrc.h

24 lines
473 B
C

#ifndef OWOBJECT_RCH
#define OWOBJECT_RCH
// define private resource type
#define RT_USER_DATAFILE 0x1000
// id for data file
#define IDRES_TEXT_WELCOME 0x1000
// PM resource IDs
#define IDDLG_UNUSED -1
#define IDRES_ICON 1
#define IDDLG_PAGE_WELCOME 0x100
#define IDDLG_MLE_README 0x101
#define IDTXT_TESTVALUE 0x102
#define IDSPB_TESTVALUE 0x103
#define IDTXT_OBJECTID 0x104
#define IDENT_OBJECTID 0x105
#endif // OWOBJECT_RCH