22 lines
747 B
C++
22 lines
747 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#ifndef capgH
|
|
#define capgH
|
|
//---------------------------------------------------------------------------
|
|
#include <Classes.hpp>
|
|
#include <Controls.hpp>
|
|
#include <StdCtrls.hpp>
|
|
#include <Forms.hpp>
|
|
//---------------------------------------------------------------------------
|
|
class TForm4 : public TForm
|
|
{
|
|
__published: // IDE-managed Components
|
|
private: // User declarations
|
|
public: // User declarations
|
|
__fastcall TForm4(TComponent* Owner);
|
|
};
|
|
//---------------------------------------------------------------------------
|
|
extern PACKAGE TForm4 *Form4;
|
|
//---------------------------------------------------------------------------
|
|
#endif
|