home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / BusinessLogic / BusinessLogicDM2.dfm < prev    next >
Encoding:
Text File  |  1999-11-27  |  242 b   |  12 lines

  1. inherited DataModule2: TDataModule2
  2.   Left = 285
  3.   Top = 161
  4.   Height = 479
  5.   Width = 741
  6.   inherited Table1: TTable
  7.     BeforeInsert = Table1BeforeInsert
  8.     BeforeEdit = Table1BeforeEdit
  9.     AfterPost = Table1AfterPost
  10.   end
  11. end
  12.