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

📄 testbarcode.dfm

📁 QuickRep1: TQuickRep QRImage1: TQRImage QRLabel1: TQRLabel Edit1: TEdit Butt
💻 DFM
字号:
object FTestBarCode: TFTestBarCode
  Left = 192
  Top = 203
  Width = 696
  Height = 480
  Caption = #26781#24418#30908#32362#21046#28204#35430
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 320
    Top = 256
    Width = 321
    Height = 105
  end
  object Label1: TLabel
    Left = 51
    Top = 107
    Width = 65
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'AutoSize'
  end
  object Label2: TLabel
    Left = 51
    Top = 135
    Width = 65
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'AutoSizeFont'
  end
  object Label3: TLabel
    Left = 3
    Top = 76
    Width = 113
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'PrintHumanReadable'
  end
  object Label4: TLabel
    Left = 11
    Top = 47
    Width = 105
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'BarCodeType'
  end
  object QuickRep1: TQuickRep
    Left = 285
    Top = 7
    Width = 388
    Height = 227
    Frame.Color = clBlack
    Frame.DrawTop = False
    Frame.DrawBottom = False
    Frame.DrawLeft = False
    Frame.DrawRight = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = []
    Functions.Strings = (
      'PAGENUMBER'
      'COLUMNNUMBER'
      'REPORTTITLE'
      'QRSTRINGSBAND1')
    Functions.DATA = (
      '0'
      '0'
      #39#39
      #39#39)
    Options = [FirstPageHeader, LastPageFooter]
    Page.Columns = 1
    Page.Orientation = poPortrait
    Page.PaperSize = Custom
    Page.Values = (
      10
      600.6
      10
      1026.6
      1
      1
      0)
    PrinterSettings.Copies = 1
    PrinterSettings.Duplex = False
    PrinterSettings.FirstPage = 0
    PrinterSettings.LastPage = 0
    PrinterSettings.OutputBin = Auto
    PrintIfEmpty = True
    SnapToGrid = True
    Units = MM
    Zoom = 100
    object PageHeaderBand1: TQRBand
      Left = 0
      Top = 4
      Width = 387
      Height = 189
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      AlignToBottom = False
      Color = clWhite
      ForceNewColumn = False
      ForceNewPage = False
      Size.Values = (
        500.0625
        1023.9375)
      BandType = rbPageHeader
    end
    object QRImage1: TQRImage
      Left = 42
      Top = 50
      Width = 311
      Height = 83
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      Frame.Style = psClear
      Size.Values = (
        219.604166666667
        111.125
        132.291666666667
        822.854166666667)
    end
    object QRLabel1: TQRLabel
      Left = 45
      Top = 138
      Width = 58
      Height = 17
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      Frame.Style = psClear
      Size.Values = (
        44.9791666666667
        119.0625
        365.125
        153.458333333333)
      Alignment = taLeftJustify
      AlignToBand = False
      AutoSize = True
      AutoStretch = True
      Caption = 'QRLabel1'
      Color = clWhite
      Transparent = False
      WordWrap = True
      FontSize = 10
    end
    object TitleBand1: TQRBand
      Left = 0
      Top = 193
      Width = 387
      Height = 40
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      AlignToBottom = False
      Color = clWhite
      ForceNewColumn = False
      ForceNewPage = False
      Size.Values = (
        105.8
        1023.9375)
      BandType = rbTitle
    end
  end
  object Edit1: TEdit
    Left = 33
    Top = 213
    Width = 241
    Height = 21
    MaxLength = 20
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 33
    Top = 245
    Width = 153
    Height = 25
    Caption = #29986#29983#26781#24418#30908#22577#34920
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 304
    Width = 105
    Height = 25
    Caption = #29986#29983#26781#30908#22294#20687
    TabOrder = 3
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 121
    Top = 45
    Width = 145
    Height = 21
    ItemHeight = 13
    ItemIndex = 1
    TabOrder = 4
    Text = 'bcCode39'
    Items.Strings = (
      'bcCode128'
      'bcCode39'
      '')
  end
  object ComboBox2: TComboBox
    Left = 121
    Top = 103
    Width = 145
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 5
    Text = 'True'
    Items.Strings = (
      'True'
      'False')
  end
  object ComboBox3: TComboBox
    Left = 121
    Top = 132
    Width = 145
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 6
    Text = 'True'
    Items.Strings = (
      'True'
      'False')
  end
  object ComboBox4: TComboBox
    Left = 121
    Top = 74
    Width = 145
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 7
    Text = 'True'
    Items.Strings = (
      'True'
      'False')
  end
  object Button3: TButton
    Left = 208
    Top = 247
    Width = 75
    Height = 25
    Caption = #38928#35261#22577#34920
    TabOrder = 8
    OnClick = Button3Click
  end
  object ppReport1: TppReport
    PrinterSetup.BinName = 'Default'
    PrinterSetup.DocumentName = 'Report'
    PrinterSetup.PaperName = 'Letter'
    PrinterSetup.PrinterName = 'Default'
    PrinterSetup.mmMarginBottom = 6350
    PrinterSetup.mmMarginLeft = 6350
    PrinterSetup.mmMarginRight = 6350
    PrinterSetup.mmMarginTop = 6350
    PrinterSetup.mmPaperHeight = 279401
    PrinterSetup.mmPaperWidth = 215900
    PrinterSetup.PaperSize = 1
    DeviceType = 'Screen'
    Left = 224
    Top = 312
    Version = '6.03'
    mmColumnWidth = 0
    object ppHeaderBand1: TppHeaderBand
      mmBottomOffset = 0
      mmHeight = 13229
      mmPrintPosition = 0
    end
    object ppDetailBand1: TppDetailBand
      mmBottomOffset = 0
      mmHeight = 39423
      mmPrintPosition = 0
      object ppBarCode1: TppBarCode
        UserName = 'BarCode1'
        BarCodeType = bcCode39
        BarColor = clWindowText
        Data = 'Barcode'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Name = 'Courier New'
        Font.Size = 8
        Font.Style = []
        Transparent = True
        mmHeight = 13494
        mmLeft = 56092
        mmTop = 7144
        mmWidth = 39423
        BandType = 4
        mmBarWidth = 254
        mmWideBarRatio = 76200
      end
    end
    object ppFooterBand1: TppFooterBand
      mmBottomOffset = 0
      mmHeight = 13229
      mmPrintPosition = 0
    end
  end
end

⌨️ 快捷键说明

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