home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 May / dpcb0598.iso / Business / Draw8 / Draw / Fill_out / Outlines / calligrf.csc < prev    next >
Text File  |  1997-08-19  |  392b  |  16 lines

  1. REM Favorite : Outline Style,Outline Width,Outline Arrow Head,Outline Arrow Tail
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .SetOutlineWidth 56444
  8.     .SetOutlineMiscProperties 1, 0, 2, 0, 17, -450, FALSE, FALSE
  9.     .SetOutlineArrow 0
  10.     .SetOutlineArrow 1
  11.     .ResumePainting 
  12.     .EndOfRecording 
  13. END WITHOBJECT
  14.  
  15.  
  16.