NewItemDlg.h
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
- #if !defined(AFX_NEWITEMDLG_H__41F2E26D_AC85_48F0_A0E9_60217C3A2B1F__INCLUDED_)
- #define AFX_NEWITEMDLG_H__41F2E26D_AC85_48F0_A0E9_60217C3A2B1F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NewItemDlg.h : header file
- //
- #include "AniButton.h"
- /////////////////////////////////////////////////////////////////////////////
- // CNewItemDlg dialog
- ////////////////////////////////////////////////////////////////////////////
- // CNewItemDlg dialog
- class CNewItemDlg : public CDialog
- {
- // Construction
- public:
- CNewItemDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CNewItemDlg)
- enum { IDD = IDD_NEWITEM };
- int m_nButtonMode;
- long m_data;
- CString m_text;
- CAniButton m_btOk;
- CAniButton m_btCancel;
- //}}AFX_DATA
- CTreeCtrl* m_pTreeCtrl;
- HTREEITEM m_nInsertMethod;
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNewItemDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CNewItemDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeNew();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NEWITEMDLG_H__33F97593_CD16_11D3_8F6D_00C04F68EB05__INCLUDED_)