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.

72 lines
1.6 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_EDITQUALDLG_H__DC24DD66_C567_4B7E_A80C_DE0598FB4288__INCLUDED_)
  8. #define AFX_EDITQUALDLG_H__DC24DD66_C567_4B7E_A80C_DE0598FB4288__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // EditQualDlg.h : header file
  13. //
  14. #include "PropUtil.h"
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CEditQualDlg dialog
  17. class CEditQualDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21. CEditQualDlg(CWnd* pParent = NULL); // standard constructor
  22. // Dialog Data
  23. //{{AFX_DATA(CEditQualDlg)
  24. enum { IDD = IDD_EDIT_QUAL };
  25. // NOTE: the ClassWizard will add data members here
  26. //}}AFX_DATA
  27. CPropUtil m_propUtil;
  28. long m_lFlavor;
  29. BOOL m_bIsInstance;
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CEditQualDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CEditQualDlg)
  40. afx_msg void OnAdd();
  41. afx_msg void OnEdit();
  42. afx_msg void OnArray();
  43. afx_msg void OnDelete();
  44. afx_msg void OnUp();
  45. afx_msg void OnDown();
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnSelchangeArrayValues();
  48. afx_msg void OnDblclkArrayValues();
  49. afx_msg void OnSelchangeType();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_EDITQUALDLG_H__DC24DD66_C567_4B7E_A80C_DE0598FB4288__INCLUDED_)