knc_misview.h
来自「基于SQLSERVER2000的机械工艺数据库系统」· C头文件 代码 · 共 75 行
H
75 行
// KNC_MISView.h : interface of the CKNC_MISView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_KNC_MISVIEW_H__81CFCFBB_F193_41D7_A3AD_0740A7A64FE8__INCLUDED_)
#define AFX_KNC_MISVIEW_H__81CFCFBB_F193_41D7_A3AD_0740A7A64FE8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "KNC_MISDoc.h"
class CKNC_MISView : public CView
{
protected: // create from serialization only
CKNC_MISView();
DECLARE_DYNCREATE(CKNC_MISView)
// Attributes
public:
CKNC_MISDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKNC_MISView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CKNC_MISView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CKNC_MISView)
afx_msg void OnCode();
afx_msg void OnRule();
afx_msg void OnWorkpiece();
afx_msg void OnToolDrilling();
afx_msg void OnToolMilling();
afx_msg void OnToolTurning();
afx_msg void OnToolOther();
afx_msg void OnParameterMillplane();
afx_msg void OnParameterTurn();
afx_msg void OnParameterDrill();
afx_msg void OnParameterTurnmill();
afx_msg void OnAboutMessage();
afx_msg void OnAboutHelp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in KNC_MISView.cpp
inline CKNC_MISDoc* CKNC_MISView::GetDocument()
{ return (CKNC_MISDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KNC_MISVIEW_H__81CFCFBB_F193_41D7_A3AD_0740A7A64FE8__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?