// Top half of the Object Editor for a Spacer object
#include "ObjEPref.txt"
/************************** LOCALIZED STRING CONSTANTS BEGIN **************************************/
/************************** LOCALIZED STRING CONSTANTS BEGIN **************************************/
/************************** LOCALIZED STRING CONSTANTS BEGIN **************************************/
#define kLit1 "&Height:"
#define kLit2 "&Width:"
#define kLit3 "Pixels"
#define kLit4 "Percent"
#define kLit5 "Reminder: when using spacers on your web"\
" page, this feature is only available to those"\
" browsing with Netscape Navigator 3.0 or newer."
//Mouse over help strings
#define kLit201 "Specifies the width of the spacer."
#define kLit202 "Specifies whether the spacer width is a percentage of the browser windowÆs width or a fixed amount that is not affected by the browser windowÆs width."
#define kLit203 "Specifies the height of the spacer."
#define kLit204 "Specifies whether the spacer height is a percentage of the browser windowÆs height or a fixed amount that is not affected by the browser windowÆs height."
/************************** LOCALIZED STRING CONSTANTS END **************************************/
/************************** LOCALIZED STRING CONSTANTS END **************************************/
/************************** LOCALIZED STRING CONSTANTS END **************************************/
/************************** LOCALIZED NUMERICAL CONSTANTS BEGIN **************************************/
/************************** LOCALIZED NUMERICAL CONSTANTS BEGIN **************************************/
/************************** LOCALIZED NUMERICAL CONSTANTS BEGIN **************************************/
#if Platform_Mac
//Width of the "NOEDIT" check box
#define kNoEditCheckboxWidth 250
#define kSpacerCommentWidth 67
#else
//Width of the "NOEDIT" check box
#define kNoEditCheckboxWidth 250
#define kSpacerCommentWidth 67
#endif
/************************** LOCALIZED NUMERICAL CONSTANTS END **************************************/
/************************** LOCALIZED NUMERICAL CONSTANTS END **************************************/
/************************** LOCALIZED NUMERICAL CONSTANTS END **************************************/
//No further localizable data past this point
/************************** END LOCALIZABLE DATA ***************************************************/
/************************** END LOCALIZABLE DATA ***************************************************/
/************************** END LOCALIZABLE DATA ***************************************************/