Componentes.Terceros.jvcl/official/3.36/examples/JvOLEDragCursors/BCB/MainFrm.h
2009-02-27 12:23:32 +00:00

34 lines
1.1 KiB
C++

//---------------------------------------------------------------------------
#ifndef MainFrmH
#define MainFrmH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TPanel *Panel7;
TPanel *Panel6;
TPanel *Panel5;
TPanel *Panel4;
TPanel *Panel3;
TPanel *Panel2;
TPanel *Panel9;
TPanel *Panel8;
TButton *Button1;
void __fastcall Button1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif