home *** CD-ROM | disk | FTP | other *** search
- /* acdfres5.h - default window identifiers */
- #include <icconst.h>
-
- // 2000's for application ID's
- #define MI_ADD 2001
- #define MI_DELETE 2002
-
- #define ID_NAME_FIELD 2003
- #define ID_AGE_FIELD 2004
- #define ID_LIST_FIELD 2005
- #define ID_NAME_STATIC 2006
- #define ID_AGE_STATIC 2007
- #define ID_LIST_STATIC 2008
- #define ID_ADD_PUSH 2009
- #define ID_DEL_PUSH 2010
- #define ID_RADIO_SEQ 2011
- #define ID_RADIO_KEY 2012
- #define ID_ACDF5 2013
- #define STR_NAME 2014
- #define STR_AGE 2015
- #define STR_ADD 2016
- #define STR_DELETE 2017
- #define STR_LIST 2018
- #define STR_SEQUENCE 2019
- #define STR_KEYED 2020
- #define STR_NOTHING 2021
-
- // Icon file for the application
- #define IC_ACDF5 2100
-
-
- /* the rest are in icconst.h */
-