// Sample1Dlg.h : header file // #if !defined(AFX_SAMPLE1DLG_H__FC2329C6_8502_11D6_97FA_CA192B19922A__INCLUDED_) #define AFX_SAMPLE1DLG_H__FC2329C6_8502_11D6_97FA_CA192B19922A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSample1Dlg dialog class CSample1Dlg : public CDialog { // Construction public: CSample1Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSample1Dlg) enum { IDD = IDD_SAMPLE1_DIALOG }; CEdit m_BaseEditCtrl; CButton m_StartButtonCtrl; CButton m_ExitButtonCtrl; CString m_PortLabel0; CString m_PortLabel1; CString m_PortLabel2; CString m_BaseEdit; CString m_Instructions; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSample1Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSample1Dlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnExitButtonClick(); afx_msg void OnStartTestButtonClick(); afx_msg void OnTimer(UINT nIDEvent); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SAMPLE1DLG_H__FC2329C6_8502_11D6_97FA_CA192B19922A__INCLUDED_)