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.

64 lines
1.6 KiB

  1. #if !defined(AFX_NEWSYSTEMSHORTCUTDLG_H__5DB2CB69_DE15_11D2_BDA8_0000F87A3912__INCLUDED_)
  2. #define AFX_NEWSYSTEMSHORTCUTDLG_H__5DB2CB69_DE15_11D2_BDA8_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewSystemShortcutDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNewSystemShortcutDlg dialog
  10. class CNewSystemShortcutDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CNewSystemShortcutDlg(CWnd* pParent = NULL); // standard constructor
  15. // Systems
  16. public:
  17. CStringArray m_saSystems;
  18. CUIntArray m_uaIncludeFlags;
  19. CString m_sGroupName;
  20. // User Interface Attributes
  21. protected:
  22. HBITMAP m_hSelectAllBitmap;
  23. HBITMAP m_hDeselectAllBitmap;
  24. CToolTipCtrl m_ToolTip;
  25. // Dialog Data
  26. //{{AFX_DATA(CNewSystemShortcutDlg)
  27. enum { IDD = IDD_GROUP_NEW_SYSTEMS };
  28. CButton m_DeselectAllButton;
  29. CButton m_SelectAllButton;
  30. CListCtrl m_Systems;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CNewSystemShortcutDlg)
  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(CNewSystemShortcutDlg)
  42. virtual BOOL OnInitDialog();
  43. virtual void OnOK();
  44. afx_msg void OnButtonHelp();
  45. afx_msg void OnButtonSelectAll();
  46. afx_msg void OnButtonDeselectAll();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_NEWSYSTEMSHORTCUTDLG_H__5DB2CB69_DE15_11D2_BDA8_0000F87A3912__INCLUDED_)