File: u_tabpg.sru
Size: 366
Date: Sat, 08 May 2021 23:34:23 +0200
$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