You are on page 1of 1

Img1.Height = Me.

ScaleHeight
Img1.Width = Me.ScaleWidth
LblWelcome1.Left = (Me.ScaleWidth / 2 - LblWelcome1.Width / 2) - 120
LblWelcome2.Left = Me.ScaleWidth / 2 - LblWelcome2.Width / 2
LblRpbc1.Left = (Me.ScaleWidth / 2 - LblRpbc1.Width / 2) + 60
LblRpbc2.Left = Me.ScaleWidth / 2 - LblRpbc1.Width / 2
LblLib1.Left = Me.ScaleWidth / 2 - LblLib1.Width / 2
LblLib2.Left = (Me.ScaleWidth / 2 - LblLib2.Width / 2) + 60
LblSys1.Left = Me.ScaleWidth / 2 - LblSys1.Width / 2
LblSys2.Left = (Me.ScaleWidth / 2 - LblSys2.Width / 2) + 60
End Sub

You might also like