For example, the button with the caption Batente has focus when this exit program begins execution. As you see, it's appearance shows that it is selected, and, if the user hits the enter key, the program stops.
If the user hits the tab key, focus moves from the Batente button, to the Alto button, then to the Pare button, etc. This order is determined by the values of the TabIndex properties of the interface objects. The object with the TabIndex value of 0 will have focus initially, the one with a TabIndex value of 1 gains focus next, etc.