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

  1. #include "ObjEPref.txt"
  2.         
  3. #define kLit1    "MIME Type:"
  4. #define kLit2516 "Specifies a MIME type to return to browser other than text/html and uses the syntax: type or subtype; parameter attribute."
  5.  
  6. Margin(10, 10, 10, 10, TabDialogBack)
  7. VList(UseParWidth)
  8. {
  9.     HSpace(250);
  10.     StaticText( kLit1, Width = UseParent, kStaticFont);
  11.     StdVSpace;
  12.     EditText(obj.mimetype, Label = "", LabelAlignment=Left, kEditFont, LabelWidth=0, UseParWidth, StdFlags, EH kLit2516);
  13.     StdVSpace;
  14. }