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.

70 lines
1.9 KiB

  1. #if !defined(AFX_ACTIONCMDLINEPAGE_H__10AC0363_5D70_11D3_939D_00A0CC406605__INCLUDED_)
  2. #define AFX_ACTIONCMDLINEPAGE_H__10AC0363_5D70_11D3_939D_00A0CC406605__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ActionCmdLinePage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. #include "InsertionStringMenu.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CActionCmdLinePage dialog
  12. class CActionCmdLinePage : public CHMPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CActionCmdLinePage)
  15. // Construction
  16. public:
  17. CActionCmdLinePage();
  18. ~CActionCmdLinePage();
  19. // Dialog Data
  20. //{{AFX_DATA(CActionCmdLinePage)
  21. enum { IDD = IDD_ACTION_CMDLINE };
  22. CEdit m_CmdLineWnd;
  23. CComboBox m_TimeoutUnits;
  24. CString m_sCommandLine;
  25. CString m_sFileName;
  26. int m_iTimeout;
  27. CString m_sWorkingDirectory;
  28. BOOL m_bWindowed;
  29. //}}AFX_DATA
  30. CInsertionStringMenu m_InsertionMenu;
  31. // Overrides
  32. // ClassWizard generate virtual function overrides
  33. //{{AFX_VIRTUAL(CActionCmdLinePage)
  34. public:
  35. virtual BOOL OnApply();
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CActionCmdLinePage)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnDestroy();
  45. afx_msg void OnButtonAdvanced();
  46. afx_msg void OnButtonBrowseDirectory();
  47. afx_msg void OnButtonBrowseFile();
  48. afx_msg void OnChangeEditCommandLine();
  49. afx_msg void OnChangeEditFileName();
  50. afx_msg void OnChangeEditProcessTimeout();
  51. afx_msg void OnChangeEditWorkingDir();
  52. afx_msg void OnSelendokComboTimeoutUnits();
  53. afx_msg void OnButtonInsertion();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_ACTIONCMDLINEPAGE_H__10AC0363_5D70_11D3_939D_00A0CC406605__INCLUDED_)