21class CLobbyWizard :
public CPropertySheet
23 DECLARE_DYNAMIC(CLobbyWizard)
27 CLobbyWizard(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
28 CLobbyWizard(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
38 HICON m_greenSmileyIcon;
39 int m_greenSmileyIndex;
40 HICON m_yellowSmileyIcon;
41 int m_yellowSmileyIndex;
42 HICON m_redSmileyIcon;
44 HICON m_stagingRoomIcon;
45 int m_stagingRoomIndex;
46 HICON m_runningGameIcon;
47 int m_runningGameIndex;
48 CImageList m_imageList;
54 void StartHourglass();
61 virtual BOOL OnInitDialog();
62 virtual BOOL PreTranslateMessage(MSG* pMsg);
67 virtual ~CLobbyWizard();
72 afx_msg
void OnTimer(UINT nIDEvent);