PassWordDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
源码类别:

交通/航空行业

开发平台:

Visual C++

  1. #if !defined(AFX_PASSWORDDLG_H__8B3F7695_EBB6_46EB_A714_8633FE166C49__INCLUDED_)
  2. #define AFX_PASSWORDDLG_H__8B3F7695_EBB6_46EB_A714_8633FE166C49__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PassWordDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPassWordDlg dialog
  10. class CPassWordDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CPassWordDlg(CWnd* pParent = NULL);   // standard constructor
  15. CString GetProjectInDir();
  16. char *  GetConttent(const CString strpassderectory);
  17. void InitDialog();
  18. // Dialog Data
  19. //{{AFX_DATA(CPassWordDlg)
  20. enum { IDD = IDD_LOGINDLG };
  21. CComboBox m_ctrlUserCombo;
  22. CString m_strPassWord;
  23. CString m_strUsers;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CPassWordDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CPassWordDlg)
  35. virtual BOOL OnInitDialog();
  36. virtual void OnOK();
  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_PASSWORDDLG_H__8B3F7695_EBB6_46EB_A714_8633FE166C49__INCLUDED_)