# 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 = ("

Gambas Database
Manager

\n\n(c) Beno\xC3\xAEt Minisini 2007

\n\n

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.

\n\n

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.

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