Leaked source code of windows server 2003
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.

51 lines
1.3 KiB

  1. #if !defined(AFX_DLGPROP_H__ED006BC1_F340_11D0_9A82_00A0C91F9C8B__INCLUDED_)
  2. #define AFX_DLGPROP_H__ED006BC1_F340_11D0_9A82_00A0C91F9C8B__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // DlgProp.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgProp dialog
  10. class CDlgProp : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgProp(CWnd* pParent = NULL); // standard constructor
  15. ULONG m_ulPropTag;
  16. LPTSTR m_lpszPropVal;
  17. ULONG m_cbsz;
  18. // Dialog Data
  19. //{{AFX_DATA(CDlgProp)
  20. enum { IDD = IDD_DIALOG_PROP };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CDlgProp)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CDlgProp)
  33. virtual BOOL OnInitDialog();
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DLGPROP_H__ED006BC1_F340_11D0_9A82_00A0C91F9C8B__INCLUDED_)