minewinddlg.h

来自「基于专家系统应用的程序代码 使用vc编程,access为数据库的程序」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_MINEWINDDLG_H__DB57A838_3496_4C3A_BBAB_4036FFA8D259__INCLUDED_)
#define AFX_MINEWINDDLG_H__DB57A838_3496_4C3A_BBAB_4036FFA8D259__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMineWindDlg dialog
#include "WeightInput.h "
class CMineWindDlg : public CDialog
{
// Construction
private:
	//int vexNum;
//	int arcNum;
    
	_RecordsetPtr m_pRecordset;
public:
	
	CMineWindDlg(CWnd* pParent = NULL);	// standard constructor
protected:
// Dialog Data
	//{{AFX_DATA(CMineWindDlg)
	enum { IDD = IDD_MINEWIND_DIALOG };
	CEdit	m_vexValues;
	CString	m_strVexName;
	int id;
	CButton	m_modify;
	CButton	m_delete;
	CListCtrl	m_list;
	CEdit	m_vexNum;
	int		m_intVexNum;
	int		m_intArcNum;	
	//}}AFX_DATA
	int current_sel;//m_list的选择索引
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMineWindDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CMineWindDlg)
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnInsert();
	afx_msg void OnButtondel();
	afx_msg void OnButtonmodify();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MINEWINDDLG_H__DB57A838_3496_4C3A_BBAB_4036FFA8D259__INCLUDED_)

⌨️ 快捷键说明

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