OffDemoDlg.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- // OffDemoDlg.h : header file
- //
- #if !defined(AFX_OFFDEMODLG_H__45BCB0DD_64A0_4911_BB53_FB8CCD504B27__INCLUDED_)
- #define AFX_OFFDEMODLG_H__45BCB0DD_64A0_4911_BB53_FB8CCD504B27__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // COffDemoDlg dialog
- class COffDemoDlg : public CDialog
- {
- // Construction
- public:
- void show();
- COffDemoDlg(CWnd* pParent = NULL); // standard constructor
- _RecordsetPtr rs;
- // Dialog Data
- //{{AFX_DATA(COffDemoDlg)
- enum { IDD = IDD_OFFDEMO_DIALOG };
- UINT m_isbn;
- CString m_name;
- CString m_author;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(COffDemoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(COffDemoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButton1();
- afx_msg void OnButton7();
- afx_msg void OnButton6();
- afx_msg void OnButton9();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OFFDEMODLG_H__45BCB0DD_64A0_4911_BB53_FB8CCD504B27__INCLUDED_)