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


#if !defined(AFX_CREATETABLE_H__4509CD00_7192_456C_B2E4_8A592F6367F0__INCLUDED_) 
#define AFX_CREATETABLE_H__4509CD00_7192_456C_B2E4_8A592F6367F0__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CreateTable.h : header file 
// 
#include "ColorButton.h" 
///////////////////////////////////////////////////////////////////////////// 
// CCreateTable dialog 
 
class CCreateTable : public CDialog 
{ 
// Construction 
public: 
	CCreateTable(CWnd* pParent = NULL);   // standard constructor 
	virtual BOOL OnInitDialog(); 
	_ConnectionPtr	pConn; 
	int count; 
	int cursel; 
	CString extend; 
// Dialog Data 
	//{{AFX_DATA(CCreateTable) 
	enum { IDD = IDD_CREATETABLE }; 
	CBitmapButton	m_Ok; 
	CBitmapButton	m_Cancel; 
	CBitmapButton	m_MoveUp; 
	CBitmapButton	m_MoveDown; 
	CBitmapButton	m_Delete; 
	CBitmapButton	m_Adtable; 
	CBitmapButton	m_Add; 
	CBitmapButton	m_Close; 
	CListCtrl	m_List; 
	CString	m_ColName; 
	CString	m_TbName; 
	BOOL	m_Null; 
	int		m_Num1; 
	int		m_Num2; 
	BOOL	m_PriKey; 
	CString	m_Style; 
	CString	m_Tablespace; 
	CColorButton	m_ColorBtn1; 
	CColorButton	m_ColorBtn2; 
	//}}AFX_DATA 
 
	int initial; 
	int next; 
	int pit; 
	int min; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCreateTable) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	CBitmap m_bitmapground; 
	// Generated message map functions 
	//{{AFX_MSG(CCreateTable) 
	afx_msg void OnAdtable(); 
	afx_msg void OnMoveup(); 
	afx_msg void OnMovedown(); 
	afx_msg void OnDelete(); 
	afx_msg void OnAddlist(); 
	virtual void OnOK(); 
	afx_msg void OnPaint(); 
	afx_msg void OnCancel(); 
	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_CREATETABLE_H__4509CD00_7192_456C_B2E4_8A592F6367F0__INCLUDED_)