/************************************************************************ * * Licensed Materials - Property of IBM. * (C) Copyright IBM Corporation 2003, 2012. All Rights Reserved. * U.S. Government Users Restricted Rights: * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * ************************************************************************/ #define FT_PAGENUM_POS 1 #define LB_PAGENUM_POS 2 #define FT_PAGENUM_ALIGN 3 #define LB_PAGENUM_ALIGN 4 #define FT_PAGENUM_PAGETYPE 5 #define LB_PAGENUM_PAGETYPE 6 #define BT_PAGENUM_FORMAT 7 #define STR_PAGESTYLE_NAME 8 #define STR_POSITION_HEADER 9 #define STR_POSITION_FOOTER 10 #define STR_PGN_ALIGN_LEFT 11 #define STR_PGN_ALIGN_RIGHT 12 #define STR_PGN_ALIGN_CENTER 13 #define BT_OK 100 #define BT_CANCEL 101 #define BT_HELP 102