Login.h
上传用户:connie527
上传日期:2022-04-15
资源大小:4326k
文件大小:1k
源码类别:

行业应用

开发平台:

Visual C++

  1. #if !defined(AFX_LOGIN_H__CCE9319C_9D1C_454B_8EA6_F55518A73C56__INCLUDED_)
  2. #define AFX_LOGIN_H__CCE9319C_9D1C_454B_8EA6_F55518A73C56__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Login.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CLogin dialog
  10. class CLogin : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CLogin(CWnd* pParent = NULL);   // standard constructor
  15. _ConnectionPtr m_pConnection;
  16. _RecordsetPtr  m_pRecordset;
  17. int m_Time;
  18. // Dialog Data
  19. //{{AFX_DATA(CLogin)
  20. enum { IDD = IDD_LOGIN_DIALOG };
  21. CButton m_OK;
  22. CButton m_Cancel;
  23. CString m_Name;
  24. CString m_PassWord;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CLogin)
  29. public:
  30. virtual BOOL PreTranslateMessage(MSG* pMsg);
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CLogin)
  38. // NOTE: the ClassWizard will add member functions here
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_LOGIN_H__CCE9319C_9D1C_454B_8EA6_F55518A73C56__INCLUDED_)