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

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // OffDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_OFFDEMODLG_H__45BCB0DD_64A0_4911_BB53_FB8CCD504B27__INCLUDED_)
  4. #define AFX_OFFDEMODLG_H__45BCB0DD_64A0_4911_BB53_FB8CCD504B27__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COffDemoDlg dialog
  10. class COffDemoDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void show();
  15. COffDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. _RecordsetPtr rs;
  17. // Dialog Data
  18. //{{AFX_DATA(COffDemoDlg)
  19. enum { IDD = IDD_OFFDEMO_DIALOG };
  20. UINT m_isbn;
  21. CString m_name;
  22. CString m_author;
  23. //}}AFX_DATA
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(COffDemoDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. HICON m_hIcon;
  32. // Generated message map functions
  33. //{{AFX_MSG(COffDemoDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  36. afx_msg void OnPaint();
  37. afx_msg HCURSOR OnQueryDragIcon();
  38. afx_msg void OnButton1();
  39. afx_msg void OnButton7();
  40. afx_msg void OnButton6();
  41. afx_msg void OnButton9();
  42. afx_msg void OnButton3();
  43. afx_msg void OnButton2();
  44. afx_msg void OnButton4();
  45. afx_msg void OnButton5();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_OFFDEMODLG_H__45BCB0DD_64A0_4911_BB53_FB8CCD504B27__INCLUDED_)