main.dfm

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

DFM
75
字号
object Form1: TForm1
  Left = 207
  Top = 198
  Width = 304
  Height = 269
  Caption = 'Hello world'
  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 = 26
    Top = 44
    Width = 53
    Height = 13
    Caption = 'Main page:'
  end
  object Label2: TLabel
    Left = 26
    Top = 84
    Width = 48
    Height = 13
    Caption = 'Buy page:'
  end
  object HelloWorldButton: TButton
    Left = 24
    Top = 160
    Width = 257
    Height = 33
    Caption = 'Print Hyperlinks'
    TabOrder = 0
    OnClick = HelloWorldButtonClick
  end
  object MainEdit: TEdit
    Left = 88
    Top = 40
    Width = 193
    Height = 21
    TabOrder = 1
    Text = 'http://www.vispdf.com'
  end
  object BuyEdit: TEdit
    Left = 88
    Top = 80
    Width = 193
    Height = 21
    TabOrder = 2
    Text = 'http://www.vispdf.com/buy.php'
  end
  object VPDF: TVPDF
    AutoLaunch = True
    Author = 'VisPDF User'
    Keywords = 'VisPDF vcl pdf library document'
    Title = 'vispdf.com document'
    ShowInfo = True
    FileName = '.\Hello world.pdf'
    Version = pdf13
    ActivateProtection = False
    CryptKeyLength = k40
    ProtectOptions = []
    Resolution = 72
    PageLayout = plSinglePage
    StandardFontEmulation = True
    FontEmbedding = True
    ViewerPreferences = []
    JpegQuality = 100
    Compression = cmFlateDecode
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?