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