treeviewhelp.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef treeviewhelpH
- #define treeviewhelpH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class THelpForm : public TForm
- {
- __published: // IDE-managed Components
- TMemo *Memo1;
- private: // User declarations
- public: // User declarations
- __fastcall THelpForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE THelpForm *HelpForm;
- //---------------------------------------------------------------------------
- #endif