main.dfm

来自「生成PDF文档的控件」· DFM 代码 · 共 62 行

DFM
62
字号
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 + =
减小字号Ctrl + -
显示快捷键?