'Set width of ALLText to 7 inches
    ATX451.Width = 7 * 1440
'Center ALLText in the middle of the form
    ATX451.Left = (Me.Width - ATX451.Width) / 2
'Autosize the height of ALLText to the size of the form
    ATX451.Height = Me.ScaleHeight