File: csvc.sru
Size: 1600
Date: Mon, 07 Apr 2008 21:31:19 +0200
$PBExportHeader$csvc.sru
$PBExportComments$Service Constants
forward
global type csvc from nonvisualobject
end type
end forward

global type csvc from nonvisualobject
end type
global csvc csvc

type variables
//Service Constants
CONSTANT string BIT = "n_svc_bit"
CONSTANT string COLOR = "n_svc_color"
CONSTANT string CRYPTO = "n_svc_crypto"
CONSTANT string DATETIME = "n_svc_datetime"
CONSTANT string DROPDOWN = "n_svc_dropdown"
CONSTANT string DW = "n_svc_dw"
CONSTANT string EVENTS = "n_svc_event"
CONSTANT string FIlES = "n_svc_files"
CONSTANT string FORMAT = "n_svc_format"
CONSTANT string IIF = "n_svc_iif"
CONSTANT string IMAGELIST = "n_svc_imagelist"
CONSTANT string ISEMPTY = "n_svc_isempty"
CONSTANT string LV = "n_svc_lv"
CONSTANT string MENU = "n_svc_menu"
CONSTANT string POWERBUILDER = "n_svc_powerbuilder"
CONSTANT string REQUIRED_EDIT = "n_svc_requirededit"
CONSTANT string RESIZE = "n_svc_resize"
CONSTANT string RESOURCE = "n_svc_resource"
CONSTANT string SIZEOF = "n_svc_sizeof"
CONSTANT string TAB = "n_svc_tab"
CONSTANT string THEME = "n_svc_theme"
CONSTANT string TOOLTIP = "n_svc_tooltip"
CONSTANT string TV = "n_svc_tv"
CONSTANT string STRING = "n_svc_string"
CONSTANT string SYS = "n_svc_system"
CONSTANT string WIN32 = "n_svc_win32"
CONSTANT string WINDOW = "n_svc_window"
CONSTANT string WIZARD = "n_svc_wizard"
CONSTANT string ZLIB = "n_svc_zlib"

end variables
on csvc.create
call super::create
TriggerEvent( this, "constructor" )
end on

on csvc.destroy
TriggerEvent( this, "destructor" )
call super::destroy
end on