The focus is on the tab that the form shows.
Let me explain, if you go to modify the form I'm assuming the last tab has the focus. Set the first tab to have the focus and run the application again.
Or else, programatically set the first tab to have the focus in the Form_Load procedure...
SSTab.tab = 0
This will set the focus on the first tab.