home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "Layout Name:"
- #define kLit2580 "Specifies the name of the layout as defined in the FileMaker Pro file."
-
- 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 kLit2580);
- }
-