// GrpLst.h : header file // ///////////////////////////////////////////////////////////////////////////// // CGroupListDlg dialog class CGroupListDlg : public CDialog { // Construction public: CGroupListDlg(CWnd* pParent = NULL); // standard constructor CListBox *m_pList; long m_nIndex; // Dialog Data //{{AFX_DATA(CGroupListDlg) enum { IDD = IDD_GROUPDLG }; CListBox m_GroupList; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGroupListDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CGroupListDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };