#if !defined(AFX_GROUPDLG_H__99CFE031_7226_11D4_814B_00105A07EA1C__INCLUDED_) #define AFX_GROUPDLG_H__99CFE031_7226_11D4_814B_00105A07EA1C__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // GroupDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CGroupDlg dialog class CGroupDlg : public CDialog { // Construction public: CGroupDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CGroupDlg) enum { IDD = IDD_GROUPS }; CListBox m_ListBox; //}}AFX_DATA LVectorWindow *m_pVector; int m_nGroupIndex; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGroupDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CGroupDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GROUPDLG_H__99CFE031_7226_11D4_814B_00105A07EA1C__INCLUDED_)