Mercurial > hg > hv
annotate 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 |
rev | line source |
---|---|
xue@0 | 1 //--------------------------------------------------------------------------- |
xue@0 | 2 |
xue@0 | 3 #ifndef hvH |
xue@0 | 4 #define hvH |
xue@0 | 5 //--------------------------------------------------------------------------- |
xue@0 | 6 #include <Classes.hpp> |
xue@0 | 7 #include <Controls.hpp> |
xue@0 | 8 #include <StdCtrls.hpp> |
xue@0 | 9 #include <Forms.hpp> |
xue@0 | 10 //--------------------------------------------------------------------------- |
xue@0 | 11 class TForm14 : public TForm |
xue@0 | 12 { |
xue@0 | 13 __published: // IDE-managed Components |
xue@0 | 14 private: // User declarations |
xue@0 | 15 public: // User declarations |
xue@0 | 16 __fastcall TForm14(TComponent* Owner); |
xue@0 | 17 }; |
xue@0 | 18 //--------------------------------------------------------------------------- |
xue@0 | 19 extern PACKAGE TForm14 *Form14; |
xue@0 | 20 //--------------------------------------------------------------------------- |
xue@0 | 21 #endif |