ex30av~1.h
来自「《vc++技术内墓》 附带源码」· C头文件 代码 · 共 64 行
H
64 行
// ex30aView.h : interface of the CEx30aView class///////////////////////////////////////////////////////////////////////////////class CEx30aView : public CEditView{protected: // create from serialization only CEx30aView(); DECLARE_DYNCREATE(CEx30aView)// Attributespublic: CEx30aDoc* GetDocument();// Operationspublic:// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CEx30aView) public: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual BOOL PreCreateWindow(CREATESTRUCT& cs); protected: virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); //}}AFX_VIRTUAL// Implementationpublic: virtual ~CEx30aView();#ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const;#endifprotected:// Generated message map functionsprotected: //{{AFX_MSG(CEx30aView) afx_msg void OnInternetStartServer(); afx_msg void OnUpdateInternetStartServer(CCmdUI* pCmdUI); afx_msg void OnInternetRequestSocket(); afx_msg void OnInternetRequestWininet(); afx_msg void OnInternetStopServer(); afx_msg void OnUpdateInternetStopServer(CCmdUI* pCmdUI); afx_msg void OnInternetConfiguration(); afx_msg void OnUpdateInternetConfiguration(CCmdUI* pCmdUI); afx_msg void OnEditClearAll(); afx_msg void OnRequest(); afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); //}}AFX_MSG DECLARE_MESSAGE_MAP()};#ifndef _DEBUG // debug version in ex30aView.cppinline CEx30aDoc* CEx30aView::GetDocument() { return (CEx30aDoc*)m_pDocument; }#endif/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?