ePub2iPad/.src/form_Fichero.form

16 lines
368 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,92,73)
Text = ("Seleccione un fichero ePUB o PDF ")
Icon = Picture["iPad-logo-pantalla.png"]
Resizable = False
{ FileChooserEPUB FileChooser
MoveScaled(1,1,90,63)
Filter = [("*.epub"), ("ePUB"), ("*.pdf"), ("PDF")]
}
{ Boton_Cerrar Button
MoveScaled(74,66,17,5)
Text = ("Aceptar")
}
}