# Gambas Form File 2.0 { Form Form MoveScaled(0,0,80,65) Text = ("") Arrangement = Arrange.Vertical Spacing = 8 Padding = 8 { dchChoose DirChooser MoveScaled(1,1,56,36) Expand = True ShowBookmark = True } { HBox1 HBox MoveScaled(3,40,62,3) AutoResize = True Spacing = 8 { Panel1 Panel MoveScaled(3,0,3,3) Expand = True } { btnOK Button MoveScaled(33,0,14,3) Text = ("OK") Default = True } { btnCancel Button MoveScaled(48,0,14,3) Text = ("Cancel") Cancel = True } } }