www.pudn.com > gundongtiao1.rar > nbDlg.h, change:2005-01-21,size:1461b
// nbDlg.h : header file // #if !defined(AFX_NBDLG_H__4D78E675_7A99_4BF8_8F6C_21A4A4AB6F80__INCLUDED_) #define AFX_NBDLG_H__4D78E675_7A99_4BF8_8F6C_21A4A4AB6F80__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CNbDlg dialog class CNbDlg : public CDialog { // Construction public: CNbDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CNbDlg) enum { IDD = IDD_NB_DIALOG }; CScrollBar m_scroll; CEdit m_edit; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CNbDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CNbDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnUp(); afx_msg void OnDown(); afx_msg void OnButton3(); afx_msg void OnButton4(); afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_NBDLG_H__4D78E675_7A99_4BF8_8F6C_21A4A4AB6F80__INCLUDED_)