InputAuthDlg.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #if !defined(AFX_INPUTAUTHDLG_H__4C554B8A_D25D_4355_8EF1_F0644DD65960__INCLUDED_)
  2. #define AFX_INPUTAUTHDLG_H__4C554B8A_D25D_4355_8EF1_F0644DD65960__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // InputAuthDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // InputAuthDlg dialog
  10. class InputAuthDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. int m_id;
  15. int m_time1;
  16. int m_time2;
  17. InputAuthDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(InputAuthDlg)
  20. enum { IDD = IDD_DLGinputAuth };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(InputAuthDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(InputAuthDlg)
  33. virtual BOOL OnInitDialog();
  34. virtual void OnOK();
  35. afx_msg void OnChangeEdit2();
  36. afx_msg void OnChangeEdit1();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_INPUTAUTHDLG_H__4C554B8A_D25D_4355_8EF1_F0644DD65960__INCLUDED_)