www.pudn.com > MySQLMan.rar > MySQLManDlg.h


// MySQLManDlg.h : header file 
// 
 
#if !defined(AFX_MYSQLMANDLG_H__2EC510F8_7B71_498F_9A81_B3FC06FE3B4F__INCLUDED_) 
#define AFX_MYSQLMANDLG_H__2EC510F8_7B71_498F_9A81_B3FC06FE3B4F__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CMySQLManDlg dialog 
 
class CMySQLManDlg : public CDialog 
{ 
// Construction 
public: 
	CMySQLManDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMySQLManDlg) 
	enum { IDD = IDD_MYSQLMAN_DIALOG }; 
	CListBox	m_List; 
	CString	m_host; 
	CString	m_user; 
	CString	m_pwd; 
	CString	m_database; 
	CString	m_port; 
	CString	m_sqlstr; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMySQLManDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CMySQLManDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnBUTTONConnect(); 
	afx_msg void OnButtonSqlexec(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYSQLMANDLG_H__2EC510F8_7B71_498F_9A81_B3FC06FE3B4F__INCLUDED_)