📄 about.dfm
字号:
object AboutForm: TAboutForm
Left = 262
Top = 135
BorderStyle = bsNone
Caption = 'AboutForm'
ClientHeight = 231
ClientWidth = 302
Color = 10930928
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnMouseDown = FormMouseDown
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 12
object ProductName: TLabel
Left = 72
Top = 16
Width = 60
Height = 12
Caption = '软件名称:'
Transparent = True
IsControl = True
end
object ProgramIcon: TImage
Left = 24
Top = 24
Width = 32
Height = 32
AutoSize = True
IsControl = True
end
object Copyright: TLabel
Left = 72
Top = 48
Width = 60
Height = 12
Caption = '共享软件:'
Transparent = True
IsControl = True
end
object Version: TLabel
Left = 72
Top = 32
Width = 60
Height = 12
Caption = '版 本:'
Transparent = True
IsControl = True
end
object lblOs: TLabel
Left = 24
Top = 72
Width = 60
Height = 12
Caption = '操作系统:'
Transparent = True
IsControl = True
end
object lblMemory: TLabel
Left = 24
Top = 88
Width = 60
Height = 12
Caption = '可用内存:'
Transparent = True
IsControl = True
end
object lb_email: TLabel
Left = 6
Top = 178
Width = 42
Height = 12
Caption = 'Email:'
Transparent = True
end
object homepage: TLabel
Left = 72
Top = 132
Width = 3
Height = 16
Cursor = crHandPoint
Hint = '去我的主页DELPHI盒子'#13#10'看看有没有什么好东西'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
Transparent = True
OnClick = homepageClick
end
object email: TLabel
Left = 54
Top = 174
Width = 209
Height = 16
Cursor = crHandPoint
Hint = '给我写信'
Caption = 'Phantom2000@peoplemail.com.cn'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
Transparent = True
OnClick = emailClick
end
object Label1: TLabel
Left = 48
Top = 120
Width = 252
Height = 12
Caption = '欢迎使用[售楼软件],如果您对它有什么建议,'
end
object Label2: TLabel
Left = 24
Top = 144
Width = 90
Height = 12
Caption = '请写信给[戴华]!'
end
object FlatButton1: TFlatButton
Left = 88
Top = 198
Width = 105
Height = 24
ColorFocused = 2058166
ColorDown = 10930672
ColorBorder = 6135268
UseAdvColors = True
Caption = '确定[&O]'
TabOrder = 0
OnClick = FlatButton1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -