home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 0161b.exe / CMX.HDW < prev    next >
Encoding:
Text File  |  1996-09-25  |  1004 b   |  26 lines

  1. {info description="Corel Draw Plugin" author="burger" website="http://www.corel.com"}
  2.  
  3. {page number=1 heading="Choose a Corel Image to embed"}
  4.  
  5. {label top=5 caption="This dialogue will insert a tag for the CMX plugin by Corel"}
  6.  
  7. {label top=+20 caption="Which Corel Image should be embedded ?"}
  8. {imagefile top=+15 name="File1" filetype="cmx" ifblank="You must choose a file !"}
  9.  
  10. {label top=+35 caption="Height" width=50}
  11. {label top=+0 left=+95 caption="Width" width=50}
  12.  
  13. {text top=+15 name="Height" default=100 width=50}
  14. {text top=+0 left=+85 name="Width" default=100 width=50}
  15.  
  16. {label top=+35 caption="Alignment" width=90}
  17. {label top=+0 left=+45 caption="Border Width" width=90}
  18.  
  19. {list top=+15 height=30 name="Align" width=90 default="CENTER" values="LEFT"|"RIGHT"|"CENTER"|"TOP"|"BOTTOM"}
  20. {combo top=+0 left=+45 name="Border" default="" width=50 values="1"|"2"|"3"|"4"|"5"|""}
  21.  
  22. {/page}
  23.  
  24. {skeleton}
  25. <EMBED SRC="{File1}" {Height} {Width} ALIGN={Align} BORDER={Border}>
  26. {/skeleton}