home *** CD-ROM | disk | FTP | other *** search
/ The Houseplan Collection / HRCD2005.ISO / data1.cab / Zusatz / 3DS / DATA2.Z / ObjectListDlg.h < prev    next >
C/C++ Source or Header  |  1999-06-21  |  1KB  |  53 lines

  1. #if !defined(AFX_OBJECTLISTDLG_H__1747C513_59E4_11D2_9E88_00A0C9251384__INCLUDED_)
  2. #define AFX_OBJECTLISTDLG_H__1747C513_59E4_11D2_9E88_00A0C9251384__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // ObjectListDlg.h : header file
  8. //
  9.  
  10. // Deklaration der ArCon Interfaces
  11. #include <ArCon.h>
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CObjectListDlg dialog
  15.  
  16. class CObjectListDlg : public CDialog
  17. {
  18. protected:
  19.   IArCon *m_pArCon;
  20.  
  21. // Construction
  22. public:
  23.     CObjectListDlg(CWnd* pParent, IArCon *pArCon);   // standard constructor
  24.  
  25. // Dialog Data
  26.     //{{AFX_DATA(CObjectListDlg)
  27.     enum { IDD = IDD_OBJECT_LIST };
  28.         // NOTE: the ClassWizard will add data members here
  29.     //}}AFX_DATA
  30.  
  31.  
  32. // Overrides
  33.     // ClassWizard generated virtual function overrides
  34.     //{{AFX_VIRTUAL(CObjectListDlg)
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.  
  42.     // Generated message map functions
  43.     //{{AFX_MSG(CObjectListDlg)
  44.     virtual BOOL OnInitDialog();
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_OBJECTLISTDLG_H__1747C513_59E4_11D2_9E88_00A0C9251384__INCLUDED_)
  53.