SetTimeDlg.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #if !defined(AFX_SETTIMEDLG_H__FBFDECB1_4C4B_423F_BA89_4B7BFBC36038__INCLUDED_)
  2. #define AFX_SETTIMEDLG_H__FBFDECB1_4C4B_423F_BA89_4B7BFBC36038__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetTimeDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSetTimeDlg dialog
  10. class CSetTimeDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void ListCtrResh();
  15. void ClearControl();
  16. void InitCtrList();
  17. CSetTimeDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CSetTimeDlg)
  20. enum { IDD = IDD_DIALOG_SetTime };
  21. CListCtrl m_RecordList;
  22. CString m_sNumber;
  23. CString m_sTels;
  24. CString m_sNTel;
  25. CString m_sMessage;
  26. CString m_MsgType;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CSetTimeDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CSetTimeDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnBUTTONResh();
  40. virtual void OnOK();
  41. afx_msg void OnClickLISTRecordList(NMHDR* pNMHDR, LRESULT* pResult);
  42. afx_msg void OnBUTTONUpdate();
  43. afx_msg void OnBUTTONReadSetTime();
  44. afx_msg void OnBUTTONReadTels();
  45. afx_msg void OnBUTTONDelOne();
  46. afx_msg void OnBUTTONDelAll();
  47. afx_msg void OnBUTTONClear();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_SETTIMEDLG_H__FBFDECB1_4C4B_423F_BA89_4B7BFBC36038__INCLUDED_)