# Gambas Form File 2.0 { Form Form MoveScaled(0,0,40,30) Text = ("Inserisci la password") Icon = Picture["Icone/lucchetto.gif"] Border = Window.Fixed { pass TextBox MoveScaled(12,2,27,6) Text = ("") Password = True } { conferma TextBox MoveScaled(12,11,27,6) Text = ("") Password = True } { TextLabel1 TextLabel MoveScaled(1,3,11,4) Text = ("Password:") } { TextLabel2 TextLabel MoveScaled(1,12,11,4) Text = ("Conferma:") } { Button1 Button MoveScaled(7,19,26,9) Text = ("Prosegui") Default = True } }