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

  1. {info description="Envoy Plugin" author="burger" website="http://www.twcorp.com"}
  2.  
  3. {page number=1 heading="Choose a Envoy Image to embed"}
  4.  
  5. {label top=5 caption="This dialogue will insert a tag for the Envoy plugin by"}
  6. {label top=+15 caption="Tubleweed Software" width=110}
  7.  
  8. {label top=+20 caption="Which Envoy Image should be embedded ?"}
  9. {imagefile top=+15 name="File1" filetype="evy" ifblank="You must choose a file !"}
  10.  
  11. {label top=+25 caption="Height" width=50}
  12. {label top=+0 left=+95 caption="Width" width=50}
  13.  
  14. {text top=+15 name="Height" default=180 width=50}
  15. {text top=+0 left=+95 name="Width" default=120 width=50}
  16.  
  17. {label top=+35 caption="Select User Interface" width=110}
  18. {label top=+0 left=+25 caption="Select Fit Type" width=100}
  19.  
  20. {list top=+15 height=30 name="Interface" default="FULL" width=80 values="FULL"|"SCROLL"|"STATIC"}
  21. {combo top=+0 left=+55 name="Zoom" default="FITWIDTH" width=80 values="FITWIDTH"|"FITHEIGHT"|"FITPAGE"}
  22.  
  23. {label top=+45 caption="                 Image Alignment" width=200}
  24. {label top=+15 caption="Horizontal" width=70}
  25. {label top=+0 left=+25 caption="Vertical" width=70}
  26. {label top=+0 left=+25 caption="Use Whole Page" width=90}
  27.  
  28. {list top=+15 height=30 name="Hori" default="CENTER" width=70 values="FIT"|"LEFT"|"CENTER"|"LEFT"|"PAGE"|"RECT"}
  29. {list top=+0 left=+25 height=30 name="Vert" default="CENTER" width=70 values="FIT"|"CENTER"|"TOP"|"BOTTOM"|"PAGE"|"RECT"}
  30. {check top=+0 left=+25 caption="Yes" name="Wholepage" values="PAGE"|"RECT"}
  31. {/page}
  32.  
  33. {skeleton}
  34. <EMBED SRC="{File1}" HEIGHT={Height} WIDTH={Width} INTERFACE={Interface} 
  35. ZOOM={Zoom} HORI={Hori},{Wholepage} VERT={Vert},{Wholepage}>
  36. {/skeleton}
  37.