home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 May
/
dpcb0598.iso
/
Business
/
Draw8
/
Draw
/
Fill_out
/
Outlines
/
dot_arr.csc
< prev
next >
Wrap
Text File
|
1997-08-19
|
872b
|
26 lines
REM Favorite : Outline,Outline Style,Outline Width,Outline Arrow Head,Outline Arrow Tail
WITHOBJECT "CorelDraw.Automation.8"
.StartOfRecording
.SuppressPainting
.RecorderStorePreselectedObjects FALSE
.SetOutlineWidth 14111
.SetOutlineMiscProperties 2, 2, 0, 0, 100, 0, FALSE, FALSE
.StoreColor 2, 0, 100, 100, 0
.SetOutlineColor
.BeginDrawArrow TRUE, 446786, 6
.AddArrowPoint 0, 0, FALSE, FALSE, TRUE, TRUE, 0, 0
.AddArrowPoint -889000, 381000, FALSE, FALSE, TRUE, FALSE, 0, 1
.AddArrowPoint -762000, 127000, TRUE, FALSE, TRUE, FALSE, 0, 3
.AddArrowPoint -762000, -127000, TRUE, FALSE, TRUE, FALSE, 0, 3
.AddArrowPoint -889000, -381000, TRUE, FALSE, TRUE, FALSE, 0, 2
.AddArrowPoint 0, 0, FALSE, FALSE, FALSE, TRUE, 0, 1
.EndDrawArrow
.SetOutlineArrow 0
.SetOutlineArrow 1
.ResumePainting
.EndOfRecording
END WITHOBJECT