//--------------------------------------------------------------------------- #ifndef MiniChat_userlistH #define MiniChat_userlistH //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TMiniChatList : public TForm { __published: // IDE-managed Components TCheckListBox *UserList; private: // User declarations public: // User declarations __fastcall TMiniChatList(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TMiniChatList *MiniChatList; //--------------------------------------------------------------------------- #endif