home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / CHIP_CD_1998_11_PL.iso / software / testsoft / powerprj / BORDERS.LIB / MOSHST-P.B < prev   
Encoding:
Text File  |  1994-08-24  |  1018 b   |  50 lines

  1. // Border Size & Orientation
  2.  
  3. pagesize        Custom,280,390
  4. style           "Mosaic Histogram Default"
  5.  
  6. // Thick Outer Frame
  7.  
  8. moveto          0,0
  9. fillto          width,1
  10. fillto          width-1,height-4
  11. fillto          0,height-5
  12. fillto          1,1
  13.  
  14. // Top Horizontal Division
  15.  
  16. moveto          1,20
  17. lineto          width-1,20
  18.  
  19. // Chart Location
  20.  
  21. moveto          1,20
  22. chartarea       width-1,height-5
  23.  
  24. // Text & Tokens
  25.  
  26. bold            on
  27. align           centre
  28. textsize        8
  29. moveto          width/2,8
  30. write           "<PROJ-TITLE>"
  31. textsize        4
  32. moveto          width/2,14
  33. write           "<CHART-TITLE>"
  34. bold            off
  35. textsize        4
  36. moveto          width/2,19
  37. write           "<PROJ-FOR>"
  38. align           left
  39. moveto          2,19
  40. write           "<DATE>"
  41. align           right
  42. moveto          width-2,19
  43. write           "<PROJ-BY>"
  44. align           left
  45.  
  46. textsize        3
  47. moveto          0,height-1
  48. write           "Project Ref. <PDB-FILENAME>"
  49.  
  50.