home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / CHIP_CD_1998_11_PL.iso / software / testsoft / powerprj / BORDERS.LIB / MOSFLT-L.B < prev    next >
Encoding:
Text File  |  1994-08-24  |  1.7 KB  |  75 lines

  1. // Border Size & Orientation
  2.  
  3. pagesize        Custom,390,280
  4. style           "Mosaic Filter 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. // Bottom Horizontal Division
  20.  
  21. moveto          1,height-9
  22. lineto          width-1,height-9
  23.  
  24.  
  25. // Bottom Vertical Divisions
  26.  
  27. moveto          width/4,height-5
  28. lineto          width/4,height-9
  29. moveto          width/2,height-5
  30. lineto          width/2,height-9
  31. moveto          width-width/4,height-5
  32. lineto          width-width/4,height-9
  33.  
  34. // Chart Location
  35.  
  36. moveto          1,20
  37. chartarea       width-1,height-9
  38.  
  39. // Text & Tokens
  40.  
  41. bold            on
  42. align           centre
  43. textsize        8
  44. moveto          width/4,8
  45. write           "<PROJ-TITLE>"
  46. textsize        4
  47. moveto          width/4,14
  48. write           "<CHART-TITLE>"
  49. bold            off
  50. textsize        4
  51. moveto          width/4,19
  52. write           "<PROJ-FOR>"
  53. align           left
  54. moveto          2,19
  55. write           "<DATE>"
  56. align           right
  57. moveto          width-2,19
  58. write           "<PROJ-BY>"
  59. align           left
  60.  
  61. textsize        3
  62. moveto          2,height-6
  63. write           "Drawn by: <CHART-AUTHOR>"
  64. moveto          width/4+1,height-6
  65. write           "Dwg No. <CHART-PROGRAMME>"
  66. moveto          width/2+2,height-6
  67. write           "Revision No. <CHART-REVISION>"
  68. moveto          width-width/4+1,height-6
  69. write           "Notes: <CHART-COMMENT>"
  70.  
  71. textsize        3
  72. moveto          0,height-1
  73. write           "Project Ref. <PDB-FILENAME>"
  74.  
  75.