- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
CrdFileDriverView.h
资源名称:cardfile.zip [点击查看]
上传用户:lsj_816
上传日期:2007-01-01
资源大小:37k
文件大小:2k
源码类别:
Windows编程
开发平台:
Visual C++
- // CrdFileDriverView.h : interface of the CCrdFileDriverView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CRDFILEDRIVERVIEW_H__26EA74F3_752E_11D1_874B_444553540000__INCLUDED_)
- #define AFX_CRDFILEDRIVERVIEW_H__26EA74F3_752E_11D1_874B_444553540000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- class CCrdFileDriverView : public CEditView
- {
- protected: // create from serialization only
- CCrdFileDriverView();
- DECLARE_DYNCREATE(CCrdFileDriverView)
- // Attributes
- public:
- CCrdFileDriverDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCrdFileDriverView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CCrdFileDriverView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CCrdFileDriverView)
- // 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 CrdFileDriverView.cpp
- inline CCrdFileDriverDoc* CCrdFileDriverView::GetDocument()
- { return (CCrdFileDriverDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CRDFILEDRIVERVIEW_H__26EA74F3_752E_11D1_874B_444553540000__INCLUDED_)