home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- // Borland C++Builder
- // Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
- //---------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #include <vcl\vcl.h>
- #pragma hdrstop
-
- #include "RptForm.h"
- #include "Datamod.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TMAtypicalRPTform *MAtypicalRPTform;
- //---------------------------------------------------------------------------
- __fastcall TMAtypicalRPTform::TMAtypicalRPTform(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------