| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 | 
							- #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();
 
- 	long m_lSkipGroupID;
 
- 	// 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_)
 
 
  |