Adding Textboxes to a Form

Now that the labels are all done, add 6 Textboxes. For the first Textbox you can set the following properties:
Height: 20
Width: 120
Top: 66
Left: 96
Font: Tahoma, Bold, 10 points
Now copy and paste the first Textbox 5 times. Set the left property for the other 6 textboxes by highlighting them all and typing 96 into the Left property, just like you did for the labels.
Set the following individual properties for the Textboxes:
TextBox1
Name : txtFileName
Top : 66
TextBox2
Name : txtDate
Top : 102
TextBox3
Name : txtInfo
Top : 132
TextBox4
Name : txtDimensions
Top : 162
TextBox5
Name : txtSize
Top : 192
TextBox6
Name : txtCamera
Top : 222
Your form should now look like this: