Form Manager Main Menu

File

The File menu allows basic manipulating of forms and user controls with the following commands:

New CTRL+N Create a new project.
Open CTRL+O Open an existing project.
Save CTRL+S Save the selected project.
  Save As   Save the project under a different name.
  Add Item   Add a new Group / RootForm / Inherited Form.
Import from Project   Import elements from another form.suite4.net project.
Export as VS Project   Export the source code as a Microsoft Visual Studio .NET project.
Import from VS   Import a project from Microsoft Visual Studio .NET.
  Exit ALT+F4 Exit the Form Manager.

Edit

Open in Designer CTRL+D Open the selected form in the Form Designer.
Copy CTRL+C Copy the selected form.
Delete Del Delete the selected form from the project.

View

Project Explorer   Display the Project Explorer.

Tools

  Preview CTRL+W Display a preview of the currently selected form in the Project Explorer.
  Source C# CTRL+F11 Generate the C# code for the selected form and display it in a preview window.
  Source VB CTRL+F12 Generate the VB.NET code for the selected form and display it in a preview window.
  ASP.NET Source   Convert the selected form to an ASP.NET page and display the generated code of the *.aspx page in a preview window.
  ASP.NET Source C#   Convert the selected form to an ASP.NET page and display the generated C# code-behind.
  ASP.NET Source VB   Convert the selected form to an ASP.NET page and display the generated VB.NET code-behind.
  Options   Set the program options.

Help

  Contents F1 Opens the program's online help.
  About Form Manager   Displays copyright and technical information about the program.