#if !defined(AFX_DIALMEASULOOPTEST_H__BAE8FC5D_0E52_42D3_9CE7_C889B72A000D__INCLUDED_) #define AFX_DIALMEASULOOPTEST_H__BAE8FC5D_0E52_42D3_9CE7_C889B72A000D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DialMeasuLoopTest.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDialMeasuLoopTest dialog class CDialMeasuLoopTest : public CDialog { // Construction public: CDialMeasuLoopTest(CWnd* pParent = NULL); // standard constructor int GetLoopCnt(){return m_iLoopCnt;} // Dialog Data //{{AFX_DATA(CDialMeasuLoopTest) enum { IDD = IDD_DIALOG_LOOP_TEST }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDialMeasuLoopTest) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDialMeasuLoopTest) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() protected: int m_iLoopCnt; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DIALMEASULOOPTEST_H__BAE8FC5D_0E52_42D3_9CE7_C889B72A000D__INCLUDED_)