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

📄 listwellpm.h

📁 连接oracle
💻 H
字号:
#if !defined(AFX_LISTWELLPM_H__0A3E55F8_CA55_4F0A_86B1_88E75B8424AB__INCLUDED_)
#define AFX_LISTWELLPM_H__0A3E55F8_CA55_4F0A_86B1_88E75B8424AB__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ListWellPM.h : header file
//
#include "ADOConn.h"

/////////////////////////////////////////////////////////////////////////////
// CListWellPM dialog

class CListWellPM : public CDialog
{
// Construction
public:
	CListWellPM(CWnd* pParent = NULL);   // standard constructor
	DECLARE_DYNCREATE(CListWellPM)
// Dialog Data
	//{{AFX_DATA(CListWellPM)
	enum { IDD = IDD_LISTWELL_PM };
	CListCtrl	m_ListWells;
	CComboBox	m_ComboQKDY;
	CString	m_wellnum;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CListWellPM)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeSwsComboqkdy();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	ADOConn m_AdoConn;
	void GetListWell();
};

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

#endif // !defined(AFX_LISTWELLPM_H__93318EF7_EC98_425D_A2B9_FFED64291EA1__INCLUDED_)

⌨️ 快捷键说明

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