home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "MIME Type:"
- #define kLit2516 "Specifies a MIME type to return to browser other than text/html and uses the syntax: type or subtype; parameter attribute."
-
- Margin(10, 10, 10, 10, TabDialogBack)
- VList(UseParWidth)
- {
- HSpace(250);
- StaticText( kLit1, Width = UseParent, kStaticFont);
- StdVSpace;
- EditText(obj.mimetype, Label = "", LabelAlignment=Left, kEditFont, LabelWidth=0, UseParWidth, StdFlags, EH kLit2516);
- StdVSpace;
- }