reman3/Rayman_X/cpa/tempgrp/TID/Inc/iadlstvr.hpp

50 lines
1.2 KiB
C++

#if !defined(AFX_IAD_LISTVARIABLE_H__A48E729A_F400_11D1_BB03_00A0245476ED__INCLUDED_)
#define AFX_IAD_LISTVARIABLE_H__A48E729A_F400_11D1_BB03_00A0245476ED__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// IAD_ListVariable.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// IAD_ListVariable window
class IAD_ListVariable : public CListCtrl
{
// Construction
public:
IAD_ListVariable();
// Attributes
public:
// Operations
public:
int m_fn_iGetSelectedItem ();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(IAD_ListVariable)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~IAD_ListVariable();
// Generated message map functions
protected:
//{{AFX_MSG(IAD_ListVariable)
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IAD_LISTVARIABLE_H__A48E729A_F400_11D1_BB03_00A0245476ED__INCLUDED_)