| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | 
							- #if !defined(AFX_GROUPCOMBO_H__42D00360_95BE_49B5_AA39_E3B37CFCFF5B__INCLUDED_)
 
- #define AFX_GROUPCOMBO_H__42D00360_95BE_49B5_AA39_E3B37CFCFF5B__INCLUDED_
 
- #if _MSC_VER > 1000
 
- #pragma once
 
- #endif // _MSC_VER > 1000
 
- // GroupCombo.h : header file
 
- //
 
- /////////////////////////////////////////////////////////////////////////////
 
- // CGroupCombo window
 
- class CGroupCombo : public CComboBox
 
- {
 
- // Construction
 
- public:
 
- 	CGroupCombo();
 
- // Attributes
 
- public:
 
- // Operations
 
- public:
 
- // Overrides
 
- 	// ClassWizard generated virtual function overrides
 
- 	//{{AFX_VIRTUAL(CGroupCombo)
 
- 	//}}AFX_VIRTUAL
 
- // Implementation
 
- public:
 
- 	virtual ~CGroupCombo();
 
- 	void FillCombo();
 
- 	void FillCombo(long lParentID, long lSpaces);
 
- 	BOOL SetCurSelOnItemData(long lItemData);
 
- 	int GetItemDataFromCursel();
 
- 	// Generated message map functions
 
- protected:
 
- 	//{{AFX_MSG(CGroupCombo)
 
- 		// NOTE - the ClassWizard will add and remove member functions here.
 
- 	//}}AFX_MSG
 
- 	DECLARE_MESSAGE_MAP()
 
- };
 
- /////////////////////////////////////////////////////////////////////////////
 
- //{{AFX_INSERT_LOCATION}}
 
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
 
- #endif // !defined(AFX_GROUPCOMBO_H__42D00360_95BE_49B5_AA39_E3B37CFCFF5B__INCLUDED_)
 
 
  |