//--------------------------------------------------------------------------- #ifndef TAlertBoxH #define TAlertBoxH //--------------------------------------------------------------------------- #include #include #include #include #include //--------------------------------------------------------------------------- class TAlertBox : public TForm { __published: // IDE-managed Components TBitBtn *BitBtn1; TLabel *Label2; void __fastcall BitBtn1Click(TObject *Sender); void __fastcall FormShow(TObject *Sender); private: // User declarations public: // User declarations __fastcall TAlertBox(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TAlertBox *AlertBox; //--------------------------------------------------------------------------- #endif