www.pudn.com > cygl.rar > JieMian.h
#if !defined(AFX_JIEMIAN_H__E05E1C2D_F726_4B6A_AFA5_9FA94297D1A7__INCLUDED_)
#define AFX_JIEMIAN_H__E05E1C2D_F726_4B6A_AFA5_9FA94297D1A7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JieMian.h : header file
//
#include "MyToolTipCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// CJieMian dialog
class CJieMian : public CDialog
{
// Construction
public:
CJieMian(CWnd* pParent = NULL); // standard constructor
BOOL m_ShowTitle;
void DrawTitleBar(CDC *pDC);
CRect m_rtButtMin; //最小化按钮位置
CRect m_rtButtExit; //关闭按钮位置
CRect m_rtIcon; //图标位置
BOOL m_ReSizeFlag;
// Dialog Data
//{{AFX_DATA(CJieMian)
enum { IDD = IDD_JieMian };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJieMian)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CJieMian)
afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JIEMIAN_H__E05E1C2D_F726_4B6A_AFA5_9FA94297D1A7__INCLUDED_)