GME
13
|
00001 #ifndef ANNOTATION_DEFS_H 00002 #define ANNOTATION_DEFS_H 00003 00004 #define E_ANNOTATOR_INVALID_PARAMVALUE 0x80737051 00005 00006 #define AN_DECORATOR_PROGID "MGA.Decorator.Annotator" 00007 00008 #define AN_PARAM_ROOTNODE _T("rootnode") 00009 00010 #define AN_ROOT _T("annotations") 00011 #define AN_INHERITABLE _T("inheritable") 00012 #define AN_HIDDEN _T("hidden") 00013 #define AN_COLOR_PREF _T("color") 00014 #define AN_BGCOLOR_PREF _T("bgcolor") 00015 #define AN_GRADIENTCOLOR_PREF _T("gradientcolor") 00016 #define AN_SHADOWCOLOR_PREF _T("shadowcolor") 00017 #define AN_FONT_PREF _T("logfont") 00018 #define AN_ASPECTS _T("aspects") 00019 #define AN_DEFASPECT _T("*") 00020 #define AN_GRADIENTFILL_PREF _T("gradientfill") 00021 #define AN_GRADIENTDIRECTION_PREF _T("gradientdirection") 00022 #define AN_CASTSHADOW_PREF _T("castshadow") 00023 #define AN_SHADOWDEPTH_PREF _T("shadowdepth") 00024 #define AN_SHADOWDIRECTION_PREF _T("shadowdirection") 00025 #define AN_ROUNDCORNERRECT_PREF _T("roundrectcorner") 00026 #define AN_ROUNDCORNERRADIUS_PREF _T("roundrectcornerradius") 00027 00028 #define AN_VISIBLE_DEFAULT _T("DefaultVisibility") 00029 #define AN_DEFANNOTATION_NAME _T("Annotation") 00030 #define AN_DEFAULTANNOTATION_TXT _T("Enter your annotation here") 00031 00032 #define AN_DEFAULT_FONT_HEIGHT 12 00033 #define AN_DEFAULT_FONT_FACE _T("Arial") 00034 #define AN_DEFAULT_COLOR RGB(0x00, 0x00, 0x00) 00035 #define AN_COLOR_TRANSPARENT -1 00036 #define AN_DEFAULT_BGCOLOR AN_COLOR_TRANSPARENT 00037 #define AN_DEFAULT_SHADOWCOLOR RGB(0xC0, 0xC0, 0xC0) 00038 #define AN_DEFAULT_GRAYEDOUTCOLOR RGB(0xde, 0xde, 0xde) 00039 #define AN_DEFAULT_GRADIENTCOLOR AN_DEFAULT_COLOR 00040 #define AN_DEFAULT_GRADIENTFILL false 00041 #define AN_DEFAULT_GRADIENTDIRECTION 0 00042 #define AN_DEFAULT_CASTSHADOW false 00043 #define AN_DEFAULT_SHADOWDEPTH 9 00044 #define AN_DEFAULT_SHADOWDIRECTION 45 00045 #define AN_DEFAULT_ROUNDCORNERRECT false 00046 #define AN_DEFAULT_ROUNDCORNERRADIUS 9 00047 00048 #define AN_MARGIN 6 00049 00050 #endif //ANNOTATION_DEFS_H