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.

60 lines
1.6 KiB

  1. #if !defined(AFX_NEWACTIONASSOCIATIONDLG_H__9136B32D_5C9B_11D3_BE49_0000F87A3912__INCLUDED_)
  2. #define AFX_NEWACTIONASSOCIATIONDLG_H__9136B32D_5C9B_11D3_BE49_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewActionAssociationDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNewActionAssociationDlg dialog
  10. class CNewActionAssociationDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CNewActionAssociationDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CNewActionAssociationDlg)
  17. enum { IDD = IDD_DIALOG_NEW_ACTION_ASSOC };
  18. CComboBox m_Actions;
  19. BOOL m_bCritical;
  20. BOOL m_bDisabled;
  21. BOOL m_bNoData;
  22. BOOL m_bNormal;
  23. BOOL m_bWarning;
  24. int m_iReminderTime;
  25. int m_iThrottleTime;
  26. int m_iThrottleUnits;
  27. int m_iReminderUnits;
  28. //}}AFX_DATA
  29. CStringArray m_saActions;
  30. int m_iSelectedAction;
  31. BOOL m_bEnableActionsComboBox;
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CNewActionAssociationDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CNewActionAssociationDlg)
  42. virtual BOOL OnInitDialog();
  43. virtual void OnOK();
  44. afx_msg void OnButtonHelp();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_NEWACTIONASSOCIATIONDLG_H__9136B32D_5C9B_11D3_BE49_0000F87A3912__INCLUDED_)