# Forms

Form Templates from the original Open Text Team Developer application are ported as normal .NET classes into the main application's directory or into the **\Forms** directory, depending on the options set in Ice Porter.&#x20;

In .NET there is no difference between a form template and a form class. In .NET everything is simply a class.

## Accessories

In Team Developer Accessories are the [Toolbar ](#toolbar)and the [Statusbar](#statusbar). In the ported code, forms with accessories contain four additional components:

### ToolBar

It's a panel docked to one of the sides of the parent form (typically to the top).&#x20;

Controls that were defined as children of the Toolbar in the original application, are ported as children of the *ToolBar* component. For more information about the *ToolBar* control and support for visual style mode, see [ToolBar control](https://iceteagroup.com/docs/html/toolbar_control.htm).

### ClientArea

### StatusBar

### MainMenu

## Named Menus

## Child Table Window
