home *** CD-ROM | disk | FTP | other *** search
- /* acdfres2.h - default window identifiers */
- #include <icconst.h>
-
- /* 2000's reserved for Application Id */
- #define ID_BUTTON 2000
- #define ID_STATIC1 2002
- #define ID_ENTRY1 2003
- #define ID_STATIC2 2004
- #define ID_ENTRY2 2005
- #define ID_OBJECT 2006
- #define MI_TEST 2007
- #define MI_CHANGE 2008
- #define STR_HELLO_1 2009
- #define STR_HELLO_2 2010
- #define STR_UPDATE 2011
- #define STR_STRING1 2012
- #define STR_STRING2 2013
- #define STR_POINTER 2014
- #define STR_STRING1_EMPTY 2015
- #define STR_STRING2_EMPTY 2016
- #define STR_POINTER_EMPTY 2017
-
-
- //Icon
- #define IC_ACDF2 2100
- /* the rest are in icconst.h */
-