// sample1Dlg.h : header file // #if !defined(AFX_SAMPLE1DLG_H__86AB3858_C039_4E96_A628_3368C620919B__INCLUDED_) #define AFX_SAMPLE1DLG_H__86AB3858_C039_4E96_A628_3368C620919B__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 unsigned long DeviceIndex; DWORD outMask; DWORD inMask; CStatic *outArray[16], *inArray[16]; // Dialog Data //{{AFX_DATA(CSample1Dlg) enum { IDD = IDD_SAMPLE1_DIALOG }; CStatic m_red; CStatic m_green; CStatic m_inA0; CStatic m_inA1; CStatic m_inA2; CStatic m_inA3; CStatic m_inA4; CStatic m_inA5; CStatic m_inA6; CStatic m_inA7; CStatic m_inB0; CStatic m_inB1; CStatic m_inB2; CStatic m_inB3; CStatic m_inB4; CStatic m_inB5; CStatic m_inB6; CStatic m_inB7; CStatic m_outA0; CStatic m_outA1; CStatic m_outA2; CStatic m_outA3; CStatic m_outA4; CStatic m_outA5; CStatic m_outA6; CStatic m_outA7; CStatic m_outB0; CStatic m_outB1; CStatic m_outB2; CStatic m_outB3; CStatic m_outB4; CStatic m_outB5; CStatic m_outB6; CStatic m_outB7; CEdit m_outB; CEdit m_outA; 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 OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnUpdateEditOuta(); afx_msg void OnChangeEditOuta(); afx_msg void OnWritea(); afx_msg void OnButton1(); afx_msg void OnUpdateEditOutb(); afx_msg void OnWriteb(); afx_msg void OnReadaBtn(); afx_msg void OnReadb(); afx_msg void OnOutA7(); afx_msg void OnOutA6(); afx_msg void OnOutA5(); afx_msg void OnOutA4(); afx_msg void OnOutA3(); afx_msg void OnOutA2(); afx_msg void OnOutA1(); afx_msg void OnOutA0(); afx_msg void OnOutB7(); afx_msg void OnOutB6(); afx_msg void OnOutB5(); afx_msg void OnOutB4(); afx_msg void OnOutB3(); afx_msg void OnOutB2(); afx_msg void OnOutB1(); afx_msg void OnOutB0(); //}}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__86AB3858_C039_4E96_A628_3368C620919B__INCLUDED_)