home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 5, 255, 255, 0, 0, 0, 0, 100, 0
- .StoreColor 5, 0, 106, 151, 0, 0, 0, 100, 18
- .StoreColor 5, 14, 206, 255, 0, 0, 0, 100, 30
- .StoreColor 5, 0, 106, 148, 0, 0, 0, 100, 38
- .StoreColor 5, 255, 255, 0, 0, 0, 0, 100, 75
- .StoreColor 5, 67, 151, 78, 0, 0, 0, 100, 100
- .ApplyFountainFill 0, 0, 0, 0, 256, 0, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-