ClusterAbout.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
源码类别:

生物技术

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef ClusterAboutH
  3. #define ClusterAboutH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TAboutForm : public TForm
  11. {
  12. __published: // IDE-managed Components
  13.     TMemo *Memo1;
  14. private: // User declarations
  15. public: // User declarations
  16.     __fastcall TAboutForm(TComponent* Owner);
  17. };
  18. //---------------------------------------------------------------------------
  19. extern PACKAGE TAboutForm *AboutForm;
  20. //---------------------------------------------------------------------------
  21. #endif