Did you change the Textboxes font? So you don't have to do all of them, try this code:

Code:
For Each MyControl In Form1.Controls
If TypeOf MyControl Is TextBox Then MyControl.Height = 285
Or try changing the Font setting in the TabStrip control.