// IRQSMDlg.h : header file // #if !defined(AFX_IRQSAMPDLG_H__45AA7B07_3B62_11D2_B75F_0000C000224F__INCLUDED_) #define AFX_IRQSAMPDLG_H__45AA7B07_3B62_11D2_B75F_0000C000224F__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CIRQSAMPDlg dialog class CIRQSAMPDlg : public CDialog { // Construction public: CIRQSAMPDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CIRQSAMPDlg) enum { IDD = IDD_IRQSAMP_DIALOG }; CButton m_StartButton; CButton m_AbortButton; CButton m_WriteButton; CString m_BaseAddress; BYTE m_BusNumber; CString m_BusType; BYTE m_IRQ; CString m_IRQCount; CString m_Status; CString m_ClearOffset; CString m_Offset; CString m_Value; int m_ReadWriteRadio; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIRQSAMPDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CIRQSAMPDlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnInitbutton(); afx_msg void OnStartbutton(); afx_msg void OnWritebutton(); afx_msg void OnExitbutton(); afx_msg void OnReadbutton(); afx_msg void OnAbortbutton(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_IRQSAMPDLG_H__45AA7B07_3B62_11D2_B75F_0000C000224F__INCLUDED_)