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

  1. REM Favorite : Outline Style,
  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.     .SetOutlineMiscProperties 2, 14, 0, 0, 100, 0, FALSE, FALSE
  10.     .ResumePainting 
  11.     .EndOfRecording 
  12. END WITHOBJECT
  13.