ca0292fd58
* NEW: Change the CTRL+W shortcut to F12. * BUG: Double-clicking on a control in the form editor now correctly moves inside the event handler in all cases. * NEW: Start enhancing the file information dialog. * BUG: The file information dialog returns the accurate number of modules, classes, and forms again. [INTERPRETER] * NEW: Mac OS X is a FreeBSD. [GB.QT.EXT] * BUG: Fix the undo and redo commands in the Editor when some text has been colorized. [GB.QT4.EXT] * BUG: Fix the undo and redo commands in the Editor when some text has been colorized. git-svn-id: svn://localhost/gambas/trunk@2074 867c0c6c-44f3-4631-809d-bfa615b0a4ec
17 lines
289 B
Text
17 lines
289 B
Text
# Gambas Form File 3.0
|
|
|
|
{ Form Form
|
|
MoveScaled(17.1667,31,50,50)
|
|
Text = ("")
|
|
Resizable = False
|
|
Arrangement = Arrange.Vertical
|
|
{ btnTitle Button
|
|
MoveScaled(1,1,48,3)
|
|
Text = ("")
|
|
Border = False
|
|
}
|
|
{ panToolbar Panel
|
|
MoveScaled(1,5,47,43)
|
|
Expand = True
|
|
}
|
|
}
|