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

  1. #include "ObjEPref.txt"
  2.  
  3. #define kLit2512 "Displays the editable contents of the CDML Code tag."
  4.  
  5. VList(stdBackColor, Width = UseParent, Height = UseParent)
  6.     {
  7.     VList( VScroll, BackColor = White,
  8.              Width = UseParent, Height = UseParent )
  9.         Margin(2,2,2,2)
  10.             EditText( obj.contents, LabelWidth = 0, Width = UseParent,
  11.                          MultiLine, kEditFont, NoFrame, NoSmartQuotes, NoSmartEdits, EH kLit2512);
  12.     
  13.     }
  14.