#if !defined(AFX_SUPPORTEDCAPS_H__AC7667FC_13FC_4D5C_A3E0_5EFEB552B965__INCLUDED_) #define AFX_SUPPORTEDCAPS_H__AC7667FC_13FC_4D5C_A3E0_5EFEB552B965__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SupportedCaps.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSupportedCaps dialog class CSupportedCaps : public CDialog { // Construction public: CSupportedCaps(ILEADRasterTwain * pRasterTwain, CWnd* pParent = NULL); // standard constructor void FillCapabilityName(long lCapValue); // Dialog Data //{{AFX_DATA(CSupportedCaps) enum { IDD = IDD_SUPPORTED_CAPS }; CStatic m_lblCapsCount; CListBox m_lstCaps; //}}AFX_DATA ILEADRasterTwain * m_pRasterTwain; int m_nCapsCount; // 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__AC7667FC_13FC_4D5C_A3E0_5EFEB552B965__INCLUDED_)