home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / tstcon / coninfdg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  1.4 KB  |  50 lines

  1. #if !defined(AFX_CCONTAINERINFODLG_H__D2C50BD1_C64C_11D0_8E02_00C04FB68D60__INCLUDED_)
  2. #define AFX_CCONTAINERINFODLG_H__D2C50BD1_C64C_11D0_8E02_00C04FB68D60__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // CContainerInfoDlg.H : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CContainerInfoDlg dialog
  12.  
  13. class CContainerInfoDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CContainerInfoDlg( CWnd* pParent, CTestContainer98Doc* pDoc );
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CContainerInfoDlg)
  21.     enum { IDD = IDD_CONTAINERINFO };
  22.     CListCtrl   m_listObjects;
  23.     //}}AFX_DATA
  24.  
  25.  
  26. // Overrides
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CContainerInfoDlg)
  29.     protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. protected:
  35.    CTestContainer98Doc* m_pDoc;
  36.  
  37.     // Generated message map functions
  38.     //{{AFX_MSG(CContainerInfoDlg)
  39.     virtual BOOL OnInitDialog();
  40.     afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  41.     afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_CCONTAINERINFODLG_H__D2C50BD1_C64C_11D0_8E02_00C04FB68D60__INCLUDED_)
  50.