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

📄 skindoc.h

📁 石油行业油井损害软件,有详细的油井损害模型,对石油建模有重要帮助
💻 H
字号:
// SkinDoc.h : interface of the CMyDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SKINDOC_H__7DD8CC56_377F_11D2_80EF_6CE606C10000__INCLUDED_)
#define AFX_SKINDOC_H__7DD8CC56_377F_11D2_80EF_6CE606C10000__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define 	BIAOPI		1
#define		SHENDU		2
#define		ZENGCHAN	3


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

// Attributes
public:
	int 	OPER;		// 正在进行的操作
	double s,wsl,rw,rb,rkfpc;
	double h,hp,phi,ct,ca,alf,dwtob1,dwtob2,hkx,hky,vk,hkout,hk;
	int md,npf,n1b,n2b,nvq,nq,nan;
	double d,belt,rhls,vis,bfv;
	double n,lphi,flp,rp,gk,fls;
	double hnslop,qc,tp,pwf,pi,t[50],q[50],dt[50];
	double sd,rs,dqr[50],ds[50],dpr0, spt,spf,snd, sca,s1b,s2b,scp, sws,san,svq,sym;
	CRect  GraphRect;
	char   Wellname[50];
private:
	BOOL bCtlPara,		 // 控制数据
		 bFluidPara,	 // 流体数据
		 bWellPara,		 // 井身数据
		 bProducePara,   // 生产数据
		 bProductPara,	 // 产量数据
		 bShotPara,		 // 射孔数据
		 bFormPara;		 // 地层数据
void deskin(void), qvsds(void), calrs();



// Operations
public:

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

// Implementation
public:
	void OnProperties();
	virtual ~CMyDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMyDoc)
	afx_msg void OnInputdataControl();
	afx_msg void OnInputdataDiceng();
	afx_msg void OnInputdataJingshen();
	afx_msg void OnInputdataLiuti();
	afx_msg void OnInputdataShengchan();
	afx_msg void OnInputdataShekong();
	afx_msg void OnInputdataChanliang();
	afx_msg void OnUpdateInputdataChanliang(CCmdUI* pCmdUI);
	afx_msg void OnSunhaiBiaopi();
	afx_msg void OnSunhaiShendu();
	afx_msg void OnSunhaiZengchan();
	afx_msg void OnUpdateSunhaiZengchan(CCmdUI* pCmdUI);
	afx_msg void OnUpdateSunhaiShendu(CCmdUI* pCmdUI);
	afx_msg void OnUpdateSunhaiBiaopi(CCmdUI* pCmdUI);
	afx_msg void OnFilePageSetup();
	afx_msg void OnUpdateInputdataShekong(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_SKINDOC_H__7DD8CC56_377F_11D2_80EF_6CE606C10000__INCLUDED_)

⌨️ 快捷键说明

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