The Windows Mobile UI project contains these classes and files:
| Class | Description |
|---|---|
| Program.cs | The main entry of the application. |
| ApplicationInit.cs | Code to initialize the application. |
| GlobalResource | All the localized text used by stock screen. |
| Generated Code\Form*.cs | The Generated Form class extends FormBase. It is generated from the Device Application Designer screen; the UI definition is generated in this screen. |
| Generated Code\Form*Controller.cs | The Controller class contains the data access and event handler code of the forms. |
| Generated Code\DataStore\*DataStore.cs | The DataStore class wraps the access of the MBO object and keeps the context of the MBO. |
| Properties\DataSources\*.datasource | The data sources for data binding. |