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

📄 gasshotforecastview.h

📁 这是本人两年前兼职为某个公司做的石油钻进设计软件
💻 H
字号:
#if !defined(AFX_GASSHOTFORECASTVIEW_H__862088C2_35DD_11D3_877F_894F94D25E41__INCLUDED_)
#define AFX_GASSHOTFORECASTVIEW_H__862088C2_35DD_11D3_877F_894F94D25E41__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CGasShotForecastView form view

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

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

// Form Data
public:
	//{{AFX_DATA(CGasShotForecastView)
	enum { IDD = IDD_DIALOG_GASSHOTFORECAST };
	CString	m_cstrModel;
	float	m_fD;
	float	m_fD1;
	float	m_fD1P;
	float	m_fFMIO;
	float	m_fPAVE;
	float	m_fPPC;
	float	m_fPPR;
	float	m_fPRT;
	float	m_fQ1;
	float	m_fQGAS;
	float	m_fQPER;
	float	m_fQW;
	float	m_fSD;
	float	m_fSDP;
	float	m_fSDPS;
	float	m_fSDS;
	float	m_fSP;
	float	m_fSPS;
	float	m_fST;
	float	m_fSTS;
	float	m_fTAVE;
	float	m_fTPC;
	float	m_fTPR;
	float	m_fZ;
	//}}AFX_DATA
	float m_fShotDen;
	float	m_fAngle;
// Attributes
public:

// Operations
public:


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

// Implementation
protected:
	afx_msg void OnContextMenu(CWnd*, CPoint point);
	BOOL DataOK();
	float fnprc4(float yh,float jbj,float pk,float dp);
	float fnprc3(float km,float kj,float xw,float kzr,float yc,float wh,float wc);
	float fnprc2(float ks,float km,float xw,float jbj,float kzr,float wh,float wc);
	float fnprc1(float ks,float km,float kj,float xw,float kzr,float yh,float yc,float wh,float wc);
	float fnprw5(float ks,float xw,float kzr,float wc,float dp);
	float fnprw4(float kj,float xw,float jbj,float kzr,float wh,float pk,float dp);
	float fnprw3(float ks,float km,float xw,float yh,float yc,float dp);
	float fnprw1(float ks,float km,float kj,float xw,float kzr,float yh,float yc,float wh,float wc);
	float fnprw2(float ks,float km,float jbj,float yc,float wc,float dp);
	virtual ~CGasShotForecastView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CGasShotForecastView)
	afx_msg void GasshotforecastLoad();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnSpdCacl();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_GASSHOTFORECASTVIEW_H__862088C2_35DD_11D3_877F_894F94D25E41__INCLUDED_)

⌨️ 快捷键说明

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