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

📄 inputcontrol1.h

📁 石油行业油井损害软件,有详细的油井损害模型,对石油建模有重要帮助
💻 H
字号:
// InputControl1.h : header file
//

#ifndef __INPUTCONTROL1_H__
#define __INPUTCONTROL1_H__

/////////////////////////////////////////////////////////////////////////////
// CInputControl1 dialog

class CInputControl1 : public CPropertyPage
{
	DECLARE_DYNCREATE(CInputControl1)

// Construction
public:
	CInputControl1();
	~CInputControl1();

// Dialog Data
	//{{AFX_DATA(CInputControl1)
	enum { IDD = IDD_INPUTCONTROL1 };
	int		m_md;
	int		m_npf;
	CString	m_Wellname;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CInputControl1)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CInputControl1)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CInputControl2 dialog

class CInputControl2 : public CPropertyPage
{
	DECLARE_DYNCREATE(CInputControl2)

// Construction
public:
	CInputControl2();
	~CInputControl2();

// Dialog Data
	//{{AFX_DATA(CInputControl2)
	enum { IDD = IDD_INPUTCONTROL2 };
	int		m_n1b;
	int		m_n2b;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CInputControl2)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CInputControl2)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CInputControl3 dialog

class CInputControl3 : public CPropertyPage
{
	DECLARE_DYNCREATE(CInputControl3)

// Construction
public:
	CInputControl3();
	~CInputControl3();

private:
	CEdit *pQnEdit;

public:
// Dialog Data
	//{{AFX_DATA(CInputControl3)
	enum { IDD = IDD_INPUTCONTROL3 };
	int		m_nq;
	int		m_nan;
	int		m_nvq;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CInputControl3)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CInputControl3)
	afx_msg void OnNvq();
	afx_msg void OnRadio4();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CInputControl4 dialog

class CInputControl4 : public CPropertyPage
{
	DECLARE_DYNCREATE(CInputControl4)

// Construction
public:
	CInputControl4();
	~CInputControl4();

// Dialog Data
	//{{AFX_DATA(CInputControl4)
	enum { IDD = IDD_INPUTCONTROL4 };
	BOOL	m_nrs;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CInputControl4)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CInputControl4)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};



#endif // __INPUTCONTROL1_H__

⌨️ 快捷键说明

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