# Gambas Form File 3.0 { Form Form MoveScaled(0,0,103,73) Text = ("") Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { dchChoose DirChooser MoveScaled(2,1,56,36) Expand = True ShowBookmark = True } { HBox1 HBox MoveScaled(1,60,62,4) Spacing = 8 { Panel1 Panel MoveScaled(3,0,4,4) Expand = True } { btnOK Button MoveScaled(29,0,16,4) Text = ("OK") Default = True } { btnCancel Button MoveScaled(46,0,16,4) Text = ("Cancel") Cancel = True } } }