/* @(#)ExternResources.h 17.1.1.1 (ESO-IPG) 01/25/02 17:30:43 */ #ifdef DESIGN_TIME #include #endif #ifndef DESIGN_TIME #define ShortLen 40 #define LongLen 120 extern char TextFont[]; extern char BoldTextFont[]; extern char BigFont[]; extern char BoldBigFont[]; extern char SmallFont[]; extern char BoldSmallFont[]; extern char SmallPropFont[]; extern char TextForeground[]; extern char TextBackground[]; extern char LabelBackground[]; extern char WindowBackground[]; extern char ApplicBackground[]; extern char SHelpBackground[]; extern char MenuBackground[]; extern char MenuForeground[]; extern char ListBackground[]; extern char ListForeground[]; extern char ButtonBackground[]; extern char ButtonForeground[]; extern char CancelForeground[]; extern char ApplyForeground[]; extern char SelectColor[]; extern char ApplicGeometry[]; extern char ExtHelpGeometry[]; extern char SelBoxGeometry[]; #endif