There are 45 textboxes to fill.
Private
Sub HECalculator_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.LoadTextBox1.Text = "0.0"
TextBox2.Text = "0.0"
TextBox3.Text = "0.0"
TextBox4.Text = "0.0"
TextBox5.Text = "0.0"
TextBox6.Text = "0.0"
TextBox7.Text = "0.0"
TextBox8.Text = "0.0"
TextBox9.Text = "0.0"
.
...
....
.....
.......
End Sub