home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / General / ADQI / ADsPropertyList.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-13  |  1.4 KB  |  52 lines

  1. #if !defined(AFX_ADSPROPERTYLIST_H__FA1B9781_0880_11D2_A3EA_0080C7D071BF__INCLUDED_)
  2. #define AFX_ADSPROPERTYLIST_H__FA1B9781_0880_11D2_A3EA_0080C7D071BF__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // ADsPropertyList.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDlgIADsPropertyList dialog
  12.  
  13. class CDlgIADsPropertyList : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CDlgIADsPropertyList( LPUNKNOWN pUnk, CWnd* pParent = NULL);   // standard constructor
  18.     ~CDlgIADsPropertyList();
  19. // Dialog Data
  20.     //{{AFX_DATA(CDlgIADsPropertyList)
  21.     enum { IDD = IDD_PROPERTYLIST };
  22.     CListBox    m_cValueList;
  23.     CComboBox    m_cADsType;
  24.     CString    m_sAttribute;
  25.     //}}AFX_DATA
  26.  
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CDlgIADsPropertyList)
  31.     protected:
  32.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. protected:
  37.     IADsPropertyList *m_pPropList;
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CDlgIADsPropertyList)
  41.     virtual BOOL OnInitDialog();
  42.     afx_msg void OnGet();
  43.     afx_msg void OnPurge();
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_ADSPROPERTYLIST_H__FA1B9781_0880_11D2_A3EA_0080C7D071BF__INCLUDED_)
  52.