/************************************************************************ * * 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. * ************************************************************************/ // #ifndef _SVX_WRAPPROPERTYPAGE_HRC #define _SVX_WRAPPROPERTYPAGE_HRC //RID_PROPERTYPANEL_SWOBJWRAP_PAGE #define RB_NO_WRAP 1 #define RB_WRAP_LEFT 2 #define RB_WRAP_RIGHT 3 #define RB_WRAP_PARALLEL 4 #define RB_WRAP_THROUGH 5 #define RB_WRAP_IDEAL 6 #define IMG_NO_ENABLE 20 #define IMG_LEFT_ENABLE 21 #define IMG_RIGHT_ENABLE 22 #define IMG_PARALLEL_ENABLE 23 #define IMG_THROUGH_ENABLE 24 #define IMG_IDEAL_ENABLE 25 #define IMG_NO_ENABLE_HIGH 26 #define IMG_LEFT_ENABLE_HIGH 27 #define IMG_RIGHT_ENABLE_HIGH 28 #define IMG_PARALLEL_ENABLE_HIGH 29 #define IMG_THROUGH_ENABLE_HIGH 30 #define IMG_IDEAL_ENABLE_HIGH 31 #define IMG_NO_DISABLE 40 #define IMG_LEFT_DISABLE 41 #define IMG_RIGHT_DISABLE 42 #define IMG_PARALLEL_DISABLE 43 #define IMG_THROUGH_DISABLE 44 #define IMG_IDEAL_DISABLE 45 #define STR_NO_WRAP 51 #define STR_WRAP_LEFT 52 #define STR_WRAP_RIGHT 53 #define STR_WRAP_PARALLEL 54 #define STR_WRAP_THROUGH 55 #define STR_WRAP_IDEAL 56 #endif