root/scanies/trunk/frmconfiguracion.form @ 466
128 | francis | # Gambas Form File 2.0
|
|
{ Form Form
|
|||
MoveScaled(15.625,21.625,76,29)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
Text = ("Configuracion ScanIES")
|
|||
Icon = Picture["imagenes/red.png"]
|
|||
Border = Window.Fixed
|
|||
{ Frame1 Frame
|
|||
MoveScaled(1,13,74,11)
|
|||
Text = (" Opciones para nmap ")
|
|||
{ TextLabel1 TextLabel
|
|||
MoveScaled(2,4,12,3)
|
|||
Text = ("Rango de Red")
|
|||
}
|
|||
{ txtrango TextBox
|
|||
MoveScaled(15,4,56,3)
|
|||
Text = ("")
|
|||
}
|
|||
}
|
|||
{ btnsalir Button
|
|||
MoveScaled(60,25,15,3)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
Text = ("Salir")
|
|||
}
|
|||
{ btnguardar Button
|
|||
MoveScaled(1,25,23,3)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
Text = ("Guardar Configuraci\xC3\xB3n")
|
|||
Default = True
|
|||
}
|
|||
{ Frame2 Frame
|
|||
MoveScaled(1,1,74,10)
|
|||
Text = (" Opciones para ldap ")
|
|||
{ chkbxldap CheckBox
|
|||
MoveScaled(3,4,68,3)
|
|||
Text = ("\xC2\xBF Coger datos de los servidores de terminales mediante el servidor ldap ?")
|
|||
Value = CheckBox.True
|
|||
}
|
|||
}
|
|||
}
|