home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Outline Width,
- REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
- REM Created On Sunday, October, 06, 1996 by leah
-
- WITHOBJECT "CorelDraw.Automation.7"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .SetOutlineWidth 1763
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-