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