XINJYHDLG.H
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. #if !defined(AFX_XINJYHDLG_H__501E88A6_5FA6_4C94_B6ED_E1AA3E247489__INCLUDED_)
  2. #define AFX_XINJYHDLG_H__501E88A6_5FA6_4C94_B6ED_E1AA3E247489__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Xinjyhdlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CXinjyhdlg dialog
  10. class CXinjyhdlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString strjb;
  15. CXinjyhdlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CXinjyhdlg)
  18. enum { IDD = IDD_XINJYH };
  19. CComboBox m_jb;
  20. CString m_name;
  21. CString m_pwd;
  22. CString m_pwd1;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CXinjyhdlg)
  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. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CXinjyhdlg)
  37. virtual void OnOK();
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnButton1();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_XINJYHDLG_H__501E88A6_5FA6_4C94_B6ED_E1AA3E247489__INCLUDED_)