WifiQR/.src/frmRootPassword.form~

21 lines
401 B
Text
Raw Permalink Normal View History

2023-06-02 17:38:45 +02:00
# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,41,15)
Text = ("Necesario usar clave de 'root'")
Icon = Picture["WifiQR-icono.png"]
Resizable = False
{ txtRootPassword TextBox
MoveScaled(1,5,39,4)
Password = True
}
{ Label1 Label
MoveScaled(1,1,24,4)
Text = ("Contraseña de 'root'")
}
{ botonAceptar Button
MoveScaled(24,10,16,4)
Text = ("Aceptar")
}
}