Mercurial > hg > hv
view hv.h @ 0:a6a46af64546
first upload
author | wenx <xue.wen@eecs.qmul.ac.uk> |
---|---|
date | Wed, 10 Aug 2011 14:55:38 +0100 |
parents | |
children |
line wrap: on
line source
//--------------------------------------------------------------------------- #ifndef hvH #define hvH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> //--------------------------------------------------------------------------- class TForm14 : public TForm { __published: // IDE-managed Components private: // User declarations public: // User declarations __fastcall TForm14(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm14 *Form14; //--------------------------------------------------------------------------- #endif