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

📄 usercomptype.rtm

📁 一个电力企业的后台管理程序
💻 RTM
字号:
object pprp_main: TppReport
  AutoStop = False
  DataPipeline = ppdbp_main
  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
  Template.DatabaseSettings.DataPipeline = ppdbp_main
  Template.DatabaseSettings.NameField = 'TotalCount'
  Template.DatabaseSettings.TemplateField = 'TotalCount'
  Template.FileName = 'E:\Work\NewReport\REPORTMOD\USERCOMPTYPE.rtm'
  Template.Format = ftASCII
  UserName = 'Report'
  DeviceType = 'Screen'
  Left = 98
  Top = 156
  Version = '5.0'
  mmColumnWidth = 0
  object ppHeaderBand1: TppHeaderBand
    mmBottomOffset = 0
    mmHeight = 24606
    mmPrintPosition = 0
    object ppShape1: TppShape
      UserName = 'Shape1'
      Shape = stRoundRect
      mmHeight = 13229
      mmLeft = 67204
      mmTop = 1588
      mmWidth = 65881
      BandType = 0
    end
    object ppLabel1: TppLabel
      UserName = 'Label1'
      Caption = '用户投诉报表'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Name = 'Arial'
      Font.Size = 18
      Font.Style = [fsBold]
      Transparent = True
      mmHeight = 7408
      mmLeft = 82550
      mmTop = 4498
      mmWidth = 38100
      BandType = 0
    end
    object ppLabel2: TppLabel
      UserName = 'Label2'
      Caption = '序号'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Name = 'Arial'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 18256
      mmTop = 17463
      mmWidth = 8467
      BandType = 0
    end
    object ppLabel3: TppLabel
      UserName = 'Label3'
      Caption = '类型'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Name = 'Arial'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 103188
      mmTop = 17463
      mmWidth = 8467
      BandType = 0
    end
    object ppLabel4: TppLabel
      UserName = 'Label4'
      Caption = '数量'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Name = 'Arial'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 174890
      mmTop = 17992
      mmWidth = 8467
      BandType = 0
    end
  end
  object ppDetailBand1: TppDetailBand
    mmBottomOffset = 0
    mmHeight = 5292
    mmPrintPosition = 0
    object ppShape2: TppShape
      UserName = 'Shape2'
      ParentHeight = True
      mmHeight = 5292
      mmLeft = 0
      mmTop = 0
      mmWidth = 54769
      BandType = 4
    end
    object ppShape3: TppShape
      UserName = 'Shape3'
      ParentHeight = True
      mmHeight = 5292
      mmLeft = 54769
      mmTop = 0
      mmWidth = 102659
      BandType = 4
    end
    object ppShape4: TppShape
      UserName = 'Shape4'
      ParentHeight = True
      mmHeight = 5292
      mmLeft = 157427
      mmTop = 0
      mmWidth = 44450
      BandType = 4
    end
    object CompTypeXh: TppVariable
      UserName = 'CompTypeXh'
      Alignment = taCenter
      CalcOrder = 0
      DataType = dtInteger
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Name = 'Courier New'
      Font.Size = 8
      Font.Style = []
      OnCalc = CompTypeXhCalc
      Transparent = True
      mmHeight = 3704
      mmLeft = 13494
      mmTop = 794
      mmWidth = 18521
      BandType = 4
    end
    object ppDBText1: TppDBText
      UserName = 'DBText1'
      Alignment = taCenter
      DataField = 'TYPENAME'
      DataPipeline = ppdbp_main
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Name = 'Courier New'
      Font.Size = 8
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 56092
      mmTop = 265
      mmWidth = 98425
      BandType = 4
    end
    object CompTypeCount: TppVariable
      UserName = 'CompTypeCount'
      Alignment = taCenter
      CalcOrder = 1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Name = 'Courier New'
      Font.Size = 8
      Font.Style = []
      OnCalc = CompTypeCountCalc
      Transparent = True
      mmHeight = 3704
      mmLeft = 167217
      mmTop = 529
      mmWidth = 24077
      BandType = 4
    end
  end
  object ppFooterBand1: TppFooterBand
    mmBottomOffset = 0
    mmHeight = 13229
    mmPrintPosition = 0
  end
end

⌨️ 快捷键说明

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