//--------------------------------------------------------------------------- #ifndef ModInstFormH #define ModInstFormH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TModInstFrm : public TForm { __published: // IDE-managed Components TRichEdit *AboutText; TPanel *Panel1; TButton *OkBtn; TLabel *ModText; private: // User declarations public: // User declarations __fastcall TModInstFrm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TModInstFrm *ModInstFrm; //--------------------------------------------------------------------------- #endif