home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "RecForm.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TRecViewForm *RecViewForm;
- //---------------------------------------------------------------------------
- __fastcall TRecViewForm::TRecViewForm(TComponent* Owner)
- : TStdDataForm(Owner)
- {
- }
- //---------------------------------------------------------------------------
-
-