DlgBookadd.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- #if !defined(AFX_DLGBOOKADD_H__670B3108_E3BC_4BFC_9F8D_C90CEB1A17DE__INCLUDED_)
- #define AFX_DLGBOOKADD_H__670B3108_E3BC_4BFC_9F8D_C90CEB1A17DE__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgBookadd.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DlgBookadd dialog
- class DlgBookadd : public CDialog
- {
- // Construction
- public:
- DlgBookadd(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(DlgBookadd)
- // NOTE: the ClassWizard will add data members h enum { IDD = _UNKNOWN_RESOURCE_ID_ };ere
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DlgBookadd)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DlgBookadd)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGBOOKADD_H__670B3108_E3BC_4BFC_9F8D_C90CEB1A17DE__INCLUDED_)