Main Page   File List  

TutorialDlg.h

00001 // TutorialDlg.h : header file
00002 //
00003 
00004 #pragma once
00005 
00006 
00007 // CTutorialDlg dialog
00008 class CTutorialDlg : public CDialog
00009 {
00010 // Construction
00011 public:
00012   CTutorialDlg(CWnd* pParent = NULL);   // standard constructor
00013 
00014 // Dialog Data
00015   enum { IDD = IDD_MFC_SIMPLEDIALOG_DIALOG };
00016 
00017 protected:
00018   virtual void DoDataExchange(CDataExchange* pDX);  // DDX/DDV support
00019 
00020 
00021 // Implementation
00022 protected:
00023   HICON m_hIcon;
00024 
00025   // Generated message map functions
00026   virtual BOOL OnInitDialog();
00027   afx_msg void OnPaint();
00028   afx_msg HCURSOR OnQueryDragIcon();
00029   DECLARE_MESSAGE_MAP()
00030 };

Generated on Thu Oct 2 02:02:46 2008 for MFC_SimpleDialog by doxygen 1.3.1