mydlgaddplant.h

来自「从列表进行打印的源码,请大家下载参考对照,从中发表意见,加深修改.」· C头文件 代码 · 共 74 行

H
74
字号
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_MYDLGADDPLANT_H__8108165E_3524_4A0E_8BB5_2D6C7056C9DF__INCLUDED_)
#define AFX_MYDLGADDPLANT_H__8108165E_3524_4A0E_8BB5_2D6C7056C9DF__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMyDlgAddPlant dialog

class CMyDlgAddPlant : public CPropertyPage
{
	DECLARE_DYNCREATE(CMyDlgAddPlant)

// Construction
public:
	void InitDataGrid();
	CMyDlgAddPlant();
	~CMyDlgAddPlant();
	
	_RecordsetPtr p_recordset;
	_ConnectionPtr p_connection;
	_RecordsetPtr p_rec;

	CString str_PinYin;
	CString str_Plant;

// Dialog Data
	//{{AFX_DATA(CMyDlgAddPlant)
	enum { IDD = IDD_DIALOG_ADDPLANT };
	CEdit	m_Edit_PinYin;
	CEdit	m_Edit_Plant;
	CStatic	m_Static_Text;
	CDataGrid	m_DataGrid;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CMyDlgAddPlant)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonDelPlant();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	// Generated OLE dispatch map functions
	//{{AFX_DISPATCH(CMyDlgAddPlant)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_DISPATCH
	DECLARE_DISPATCH_MAP()
	DECLARE_INTERFACE_MAP()
};

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

#endif // !defined(AFX_MYDLGADDPLANT_H__8108165E_3524_4A0E_8BB5_2D6C7056C9DF__INCLUDED_)

⌨️ 快捷键说明

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