File: pfc_n_cst_aboutattrib.sru
Size: 628
Date: Tue, 22 Jan 2008 23:29:02 +0100
$PBExportHeader$pfc_n_cst_aboutattrib.sru
$PBExportComments$PFC About window attributes
forward
global type pfc_n_cst_aboutattrib from n_cst_baseattrib
end type
end forward

global type pfc_n_cst_aboutattrib from n_cst_baseattrib autoinstantiate
end type

type variables
string   is_application    //The application name
string   is_logo        //The logo
string   is_version        //The application version
string   is_copyright      //A copyright message

end variables

on pfc_n_cst_aboutattrib.create
TriggerEvent( this, "constructor" )
end on

on pfc_n_cst_aboutattrib.destroy
TriggerEvent( this, "destructor" )
end on