czylform.h

来自「这是本人两年前兼职为某个公司做的石油钻进设计软件」· C头文件 代码 · 共 78 行

H
78
字号
//{{AFX_INCLUDES()
#include "spreadsheet.h"
//}}AFX_INCLUDES
#if !defined(AFX_CZYLFORM_H__28EC1E59_E9C5_4BE2_90F2_96274BE4B12B__INCLUDED_)
#define AFX_CZYLFORM_H__28EC1E59_E9C5_4BE2_90F2_96274BE4B12B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CzylForm.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCzylForm form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CCzylForm : public CFormView
{
protected:
	CCzylForm();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CCzylForm)

// Form Data
public:
	//{{AFX_DATA(CCzylForm)
	enum { IDD = IDD_SRCZYL };
	CSpreadSheet	m_SJSR;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCzylForm)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	afx_msg void OnContextMenu(CWnd*, CPoint point);
	virtual ~CCzylForm();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CCzylForm)
	afx_msg void OnChangeSpread1(long Col, long Row);
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnShwrjOpen();
	afx_msg void OnShwrjCalc();
	afx_msg void OnShwrjSave();
	afx_msg void OnShwrjPrintpreview();
	afx_msg void OnShwrjPrint();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CZYLFORM_H__28EC1E59_E9C5_4BE2_90F2_96274BE4B12B__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?