home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "Format file for E-Mail body:"
- #define kLit2585 "Specifies the filename of the file used for the email message. This is a FileMaker Include file (filename.txt)."
-
- VList(UseParWidth, stdBackColor)
- {
- Margin(0, 5, 0, 5, TabDialogBack)
- StaticText( kLit1, kStaticFont, Alignment = Left, UseParWidth);
- EditText(obj.value, LabelAlignment=Left, StdLblWidth, kEditFont, UseParWidth, StdFlags, EH kLit2585);
- }
-