www.pudn.com > cygl.rar > Czgl.h


#if !defined(AFX_CZGL_H__49DF06DF_0439_4968_95AB_C357F9C36E02__INCLUDED_) 
#define AFX_CZGL_H__49DF06DF_0439_4968_95AB_C357F9C36E02__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Czgl.h : header file 
// 
#include "JieMian.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CCzgl dialog 
 
class CCzgl : public CJieMian 
{ 
// Construction 
public: 
	void shuaxin(); 
	CCzgl(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CCzgl) 
	enum { IDD = IDD_CZGL }; 
	CBitmapButton	m_TUICHU; 
	CBitmapButton	m_XIUGAI; 
	CBitmapButton	m_TIANJIA; 
	CBitmapButton	m_SHANCHU; 
	CBitmapButton	m_QUEDING; 
	CEdit	m_czbh; 
	CEdit	m_number; 
	CComboBox	m_leixing; 
	CListCtrl	m_CZLB; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCzgl) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CCzgl) 
	virtual BOOL OnInitDialog(); 
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	afx_msg void OnCZLB(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnXiuGai(); 
	afx_msg void OnPaint(); 
	afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point); 
	afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnShanChu(); 
	afx_msg void OnTianJia(); 
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CZGL_H__49DF06DF_0439_4968_95AB_C357F9C36E02__INCLUDED_)