// TwnConfigView.h : interface of the CTwainConfigView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_TWNCONFIGVIEWW_H__AD9BD2E1_4805_447B_ADC0_47F2D18BB0C5__INCLUDED_) #define AFX_TWNCONFIGVIEWW_H__AD9BD2E1_4805_447B_ADC0_47F2D18BB0C5__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 class CTwainConfigView : public CView { protected: // create from serialization only CTwainConfigView(); DECLARE_DYNCREATE(CTwainConfigView) public: //{{AFX_DATA(CTwainConfigView) //enum{ IDD = IDD_TWNCONFIG_FORM }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Attributes public: CTwainConfigDoc* GetDocument(); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTwainConfigView) public: virtual BOOL PreCreateWindow(CREATESTRUCT& cs); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); virtual void OnPrint(CDC* pDC, CPrintInfo*); virtual void OnDraw(CDC* pDC); //}}AFX_VIRTUAL // Implementation public: virtual ~CTwainConfigView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CTwainConfigView) // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #ifndef _DEBUG // debug version in TwnConfigView.cpp inline CTwainConfigDoc* CTwainConfigView::GetDocument() { return (CTwainConfigDoc*)m_pDocument; } #endif ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TWNCONFIGVIEWW_H__AD9BD2E1_4805_447B_ADC0_47F2D18BB0C5__INCLUDED_)