?? 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 + -