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

📄 report.dfm

📁 用delphi开发的电力调度操作票系统并带有access数据库
💻 DFM
字号:
object Frm_Rpt: TFrm_Rpt
  Left = 417
  Top = 224
  Width = 800
  Height = 480
  Caption = #35843#24230#25805#20316#31080
  Color = clWindow
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -17
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poDefault
  Scaled = False
  Visible = True
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 17
  object PL_Head: TPanel
    Left = 0
    Top = 0
    Width = 792
    Height = 33
    Align = alTop
    TabOrder = 0
    object Btn_Print: TBitBtn
      Left = 0
      Top = 1
      Width = 75
      Height = 30
      Caption = #25171#21360
      TabOrder = 0
      OnClick = Btn_PrintClick
    end
    object Btn_Preview: TBitBtn
      Left = 78
      Top = 1
      Width = 75
      Height = 30
      Caption = #39044#35272
      TabOrder = 1
      OnClick = Btn_PreviewClick
    end
    object Btn_Setup: TBitBtn
      Left = 159
      Top = 1
      Width = 75
      Height = 30
      Caption = #35774#32622
      TabOrder = 2
      OnClick = Btn_SetupClick
    end
  end
  object PL_Rpt: TPanel
    Left = 0
    Top = 33
    Width = 792
    Height = 413
    Align = alClient
    Color = clGradientInactiveCaption
    TabOrder = 1
    object SCB_Rpt: TScrollBox
      Left = 1
      Top = 1
      Width = 790
      Height = 411
      Align = alClient
      TabOrder = 0
      object QRPT: TQuickRep
        Left = -8
        Top = 0
        Width = 794
        Height = 1123
        Frame.Color = clWindow
        Frame.DrawTop = True
        Frame.DrawBottom = True
        Frame.DrawLeft = True
        Frame.DrawRight = True
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        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.000000000000000000
          2970.000000000000000000
          100.000000000000000000
          2100.000000000000000000
          100.000000000000000000
          100.000000000000000000
          0.000000000000000000)
        PrinterSettings.Copies = 1
        PrinterSettings.Duplex = False
        PrinterSettings.FirstPage = 0
        PrinterSettings.LastPage = 0
        PrinterSettings.OutputBin = Auto
        PrintIfEmpty = True
        SnapToGrid = True
        Units = Pixels
        Zoom = 100
        object DetailBand1: TQRBand
          Left = 38
          Top = 38
          Width = 718
          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.833333333333300000
            1899.708333333333000000)
          BandType = rbDetail
        end
        object QRLB_Title: TQRLabel
          Left = 232
          Top = 96
          Width = 161
          Height = 34
          Frame.Color = clBlack
          Frame.DrawTop = False
          Frame.DrawBottom = False
          Frame.DrawLeft = False
          Frame.DrawRight = False
          Size.Values = (
            89.958333333333340000
            613.833333333333400000
            254.000000000000000000
            425.979166666666700000)
          Alignment = taCenter
          AlignToBand = False
          AutoSize = False
          AutoStretch = False
          Caption = #35843#24230#32508#21512#20196#31080
          Color = clWhite
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clRed
          Font.Height = -24
          Font.Name = 'Franklin Gothic Book'
          Font.Style = []
          ParentFont = False
          Transparent = False
          WordWrap = True
          FontSize = 18
        end
      end
    end
  end
  object PrinterSetupDialog1: TPrinterSetupDialog
    Left = 264
  end
  object PrintDialog1: TPrintDialog
    Left = 304
  end
end

⌨️ 快捷键说明

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