//--------------------------------------------------------------------------- #ifndef Unit2H #define Unit2H //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm2 : public TForm { __published: // IDE-managed Components TShape *Shape1; TLabel *Label1; TLabel *Label2; TLabel *Label3; TShape *Shape2; TShape *Shape3; TButton *Button1; TLabel *Label4; TLabel *Label5; TLabel *Label6; void __fastcall Button1Click(TObject *Sender); void __fastcall Label4Click(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm2(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm2 *Form2; //--------------------------------------------------------------------------- #endif