Used to define the initial setup of DB Class Generator and some of its options.
The first options are the default Username and Password used in DB Class Generator. Then the timeouts for the ADO Connection and Command objects.
If 'Remove Dash' is selected then any dash characters found in column names are removed from the property name in the VB class. 'Next Char. Upper' controls whether the next character after 'cls' is made upper case automatically. 'Create Defaults' controls whether any defaults are created. 'Create Collection' controls the default value of the 'Create Collection' CheckBox, if selected a collection for the class will be created. When 'Use Error Handling' is selected Err.Raise is added to the properties in the class.