File: u_tabpg.sru
Size: 363
Date: Tue, 22 Jan 2008 23:32:33 +0100
$PBExportHeader$u_tabpg.sru
$PBExportComments$Extension TabPage class
forward
global type u_tabpg from pfc_u_tabpg
end type
end forward

global type u_tabpg from pfc_u_tabpg
int Width=1977
int Height=1220
end type
global u_tabpg u_tabpg

on u_tabpg.create
call pfc_u_tabpg::create
end on

on u_tabpg.destroy
call pfc_u_tabpg::destroy
end on