// pdaritDlg.h : header file // #if !defined(AFX_PDARITDLG_H__D1FD5566_71D3_4649_A5F4_887D5BD96731__INCLUDED_) #define AFX_PDARITDLG_H__D1FD5566_71D3_4649_A5F4_887D5BD96731__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CPDARitDlg dialog class CPDARitDlg : public CDialog { // Construction public: CPDARitDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPDARitDlg) enum { IDD = IDD_PDARIT_DIALOG }; CButton m_cDoWrite; CEdit m_cWriteSpeed; CEdit m_cReadSpeed; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPDARitDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CPDARitDlg) virtual BOOL OnInitDialog(); afx_msg void OnButtontest(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PDARITDLG_H__D1FD5566_71D3_4649_A5F4_887D5BD96731__INCLUDED_)