home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "E-Mail address of person to be blind carbon copied:"
- #define kLit2583 "Specifies the email address in the form of name@domain.com."
-
- 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 kLit2583 );
- }
-