Files
FutureChecker/LogonDlg.h
2013-07-21 00:33:26 +00:00

51 lines
1.2 KiB
C++

#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
{
// Construction
public:
CLogonDlg(CWnd* pParent = NULL); // standard constructor
COleDateTime m_dlTime;
// Dialog Data
//{{AFX_DATA(CLogonDlg)
enum { IDD = IDD_LOGON_DLG };
UINT m_nAuthentificationID;
//}}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_)