// IRScopeDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CIRScopeDlg dialog class CIRScopeDlg : public CDialog { // Construction public: CIRScopeDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CIRScopeDlg) enum { IDD = IDD_IRSCOPE_DIALOG }; UINT m_Duration; CString m_Port; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIRScopeDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CIRScopeDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnCapture(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };