# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.iceteagroup.com/general/ported-application/forms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
