home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / shared.dir / 00994.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  1.2 KB  |  45 lines

  1. on setRecent fName
  2.   set the textSize of field fName to 9
  3.   set the textFont of field fName to "MS Sans Serif"
  4.   set the textStyle of field fName to "bold"
  5.   set the foreColor of field fName to 255
  6. end
  7.  
  8. on setFieldTopic fName
  9.   set the textSize of field fName to 9
  10.   set the textFont of field fName to "MS Sans Serif"
  11.   set the textStyle of field fName to "bold"
  12.   set the foreColor of field fName to 32
  13. end
  14.  
  15. on setHeadline fName
  16.   set the textSize of field fName to 12
  17.   set the textFont of field fName to "times"
  18.   set the textStyle of field fName to "bold"
  19.   set the foreColor of field fName to 255
  20. end
  21.  
  22. on setCaption fName
  23.   set the textSize of field fName to 9
  24.   set the textFont of field fName to "MS Sans Serif"
  25.   set the textStyle of field fName to "plain"
  26. end
  27.  
  28. on setArticleBody fName
  29.   set the textSize of field fName to 12
  30.   set the textFont of field fName to "times"
  31.   set the textStyle of field fName to "plain"
  32. end
  33.  
  34. on setDispHead1 fName
  35.   set the textSize of field fName to 14
  36.   set the textFont of field fName to "times"
  37.   set the textStyle of field fName to "bold"
  38. end
  39.  
  40. on setDispHead2 fName
  41.   set the textSize of field fName to 18
  42.   set the textFont of field fName to "times"
  43.   set the textStyle of field fName to "bold"
  44. end
  45.