www.pudn.com > IEC104_codeamaterial.rar > DlgLink.h, change:2009-04-13,size:2034b
#if !defined(AFX_DLGLINK_H__D0BCE28A_15E6_49C8_A28B_18CC83AFED81__INCLUDED_) #define AFX_DLGLINK_H__D0BCE28A_15E6_49C8_A28B_18CC83AFED81__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DlgLink.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDlgLink dialog class CDlgLink : public CDialog { // Construction public: BYTE m_paraindex; WORD m_cot; CDlgLink(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDlgLink) enum { IDD = IDD_DIALOG1 }; CString m_ip; UINT m_addr; UINT m_port; HWND hWnd; CString m_act; CString m_type; UINT m_iact; UINT m_itype; UINT m_dot; CTime m_date; CTime m_time; UINT m_groupnum; UINT m_paradot; UINT m_paraval; CString m_para; UINT m_ddflag; CString m_frz; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDlgLink) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDlgLink) afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); afx_msg void OnButton1(); virtual BOOL OnInitDialog(); afx_msg void OnButton2(); afx_msg void OnButton3(); afx_msg void OnButton4(); afx_msg void OnButton5(); afx_msg void OnButton6(); afx_msg void OnButton7(); afx_msg void OnButton8(); afx_msg void OnButton9(); afx_msg void OnButton10(); afx_msg void OnButton12(); afx_msg void OnButton11(); afx_msg void OnButton13(); afx_msg void OnButton14(); afx_msg void OnButton15(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLGLINK_H__D0BCE28A_15E6_49C8_A28B_18CC83AFED81__INCLUDED_)