File: u_base_button.sru
Size: 569
Date: Tue, 22 Aug 2017 17:30:58 +0200
$PBExportHeader$u_base_button.sru
forward
global type u_base_button from commandbutton
end type
end forward

global type u_base_button from commandbutton
integer width = 443
integer height = 100
integer textsize = -10
integer weight = 400
fontcharset fontcharset = ansi!
fontpitch fontpitch = variable!
fontfamily fontfamily = swiss!
string facename = "Arial"
string text = "none"
end type
global u_base_button u_base_button

event clicked;SetPointer(HourGlass!)

end event

on u_base_button.create
end on

on u_base_button.destroy
end on