- Fixed the type of the "Name" and "MeasureUnit" fields inside tMeasurementsTypes
- Fixed the type of the "Name" field inside tLifeTypesCategories
+ Created the "tMeasurementsUnits": it stores all the unit of measurements
* "tMeasurementsTypes" uses "tMeasurementsUnits"
* "tLifeTypes" uses "tMeasurementsUnits"
+ Add the "Blood pressure: Minimal", "Blood pressure: Maximal" and "Glucose" default types of measurement
+ Added the TfrmNavigationMeasurements window callable from the patient window: it lists all the measurements of the given patient and you can add, edit and/or delete them
+ Added hor_edit_base: base form with the components to access the database and the methods to change the color to the mandatory fields
+ hor_edit_standard is derived from hor_edit_base
+ New hor_edit_mdl_standard: edit form with master detail, where detail is a list (grid)
+ You can convert a new person into a patient or a doctor also during the creation of the new person (in the previous version you have to save, close and edit it)
+ You can add a new measurements from the main menù of the program and from the measurement navigation mask
* All the timestamp fields were converted from "with time zone" into "without time zone" (there was problems with the loaded data showed with the wrong timezone)
+ Icons-Land link in the about form, but the icons are still not present (waiting for the Icons-land approval)