home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / fill_out / outlines / calligrf.csc < prev    next >
Encoding:
Text File  |  1996-10-17  |  517 b   |  16 lines

  1. REM Favorite : Outline Style,Outline Width,Outline Arrow Head,Outline Arrow Tail,
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3. REM Created On Thursday, October, 17, 1996 by antoniom
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects FALSE
  9.     .SetOutlineWidth 56444
  10.     .SetOutlineMiscProperties 1, 0, 2, 0, 17, -450, FALSE, FALSE
  11.     .SetOutlineArrow 0
  12.     .SetOutlineArrow 1
  13.     .ResumePainting 
  14.     .EndOfRecording 
  15. END WITHOBJECT
  16.