Basically there is no standard Cuberry module as each module is a little different and has its specialty, but there are some basic components in most Cuberry modules.
Each module has three basic views: the FindView, the ListView and the DetailView.
The FindView
As the name already shows this view is used to set the search critiria which will show in the ListView. The standard FindView has three menu buttons: Find, Clear and Add.
There is also a standard behaviour: Find is fired when pressing the return button on the keyboard and the escape button on the keyboard fires the clear method.
The add button is deactivated for users with read only permissions.

The ListView
The ListView is usually a GridView wich shows the results of the FindView's search critiria and is placed in the MainRegion.

The DetailView
The standard DetailView comes with many standard components. The menu bar with its standard menu buttons, showing and hiding user controls depending on the user access permission, the Status Strip and the input validation features.

The standard Menu Bar has five standard buttons: Save, Save & Close, Print, History and Information.
The information button shows who created this entity, when it was created and who updated it and when it was updated the last time.
The history button (not working yet) shows the tracked history of this entity. To activate this feature each field which should to be tracked must be defined first.
There is no limitation of placing user controls in any of the regions, e.g. in the Reporting module the FindView was replaced by a list of report categories and in the Empty module the FindView is used to demonstrate how to replace the ListView.