home *** CD-ROM | disk | FTP | other *** search
/ Gioco e Imparo 4: Andiamo a fare spese! / GIOCOEIMPARO04.BIN / XTRAS / TMS_MP.DLL / 0 / RCDATA / TDTMDLMPRINT / TDTMDLMPRINT.txt
Text File  |  1999-04-13  |  753b  |  39 lines

  1. object DtMdlmPrint: TDtMdlmPrint
  2.   OldCreateOrder = True
  3.   OnCreate = DtMdlmPrintCreate
  4.   Left = 289
  5.   Top = 144
  6.   Height = 163
  7.   Width = 322
  8.   object MpTemplate: TMpTemplate
  9.     OnAfterCreateObject = MpTemplateAfterCreateObject
  10.     Left = 48
  11.     Top = 16
  12.   end
  13.   object MPVariable: TMPVariable
  14.     Template = MpTemplate
  15.     Left = 136
  16.     Top = 16
  17.   end
  18.   object MPReport: TMPReport
  19.     Left = 208
  20.     Top = 16
  21.   end
  22.   object MPRenderObjects: TRenderObjects
  23.     Report = MPReport
  24.     Template = MpTemplate
  25.     xOffset = 0
  26.     yOffset = 0
  27.     Left = 192
  28.     Top = 80
  29.   end
  30.   object MPReportGenerator: TReportGenerator
  31.     Template = MpTemplate
  32.     Variable = MPVariable
  33.     Report = MPReport
  34.     MaxRTFInstances = 0
  35.     Left = 56
  36.     Top = 80
  37.   end
  38. end
  39.