First commit 25/07/1999
This commit is contained in:
22
ElasticForm (building)/ElasticForm.h
Normal file
22
ElasticForm (building)/ElasticForm.h
Normal file
@ -0,0 +1,22 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef ElasticFormH
|
||||
#define ElasticFormH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <SysUtils.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <Classes.hpp>
|
||||
#include <Forms.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class PACKAGE TElasticForm : public TControl
|
||||
{
|
||||
private:
|
||||
TComponent * nOwner;
|
||||
protected:
|
||||
public:
|
||||
void __fastcall ResizeALL(void);
|
||||
__fastcall TElasticForm(TComponent* Owner);
|
||||
__published:
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user