Modules Manipulating using the IDE
Creatting a new module: in the main menu choose Modules >> Add New Empty Module.

A dialog box appears. Name the new module and click Close:

Adding an existing module to a project: in the main menu choose Modules >> Add Existing Module:

Select the module name from the dialog box and click Open:

Note: when adding a module that uses libraries, you should manually add the required libraries to your project. An error appears when adding a module indicating missing libraries, if controls where added to the module using the IDE:

Switching between modules (editing different modules): under the main toolbar, a list of tabs with the names of the modules included in your project is displayed. The one that is active for editing is sunken. Click the one you would like to edit, or press Ctrl+Tab to move to the next module or Ctrl+Shift+Tab to move to the previous one:

Using the Device IDE, swiching the active module is done by selecting its name from the modules list under the Modules menu.
Hiding a module from this list is done by right-clicking its tab, and selecting "Hide Module" . The main module cannot be hidden:

Changing a module's name: from the main menu, choose Modules >> Change Module Name. In the dialog box give a new name. The name of the module that is currently active will be changed.
Removing a module from the project: from the main menu, choose Modules >> Remove Module. The module that is currently active will be removed from the project.
Next page: Coding with Modules