www.pudn.com > 6433624505.rar > Alltable.h


#if !defined(AFX_ALLTABLE_H__9A3B8EDE_96C7_45C6_9479_E744520F8705__INCLUDED_) 
#define AFX_ALLTABLE_H__9A3B8EDE_96C7_45C6_9479_E744520F8705__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Alltable.h : header file 
// 
#include "Tableinfor.h" 
#include "ColorEdit.h" 
///////////////////////////////////////////////////////////////////////////// 
// CAlltable dialog 
 
class CAlltable : public CDialog 
{ 
// Construction 
public: 
	CAlltable(CWnd* pParent = NULL);   // standard constructor 
	virtual BOOL OnInitDialog(); 
	virtual ~CAlltable(); 
	_ConnectionPtr	pConn; 
	_RecordsetPtr	pRst; 
	int select; 
	CString tablespace; 
	CString User; 
typedef struct TBIN 
{ 
	CString tablename; 
	CString tablespacename; 
	CString tableuser; 
	CString initextent; 
	CString nextextent; 
	CString minextent; 
	CString maxextent; 
}tbin; 
	std::vector tablename; 
	int cursel; 
	CBitmap m_bitmapground; 
// Dialog Data 
	//{{AFX_DATA(CAlltable) 
	enum { IDD = IDD_ALLTABLE }; 
	CBitmapButton	m_Refresh; 
	CBitmapButton	m_Lookit; 
	CBitmapButton	m_Delete; 
	CBitmapButton	m_Close; 
	CListCtrl	m_List; 
	CString	m_AllEdit; 
	CColorEdit infor; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAlltable) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	CTableinfor tableinfor; 
	// Generated message map functions 
	//{{AFX_MSG(CAlltable) 
	afx_msg void OnDblclkAlllist(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnLookit(); 
	afx_msg void OnDeletetable(); 
	afx_msg void OnRefresh(); 
	afx_msg void OnClickAlllist(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnPaint(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ALLTABLE_H__9A3B8EDE_96C7_45C6_9479_E744520F8705__INCLUDED_)