home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 2, 0, 0, 0, 100, 0, 0, 100, 0
- .StoreColor 5, 70, 77, 67, 0, 0, 0, 100, 25
- .StoreColor 5, 178, 180, 180, 0, 0, 0, 100, 56
- .StoreColor 5, 204, 200, 200, 0, 0, 0, 100, 71
- .StoreColor 5, 229, 229, 225, 0, 0, 0, 100, 87
- .StoreColor 5, 255, 255, 255, 0, 0, 0, 100, 100
- .ApplyFountainFill 1, -22, 16, -224, 256, 12, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-