www.pudn.com > 3DEDITOR.rar > DLGIMPORT.H
#if !defined(AFX_DLGIMPORT_H__309F757A_8C7B_4F61_BA0E_CCABEC3836DB__INCLUDED_)
#define AFX_DLGIMPORT_H__309F757A_8C7B_4F61_BA0E_CCABEC3836DB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgImport.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DlgImport dialog
class DlgImport : public CDialog
{
// Construction
public:
DlgImport(CWnd* pParent = NULL); // standard constructor
char filename[256];
scene *doc;
int nvI, nfI, noI;
// Dialog Data
//{{AFX_DATA(DlgImport)
enum { IDD = IDD_IMPORT };
CStatic m_n_verts;
CStatic m_n_objects;
CStatic m_n_faces;
CListCtrl m_list;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DlgImport)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DlgImport)
afx_msg void OnAll();
afx_msg void OnNone();
virtual void OnOK();
afx_msg void OnItemchangedList(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGIMPORT_H__309F757A_8C7B_4F61_BA0E_CCABEC3836DB__INCLUDED_)