home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TARCHIVDM / TARCHIVDM.txt
Encoding:
Text File  |  1999-04-22  |  1.1 KB  |  49 lines

  1. object ArchivDM: TArchivDM
  2.   Left = 200
  3.   Top = 108
  4.   Height = 177
  5.   Width = 431
  6.   object ZakazkyTbl: TTable
  7.     Filtered = True
  8.     FilterOptions = [foCaseInsensitive, foNoPartialCompare]
  9.     DatabaseName = 'RealityDB'
  10.     IndexFieldNames = 'CisloZakazky'
  11.     TableName = 'Zakazky.DB'
  12.     Left = 24
  13.     Top = 8
  14.   end
  15.   object ArchivTbl: TTable
  16.     Filtered = True
  17.     FilterOptions = [foCaseInsensitive, foNoPartialCompare]
  18.     DatabaseName = 'RealityDB'
  19.     IndexFieldNames = 'CisloZakazky'
  20.     TableName = 'AZakazky.DB'
  21.     Left = 88
  22.     Top = 8
  23.   end
  24.   object MoveRecord: TBatchMove
  25.     RecordCount = 1
  26.     Left = 160
  27.     Top = 8
  28.   end
  29.   object ArchInfoTbl: TTable
  30.     DatabaseName = 'RealityDB'
  31.     TableName = 'ArchInfo.db'
  32.     Left = 232
  33.     Top = 8
  34.     object ArchInfoTblCisloZakazky: TStringField
  35.       FieldName = 'CisloZakazky'
  36.       Size = 30
  37.     end
  38.     object ArchInfoTblDatumPresunu: TDateField
  39.       FieldName = 'DatumPresunu'
  40.     end
  41.     object ArchInfoTblCasPresunu: TTimeField
  42.       FieldName = 'CasPresunu'
  43.     end
  44.     object ArchInfoTblUzivatel: TStringField
  45.       FieldName = 'Uzivatel'
  46.     end
  47.   end
  48. end
  49.