home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "Maximum number of records returned per page:"
- #define kLit2590 "Type a number between 1 and 2147483647, or type the word 'All'."
-
- 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 kLit2590);
- }
-