//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class TDogProfiler : public TForm { __published: // IDE-managed Components TListBox *DogList; TButton *Button1; TButton *Button2; private: // User declarations public: // User declarations __fastcall TDogProfiler(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TDogProfiler *DogProfiler; //--------------------------------------------------------------------------- #endif