home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1999 March / CDW0399.iso / Demos / HomePage / data1.cab / Program_Executable_Files / Homepage.exe / 1009 / 2050 < prev    next >
Encoding:
Text File  |  1997-12-10  |  398 b   |  12 lines

  1. #include "ObjEPref.txt"
  2.         
  3. #define kLit1    "Layout Name:"
  4. #define kLit2580 "Specifies the name of the layout as defined in the FileMaker Pro file."
  5.  
  6. VList(UseParWidth, stdBackColor)
  7. {
  8.     Margin(0, 5, 0, 5, TabDialogBack)
  9.     StaticText( kLit1, kStaticFont, Alignment = Left, UseParWidth);
  10.     EditText(obj.value, LabelAlignment=Left, StdLblWidth, kEditFont, UseParWidth, StdFlags, EH kLit2580);
  11. }
  12.