📄 main.dfm
字号:
object Form1: TForm1
Left = 263
Top = 236
Width = 344
Height = 182
Caption = 'Emf Drawing'
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 Label1: TLabel
Left = 78
Top = 44
Width = 47
Height = 13
Caption = 'FileName:'
end
object Button1: TButton
Left = 80
Top = 88
Width = 161
Height = 25
Caption = 'Create Metafile Example'
TabOrder = 0
OnClick = Button1Click
end
object FileNameEdit: TEdit
Left = 128
Top = 40
Width = 121
Height = 21
TabOrder = 1
Text = '.\Metafile.pdf'
end
object PDF: TVPDF
AutoLaunch = True
Author = 'VisPDF User'
Keywords = 'VisPDF vcl pdf library document'
Title = 'vispdf.com document'
ShowInfo = True
FileName = '.\Metafile.pdf'
Version = pdf13
ActivateProtection = False
CryptKeyLength = k40
ProtectOptions = []
Resolution = 72
PageLayout = plSinglePage
StandardFontEmulation = True
FontEmbedding = True
ViewerPreferences = []
JpegQuality = 100
Compression = cmFlateDecode
Left = 16
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -