home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 5, 25, 0, 96, 0, 0, 0, 100, 0
- .StoreColor 5, 86, 71, 164, 0, 0, 0, 100, 33
- .StoreColor 5, 152, 46, 206, 0, 0, 0, 100, 42
- .StoreColor 5, 255, 158, 255, 0, 0, 0, 100, 78
- .StoreColor 5, 242, 216, 255, 0, 0, 0, 100, 100
- .ApplyFountainFill 1, -14, 15, 103, 256, 26, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-