home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////
- // OScriptB.txt (VDL 2023)
- // AUTHOR: Anthony C. Ard <anthony_ard@claris.com>, 26-Jun-97.
- // Copyright 1997 Claris
-
- // Top half of the Object Editor for an HTML code object.
- #include "ObjEPref.txt"
-
- ///////////////////////////////////////////////////////////////////////////
- // LOCALIZED STRING CONSTANTS BEGIN
-
- /* This section contains all localizable string constants for this VDL
- program. Be sure to include the backslash character at the end of each
- line of a multi-line string, except for the last line. You may also
- flatten multiline constants into a single line, if you prefer. */
-
- ///////////////////////////////////////////////////////////////////////////
- // LOCALIZED STRING CONSTANTS END
-
- ///////////////////////////////////////////////////////////////////////////
- // LOCALIZED NUMERICAL CONSTANTS BEGIN
-
- /* This section contains integer constants that are used to format this VDL
- program. These are localizable - they only need to be changed if the
- localized strings are sufficiently longer than the US strings. Localize
- the strings first, then the constants. */
-
- #if Platform_Mac
- # define kHelpFont Font = { Geneva, 9, { Italic } }
- #endif
-
- ///////////////////////////////////////////////////////////////////////////
- // LOCALIZED NUMERICAL CONSTANTS END
- // No further localizable data past this point.
- // END LOCALIZABLE DATA
- ///////////////////////////////////////////////////////////////////////////
-
- #if Platform_Mac
- Margin( 2, 2, 2, 2, stdBackColor )
- HelpView( Width = UseParent, Alignment = Left, Height = 12, kHelpFont );
- #else
- Spacer(Width=0, Height=0);
- #endif
-