// Util7200Dlg.h : header file // #include "Dask64.h" #pragma once // CUtil7200Dlg dialog class CUtil7200Dlg : public CDialog { // Construction public: CUtil7200Dlg(I16 hCard, CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_UTIL7200_DIALOG }; CStatic m_DI31; CStatic m_DI30; CStatic m_DI29; CStatic m_DI28; CStatic m_DI27; CStatic m_DI26; CStatic m_DI25; CStatic m_DI24; CStatic m_DI23; CStatic m_DI22; CStatic m_DI21; CStatic m_DI20; CStatic m_DI19; CStatic m_DI18; CStatic m_DI17; CStatic m_DI16; CStatic m_DI15; CStatic m_DI14; CStatic m_DI13; CStatic m_DI12; CStatic m_DI11; CStatic m_DI10; CStatic m_DI09; CStatic m_DI08; CStatic m_DI07; CStatic m_DI06; CStatic m_DI05; CStatic m_DI04; CStatic m_DI03; CStatic m_DI02; CStatic m_DI01; CStatic m_DI00; BOOL m_DO00; BOOL m_DO01; BOOL m_DO02; BOOL m_DO03; BOOL m_DO04; BOOL m_DO05; BOOL m_DO06; BOOL m_DO07; BOOL m_DO08; BOOL m_DO09; BOOL m_DO10; BOOL m_DO11; BOOL m_DO12; BOOL m_DO13; BOOL m_DO14; BOOL m_DO15; BOOL m_DO16; BOOL m_DO17; BOOL m_DO18; BOOL m_DO19; BOOL m_DO20; BOOL m_DO21; BOOL m_DO22; BOOL m_DO23; BOOL m_DO24; BOOL m_DO25; BOOL m_DO26; BOOL m_DO27; BOOL m_DO28; BOOL m_DO29; BOOL m_DO30; BOOL m_DO31; BOOL m_LineEnable; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; I16 m_hCard; UINT_PTR m_nTimer; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() public: afx_msg void OnDestroy(); afx_msg void OnTimer(UINT_PTR nIDEvent); afx_msg void OnLineCheck(); afx_msg void OnOutput(); afx_msg void OnOutputDo00(); afx_msg void OnOutputDo04(); afx_msg void OnOutputDo08(); afx_msg void OnOutputDo12(); afx_msg void OnOutputDo15(); afx_msg void OnOutputDo16(); afx_msg void OnOutputDo20(); afx_msg void OnOutputDo24(); afx_msg void OnOutputDo28(); afx_msg void OnOutputDo31(); bool m_bOTrig; afx_msg void OnOTrg(); };