home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / atltangram / mfctangram / mfctangramconfigdlg.h < prev    next >
C/C++ Source or Header  |  1998-03-26  |  2KB  |  64 lines

  1. // MFCTangramConfigDlg.h: Declaration of CMFCTangramConfigDlg
  2. //
  3. // This is a part of the Active Template Library.
  4. // Copyright (C) 1996-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Active Template Library Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Active Template Library product.
  12.  
  13. #if !defined(AFX_MFCTANGRAMCONFIGDLG_H__D1CF42E1_B039_11D0_B69F_00A0C903487A__INCLUDED_)
  14. #define AFX_MFCTANGRAMCONFIGDLG_H__D1CF42E1_B039_11D0_B69F_00A0C903487A__INCLUDED_
  15.  
  16. #if _MSC_VER >= 1000
  17. #pragma once
  18. #endif // _MSC_VER >= 1000
  19. // MFCTangramConfigDlg.h : header file
  20. //
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CMFCTangramConfigDlg dialog
  24.  
  25. class CMFCTangramConfigDlg : public CDialog
  26. {
  27. // Construction
  28. public:
  29.     CMFCTangramConfigDlg(CWnd* pParent = NULL);   // standard constructor
  30.  
  31. // Dialog Data
  32.     //{{AFX_DATA(CMFCTangramConfigDlg)
  33.     enum { IDD = IDD_CONFIG_DIALOG };
  34.     CListBox    m_listWorld;
  35.     BOOL    m_bLocalModel;
  36.     //}}AFX_DATA
  37.  
  38.     CLSID m_clsid ;
  39.  
  40. // Overrides
  41.     // ClassWizard generated virtual function overrides
  42.     //{{AFX_VIRTUAL(CMFCTangramConfigDlg)
  43.     protected:
  44.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  45.     //}}AFX_VIRTUAL
  46.  
  47. // Implementation
  48. protected:
  49.  
  50.     // Generated message map functions
  51.     //{{AFX_MSG(CMFCTangramConfigDlg)
  52.     virtual BOOL OnInitDialog();
  53.     afx_msg void OnDestroy();
  54.     virtual void OnCancel();
  55.     virtual void OnOK();
  56.     //}}AFX_MSG
  57.     DECLARE_MESSAGE_MAP()
  58. };
  59.  
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  62.  
  63. #endif // !defined(AFX_MFCTANGRAMCONFIGDLG_H__D1CF42E1_B039_11D0_B69F_00A0C903487A__INCLUDED_)
  64.