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.

59 lines
1.5 KiB

  1. #if !defined(AFX_SHELLEXTENSIONS_H__AA4DBA54_5D3E_11D1_8CCE_00C04FD918D0__INCLUDED_)
  2. #define AFX_SHELLEXTENSIONS_H__AA4DBA54_5D3E_11D1_8CCE_00C04FD918D0__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ShellExtensions.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShellExtensions dialog
  10. class ShellExtensions : public CAppWizStepDlg
  11. {
  12. // Construction
  13. public:
  14. ShellExtensions(); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(ShellExtensions)
  17. enum { IDD = IDD_SHELLOPTIONS };
  18. CButton m_btnDragAndDrop;
  19. CButton m_btnContextMenu3;
  20. CButton m_btnContextMenu2;
  21. BOOL m_bContextMenu;
  22. BOOL m_bContextMenu2;
  23. BOOL m_bContextMenu3;
  24. BOOL m_bCopyHook;
  25. BOOL m_bDataObject;
  26. BOOL m_bDragAndDrop;
  27. BOOL m_bDropTarget;
  28. BOOL m_bIcon;
  29. BOOL m_bInfoTip;
  30. BOOL m_bPropertySheet;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(ShellExtensions)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. BOOL OnDismiss();
  41. // Generated message map functions
  42. //{{AFX_MSG(ShellExtensions)
  43. afx_msg void OnContextmenu();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_SHELLEXTENSIONS_H__AA4DBA54_5D3E_11D1_8CCE_00C04FD918D0__INCLUDED_)