home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 5, 137, 119, 229, 0, 0, 0, 100, 0
- .StoreColor 5, 153, 151, 255, 0, 0, 0, 100, 7
- .StoreColor 5, 200, 206, 255, 0, 0, 0, 100, 15
- .StoreColor 5, 255, 255, 255, 0, 0, 0, 100, 24
- .StoreColor 5, 197, 209, 255, 0, 0, 0, 100, 47
- .StoreColor 5, 140, 164, 232, 0, 0, 0, 100, 69
- .StoreColor 5, 140, 119, 238, 0, 0, 0, 100, 100
- .ApplyFountainFill 0, 0, 0, 0, 256, 0, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-