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

📄 unit3.~dfm

📁 这个一个对图片的浏览
💻 ~DFM
字号:
object Form3: TForm3
  Left = 229
  Top = 171
  AutoScroll = False
  Caption = 'Form3'
  ClientHeight = 440
  ClientWidth = 613
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 0
    Width = 577
    Height = 41
    TabOrder = 0
    object Button1: TButton
      Left = 8
      Top = 8
      Width = 73
      Height = 25
      Caption = #31532#19968#39029
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 96
      Top = 8
      Width = 73
      Height = 25
      Caption = #21069#19968#39029
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 192
      Top = 8
      Width = 73
      Height = 25
      Caption = #19979#19968#39029
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 288
      Top = 8
      Width = 81
      Height = 25
      Caption = #26368#21518#19968#39029
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button6: TButton
      Left = 496
      Top = 8
      Width = 65
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 400
      Top = 8
      Width = 65
      Height = 25
      Caption = #25171#21360#39044#35272
      TabOrder = 5
      OnClick = Button7Click
    end
  end
  object QuickRep1: TQuickRep
    Left = -48
    Top = 40
    Width = 794
    Height = 417
    Frame.Color = clBlack
    Frame.DrawTop = False
    Frame.DrawBottom = False
    Frame.DrawLeft = False
    Frame.DrawRight = False
    DataSet = Table1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = []
    Functions.Strings = (
      'PAGENUMBER'
      'COLUMNNUMBER'
      'REPORTTITLE')
    Functions.DATA = (
      '0'
      '0'
      #39#39)
    Options = [FirstPageHeader, LastPageFooter]
    Page.Columns = 1
    Page.Orientation = poPortrait
    Page.PaperSize = A4
    Page.Values = (
      100
      2970
      100
      2100
      100
      100
      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 QRImage1: TQRImage
      Left = 64
      Top = 48
      Width = 465
      Height = 313
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      Size.Values = (
        828.145833333333
        169.333333333333
        127
        1230.3125)
    end
    object DetailBand1: TQRBand
      Left = 38
      Top = 38
      Width = 718
      Height = 355
      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 = (
        939.270833333333
        1899.70833333333)
      BandType = rbDetail
    end
  end
  object Table1: TTable
    Active = True
    AutoCalcFields = False
    DatabaseName = 'BCDEMOS'
    TableName = 'animals.dbf'
    Left = 56
    Top = 48
  end
  object PrinterSetupDialog1: TPrinterSetupDialog
    Left = 120
    Top = 48
  end
  object PrintDialog1: TPrintDialog
    Left = 168
    Top = 40
  end
end

⌨️ 快捷键说明

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