unitfrmmain.dfm
来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 34 行
DFM
34 行
object Form1: TForm1
Left = 213
Top = 139
Width = 408
Height = 257
Caption = '实现超链接效果'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnMouseMove = FormMouseMove
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 152
Top = 72
Width = 86
Height = 32
Cursor = crHandPoint
Caption = 'HELLO'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = Label1Click
OnMouseMove = Label1MouseMove
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?