Mercurial > hg > hv
view hv.h @ 1:f3fd4e19cec0 tip
first binary upload
author | wenx <xue.wen@eecs.qmul.ac.uk> |
---|---|
date | Wed, 10 Aug 2011 14:56:28 +0100 |
parents | a6a46af64546 |
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