home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "Error File:"
- #define kLit2504 "Specifies the filename of the error file. Example: 'errors.htm'."
-
- VList(UseParWidth, stdBackColor)
- {
- Margin(0,5,0,5)
- StaticText( kLit1, kStaticFont, Alignment = Left, UseParWidth);
- EditText(obj.value, StdLblWidth, kEditFont, UseParWidth, StdFlags, EH kLit2504);
- }
-
-