ORIGIN '~beta/guienv/v1.3.1/guienv';
[[--------------------------------------- 
	guienvlib : attributes
----------------------------------------
customerWindow: 
(# 	
	CPRField: @textField;
	NameField: @textField;
	FindBtn: @pushButton;
	(# onMouseUp::< (# do findCustBtnAction; #);
	#);
	
	(* Virtuals to call model procedures *)
	findCustBtnAction:< (# do INNER; #);
	updateCustBtnAction:< (# do INNER; #);
	...
#);

accountWindow: 
(# 	
	...
#);


-----]]