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

  1. #include "ObjEPref.txt"
  2.         
  3. #define kLit1    "Button Text:"
  4. #define kLit2 "Specifies text on button as it will appear on the button in the browser."
  5.  
  6. VList(UseParWidth, stdBackColor)
  7. {
  8.     Margin(0,5,0,5)
  9.     StaticText( kLit1, UseParWidth, Alignment = Left, kStaticFont);
  10.     EditText(obj.value, StdLblWidth, kEditFont, StdFlags, EH kLit2);
  11. }
  12.