Creates child form that can be closed. You can load it from a file. If you make any edits you will be prompted to save them as above.
Loads a file into the current form, selected from an open file dialog. If you load a file into the scratchpad, you will lose its current contents.
Saves the contents of the current form to a file, selected from a save file dialog.
Hides the form.
Deletes the selected text, placing it in the clipboard. The same action as pressing Ctrl-X.
Copies the currently selected text into the clipboard. The same action as pressing Ctrl-C.
Replaces the currently selected text with the contents of the clipboard the clipboard. The same as pressing Ctrl-V.
Selects all the text in the form, the same as pressing Ctrl-A.
An option to show or hide the toolbar.
An option to show or hide the status bar.
Replicates the New action available in the File menu item.
Arranges the open windows as a hand of cards.
Arranges the open windows in vertical columns.
Arranges the open windows as rows.
Closes all the windows except the Scratchpad and hides the MDI Frame.
These all replicate the actions available in the File menu above.