PDF-Export/.src/FMain.form
2023-06-02 18:20:33 +02:00

56 lines
1.3 KiB
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,98,46)
Text = ("PDF-Export")
Icon = Picture["PDF-Export-icono.png"]
{ botonExportar Button
MoveScaled(67,37,29,7)
Text = ("Exportar")
Picture = Picture["PDF-Export-48x48.png"]
}
{ Panel1 Panel
MoveScaled(67,23,29,13)
{ opcionDOC RadioButton
MoveScaled(0,4,28,4)
Text = ("Microsoft Word 97 (.doc)")
}
{ opcionODT RadioButton
MoveScaled(0,0,28,4)
Text = ("LibreOffice Writer (.odt)")
Value = True
}
{ opcionDOCX RadioButton
MoveScaled(0,8,28,4)
Text = ("Microsoft Office (.docx)")
}
}
{ fichSeleccionPDF FileChooser
MoveScaled(1,1,64,43)
}
{ Panel2 Panel
MoveScaled(67,1,28.875,16.875)
{ PictureBox2 PictureBox
MoveScaled(13,8,6,6)
Picture = Picture["icon:/48/right"]
}
{ PictureBox3 PictureBox
MoveScaled(20,7,8,8)
Picture = Picture["icon:/64/file"]
}
{ PictureLOGO PictureBox
MoveScaled(0,0,16,16)
Picture = Picture["PDF-Export-icono.png"]
}
{ labelVersion Label
MoveScaled(13,1,15,4)
Font = Font["Bold,12"]
Foreground = &HC00000&
Alignment = Align.Right
}
}
{ Label1 Label
MoveScaled(67,19,24,4)
Text = ("Formato de Exportación:")
}
}