CompresorPDF/.src/frmSeleccionarPDF.form

20 lines
350 B
Plaintext
Raw Normal View History

2023-06-02 16:50:05 +02:00
# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,79,79)
Text = ("Seleccione un PDF")
Resizable = False
{ escogeFichero FileChooser
MoveScaled(1,1,76,68)
Root = "/home"
}
{ botonCANCELAR Button
MoveScaled(33,71,21,6)
Text = ("Cancelar")
}
{ botonACEPTAR Button
MoveScaled(56,71,21,6)
Text = ("Aceptar")
}
}