// vc_DCON_DIODlg.h : header file // #if !defined(AFX_VC_DCON_DIODLG_H__27093EDC_1351_4249_AD88_426A2D258B99__INCLUDED_) #define AFX_VC_DCON_DIODLG_H__27093EDC_1351_4249_AD88_426A2D258B99__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CVc_DCON_DIODlg dialog class CVc_DCON_DIODlg : public CDialog { // Construction public: CVc_DCON_DIODlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CVc_DCON_DIODlg) enum { IDD = IDD_VC_DCON_DIO_DIALOG }; short m_address; long m_baudrate; short m_checksum; DWORD m_dival; short m_dich; DWORD m_doval; DWORD m_doout; short m_doch; short m_port; short m_slot; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CVc_DCON_DIODlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CVc_DCON_DIODlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnOpen(); afx_msg void OnClose(); afx_msg void OnDooutput(); afx_msg void OnDio(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_VC_DCON_DIODLG_H__27093EDC_1351_4249_AD88_426A2D258B99__INCLUDED_)