# "@(#)read_gif.net 1.1 Stardent 90/06/25" # Copyright (c) 1989 by # Stardent Computer Inc. # All Rights Reserved # # This software comprises unpublished confidential information of # Stardent Computer Inc. and may not be used, copied or made # available to anyone, except in accordance with the license # under which it is furnished. # # This file is under sccs control at Stardent in: # @uranus/sccs1.p/avs_user_mods/data/read_gif/s.read_gif.net # # version 21.44 module "read gif.user.0" -xy 730,34 -ex ./read_gif module "display image.user.1" -xy 730,104 connect "read gif.user.0":0 "display image.user.1":0 setparm "read gif.user.0":"Read Image Browser" ./earth.gif setparm "display image.user.1":Magnification x1 setparm "display image.user.1":Automag_Size 320 setparm "display image.user.1":"Maximum Image Dimension" 1280 shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,1024 panel "Top Level Stack" -w master_stack -p Application -xy 2,80 -wh 256,280 panel "read gif.user.0" -w panel -p "Top Level Stack" -xy 0,64 -wh 256,216 manipulator "read gif.user.0:Read Image Browser" -w browser -p "read gif.user.0" \ -xy 10,10 -wh 236,196 panel "display image.user.1$image" -w container -p ui -xy 655,425 -wh 344,256\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator "display image.user.1":Magnification -w none manipulator "display image.user.1":Automag_Size -w none manipulator "display image.user.1":"Maximum Image Dimension" -w none # End of file