NewItemDlg.h
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_NEWITEMDLG_H__41F2E26D_AC85_48F0_A0E9_60217C3A2B1F__INCLUDED_)
  2. #define AFX_NEWITEMDLG_H__41F2E26D_AC85_48F0_A0E9_60217C3A2B1F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewItemDlg.h : header file
  7. //
  8. #include "AniButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CNewItemDlg dialog
  11. ////////////////////////////////////////////////////////////////////////////
  12. // CNewItemDlg dialog
  13. class CNewItemDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CNewItemDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CNewItemDlg)
  20. enum { IDD = IDD_NEWITEM };
  21. int m_nButtonMode;
  22. long m_data;
  23. CString m_text;
  24. CAniButton          m_btOk;
  25. CAniButton          m_btCancel;
  26. //}}AFX_DATA
  27. CTreeCtrl* m_pTreeCtrl;
  28. HTREEITEM m_nInsertMethod;
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CNewItemDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CNewItemDlg)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnChangeNew();
  41. virtual void OnOK();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_NEWITEMDLG_H__33F97593_CD16_11D3_8F6D_00C04F68EB05__INCLUDED_)