home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Outline Style,Outline Width,Outline Arrow Head,Outline Arrow Tail
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .SetOutlineWidth 56444
- .SetOutlineMiscProperties 1, 0, 2, 0, 17, -450, FALSE, FALSE
- .SetOutlineArrow 0
- .SetOutlineArrow 1
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-