www.pudn.com > mfcopentree.rar > TypeDlg.h
#if !defined(AFX_TYPEDLG_H__FF29577D_3BF8_4816_B24C_C0CA03957EEC__INCLUDED_)
#define AFX_TYPEDLG_H__FF29577D_3BF8_4816_B24C_C0CA03957EEC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TypeDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTypeDlg dialog
class CTypeDlg : public CDialog
{
// Construction
public:
int m_inamecount;
int m_itypecount;
CString m_allnames[100];
CString m_alltypes[100];
CComboBox * pbox;
CTypeDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTypeDlg)
enum { IDD = IDD_DIALOG3 };
CString m_name;
CString m_type;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTypeDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTypeDlg)
virtual BOOL OnInitDialog();
afx_msg void OnEditupdateName();
afx_msg void OnEditupdateType();
//}}AFX_MSG
afx_msg BOOL OnNeedToolTipText(UINT id, NMHDR * pTTTStruct, LRESULT *pResult);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TYPEDLG_H__FF29577D_3BF8_4816_B24C_C0CA03957EEC__INCLUDED_)