LibIdenProp.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // LibIdenProp.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CLibIdenProp dialog
- #include "resource.h"
- class CLibIdenProp : public CDialog
- {
- // Construction
- public:
- CLibIdenProp(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CLibIdenProp)
- enum { IDD = IDD_LIB_IDEN_PROP };
- CString m_iden;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLibIdenProp)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CLibIdenProp)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };