* Removed all tab sheets and frames.
* Provided class method to be used to register preferences frames with dialog box. Frames to be displayed must now register themselves with the dialog box. This means that new preference pages can be added without editing FmPreferencesDlg.pas.
* Replaced Execute method with two overloaded versions, one that displays all registered pages and another that displays only those whose classes are passed as parameters.