// Sample3Dlg.h : header file // #if !defined(AFX_SAMPLE3DLG_H__E80FD391_2F7B_4260_AAC7_3163118EC9F1__INCLUDED_) #define AFX_SAMPLE3DLG_H__E80FD391_2F7B_4260_AAC7_3163118EC9F1__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSample3Dlg dialog class CSample3Dlg : public CDialog { // Construction public: CSample3Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSample3Dlg) enum { IDD = IDD_SAMPLE3_DIALOG }; CButton m_GoButton; CString m_BlurbText; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSample3Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSample3Dlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnGoButtonClick(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SAMPLE3DLG_H__E80FD391_2F7B_4260_AAC7_3163118EC9F1__INCLUDED_)