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

  1. {info description="Vector Image Plugin" author="burger" website="http://www.softsource.com/softsource"}
  2.  
  3. {page number=1 heading="Choose a Vector Image to embed"}
  4.  
  5. {label top=5 caption="This dialogue will insert a tag for the SVF plugin"}
  6. {label top=+15 caption="by SourceSafe."}
  7.  
  8. {label top=+20 caption="Which Vector Image should be embedded ?"}
  9. {imagefile top=+15 name="File1" filetype="svf" ifblank="You must choose a file !"}
  10.  
  11. {label top=+25 caption="Width" width=50}
  12. {label top=+0 left=+95 caption="Height" width=50}
  13.  
  14. {text top=+15 name="Width" default=200 width=50}
  15. {text top=+0 left=+85 name="Height" default=200 width=50}
  16.  
  17. {label top=+25 caption="List Layers That Are On" width=130}
  18. {Text top=+15 name="Layeron" width=150}
  19.  
  20. {label top=+25 caption="List Layers That Are Off" width=130}
  21. {text top=+15 name="Layeroff" width=150}
  22.  
  23. {label top=+25 caption="If multiple layers are entered seperate, each layer name"}
  24. {label top=+15 caption="with a comma."}
  25.  
  26. {label top=+25 caption="Status Bar Message" width=110}
  27. {text top=+15 width=200 name="Status" default="SoftSource - another plugin supported by Hotdog"} 
  28.  
  29. {label top=+25 caption="Disable Zoom Facility" width=100}
  30. {label top=+0 left=+25 caption="Disable Pan Facility" width=100}
  31.  
  32. {check top=+15 width=50 caption="Yes" name="Zoom" values="ZOOM=FALSE"|""}
  33. {check top=+0 left=+75 width=50 caption="Yes" name="Pan" values="PAN=FALSE"|""}
  34.  
  35. {label top=+25 caption="Disable Layers Facility" width=70}
  36. {check top=+15 width=50 caption="Yes" name="Layers" values="LAYERS=FALSE"|""}
  37.  
  38. {/page}
  39.  
  40. {skeleton}
  41. <EMBED SRC="{File1}" HEIGHT={Height} WIDTH={Width} LAYERON={Layeron} 
  42. LAYEROFF={LayerOff} STATUS="{Status}" {Pan} {Zoom} {Layers}>
  43. {/skeleton}
  44.