// CSSMPDlg.h : header file // #if !defined(AFX_COSSAMPDLG_H__A24B8E35_3852_11D2_B75F_0000C000224F__INCLUDED_) #define AFX_COSSAMPDLG_H__A24B8E35_3852_11D2_B75F_0000C000224F__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CCOSSampDlg dialog class CCOSSampDlg : public CDialog { // Construction public: CCOSSampDlg(CWnd* pParent = NULL); // standard constructor void UpdateLabel(); // Dialog Data //{{AFX_DATA(CCOSSampDlg) enum { IDD = IDD_COSSAMP_DIALOG }; CButton m_StartButton; CButton m_AbortButton; CString m_StatusLabel; BYTE m_BusNumber; CString m_BusType; CString m_IRQCount; CString m_Data; BYTE m_IRQ; CString m_BaseAddress; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCOSSampDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CCOSSampDlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnInitbutton(); afx_msg void OnExitbutton(); afx_msg void OnStartbutton(); 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_COSSAMPDLG_H__A24B8E35_3852_11D2_B75F_0000C000224F__INCLUDED_)