⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlqdoc.h

📁 齿轮检测软件
💻 H
字号:
// dlqDoc.h : interface of the CDlqDoc class
//
/////////////////////////////////////////////////////////////////////////////


#if !defined(AFX_DLQDOC_H__A7221F0B_7559_11D8_BFB3_A66BC8427818__INCLUDED_)
#define AFX_DLQDOC_H__A7221F0B_7559_11D8_BFB3_A66BC8427818__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "gearpar.h"

class CDlqDoc : public CDocument
{
protected: // create from serialization only
	CDlqDoc();
	DECLARE_DYNCREATE(CDlqDoc)

// Attributes
public:
	CTypedPtrArray<CObArray,Cgearpar*>m_par;
	int data[12][400];
	int start[12];
	int count;
	int first;
	CString m_name2;
	float m_aa;
	float m_bb;
	float m_momo;
	int m_fxfx;
	int m_zz;
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlqDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	bool beilichang;
	CString see;
	int m_beili;
	CSize GetDocSize();
	virtual ~CDlqDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:

	bool modify;
	CSize m_sizeDoc;
	//{{AFX_MSG(CDlqDoc)
	afx_msg void onupdatename(CCmdUI *pCmdUI);
	afx_msg void onupdatemo(CCmdUI *pCmdUI);
	afx_msg void onupdatez(CCmdUI *pCmdUI);
	afx_msg void onupdatea(CCmdUI *pCmdUI);
	afx_msg void onupdateb(CCmdUI *pCmdUI);
	afx_msg void onupdatefx(CCmdUI *pCmdUI);
	afx_msg void onupdatebeili(CCmdUI *pCmdUI);
	afx_msg void onupdateline(CCmdUI *pCmdUI);
	afx_msg void OnFileNew();
	afx_msg void OnClearData();
	afx_msg void On1000Bei();
	afx_msg void On2000Bei();
	afx_msg void On250Bei();
	afx_msg void On500Bei();
	afx_msg void OnModifyPar();
	afx_msg void OnDeletPar();
	afx_msg void OnAddPar();
	afx_msg void OnUpdate1000Bei(CCmdUI* pCmdUI);
	afx_msg void OnUpdate2000Bei(CCmdUI* pCmdUI);
	afx_msg void OnUpdate250Bei(CCmdUI* pCmdUI);
	afx_msg void OnUpdate500Bei(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_DLQDOC_H__A7221F0B_7559_11D8_BFB3_A66BC8427818__INCLUDED_)

⌨️ 快捷键说明

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