home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Tutorials / CrackMesCbjNet / nh-k4n3.ZIP / nhDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-04-23  |  1.2 KB  |  52 lines

  1. // nhDlg.h : header file
  2. //
  3.  
  4. #if !defined(AFX_NHDLG_H__A20B2026_37A4_11D5_864E_00C0262D16BA__INCLUDED_)
  5. #define AFX_NHDLG_H__A20B2026_37A4_11D5_864E_00C0262D16BA__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CNhDlg dialog
  13.  
  14. class CNhDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18.     CNhDlg(CWnd* pParent = NULL);    // standard constructor
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CNhDlg)
  22.     enum { IDD = IDD_NH_DIALOG };
  23.     CEdit    m_Edit2;
  24.     CEdit    m_edit1;
  25.     //}}AFX_DATA
  26.  
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CNhDlg)
  29.     protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. protected:
  35.     HICON m_hIcon;
  36.  
  37.     // Generated message map functions
  38.     //{{AFX_MSG(CNhDlg)
  39.     virtual BOOL OnInitDialog();
  40.     afx_msg void OnPaint();
  41.     afx_msg HCURSOR OnQueryDragIcon();
  42.     virtual void OnOK();
  43.     afx_msg void OnChangeEdit1();
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_NHDLG_H__A20B2026_37A4_11D5_864E_00C0262D16BA__INCLUDED_)
  52.