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

  1. {info description="Figleaf Plugin" author="burger" website="http://www.ct.ebt.com"}
  2.  
  3. {page number=1 heading="Choose an Image File to embed"}
  4.  
  5. {label top=5 caption="This dialogue will insert a tag for the Figleaf plugin"}
  6. {label top=+15 caption="by Carberry Tech/EBT."}
  7.  
  8. {label top=+25 caption="Which Image File should be embedded ?"}
  9. {imagefile top=+15 name="File1" filetype="jpg,gif,png,tif,bmp,wmf,rgb" ifblank="You must choose a file !"}
  10.  
  11. {label top=+35 caption="Height" width=50}
  12. {label top=+0 left=+45 caption="Width" width=50}
  13.  
  14. {text top=+15 name="Height" default=200 width=50}
  15. {text top=+0 left=+45 name="Width" default=160 width=50}
  16.  
  17. {label top=+35 caption="Choose Colormap" width=90}
  18. {label top=+0 left=+15 caption="Show Actual Size" width=90}
  19. {label top=+0 left=+10 caption="Border Size" width=90}
  20.  
  21. {list top=+15 height=30 name="Colormap" default="PRIVATE" values="PRIVATE"|"DITHERED" width=70}
  22. {list top=+0 left=+35 height=30 name="Actualsize" default="FALSE" values="FALSE"|"TRUE" width=50}
  23. {combo top=+0 left=+50 name="Border" default="" values=""|"1"|"2"|"3"|"4"|"5" width=50}
  24.  
  25. {/page}
  26.  
  27. {skeleton}
  28. <EMBED SRC="{File1}" HEIGHT={Height} WIDTH={Width} COLORMAP={Colormap} 
  29. ACTUALSIZE={Actualsize} BORDER={Border}>
  30. {/skeleton}