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