Solution:
During the form loading the properties have the following values:,
Form.Visible = False
Form.WindowState = Normal
After the OnLoad is return these properties are restored as set in design mode.
This behavior is similar to Microsoft Visual Basic's forms behavior.