unit1.dfm
来自「集的母语德尔福成分对Borland Delphi中 版本5」· DFM 代码 · 共 64 行
DFM
64 行
object Form1: TForm1
Left = 476
Top = 333
Width = 256
Height = 117
Caption = 'Web Label Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object psvWebLabel1: TpsvWebLabel
Left = 16
Top = 12
Width = 97
Height = 13
Cursor = crHandPoint
Hint = 'PeopleWare site'
Caption = 'www.peopleware.be'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
Link = 'www.peopleware.be'
LinkType = lnHttp
end
object psvWebLabel2: TpsvWebLabel
Left = 16
Top = 36
Width = 85
Height = 13
Cursor = crHandPoint
Hint = 'PeopleWare site'
Caption = 'www.borland.com'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
Link = 'www.borland.com'
LinkType = lnHttp
end
object Button1: TButton
Left = 168
Top = 64
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?