* frmEditStandard.lblTop has a height of 64 to be able to insert pictures of 64x64
+ The program creates a new database (actually empty) called default data database.
The default data database is built with the <database name> + '_defdata' name and will contain default data like the list of countries, cities, drugs, etc..
The idea is to store inside the main database just the used data.
+ the "tDoctorsTypesCategories" table was created (i.e. "family", "cardiologist", "diabetologist", etc.)
+ the "tDoctorsTypes" table was created: it says to which categories each doctor belongs
* the hor_const_database file was renamed into hor_database: it contains also functions regarding the database (some of them removed from hor_main)