# Forms

URL: https://docs.iceteagroup.com/general/ported-application/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.

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](/general/ported-application/forms#toolbar) and the [Statusbar](/general/ported-application/forms#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).

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
