/************************************************************************ * * 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 VS_SPACING_WIDTH 80 #define CUSTOM_HEIGHT CBOX_HEIGHT + MBOX_HEIGHT + POPUPPANEL_MARGIN_LARGE * 3 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT * 2 #define CUSTOM_WIDTH VS_SPACING_WIDTH - 8 #define CUSTOM_X POPUPPANEL_MARGIN_LARGE + OFFSET_X + 1 #define CUSTOM_Y OFFSET_Y + POPUPPANEL_MARGIN_SMALL * 3 + 15 * 6 + TEXT_HEIGHT //#define FT_TEST 1 #define CB_SBFONT_FONT 2 #define MB_SBFONT_FONTSIZE 3 #define TB_FONT 4 #define TB_INCREASE_DECREASE 5 #define TB_FONTCOLOR 6 #define TB_SCRIPT_SW 7 #define TB_HIGHLIGHT 8 #define TB_SPACING 9 #define TB_SCRIPT 10 #define IMG_INCREASE 11 #define IMG_INCREASE_H 12 #define IMG_DECREASE 13 #define IMG_DECREASE_H 14 #define IMG_BOLD 15 #define IMG_BOLD_H 16 #define IMG_ITALIC 17 #define IMG_ITALIC_H 18 #define IMG_UNDERLINE 19 #define IMG_UNDERLINE_H 20 #define IMG_STRIKEOUT 21 #define IMG_STRIKEOUT_H 22 #define IMG_SHADOWED 23 #define IMG_SHADOWED_H 24 #define IMG_FONTCOLOR 25 #define IMG_FONTCOLOR_H 26 #define IMG_SUPSCRIPT 27 #define IMG_SUPSCRIPT_H 28 #define IMG_SUBSCRIPT 29 #define IMG_SUBSCRIPT_H 30 //#define IMG_SPACING 31 //#define IMG_SPACING_H 32 #define IMG_HIGHLIGHT 33 #define IMG_HIGHLIGHT_H 34 #define TBI_FONTCOLOR 50 #define TBI_BOLD 51 #define TBI_ITALIC 52 #define TBI_UNDERLINE 53 #define TBI_STRIKEOUT 54 #define TBI_SHADOWED 55 #define TBI_INCREASE 56 #define TBI_DECREASE 57 #define TBI_HIGHLIGHT 58 #define TBI_SUPER 59 #define TBI_SUB 60 #define TBI_SUPER_SW 61 #define TBI_SUB_SW 62 #define TBI_SPACING 63 #define IMG_SPACING_D 71 #define STR_QH_BOLD 72 #define STR_QH_ITALIC 73 #define STR_QH_UNDERLINE 74 //popup window underline #define VS_UNDERLINE 1 #define PB_OPTIONS 2 #define BMP_UNDERLINE_MORE 3 #define BMP_UNDERLINE_MORE_H 4 #define IMG_SINGLE 10 #define IMG_DOUBLE 11 #define IMG_BOLD2 12 #define IMG_DOT 13 #define IMG_DOT_BOLD 14 #define IMG_DASH 15 #define IMG_DASH_LONG 16 #define IMG_DASH_DOT 17 #define IMG_DASH_DOT_DOT 18 #define IMG_WAVE 19 #define STR_SINGLE 20 #define STR_DOUBLE 21 #define STR_BOLD 22 #define STR_DOT 23 #define STR_DOT_BOLD 24 #define STR_DASH 25 #define STR_DASH_LONG 26 #define STR_DASH_DOT 27 #define STR_DASH_DOT_DOT 28 #define STR_WAVE 29 #define IMG_SINGLE_H 30 #define IMG_DOUBLE_H 31 #define IMG_BOLD2_H 32 #define IMG_DOT_H 33 #define IMG_DOT_BOLD_H 34 #define IMG_DASH_H 35 #define IMG_DASH_LONG_H 36 #define IMG_DASH_DOT_H 37 #define IMG_DASH_DOT_DOT_H 38 #define IMG_WAVE_H 39 #define IMG_SINGLE_SEL 40 #define IMG_DOUBLE_SEL 41 #define IMG_BOLD2_SEL 42 #define IMG_DOT_SEL 43 #define IMG_DOT_BOLD_SEL 44 #define IMG_DASH_SEL 45 #define IMG_DASH_LONG_SEL 46 #define IMG_DASH_DOT_SEL 47 #define IMG_DASH_DOT_DOT_SEL 48 #define IMG_WAVE_SEL 49 //popup window font color #define VS_FONT_COLOR 1 #define STR_AUTOMATICE 2 //POPUP WINDOW OF SPACING #define VS_SPACING 1 #define CT_BORDER 7 #define LB_KERNING 8 #define ED_KERNING 9 #define FT_SPACING 18 #define FT_BY 19 #define FT_LASTCUSTOM 20 #define IMG_NORMAL 31 #define IMG_VERY_TIGHT 32 #define IMG_TIGHT 33 #define IMG_LOOSE 34 #define IMG_VERY_LOOSE 35 #define IMG_CUSTOM 36 #define IMG_CUSTOM_GRAY 37 #define IMG_NORMAL_S 51 #define IMG_VERY_TIGHT_S 52 #define IMG_TIGHT_S 53 #define IMG_LOOSE_S 54 #define IMG_VERY_LOOSE_S 55 #define STR_VERY_TIGHT 61 #define STR_TIGHT 62 #define STR_NORMAL 63 #define STR_LOOSE 64 #define STR_VERY_LOOSE 65 #define STR_CUSTOM 66 #define STR_VERY_TIGHT_TIP 67 #define STR_TIGHT_TIP 68 #define STR_NORMAL_TIP 69 #define STR_LOOSE_TIP 70 #define STR_VERY_LOOSE_TIP 71 #define STR_CUSTOM_C_TIP 72 #define STR_CUSTOM_E_TIP 73 #define STR_PT 74 //help ids #define HID_COMBO_FONT_NAME 705236994 #define HID_METRIC_FONT_SIZE 705242627 #define HID_TB_INCREASE_DECREASE 705246725 #define HID_TBI_INCREASE 705246264 #define HID_TBI_DECREASE 705246265 #define HID_TB_FONT 705246724 #define HID_TBI_FONT_BOLD 705246259 #define HID_TBI_FONT_ITALIC 705246260 #define HID_TBI_FONT_UNDERLINE 705246261 #define HID_TBI_FONT_STRIKEOUT 705246262 #define HID_TBI_FONT_SHADOWED 705246263 #define HID_TB_COLOR 705246726 #define HID_TBI_COLOR 705246258 #define HID_TB_SCRIPT 705246730 #define HID_TBI_SCRIPT_SUPER 705246267 #define HID_TBI_SCRIPT_SUB 705246268 #define HID_TB_SCRIPT_SW 705246727 #define HID_TBI_SCRIPT_SW_SUPER 705246269 #define HID_TBI_SCRIPT_SW_SUB 705246270 #define HID_TB_SPACING 705246729 #define HID_TBI_SPACING 705246271 #define HID_TB_HIGHLIGHT 705246728 #define HID_TBI_HIGHLIGHT 705246266 #define HID_UNDERLINE_VS 705492993 #define HID_UNDERLINE_BTN 705483266 #define HID_COLOR_VS 705476609 #define HID_SPACING_TB_VERY_LOOSE 705459717 #define HID_SPACING_TBI_VERY_LOOSE 705459225 #define HID_SPACING_TB_LOOSE 705459716 #define HID_SPACING_TBI_LOOSE 705459224 #define HID_SPACING_TB_NORMAL 705459713 #define HID_SPACING_TBI_NORMAL 705459221 #define HID_SPACING_TB_TIGHT 705459715 #define HID_SPACING_TBI_TIGHT 705459223 #define HID_SPACING_TB_VERY_TIGHT 705459714 #define HID_SPACING_TBI_VERY_TIGHT 705459222 #define HID_SPACING_TB_CUSTOM 705459718 #define HID_SPACING_TBI_CUSTOM 705459226 #define HID_SPACING_CB_KERN 705449992 #define HID_SPACING_MB_KERN 705452553