📄 daoxianview.h
字号:
#if !defined(AFX_DAOXIANVIEW_H__BAAF1A82_A32A_11D6_8122_CA17594BAC43__INCLUDED_)
#define AFX_DAOXIANVIEW_H__BAAF1A82_A32A_11D6_8122_CA17594BAC43__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DaoxianView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDaoxianView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "BianJiView.h"
class CDaoxianView : public CFormView
{
protected:
CDaoxianView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CDaoxianView)
// Form Data
public:
//{{AFX_DATA(CDaoxianView)
enum { IDD = IDD_DIALOG2 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
// Operations
public:
CBianJiView* m_pbianjiview;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDaoxianView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CDaoxianView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CDaoxianView)
afx_msg void OnBaochun();
afx_msg void OnIncreaserow();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DAOXIANVIEW_H__BAAF1A82_A32A_11D6_8122_CA17594BAC43__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -