//--------------------------------------------------------------------------- #ifndef LicenseH #define LicenseH //--------------------------------------------------------------------------- #include #include #include #include #include #include "WinInterface.h" //--------------------------------------------------------------------------- class TLicenseDialog : public TForm { __published: TButton * CloseButton; TMemo * LicenseMemo; public: __fastcall TLicenseDialog(TComponent * Owner, TLicense License); }; //--------------------------------------------------------------------------- #endif