📄 about.dfm
字号:
object AboutBox: TAboutBox
Left = 357
Top = 223
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 200
ClientWidth = 329
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 313
Height = 145
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object ProgramIcon: TImage
Left = 8
Top = 16
Width = 33
Height = 33
Center = True
Picture.Data = {
055449636F6E0000010001002020100000000000E80200001600000028000000
2000000040000000010004000000000000020000000000000000000000000000
0000000000000000000080000080000000808000800000008000800080800000
C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
FFFFFF0000000000000000000000000000000000000000000000000044444444
4440000000000000000000004444444444444000000000000000000044444444
4444440000000000000000004444400004444440000000000000000044444000
0044444000000000000000004444400000444440000000000000000044444000
0044444000000000000000004444400004444440000000000000000044444444
4444440000000000000000004444444444444000000000000000000044444444
4444000000000000000000004444400044444000000000000000000044444000
04444400CCCCC000000CCCCC4444400004444400CCCCC00000CCCCCC44444000
04444400CCCCC0000CCCCCC04444444444444400CCCCC0000CCCCC0044444444
44444000CCCCC000CCCCCC004444444444400000CCCCC00CCCCCC00000000000
00000000CCCCC0CCCCCC00000000000000000000CCCCCCCCCCC0000000000000
00000000CCCCCCCCCCC000000000000000000000CCCCCCCCCC00000000000000
00000000CCCCC0CCCC0000000000000000000000CCCCC00CCCC0000000000000
00000000CCCCC000CCCC00000000000000000000CCCCC000CCCCC00000000000
00000000CCCCC0000CCCCC000000000000000000CCCCC00000CCCCC000000000
00000000CCCCC000000CCCCC0000000000000000CCCCC0000000CCCCC0000000
00000000FFFFFFFFFFFF001FFFFF0007FFFF0003FFFF0781FFFF07C1FFFF07C1
FFFF07C1FFFF0781FFFF0003FFFF0007FFFF000FFFFF0707FFFF078307E00783
07C0078307810003078300070703001F0607FFFF040FFFFF001FFFFF001FFFFF
003FFFFF043FFFFF061FFFFF070FFFFF0707FFFF0783FFFF07C1FFFF07E0FFFF
07F07FFF}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 56
Top = 16
Width = 129
Height = 13
Caption = 'Product Name: BASIC IDE.'
IsControl = True
end
object Version: TLabel
Left = 56
Top = 40
Width = 65
Height = 13
Caption = 'Version: 0.2.5'
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 56
Width = 286
Height = 26
Caption =
'Copyright: Released under the GNU Public Licence (GPL). You can ' +
'find it in licence.txt in the folder with the BASIC IDE.'
WordWrap = True
IsControl = True
end
object Comments: TLabel
Left = 8
Top = 96
Width = 266
Height = 26
Caption =
'Comments: This software was created by the KoolB-IDE group. You ' +
'can find more information at: '
WordWrap = True
IsControl = True
end
object TBXLink1: TTBXLink
Left = 7
Top = 123
Width = 185
Height = 15
Cursor = crHandPoint
Caption = 'http://basic-ide.sourceforge.net'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImageIndex = 0
ParentColor = False
ParentFont = False
TabOrder = 0
OnClick = TBXLink1Click
end
end
object OKButton: TButton
Left = 47
Top = 164
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
object Button1: TButton
Left = 128
Top = 164
Width = 75
Height = 25
Caption = '&Report Bugs'
TabOrder = 2
OnClick = Button1Click
end
object CreditsBtn: TButton
Left = 208
Top = 164
Width = 75
Height = 25
Caption = '&Credits'
TabOrder = 3
OnClick = CreditsBtnClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -