home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c13 / useatltrigarc / useatltrigarcdlg.h < prev   
Encoding:
C/C++ Source or Header  |  1997-02-20  |  1.4 KB  |  53 lines

  1. // UseAtlTrigArcDlg.h : header file
  2. //
  3.  
  4. #if !defined(AFX_USEATLTRIGARCDLG_H__9BAF05B4_66EF_11D0_98AB_00A0D100E3C8__INCLUDED_)
  5. #define AFX_USEATLTRIGARCDLG_H__9BAF05B4_66EF_11D0_98AB_00A0D100E3C8__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CUseAtlTrigArcDlg dialog
  13.  
  14. using namespace ATLTRIGLib;
  15.  
  16. class CUseAtlTrigArcDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CUseAtlTrigArcDlg(CWnd* pParent = NULL);    // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CUseAtlTrigArcDlg)
  24.     enum { IDD = IDD_USEATLTRIGARC_DIALOG };
  25.         // NOTE: the ClassWizard will add data members here
  26.     //}}AFX_DATA
  27.  
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CUseAtlTrigArcDlg)
  30.     protected:
  31.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. protected:
  36.     HICON m_hIcon;
  37.  
  38.     // Generated message map functions
  39.     //{{AFX_MSG(CUseAtlTrigArcDlg)
  40.     virtual BOOL OnInitDialog();
  41.     afx_msg void OnPaint();
  42.     afx_msg HCURSOR OnQueryDragIcon();
  43.     afx_msg void OnButton1();
  44.     afx_msg void OnButton2();
  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_USEATLTRIGARCDLG_H__9BAF05B4_66EF_11D0_98AB_00A0D100E3C8__INCLUDED_)
  53.