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.

68 lines
2.0 KiB

  1. #if !defined(AFX_TOOLDEFS_H__B6FBC88D_8B7B_11D1_984D_00C04FB9603F__INCLUDED_)
  2. #define AFX_TOOLDEFS_H__B6FBC88D_8B7B_11D1_984D_00C04FB9603F__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ToolDefs.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CToolDefs dialog
  10. class CToolDefs : public CPropertyPage
  11. {
  12. // Construction
  13. public:
  14. CToolDefs(CWnd* pParent = NULL); // standard constructor
  15. ~CToolDefs();
  16. // Dialog Data
  17. //{{AFX_DATA(CToolDefs)
  18. enum { IDD = IDD_TOOL_DEFAULTS };
  19. CString m_szStartPath;
  20. BOOL m_fAutoInstall;
  21. int m_iDeployment;
  22. int m_iUI;
  23. //}}AFX_DATA
  24. TOOL_DEFAULTS * m_pToolDefaults;
  25. long m_hConsoleHandle;
  26. DWORD m_cookie;
  27. CToolDefs ** m_ppThis;
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CToolDefs)
  31. public:
  32. virtual BOOL OnApply();
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CToolDefs)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnBrowse();
  43. afx_msg void OnUseWizard();
  44. afx_msg void OnUsePropPage();
  45. afx_msg void OnDeployDisabled();
  46. afx_msg void OnDeployPublished();
  47. afx_msg void OnDeployAssigned();
  48. afx_msg void OnBasicUI();
  49. afx_msg void OnMaxUI();
  50. afx_msg void OnDefaultUI();
  51. afx_msg void OnChangePath();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_TOOLDEFS_H__B6FBC88D_8B7B_11D1_984D_00C04FB9603F__INCLUDED_)