home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / fill_out / outlines / dot_arr.csc < prev    next >
Encoding:
Text File  |  1996-10-17  |  983 b   |  25 lines

  1. REM Favorite : Outline,Outline Style,Outline Width,Outline Arrow Head,Outline Arrow Tail,
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3. REM Created On Thursday, October, 17, 1996 by antoniom
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects FALSE
  9.     .SetOutlineWidth 14111
  10.     .SetOutlineMiscProperties 2, 2, 0, 0, 100, 0, FALSE, FALSE
  11.     .SetOutlineColor 2, 0, 100, 100, 0
  12.     .BeginDrawArrow TRUE, 446786, 6
  13.     .AddArrowPoint 0, 0, FALSE, FALSE, TRUE, TRUE, 0, 0
  14.     .AddArrowPoint -889000, 381000, FALSE, FALSE, TRUE, FALSE, 0, 1
  15.     .AddArrowPoint -762000, 127000, TRUE, FALSE, TRUE, FALSE, 0, 3
  16.     .AddArrowPoint -762000, -127000, TRUE, FALSE, TRUE, FALSE, 0, 3
  17.     .AddArrowPoint -889000, -381000, TRUE, FALSE, TRUE, FALSE, 0, 2
  18.     .AddArrowPoint 0, 0, FALSE, FALSE, FALSE, TRUE, 0, 1
  19.     .EndDrawArrow 
  20.     .SetOutlineArrow 0
  21.     .SetOutlineArrow 1
  22.     .ResumePainting 
  23.     .EndOfRecording 
  24. END WITHOBJECT
  25.