Proyecto

General

Perfil

128 francis
# Gambas Form File 2.0

{ Form Form
MoveScaled(0,0,58,13)
Text = ("Poner nombre ")
Icon = Picture["imagenes/red.png"]
{ TextLabel1 TextLabel
MoveScaled(1,2,10,3)
Text = ("Direcci\xC3\xB3n IP")
}
{ TextLabel2 TextLabel
MoveScaled(1,7,10,3)
Text = ("Nombre")
}
{ txtdireccion TextBox
MoveScaled(12,2,27,3)
Text = ("")
}
{ txtnombre TextBox
MoveScaled(12,7,27,3)
Text = ("")
}
{ btnaceptar Button
MoveScaled(42,2,13,3)
Text = ("Aceptar")
}
{ btncancelar Button
MoveScaled(42,7,13,3)
Text = ("Cancelar")
}
}