home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1999 March / CDW0399.iso / Demos / HomePage / data1.cab / Program_Executable_Files / Homepage.exe / 1009 / 2023 < prev    next >
Encoding:
Text File  |  1997-12-10  |  1.7 KB  |  44 lines

  1. ///////////////////////////////////////////////////////////////////////////
  2. // OScriptB.txt (VDL 2023)
  3. // AUTHOR: Anthony C. Ard <anthony_ard@claris.com>, 26-Jun-97.
  4. // Copyright 1997 Claris
  5.  
  6. // Top half of the Object Editor for an HTML code object.
  7. #include "ObjEPref.txt"
  8.  
  9. ///////////////////////////////////////////////////////////////////////////
  10. // LOCALIZED STRING CONSTANTS BEGIN
  11.  
  12. /* This section contains all localizable string constants for this VDL
  13.    program. Be sure to include the backslash character at the end of each
  14.    line of a multi-line string, except for the last line.  You may also
  15.    flatten multiline constants into a single line, if you prefer. */
  16.  
  17. ///////////////////////////////////////////////////////////////////////////
  18. // LOCALIZED STRING CONSTANTS END
  19.  
  20. ///////////////////////////////////////////////////////////////////////////
  21. // LOCALIZED NUMERICAL CONSTANTS BEGIN
  22.  
  23. /* This section contains integer constants that are used to format this VDL
  24.    program. These are localizable - they only need to be changed if the
  25.    localized strings are sufficiently longer than the US strings.  Localize
  26.    the strings first, then the constants. */
  27.  
  28. #if Platform_Mac
  29. # define kHelpFont Font = { Geneva, 9, { Italic } }
  30. #endif
  31.  
  32. ///////////////////////////////////////////////////////////////////////////
  33. // LOCALIZED NUMERICAL CONSTANTS END
  34. // No further localizable data past this point.
  35. // END LOCALIZABLE DATA
  36. ///////////////////////////////////////////////////////////////////////////
  37.  
  38. #if Platform_Mac
  39.     Margin( 2, 2, 2, 2, stdBackColor )
  40.         HelpView( Width = UseParent, Alignment = Left, Height = 12, kHelpFont );
  41. #else
  42. Spacer(Width=0, Height=0);
  43. #endif
  44.