gambas-source-code/app/src/gambas-database-manager/FAbout.form
Benoît Minisini ba19f3c1dd * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 16:41:49 +00:00

25 lines
1.1 KiB
Text

# Gambas Form File 2.0
{ Form Form
MoveScaled(30,26,64,42)
Background = Color.TextBackground
Text = ("About...")
Border = Window.Fixed
{ TextLabel1 TextLabel
MoveScaled(1,1,62,36)
Text = ("<h1 align=center>Gambas Database<br>Manager</h1>\n\n<b>(c) Beno\xC3\xAEt Minisini 2007</b><br><br>\n\n<p align=center>This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 2, or (at your option) any later version.</p>\n\n<p align=center>This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>\n")
Alignment = Align.Top
}
{ btnOK Button
MoveScaled(25,38,14,3)
Text = ("OK")
Default = True
}
{ Image1 PictureBox
MoveScaled(2,2,11,11)
Background = &HFFFFFF&
Picture = Picture["img/logo/logo-128.png"]
Stretch = True
Alignment = Align.Center
}
}