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.

56 lines
1.7 KiB

  1. #if !defined(AFX_WIADOCACQSETTINGS_H__9A20BD24_5D53_483E_83B3_ABDC2ACB48AE__INCLUDED_)
  2. #define AFX_WIADOCACQSETTINGS_H__9A20BD24_5D53_483E_83B3_ABDC2ACB48AE__INCLUDED_
  3. #include "WiaSimpleDocPg.h" // Added by ClassView
  4. #include "WiaAdvancedDocPg.h" // Added by ClassView
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. // WiaDocAcqSettings.h : header file
  9. //
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CWiaDocAcqSettings
  12. class CWiaDocAcqSettings : public CPropertySheet
  13. {
  14. DECLARE_DYNAMIC(CWiaDocAcqSettings)
  15. // Construction
  16. public:
  17. CWiaDocAcqSettings(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  18. CWiaDocAcqSettings(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  19. CWiaDocAcqSettings(UINT nIDCaption, IWiaItem *pIRootItem, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  20. // Attributes
  21. public:
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CWiaDocAcqSettings)
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. IWiaItem *m_pIRootItem;
  31. CWiaAdvancedDocPg m_AdvancedDocumentScannerSettings;
  32. CWiaSimpleDocPg m_SimpleDocumentScannerSettings;
  33. virtual ~CWiaDocAcqSettings();
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CWiaDocAcqSettings)
  37. // NOTE - the ClassWizard will add and remove member functions here.
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_WIADOCACQSETTINGS_H__9A20BD24_5D53_483E_83B3_ABDC2ACB48AE__INCLUDED_)