DlgBookadd.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #if !defined(AFX_DLGBOOKADD_H__670B3108_E3BC_4BFC_9F8D_C90CEB1A17DE__INCLUDED_)
  2. #define AFX_DLGBOOKADD_H__670B3108_E3BC_4BFC_9F8D_C90CEB1A17DE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgBookadd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DlgBookadd dialog
  10. class DlgBookadd : public CDialog
  11. {
  12. // Construction
  13. public:
  14. DlgBookadd(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(DlgBookadd)
  17. // NOTE: the ClassWizard will add data members h enum { IDD = _UNKNOWN_RESOURCE_ID_ };ere
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(DlgBookadd)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(DlgBookadd)
  29. // NOTE: the ClassWizard will add member functions here
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_DLGBOOKADD_H__670B3108_E3BC_4BFC_9F8D_C90CEB1A17DE__INCLUDED_)