root/scanies/trunk/fprincipal.form @ 281
128 | francis | # Gambas Form File 2.0
|
|
{ Form Form
|
|||
MoveScaled(15.625,5,92,69)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
Text = ("ScanIES")
|
|||
Icon = Picture["imagenes/red.png"]
|
|||
Border = Window.Fixed
|
|||
{ mnuArchivo Menu
|
|||
Text = ("&Archivo")
|
|||
{ mnuRefrescar Menu
|
|||
Text = ("Refrescar")
|
|||
}
|
|||
{ mnuSalir Menu
|
|||
Text = ("Salir")
|
|||
}
|
|||
}
|
|||
{ mnuConfiguracion Menu
|
|||
Text = ("&Configuracion")
|
|||
{ mnuConfiguracion2 Menu
|
|||
Text = ("Menu de Configuraci\xC3\xB3n")
|
|||
}
|
|||
}
|
|||
{ mnuAyuda Menu
|
|||
Text = ("A&yuda")
|
|||
{ mnuAyuda2 Menu
|
|||
Text = ("Ayuda")
|
|||
}
|
|||
}
|
|||
{ mnupopup Menu
|
|||
Text = ("Popup")
|
|||
Visible = False
|
|||
{ mnuconectar Menu
|
|||
Text = ("Conectar por ssh")
|
|||
Picture = Picture["imagenes/gnome-terminal.png"]
|
|||
}
|
|||
{ mnupdf Menu
|
|||
Text = ("Generar datos PDF")
|
|||
Picture = Picture["imagenes/pdf.png"]
|
|||
}
|
|||
}
|
|||
{ listapcs ColumnView
|
|||
MoveScaled(1,1,58,60)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
}
|
|||
{ Frame2 Frame
|
|||
MoveScaled(60,0,31,30)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
Text = (" Equipos de Profesor ")
|
|||
{ cmbaulas ComboBox
|
|||
MoveScaled(12,3,16.375,4)
|
|||
Text = (" ")
|
|||
ReadOnly = True
|
|||
}
|
|||
{ TextLabel3 TextLabel
|
|||
MoveScaled(4,4,7,3)
|
|||
Text = ("Equipos")
|
|||
}
|
|||
{ btnprofon Button
|
|||
MoveScaled(3,14,26,5)
|
|||
Text = ("Encender PC profesor")
|
|||
Picture = Picture["imagenes/despierta.png"]
|
|||
}
|
|||
{ btnproftodoson Button
|
|||
MoveScaled(3,21,26,6)
|
|||
Text = ("Encender todos los \nPC's de profesores")
|
|||
Picture = Picture["imagenes/apagar.png"]
|
|||
}
|
|||
{ lblaula TextLabel
|
|||
MoveScaled(3,8,25,4)
|
|||
Text = ("")
|
|||
Alignment = Align.Center
|
|||
}
|
|||
}
|
|||
{ btnsalir Button
|
|||
MoveScaled(76,60,15,4)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
Text = ("Salir")
|
|||
}
|
|||
{ btnrefrescar Button
|
|||
MoveScaled(60,60,15,4)
|
|||
Font = Font["Bitstream Vera Sans,10"]
|
|||
Text = ("Refrescar")
|
|||
}
|
|||
{ lblnequipos Label
|
|||
MoveScaled(1,61,58,3)
|
|||
Text = ("")
|
|||
Alignment = Align.Center
|
|||
Border = Border.Etched
|
|||
}
|
|||
{ Frame1 Frame
|
|||
MoveScaled(60,32,31,26)
|
|||
Text = (" Examinar otros elementos de la red ")
|
|||
{ TextLabel1 TextLabel
|
|||
MoveScaled(2,6,26,7)
|
|||
Text = ("Detectar electr\xC3\xB3nica de red y equipos con otros sistemas operativos encendidos")
|
|||
Alignment = Align.Center
|
|||
}
|
|||
{ btnnmap Button
|
|||
MoveScaled(4,19,24,4)
|
|||
Text = ("Examinar Red")
|
|||
Picture = Picture["imagenes/red16.png"]
|
|||
}
|
|||
}
|
|||
}
|