File: w_zoom.srw
Size: 314
Date: Tue, 22 Jan 2008 23:32:31 +0100
$PBExportHeader$w_zoom.srw
$PBExportComments$Extension Zoom dialog window
forward
global type w_zoom from pfc_w_zoom
end type
end forward

global type w_zoom from pfc_w_zoom
end type
global w_zoom w_zoom

on w_zoom.create
call super::create
end on

on w_zoom.destroy
call super::destroy
end on