This commit is contained in:
Daveo 2001-03-31 01:30:53 +00:00
parent 6be41872bf
commit 5b944146d8
24 changed files with 1107 additions and 219 deletions

View file

@ -19,7 +19,8 @@ public:
// Dialog Data
//{{AFX_DATA(CGUILayerItem)
enum { IDD = IDD_LAYER_ITEM };
// NOTE: the ClassWizard will add data members here
CComboBox m_LevelList;
CComboBox m_List;
//}}AFX_DATA
@ -35,7 +36,9 @@ protected:
// Generated message map functions
//{{AFX_MSG(CGUILayerItem)
// NOTE: the ClassWizard will add member functions here
afx_msg void OnItemDelete();
afx_msg void OnSelchangeLevelItemList();
afx_msg void OnSelchangeItemList();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};