//--------------------------------------------------------------------------- #include #pragma hdrstop #include "ModInstForm.h" //--------------------------------------------------------------------------- #pragma resource "*.dfm" TModInstFrm *ModInstFrm; //--------------------------------------------------------------------------- __fastcall TModInstFrm::TModInstFrm(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------