# Gambas Form File 3.0 { Form Form MoveScaled(0,0,75,36) Text = ("About") & "..." Resizable = False { TabStrip1 TabStrip MoveScaled(1,1,52,34) Arrangement = Arrange.Fill Margin = True Count = 2 Index = 0 Text = ("Author") { TextLabel1 TextLabel MoveScaled(2,2,41,21) Text = ("Author: Pablo Mileti.

You can submit your questions, suggestions, bugs, etc, to the following E-Mail address:\n pablomileti@gmail.com") Alignment = Align.Justify } Index = 1 Text = ("License") { TextArea1 TextArea MoveScaled(2,3,42,22) Text = ("\n Copyright (C) 2010. Author: Pablo Mileti \n\nThis 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 3 of the License, or (at your option) any later version.\n\nThis 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\nYou should have received a copy of the GNU General Public License along with this program. If not, see .") ReadOnly = True Wrap = True ScrollBar = Scroll.Vertical } Index = 0 } { Button1 Button MoveScaled(54,31,20,4) Text = Shortcut(("Close"), "C") } { PictureBox1 PictureBox MoveScaled(54,1,20,20) Picture = Picture["logo.png"] Stretch = True } }