This commit is contained in:
2013-07-20 23:23:09 +00:00
parent ede89a239e
commit 6cd41f7410

54
HookMsg/LogonDlg.h Normal file
View File

@@ -0,0 +1,54 @@
#if !defined(AFX_LOGONDLG_H__616DAD0F_339F_4A77_83FF_3473751C5531__INCLUDED_)
#define AFX_LOGONDLG_H__616DAD0F_339F_4A77_83FF_3473751C5531__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LogonDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLogonDlg dialog
class CLogonDlg : public CDialog
{
private:
void SaveState();
// Construction
public:
CLogonDlg(CWnd* pParent = NULL); // standard constructor
SYSTEMTIME m_systime;
// Dialog Data
//{{AFX_DATA(CLogonDlg)
enum { IDD = IDD_LOGON_DLG };
CString m_strPasswd;
int m_nSvr;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLogonDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLogonDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LOGONDLG_H__616DAD0F_339F_4A77_83FF_3473751C5531__INCLUDED_)