#if !defined(AFX_SUPPORTEDCAPS_H__12376505_2982_46FF_910C_763EC3741998__INCLUDED_) #define AFX_SUPPORTEDCAPS_H__12376505_2982_46FF_910C_763EC3741998__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SupportedCaps.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSupportedCaps dialog class CSupportedCaps : public CDialog { // Construction public: CSupportedCaps(CWnd* pParent = NULL); // standard constructor L_VOID FillCapabilityName(L_UINT uCap); // Dialog Data //{{AFX_DATA(CSupportedCaps) enum { IDD = IDD_SUPPORTED_CAPS }; CStatic m_lblCapsCount; CListBox m_lstCaps; //}}AFX_DATA L_INT m_nCapsCount; L_INT m_nAvailableCapsCount; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSupportedCaps) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSupportedCaps) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SUPPORTEDCAPS_H__12376505_2982_46FF_910C_763EC3741998__INCLUDED_)