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


// CYGLXTDlg.h : header file 
// 
 
#if !defined(AFX_CYGLXTDLG_H__C1A5F1B3_3CE7_415E_B85B_FC9F192A64FE__INCLUDED_) 
#define AFX_CYGLXTDLG_H__C1A5F1B3_3CE7_415E_B85B_FC9F192A64FE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "MyToolTipCtrl.h" 
///////////////////////////////////////////////////////////////////////////// 
// CCYGLXTDlg dialog 
 
class CCYGLXTDlg : public CDialog 
{ 
// Construction 
public: 
	BOOL m_ShowTitle; 
	void DrawTitleBar(CDC *pDC); 
	CCYGLXTDlg(CWnd* pParent = NULL);	// standard constructor 
	CTime t; 
	CStatusBarCtrl m_StatusBar; 
	BOOL  m_ReSizeFlag; 
	 
 
	 
	CRect m_rtButtMin;	//最小化按钮位置 
	CRect m_rtButtExit;	//关闭按钮位置 
		 
	CRect m_rtIcon;	//图标位置 
	 
// Dialog Data 
	//{{AFX_DATA(CCYGLXTDlg) 
	enum { IDD = IDD_CYGLXT_DIALOG }; 
	CBitmapButton m_TCXT; 
	CBitmapButton m_GKKD; 
	CBitmapButton m_GKJZ; 
	CBitmapButton m_YDGL; 
	CBitmapButton m_WMGL; 
	CBitmapButton m_ZYGL; 
	CBitmapButton m_YYE; 
	CBitmapButton m_LSPGL; 
	CBitmapButton m_YHKGL; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCYGLXTDlg) 
	public: 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
	CMyToolTipCtrl m_ToolTip; 
 
	// Generated message map functions 
	//{{AFX_MSG(CCYGLXTDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg void OnMenuAbout(); 
	afx_msg void OnMenuyggz(); 
	afx_msg void OnMenuzygl(); 
	afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point); 
	afx_msg void OnMenuczgl(); 
	afx_msg void OnMenulspgl(); 
	afx_msg void OnMenutjsp(); 
	afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point); 
	afx_msg void OnMenuwmgl(); 
	afx_msg void OnMenugkkd(); 
	afx_msg void OnMenutjxf(); 
	afx_msg void OnMenugkjz(); 
	afx_msg void OnMenujryye(); 
	afx_msg void OnMenuydcz(); 
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); 
	afx_msg void OnMouseMove(UINT nFlags, CPoint point); 
	afx_msg void OnGkkd(); 
	afx_msg void OnGkjz(); 
	afx_msg void OnYdgl(); 
	afx_msg void OnWmgl(); 
	afx_msg void OnZygl(); 
	afx_msg void OnYye(); 
	afx_msg void OnLspgl(); 
	afx_msg void OnMenuyhk(); 
	afx_msg void OnYhkgl(); 
	afx_msg void OnMenuiyyecx(); 
	afx_msg void OnTcxt(); 
	afx_msg void OnClose(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CYGLXTDLG_H__C1A5F1B3_3CE7_415E_B85B_FC9F192A64FE__INCLUDED_)