www.pudn.com > IEC104_codeamaterial.rar > Dlgitem.h, change:2009-03-12,size:1211b
#if !defined(AFX_DLGITEM_H__31F29D51_FCDA_4582_9E46_60DB94BD0683__INCLUDED_) #define AFX_DLGITEM_H__31F29D51_FCDA_4582_9E46_60DB94BD0683__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Dlgitem.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDlgitem dialog class CDlgitem : public CDialog { // Construction public: CDlgitem(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDlgitem) enum { IDD = IDD_DIALOG2 }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA HWND hWnd; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDlgitem) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDlgitem) afx_msg void OnButton1(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLGITEM_H__31F29D51_FCDA_4582_9E46_60DB94BD0683__INCLUDED_)