home *** CD-ROM | disk | FTP | other *** search
- // nhDlg.h : header file
- //
-
- #if !defined(AFX_NHDLG_H__A20B2026_37A4_11D5_864E_00C0262D16BA__INCLUDED_)
- #define AFX_NHDLG_H__A20B2026_37A4_11D5_864E_00C0262D16BA__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CNhDlg dialog
-
- class CNhDlg : public CDialog
- {
- // Construction
- public:
- CNhDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CNhDlg)
- enum { IDD = IDD_NH_DIALOG };
- CEdit m_Edit2;
- CEdit m_edit1;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNhDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CNhDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- afx_msg void OnChangeEdit1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_NHDLG_H__A20B2026_37A4_11D5_864E_00C0262D16BA__INCLUDED_)
-