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


// BrowserDlg.h : header file 
// 
 
#if !defined(AFX_BROWSERDLG_H__B75AC2C7_9C2F_42EA_8B02_46B1A2EB8863__INCLUDED_) 
#define AFX_BROWSERDLG_H__B75AC2C7_9C2F_42EA_8B02_46B1A2EB8863__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "resource.h" 
///////////////////////////////////////////////////////////////////////////// 
// CBrowserDlg dialog 
 
class CBrowserDlg : public CDialog 
{ 
// Construction 
public: 
	CBrowserDlg(CWnd* pParent = NULL);	// standard constructor 
	_ConnectionPtr pConn; 
	virtual ~CBrowserDlg(); 
	BOOL SuccessOrFiald; 
	CBitmap m_bitmapground; 
// Dialog Data 
	//{{AFX_DATA(CBrowserDlg) 
	enum { IDD = IDD_BROWSER_DIALOG }; 
	CBitmapButton	m_Conn; 
	CBitmapButton	m_Tablespace; 
	CBitmapButton	m_LookOther; 
	CBitmapButton	m_LookView; 
	CBitmapButton	m_LookUser; 
	CString	m_DBname; 
	CString	m_User; 
	CString	m_Psw; 
	CString	m_SQL; 
	CBitmapButton	m_BtClose; 
	CBitmapButton	m_ShowMin; 
	CBitmapButton	m_About; 
	CBitmapButton	m_Create; 
	CBitmapButton	m_Execute; 
	CBitmapButton	m_Tuichu; 
	CBitmapButton	m_Table; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBrowserDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
// Implementation 
protected: 
	HICON m_hIcon; 
	// Generated message map functions 
	//{{AFX_MSG(CBrowserDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnCreateTable(); 
	afx_msg void OnAlltable(); 
	afx_msg void OnConn(); 
	afx_msg void OnExecute(); 
	afx_msg void OnLookview(); 
	afx_msg void OnLookuser(); 
	afx_msg void OnTablespace(); 
	afx_msg void OnOther(); 
	afx_msg void OnAboutbox(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	afx_msg void OnShowmin(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BROWSERDLG_H__B75AC2C7_9C2F_42EA_8B02_46B1A2EB8863__INCLUDED_)