home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / biblio.exe / 0 / RCDATA / TMD / TMD.txt
Text File  |  1998-07-13  |  1KB  |  63 lines

  1. object MD: TMD
  2.   OnCreate = ModolDanychCreate
  3.   OnDestroy = ModolDanychDestroy
  4.   Left = 189
  5.   Top = 100
  6.   Height = 300
  7.   Width = 392
  8.   object tableFindUzytkownik: TTable
  9.     DatabaseName = 'Biblioteka'
  10.     IndexFieldNames = 'Nazwisko'
  11.     TableName = 'UZYTKOWN.DB'
  12.     Left = 282
  13.     Top = 98
  14.   end
  15.   object tableZadaniowa: TTable
  16.     DatabaseName = 'Biblioteka'
  17.     Left = 282
  18.     Top = 12
  19.   end
  20.   object tableUzytkownicy: TTable
  21.     Filtered = True
  22.     OnFilterRecord = tableUzytkownicyFilterRecord
  23.     DatabaseName = 'Biblioteka'
  24.     TableName = 'UZYTKOWN.DB'
  25.     Left = 42
  26.     Top = 8
  27.   end
  28.   object tableArchiwum: TTable
  29.     Filtered = True
  30.     OnFilterRecord = tableArchiwumFilterRecord
  31.     DatabaseName = 'Biblioteka'
  32.     IndexFieldNames = 'DataZwrotu'
  33.     TableName = 'Archiwum.DB'
  34.     Left = 40
  35.     Top = 56
  36.   end
  37.   object tableKsiazki: TTable
  38.     Filtered = True
  39.     OnFilterRecord = tableKsiazkiFilterRecord
  40.     DatabaseName = 'Biblioteka'
  41.     TableName = 'ksiazki.db'
  42.     Left = 40
  43.     Top = 102
  44.   end
  45.   object tableFiszki: TTable
  46.     Filtered = True
  47.     OnFilterRecord = tableFiszkiFilterRecord
  48.     DatabaseName = 'Biblioteka'
  49.     TableName = 'Fiszki.DB'
  50.     Left = 38
  51.     Top = 154
  52.   end
  53.   object tableWypozyczenia: TTable
  54.     Filtered = True
  55.     OnFilterRecord = tableWypozyczeniaFilterRecord
  56.     DatabaseName = 'Biblioteka'
  57.     IndexFieldNames = 'DataWypozyczenia'
  58.     TableName = 'WYPOZYCE.DB'
  59.     Left = 38
  60.     Top = 202
  61.   end
  62. end
  63.