home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / coreldrw / Draw / Fill_out / Outlines / black4.csc < prev    next >
Text File  |  1997-08-19  |  447b  |  18 lines

  1. REM Favorite : Outline,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 14111
  8.     .SetOutlineMiscProperties 1, 0, 0, 0, 100, 0, FALSE, FALSE
  9.     .StoreColor 2, 0, 0, 0, 100
  10.     .SetOutlineColor
  11.     .SetOutlineArrow 0
  12.     .SetOutlineArrow 1
  13.     .ResumePainting 
  14.     .EndOfRecording 
  15. END WITHOBJECT
  16.  
  17.  
  18.