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.

53 lines
1.3 KiB

  1. #if !defined(AFX_MSINFODLG_H__F21299A0_9CC6_48DF_8254_2827F19E4C6B__INCLUDED_)
  2. #define AFX_MSINFODLG_H__F21299A0_9CC6_48DF_8254_2827F19E4C6B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MSInfoDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMSInfoDlg dialog
  10. class CMSInfoDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void ShowOptions( bool bShow );
  15. bool m_bShow;
  16. BSTR m_bstrCategories;
  17. CMSInfoDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CMSInfoDlg)
  20. enum { IDD = IDD_DIALOG_NFO };
  21. CButton m_ctrlDlgNoShow;
  22. CStatic m_ctlStaticDemark;
  23. CString m_csCategories;
  24. BOOL m_bDlgNoShow;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMSInfoDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CMSInfoDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnOptions();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_MSINFODLG_H__F21299A0_9CC6_48DF_8254_2827F19E4C6B__INCLUDED_)