Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.6 KiB

  1. #if !defined(AFX_ACTIONPAGINGPAGE1_H__10AC036E_5D70_11D3_939D_00A0CC406605__INCLUDED_)
  2. #define AFX_ACTIONPAGINGPAGE1_H__10AC036E_5D70_11D3_939D_00A0CC406605__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ActionPagingPage1.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CActionPagingPage dialog
  11. class CActionPagingPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CActionPagingPage)
  14. // Construction
  15. public:
  16. CActionPagingPage();
  17. ~CActionPagingPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CActionPagingPage)
  20. enum { IDD = IDD_ACTION_PAGING };
  21. CComboBox m_ThrottleUnits;
  22. int m_iWait;
  23. CString m_sMessage;
  24. CString m_sPagerID;
  25. CString m_sPhoneNumber;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generate virtual function overrides
  29. //{{AFX_VIRTUAL(CActionPagingPage)
  30. public:
  31. virtual BOOL OnApply();
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CActionPagingPage)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnButtonAdvanced();
  41. afx_msg void OnSelendokComboThrottleUnits();
  42. afx_msg void OnChangeEditAnswerWait();
  43. afx_msg void OnChangeEditMessage();
  44. afx_msg void OnChangeEditPagerId();
  45. afx_msg void OnChangeEditPhone();
  46. afx_msg void OnDestroy();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_ACTIONPAGINGPAGE1_H__10AC036E_5D70_11D3_939D_00A0CC406605__INCLUDED_)