First commit 25/07/1999

This commit is contained in:
2021-09-12 22:11:31 +02:00
commit 52703a7441
22 changed files with 1447 additions and 0 deletions

View 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