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

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_LOGIN_H__13BD72C4_7A8E_43DA_95FE_0D2D5D492CDB__INCLUDED_)
  2. #define AFX_LOGIN_H__13BD72C4_7A8E_43DA_95FE_0D2D5D492CDB__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. int m_Time;
  16. // Dialog Data
  17. //{{AFX_DATA(CLogin)
  18. enum { IDD = IDD_LOGIN_DIALOG };
  19. CButton m_OK;
  20. CButton m_Cancel;
  21. CString m_Name;
  22. CString m_PassWord;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CLogin)
  27. public:
  28. virtual BOOL PreTranslateMessage(MSG* pMsg);
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CLogin)
  36. // NOTE: the ClassWizard will add member functions here
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_LOGIN_H__13BD72C4_7A8E_43DA_95FE_0D2D5D492CDB__INCLUDED_)