5b3e751fde
* NEW: Spanish translation updated. git-svn-id: svn://localhost/gambas/trunk@2114 867c0c6c-44f3-4631-809d-bfa615b0a4ec
32 lines
562 B
Text
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
|
|
}
|
|
}
|
|
}
|