First commit 18/09/2000
This commit is contained in:
23
MiniChat_userlist.h
Normal file
23
MiniChat_userlist.h
Normal file
@ -0,0 +1,23 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef MiniChat_userlistH
|
||||
#define MiniChat_userlistH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <checklst.hpp>
|
||||
#include <CheckLst.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
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
|
Reference in New Issue
Block a user