20 lines
401 B
Text
20 lines
401 B
Text
# 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")
|
|
}
|
|
}
|