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

  1. #include "ObjEPref.txt"
  2.         
  3. #define kLit1    "Format File:"
  4. #define kLit2579 "Specifies the filename of the format (reply) file, including the .htm extension."
  5.  
  6. VList(UseParWidth, stdBackColor)
  7. {
  8.     Margin(0, 5, 0, 5, TabDialogBack)
  9.     StaticText( kLit1, kStaticFont, Alignment = Left, UseParWidth);
  10.     EditText(obj.value, LabelAlignment=Left, StdLblWidth, kEditFont, UseParWidth, StdFlags, EH kLit2579);
  11. }
  12.