www.pudn.com > VCAMS.rar > AMLoginDlg.h
// AMLoginDlg.h : header file
//
#if !defined(AFX_AMSTONETIMEDLG_H__22369733_83A2_424C_B933_3E7F6093A74F__INCLUDED_)
#define AFX_AMSTONETIMEDLG_H__22369733_83A2_424C_B933_3E7F6093A74F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CAMStoneTimeDlg dialog
class CAMLoginDlg : public CDialog
{
// Construction
public:
IAMSessionPtr m_ptrAMSession;
CAMLoginDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAMStoneTimeDlg)
enum { IDD = IDD_AMLOGIN_DIALOG };
CEdit m_ctlEditPassword;
CEdit m_ctlEditName;
CComboBox m_ctlCombo;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAMStoneTimeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CAMStoneTimeDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnLoginButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AMSTONETIMEDLG_H__22369733_83A2_424C_B933_3E7F6093A74F__INCLUDED_)