//--------------------------------------------------------------------------- #ifndef ModInstFormH #define ModInstFormH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include "rxricheditx.h" //--------------------------------------------------------------------------- class TModInstFrm : public TForm { __published: // IDE-managed Components TPanel *Panel1; TButton *OkBtn; TLabel *ModText; TPanel *Panel2; void __fastcall FormCreate(TObject *Sender); private: // User declarations public: // User declarations __fastcall TModInstFrm(TComponent* Owner); TRxRichEditX *AboutText; }; //--------------------------------------------------------------------------- extern TModInstFrm *ModInstFrm; //--------------------------------------------------------------------------- #endif