www.pudn.com > VC++-develop-GIS.rar > DataLinkDlg.h


#if !defined(AFX_DATALINKDLG_H__7ACF1993_26FF_11D3_B451_6AC1A6000000__INCLUDED_) 
#define AFX_DATALINKDLG_H__7ACF1993_26FF_11D3_B451_6AC1A6000000__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DataLinkDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDataLinkDlg dialog 
class CDataLinkDlg : public CDialog 
{ 
// Construction 
public: 
	CDataLinkDlg(CDrawDoc* pDoc,CLinkDataSet* pLinkSet,CWnd* pParent = NULL);   // standard constructor 
	CDrawDoc* m_pDoc; 
	CLinkDataSet* m_pLinkSet; 
	Data1Set* m_pSet1; 
	short m_NumbLink; 
	short link_mode[20]; 
	short database_id[20]; 
	int  record_id[20]; 
 
// Dialog Data 
	//{{AFX_DATA(CDataLinkDlg) 
	enum { IDD = IDD_DATA_LINK }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDataLinkDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDataLinkDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnDataModify(); 
	afx_msg void OnLinkDelete(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DATALINKDLG_H__7ACF1993_26FF_11D3_B451_6AC1A6000000__INCLUDED_)