PassWordDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
- #if !defined(AFX_PASSWORDDLG_H__8B3F7695_EBB6_46EB_A714_8633FE166C49__INCLUDED_)
- #define AFX_PASSWORDDLG_H__8B3F7695_EBB6_46EB_A714_8633FE166C49__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PassWordDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPassWordDlg dialog
- class CPassWordDlg : public CDialog
- {
- // Construction
- public:
- CPassWordDlg(CWnd* pParent = NULL); // standard constructor
- CString GetProjectInDir();
- char * GetConttent(const CString strpassderectory);
- void InitDialog();
- // Dialog Data
- //{{AFX_DATA(CPassWordDlg)
- enum { IDD = IDD_LOGINDLG };
- CComboBox m_ctrlUserCombo;
- CString m_strPassWord;
- CString m_strUsers;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPassWordDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPassWordDlg)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PASSWORDDLG_H__8B3F7695_EBB6_46EB_A714_8633FE166C49__INCLUDED_)