#if !defined(AFX_INPUTAUTHDLG_H__4C554B8A_D25D_4355_8EF1_F0644DD65960__INCLUDED_) #define AFX_INPUTAUTHDLG_H__4C554B8A_D25D_4355_8EF1_F0644DD65960__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InputAuthDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // InputAuthDlg dialog class InputAuthDlg : public CDialog { // Construction public: int m_id; int m_time1; int m_time2; InputAuthDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(InputAuthDlg) enum { IDD = IDD_DLGinputAuth }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(InputAuthDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(InputAuthDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnChangeEdit2(); afx_msg void OnChangeEdit1(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_INPUTAUTHDLG_H__4C554B8A_D25D_4355_8EF1_F0644DD65960__INCLUDED_)