# Gambas Form File 2.0 { Form Form MoveScaled(0,0,80,60) Text = ("") Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { fchChoose FileChooser MoveScaled(1,1,64,36) Expand = True ShowBookmark = True } { HBox1 HBox MoveScaled(2,39,63,3) AutoResize = True Spacing = 8 { Panel1 Panel MoveScaled(11,0,2,3) Expand = True } { btnOK Button MoveScaled(32,0,13,3) Text = ("OK") Default = True } { btnCancel Button MoveScaled(47,0,13,3) Text = ("Cancel") Cancel = True } } }