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

生物技术

开发平台:

C++ Builder

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