gambas-source-code/comp/src/gb.form.dialog/.src/FDirDialog.form
David Villalobos Cambronero 5b3e751fde [GB.FORM.DIALOG]
* NEW: Spanish translation updated.

git-svn-id: svn://localhost/gambas/trunk@2114 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-07-13 18:47:10 +00:00

32 lines
562 B
Text

# 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
}
}
}