**_SCREEN.WindowState = 2

Thisform.WindowState= 2
Thisform.Image1.left=0
Thisform.Image1.top=0
Thisform.Image1.width=thisform.width
Thisform.Image1.height=thisform.height

&&   4

Thisform.label1.Left = 20
Thisform.text2.Left = Thisform.label1.Left+Thisform.label1.Width+20
Thisform.command5.Left = Thisform.Width-Thisform.command5.Width-20
Thisform.label1.Top = Thisform.Height-Thisform.label1.Height-20
Thisform.text2.Top = Thisform.label1.Top
Thisform.command5.Top = Thisform.label1.Top


