home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / PASSDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-12-17  |  751 b   |  38 lines

  1. // PassDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CPassDlg dialog
  6.  
  7. class CPassDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CPassDlg(CWnd* pParent = NULL);   // standard constructor
  12.  
  13.    CString m_csKey;
  14.  
  15. // Dialog Data
  16.     //{{AFX_DATA(CPassDlg)
  17.     enum { IDD = IDD_PASSWORD };
  18.     CEdit    m_Edit1;
  19.     //}}AFX_DATA
  20.  
  21.  
  22. // Overrides
  23.     // ClassWizard generated virtual function overrides
  24.     //{{AFX_VIRTUAL(CPassDlg)
  25.     protected:
  26.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27.     //}}AFX_VIRTUAL
  28.  
  29. // Implementation
  30. protected:
  31.  
  32.     // Generated message map functions
  33.     //{{AFX_MSG(CPassDlg)
  34.     virtual void OnOK();
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.