⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainunit.dfm

📁 生成PDF文档的控件
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'PDF barcode example'
  ClientHeight = 184
  ClientWidth = 516
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 254
    Top = 16
    Width = 86
    Height = 13
    Caption = 'Background color:'
  end
  object Label4: TLabel
    Left = 270
    Top = 49
    Width = 69
    Height = 13
    Caption = 'Barcode color:'
  end
  object Label6: TLabel
    Left = 266
    Top = 84
    Width = 72
    Height = 13
    Caption = 'Barcode value:'
  end
  object Label1: TLabel
    Left = 29
    Top = 15
    Width = 47
    Height = 13
    Caption = 'FileName:'
  end
  object Label2: TLabel
    Left = 9
    Top = 48
    Width = 71
    Height = 13
    Caption = 'Barcode type :'
  end
  object Button1: TButton
    Left = 136
    Top = 120
    Width = 209
    Height = 25
    Caption = 'Barcode PDF example'
    TabOrder = 0
    OnClick = Button1Click
  end
  object BarValueEdit: TEdit
    Left = 348
    Top = 80
    Width = 126
    Height = 21
    TabOrder = 1
    Text = '12345'
  end
  object Checksum: TCheckBox
    Left = 75
    Top = 81
    Width = 122
    Height = 17
    Caption = 'Generate checksum'
    TabOrder = 2
  end
  object ColorPanel: TPanel
    Left = 348
    Top = 44
    Width = 49
    Height = 24
    Color = clBlack
    TabOrder = 3
  end
  object Button3: TButton
    Left = 399
    Top = 44
    Width = 80
    Height = 25
    Caption = 'Select...'
    TabOrder = 4
  end
  object Button2: TButton
    Left = 398
    Top = 10
    Width = 81
    Height = 25
    Caption = 'Select...'
    TabOrder = 5
  end
  object BGPanel: TPanel
    Left = 348
    Top = 10
    Width = 49
    Height = 24
    Color = clWhite
    TabOrder = 6
  end
  object FileNameEdit: TEdit
    Left = 79
    Top = 12
    Width = 162
    Height = 21
    TabOrder = 7
    Text = 'Barcode.pdf'
  end
  object BarcodeTypeComboBox: TComboBox
    Left = 80
    Top = 45
    Width = 163
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 8
    Text = 'Code 25 Interleaved'
    Items.Strings = (
      'Code 25 Interleaved'
      'Code 25 Industrial'
      'Code 25 Matrix'
      'Code39'
      'Code39 Extended'
      'Code128A'
      'Code128B'
      'Code128C'
      'Code93'
      'Code93 Extended'
      'MSI'
      'PostNet'
      'Codebar'
      'EAN8'
      'EAN13'
      'UPC_A'
      'UPC_E0'
      'UPC_E1'
      'UPC Supp2'
      'UPC Supp5'
      'EAN128A'
      'EAN128B')
  end
  object VPDF: TVPDF
    AutoLaunch = True
    Author = 'VisPDF Lib User'
    Keywords = 'pdf delphi component'
    Title = 'Delphi PDF library VisPDF Lib'
    ShowInfo = True
    Version = pdf13
    ActivateProtection = False
    CryptKeyLength = k40
    ProtectOptions = []
    PageLayout = plSinglePage
    StandardFontEmulation = True
    FontEmbedding = True
    ViewerPreferences = []
    JpegQuality = 100
    Compression = cmFlateDecode
    KeepImageAspectRatio = False
    Resolution = 0
    ParaAutoAddPage = True
    ImageCompressionType = icFlate
    Left = 8
    Top = 136
  end
end

⌨️ 快捷键说明

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