//--------------------------------------------------------------------------- #ifndef ElasticFormH #define ElasticFormH //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class PACKAGE TElasticForm : public TControl { private: TComponent * nOwner; protected: public: void __fastcall ResizeALL(void); __fastcall TElasticForm(TComponent* Owner); __published: }; //--------------------------------------------------------------------------- #endif