home *** CD-ROM | disk | FTP | other *** search
- #ifndef ACNR_H
- #define ACNR_H
- /******************************************************************************
- * .FILE: acnr.h *
- * *
- * .DESCRIPTION: Container sample - Symbolic Defintions *
- * *
- * .COPYRIGHT: *
- * Licensed Material - Program-Property of IBM *
- * (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved *
- * *
- * .DISCLAIMER: *
- * The following [enclosed] code is sample code created by IBM *
- * Corporation. This sample code is not part of any standard IBM product *
- * and is provided to you solely for the purpose of assisting you in the *
- * development of your applications. The code is provided 'AS IS', *
- * without warranty of any kind. IBM shall not be liable for any damages *
- * arising out of your use of the sample code, even if they have been *
- * advised of the possibility of such damages. *
- * *
- ******************************************************************************/
- #define WND_MAIN 1000
- #define WND_DEPT 1001
- #define STR_CNRTITLE 1002
-
- #define WND_CNREX 1010
- #define CNR_RESID 1011
-
- #define IBMLOGO 1110
- #define CLOGO 1111
- #define WLOGO 1114
- #define OSLOGO 1115
-
- #define ID_POPMENU 1200
- #define MI_EDRECORD 1210
- #define MI_EDNAME 1220
- #define MI_EDCODE 1230
- #define MI_EDADDRESS 1240
-
- #define MI_FILE 1520
- #define MI_HELP 1504
- #define MI_EDIT 1511
- #define MI_OPTION 1512
-
- #define ID_VIEWS 3000
- #define ID_VTEXT 3001
- #define ID_VFTEXT 3002
- #define ID_VNAME 3003
- #define ID_VFNAME 3004
- #define ID_VDETAILS 3005
- #define ID_VTICON 3006
- #define ID_VTTEXT 3007
- #define ID_VTNAME 3008
- #define ID_VICON 3009
- #define ID_VARRANGE 3010
- #define ID_FILTERS 3011
- #define ID_FILTER1 3012
- #define ID_FILTER2 3013
- #define ID_MARKALL 3015
- #define ID_UNMARKALL 3016
- #define ID_SORTS 3017
- #define ID_SORT1 3018
- #define ID_SORT2 3019
- #define STR_ITEM_21 9003
- #define STR_ITEM_22 9004
- #define STR_ITEM_23 9005
- #define STR_ITEM_11 9006
- #define STR_ITEM_12 9007
- #define STR_ITEM_13 9008
- #define STR_ITEM_31 9009
- #define STR_ITEM_32 9010
- #define STR_ITEM_33 9011
- #define STR_ITEM_41 9012
- #define STR_ITEM_42 9013
- #define STR_ITEM_43 9014
- #define STR_ITEM_51 9015
- #define STR_ITEM_52 9016
- #define STR_ITEM_53 9017
- #define STR_ITEM_61 9018
- #define STR_ITEM_62 9019
- #define STR_ITEM_63 9020
-
- #define STR_DEPT 9021
- #define STR_ICON 9022
- #define STR_ADDR 9023
- #define STR_CODE 9024
-
- #endif
-