********************************************************************
* NOTE: This file is generated automatically from the event
* definition file Subtype.evt.
********************************************************************
MODULE SubtypeDataView ;
IMPORT ZeusDataView, ZeusPanel;
BEGIN
ZeusPanel.RegisterView (
ZeusDataView.New,
"Subtype Data View",
"Subtype");
END SubtypeDataView.