The Toolbox combines the following tools:
Delete gadgets on your actual form.The gadget to delete has to be selected (marked) in the Viewer.
If no gadget is selected (marked) in the viewer, all gadgets will be deleted!
New Window: Adds a new empty window to your actual project.
MenuBuilder: Opens a window where menu items with or without images can be put together to form a menu.
ToolBarBuilder: Opens a window where toolbar images can be put together to form a toolbar.
StatusBarBuilder: ToolBarBuilder: Opens a window where components can be put together to form a statusbar.
CodeViewer: Generates PureBasic source code from your actual form including an event loop and displays it in a Scintilla Gadget below your form.
Now you may select an existing PureBasic code file and have it shown together with the modified form(s).
Furthermore you can load it into the PureBasic IDE and run it there.Created code files can be loaded straight into PureBasic IDE for further treatment.
CreateCode: Generates PureBasic source code from your actual form.
Lets you choose a filename, warns before overwriting an existing code file, lets you add a program icon and lets you decide whether to create it with or without event loop.
Now PureDesign let you modify your existing form(s) and insert them into your code file without overwriting the manually written code, as long as the manual code is within the sections marked for them or part of the event loop. Of course all comments and such generated by PureDesign have to be untouched.