This commit is contained in:
Daveo 2001-04-07 21:05:33 +00:00
parent 08c732c29a
commit aefdd396f8
51 changed files with 1467 additions and 682 deletions

View file

@ -1,5 +1,5 @@
#if !defined(AFX_GUILAYERTHING_H__2ADF47A2_1F6C_4AA5_8E36_528C50968C89__INCLUDED_)
#define AFX_GUILAYERTHING_H__2ADF47A2_1F6C_4AA5_8E36_528C50968C89__INCLUDED_
#if !defined(AFX_GUILAYERTHING_H__BD4306D6_8C84_4589_B8A6_FE1C95C27018__INCLUDED_)
#define AFX_GUILAYERTHING_H__BD4306D6_8C84_4589_B8A6_FE1C95C27018__INCLUDED_
#if _MSC_VER > 1000
#pragma once
@ -19,7 +19,8 @@ public:
// Dialog Data
//{{AFX_DATA(CGUILayerThing)
enum { IDD = IDD_LAYER_THING };
// NOTE: the ClassWizard will add data members here
CComboBox m_List;
CComboBox m_DefList;
//}}AFX_DATA
@ -35,12 +36,18 @@ protected:
// Generated message map functions
//{{AFX_MSG(CGUILayerThing)
// NOTE: the ClassWizard will add member functions here
afx_msg void OnThingDelete();
afx_msg void OnThingGoto();
afx_msg void OnSelchangeDefThingList();
afx_msg void OnSelchangeThingList();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GUILAYERTHING_H__2ADF47A2_1F6C_4AA5_8E36_528C50968C89__INCLUDED_)
#endif // !defined(AFX_GUILAYERTHING_H__BD4306D6_8C84_4589_B8A6_FE1C95C27018__INCLUDED_)