www.pudn.com > 20040716141459_combotree.rar > ComboEdit.h
/* Standard Disclaimer:
Copyright (C) 2000 Dennis Howard
This file is free software; you can redistribute it and/or
modify it without any conditions. There is no warranty,
implied or expressed, as to validity or fitness for a particular purpose.
*/
#if !defined(AFX_COMBOEDIT_H__5273668B_7E0B_40C2_B902_6D246A74A217__INCLUDED_)
#define AFX_COMBOEDIT_H__5273668B_7E0B_40C2_B902_6D246A74A217__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ComboEdit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CComboEdit window
class CTreeCombo;
class CComboEdit : public CEdit
{
// Construction
public:
CComboEdit();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CComboEdit)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CComboEdit();
// Generated message map functions
protected:
//{{AFX_MSG(CComboEdit)
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COMBOEDIT_H__5273668B_7E0B_40C2_B902_6D246A74A217__INCLUDED_)