📄 fabout.form
字号:
# Gambas Form File 1.0{ FAbout Form Move(240,209,480,298) Background = &HFFFFFF& Text = ("About...") Border = Window.Fixed { btnOK Button Move(184,264,120,24) Text = ("OK") Default = True } { svwAuthor ScrollView Move(8,8,464,248) Background = &HFFFFFF& Border = Border.None ScrollBar = Scroll.None { Image1 PictureBox Move(8,256,48,48) Background = &HFFFFFF& Picture = Picture["img/32/database-manager.png"] Stretch = True } { TextLabel2 TextLabel Move(8,360,448,216) Background = &HFFFFFF& Text = ("<h2 align=center>Licence</h1>\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 1, 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") } { TextLabel3 TextLabel Move(8,576,448,32) Background = &HFFFFFF& Text = ("<h2 align=center>Authors</h2>\n") Alignment = Align.Center } { txtAuthor TextView Move(8,624,448,64) Text = ("") ScrollBar = Scroll.None Border = False } { Label2 Label Move(72,320,304,16) Font = Font["Bold"] Text = ("(c) Benoît Minisini") } { TextLabel1 TextLabel Move(72,248,368,64) Font = Font["18,Bold"] Text = ("Gambas Database Manager") Alignment = Align.Normal } } { timAuthor #Timer #X = 408 #Y = 208 Enabled = True Delay = 40 }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -