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


#if !defined(AFX_LSPGL_H__44F24DC5_8218_44AB_9C62_0853F1EAF374__INCLUDED_) 
#define AFX_LSPGL_H__44F24DC5_8218_44AB_9C62_0853F1EAF374__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Lspgl.h : header file 
// 
#include "JieMian.h" 
///////////////////////////////////////////////////////////////////////////// 
// CLspgl dialog 
 
class CLspgl : public CJieMian 
{ 
// Construction 
public: 
	void shuaxin(); 
	CLspgl(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CLspgl) 
	enum { IDD = IDD_LSPGL }; 
	CBitmapButton	m_SHUAXIN; 
	CBitmapButton	m_XIUGAI; 
	CBitmapButton	m_SHANCHU; 
	CBitmapButton	m_TUICHU; 
	CBitmapButton	m_TIANJIA; 
	CEdit	m_maijia; 
	CEdit	m_jinjia; 
	CEdit	m_danwei; 
	CEdit	m_lspmc; 
	CListCtrl	m_LSP; 
	float	jinjia; 
	float	maijia; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CLspgl) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CLspgl) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnLSP(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnXiuGai(); 
	afx_msg void OnShanChu(); 
	afx_msg void OnTianjia(); 
	afx_msg void OnShuaXin(); 
	afx_msg void OnPaint(); 
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point); 
	afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point); 
	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_LSPGL_H__44F24DC5_8218_44AB_9C62_0853F1EAF374__INCLUDED_)