📄 mainunit.dfm
字号:
object MainForm: TMainForm
Left = 192
Top = 115
Width = 291
Height = 263
Caption = 'Hyperlink example'
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 Button1: TButton
Left = 64
Top = 168
Width = 153
Height = 25
Caption = 'Show hyperlink example'
TabOrder = 0
OnClick = Button1Click
end
object MainEdit: TEdit
Left = 58
Top = 32
Width = 177
Height = 21
TabOrder = 1
Text = 'http://www.vispdf.com'
end
object BuyEdit: TEdit
Left = 58
Top = 88
Width = 177
Height = 21
TabOrder = 2
Text = 'http://www.vispdf.com/buy.php'
end
object VPDF1: TVPDF
AutoLaunch = True
Author = 'VisPDF User'
Keywords = 'VisPDF vcl pdf library document'
Title = 'vispdf.com document'
ShowInfo = True
FileName = '.\Hyperlink.pdf'
Version = pdf13
ActivateProtection = False
CryptKeyLength = k40
ProtectOptions = []
Resolution = 72
PageLayout = plSinglePage
StandardFontEmulation = True
FontEmbedding = True
ViewerPreferences = []
JpegQuality = 100
Compression = cmFlateDecode
Left = 8
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -