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.

65 lines
1.7 KiB

  1. #if !defined(AFX_ACTIONSCRIPTPAGE_H__10AC0369_5D70_11D3_939D_00A0CC406605__INCLUDED_)
  2. #define AFX_ACTIONSCRIPTPAGE_H__10AC0369_5D70_11D3_939D_00A0CC406605__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ActionScriptPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CActionScriptPage dialog
  11. class CActionScriptPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CActionScriptPage)
  14. // Construction
  15. public:
  16. CActionScriptPage();
  17. ~CActionScriptPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CActionScriptPage)
  20. enum { IDD = IDD_ACTION_SCRIPT };
  21. CComboBox m_ScriptEngine;
  22. CComboBox m_TimeoutUnits;
  23. CString m_sFileName;
  24. int m_iTimeout;
  25. int m_iScriptEngine;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generate virtual function overrides
  29. //{{AFX_VIRTUAL(CActionScriptPage)
  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(CActionScriptPage)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnButtonBrowseFile();
  41. afx_msg void OnButtonOpen();
  42. afx_msg void OnSelendokComboScriptEngine();
  43. afx_msg void OnSelendokComboTimeoutUnits();
  44. afx_msg void OnChangeEditFileName();
  45. afx_msg void OnChangeEditText();
  46. afx_msg void OnChangeEditTimeout();
  47. afx_msg void OnDestroy();
  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_ACTIONSCRIPTPAGE_H__10AC0369_5D70_11D3_939D_00A0CC406605__INCLUDED_)