📄 fabout.form
字号:
# Gambas Form File 1.0{ FAbout Form Move(355,185,439,441) Background = &HFFFFFF& Text = ("About Gambas...") Icon = Picture["img/16/about.png"] Border = Window.Fixed { Label5 Label Move(0,8,448,136) Background = &H88D5FF& Text = ("") } { imgGambas PictureBox Move(264,16,168,112) Background = &H88D5FF& Picture = Picture["img/anim/gambas1.png"] Alignment = Align.Right } { lblVersion Label Move(24,64,264,24) Font = Font["16,Bold"] Background = &H88D5FF& Foreground = &HFFFFFF& Text = ("") } { Label2 Label Move(16,8,224,56) Font = Font["36,Bold"] Background = &H88D5FF& Foreground = &H1C546C& Text = ("Gambas") Alignment = Align.TopNormal } { Label1 Label Move(24,112,288,24) Font = Font["Bold,Underline"] Background = &H88D5FF& Foreground = &HFFFFFF& Text = ("http://gambas.sourceforge.net") } { Label3 Label Move(24,88,216,24) Font = Font["Bold"] Background = &H88D5FF& Foreground = &HFFFFFF& Text = ("(c) Benoit MINISINI") } { TabStrip1 TabStrip Move(8,152,424,248) Count = 2 Index = 0 Text = ("About") { svwAuthor ScrollView Move(0,8,416,200) Border = Border.None ScrollBar = Scroll.None { Image1 PictureBox Move(160,264,96,88) Background = &HFFFFFF& Picture = Picture["img/gambas.png"] Alignment = Align.Center } { TextLabel2 TextLabel Move(8,360,400,232) 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 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") } { TextLabel3 TextLabel Move(8,592,400,32) Text = ("<h2 align=center>Authors</h2>\n") Alignment = Align.Center } { txtAuthor TextView Move(8,624,400,128) Text = ("") Border = False } { TextLabel4 TextLabel Move(16,200,376,56) Font = Font["20,Bold"] Text = ("Gambas Almost Means Basic!") Alignment = Align.Center } } { timAuthor #Timer #X = 336 #Y = 8 Enabled = True Delay = 25 } Index = 1 Text = ("Support") { TextLabel1 TextLabel Move(16,8,384,112) Text = ("You can support <b>Gambas</b> by writing components, documentation, examples, and so on...\n<p>\nYou can also make a gift to the project by using PayPal:") } { btnGift Button Move(16,104,384,64) Font = Font["14,Bold"] Text = ("Make a gift!") Picture = Picture["img/donate.png"] } { panGift Panel Move(16,176,384,32) { txtGift TextView Move(0,0,384,32) Font = Font["14"] Text = ("") ScrollBar = Scroll.None Border = False } } Index = 0 } { btnClose Button Move(176,408,96,24) Background = &HFFFFFF& Text = ("OK") Default = True Cancel = True }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -