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

📄 main.dfm

📁 生成PDF文档的控件
💻 DFM
字号:
object Form1: TForm1
  Left = 261
  Top = 175
  Width = 527
  Height = 253
  Caption = 'Barcodes'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 29
    Top = 15
    Width = 47
    Height = 13
    Caption = 'FileName:'
  end
  object Label2: TLabel
    Left = 9
    Top = 48
    Width = 69
    Height = 13
    Caption = 'Barcode type :'
  end
  object Label3: TLabel
    Left = 260
    Top = 16
    Width = 87
    Height = 13
    Caption = 'Background color:'
  end
  object Label4: TLabel
    Left = 276
    Top = 49
    Width = 69
    Height = 13
    Caption = 'Barcode color:'
  end
  object Label5: TLabel
    Left = 24
    Top = 84
    Width = 51
    Height = 13
    Caption = 'Line width:'
  end
  object Label6: TLabel
    Left = 272
    Top = 84
    Width = 72
    Height = 13
    Caption = 'Barcode value:'
  end
  object FileNameEdit: TEdit
    Left = 79
    Top = 12
    Width = 162
    Height = 21
    TabOrder = 0
    Text = '.\Barcode.pdf'
  end
  object CreateButton: TButton
    Left = 152
    Top = 160
    Width = 201
    Height = 25
    Caption = 'Create barcodes example'
    TabOrder = 1
    OnClick = CreateButtonClick
  end
  object BarcodeTypeComboBox: TComboBox
    Left = 80
    Top = 45
    Width = 163
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    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 WidthEdit: TSpinEdit
    Left = 80
    Top = 80
    Width = 89
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 5
    Value = 1
  end
  object BarValueEdit: TEdit
    Left = 355
    Top = 80
    Width = 140
    Height = 21
    TabOrder = 3
    Text = '12345'
  end
  object Checksum: TCheckBox
    Left = 355
    Top = 113
    Width = 121
    Height = 17
    Caption = 'Generate checksum'
    TabOrder = 4
  end
  object Button2: TButton
    Left = 416
    Top = 10
    Width = 81
    Height = 25
    Caption = 'Select...'
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 417
    Top = 44
    Width = 80
    Height = 25
    Caption = 'Select...'
    TabOrder = 7
    OnClick = Button3Click
  end
  object BGPanel: TPanel
    Left = 354
    Top = 10
    Width = 49
    Height = 24
    Color = clWhite
    TabOrder = 8
  end
  object ColorPanel: TPanel
    Left = 354
    Top = 44
    Width = 49
    Height = 24
    Color = clBlack
    TabOrder = 9
  end
  object ColorDialog: TColorDialog
    Ctl3D = True
    Left = 496
    Top = 24
  end
  object VPDF: TVPDF
    AutoLaunch = True
    Author = 'VisPDF User'
    Keywords = 'VisPDF vcl pdf library document'
    Title = 'vispdf.com document'
    ShowInfo = True
    Version = pdf13
    ActivateProtection = False
    CryptKeyLength = k40
    ProtectOptions = []
    Resolution = 72
    PageLayout = plSinglePage
    StandardFontEmulation = True
    FontEmbedding = True
    ViewerPreferences = []
    JpegQuality = 100
    Compression = cmFlateDecode
    Left = 496
  end
end

⌨️ 快捷键说明

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