gzsl1.rtm

来自「一个电力企业的后台管理程序」· RTM 代码 · 共 185 行

RTM
185
字号
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\GZSL1.rtm'
  Template.Format = ftASCII
  UserName = 'Report'
  DeviceType = 'Screen'
  Left = 98
  Top = 156
  Version = '5.0'
  mmColumnWidth = 0
  object ppHeaderBand1: TppHeaderBand
    mmBottomOffset = 0
    mmHeight = 24871
    mmPrintPosition = 0
    object ppShape1: TppShape
      UserName = 'Shape1'
      Shape = stRoundRect
      mmHeight = 13758
      mmLeft = 54769
      mmTop = 0
      mmWidth = 102659
      BandType = 0
    end
    object ppLabel2: TppLabel
      UserName = 'Label2'
      Caption = '序号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Name = '宋体'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 18256
      mmTop = 19579
      mmWidth = 8467
      BandType = 0
    end
    object ppLabel3: TppLabel
      UserName = 'Label3'
      Caption = '各处理局'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Name = '宋体'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 91281
      mmTop = 17727
      mmWidth = 16933
      BandType = 0
    end
    object ppLabel4: TppLabel
      UserName = 'Label4'
      Caption = '数量'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Name = '宋体'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 166423
      mmTop = 18785
      mmWidth = 8467
      BandType = 0
    end
    object ppLabel1: TppLabel
      UserName = 'Label1'
      Caption = '故障受理报表'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Name = '宋体'
      Font.Size = 18
      Font.Style = [fsBold]
      Transparent = True
      mmHeight = 7144
      mmLeft = 85990
      mmTop = 1852
      mmWidth = 38100
      BandType = 0
    end
  end
  object ppDetailBand1: TppDetailBand
    mmBottomOffset = 0
    mmHeight = 6615
    mmPrintPosition = 0
    object ppShape2: TppShape
      UserName = 'Shape2'
      ParentHeight = True
      mmHeight = 6615
      mmLeft = 2117
      mmTop = 0
      mmWidth = 59002
      BandType = 4
    end
    object ppVariable1: TppVariable
      UserName = 'Variable1'
      CalcOrder = 0
      DataType = dtInteger
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Name = 'Courier New'
      Font.Size = 8
      Font.Style = []
      Transparent = True
      mmHeight = 3969
      mmLeft = 18785
      mmTop = 1323
      mmWidth = 15346
      BandType = 4
    end
    object ppShape3: TppShape
      UserName = 'Shape3'
      ParentHeight = True
      mmHeight = 6615
      mmLeft = 60854
      mmTop = 0
      mmWidth = 77523
      BandType = 4
    end
    object ppDBText2: TppDBText
      UserName = 'DBText2'
      DataField = 'DEALDEPT_NAME'
      DataPipeline = ppdbp_main
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Name = '宋体'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 60854
      mmTop = 1058
      mmWidth = 76729
      BandType = 4
    end
    object ppShape4: TppShape
      UserName = 'Shape4'
      ParentHeight = True
      mmHeight = 6615
      mmLeft = 137319
      mmTop = 0
      mmWidth = 66146
      BandType = 4
    end
    object ppDBText3: TppDBText
      UserName = 'DBText3'
      DataField = 'RECCOUNT'
      DataPipeline = ppdbp_main
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Name = '宋体'
      Font.Size = 12
      Font.Style = []
      Transparent = True
      mmHeight = 4763
      mmLeft = 166688
      mmTop = 794
      mmWidth = 17198
      BandType = 4
    end
  end
  object ppFooterBand1: TppFooterBand
    mmBottomOffset = 0
    mmHeight = 13229
    mmPrintPosition = 0
  end
end

⌨️ 快捷键说明

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