www.pudn.com > 6433624505.rar > MinBar.h
#if !defined(AFX_MINBAR_H__3F18BA80_42BF_48C5_925B_023BF1950EE1__INCLUDED_)
#define AFX_MINBAR_H__3F18BA80_42BF_48C5_925B_023BF1950EE1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MinBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMinBar dialog
class CMinBar : public CDialog
{
// Construction
public:
CMinBar(CWnd* pParent = NULL); // standard constructor
virtual BOOL OnInitDialog();
// Dialog Data
//{{AFX_DATA(CMinBar)
enum { IDD = IDD_MINIBAR };
CBitmapButton m_Ok;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMinBar)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CBitmap m_bitmapground;
// Generated message map functions
//{{AFX_MSG(CMinBar)
afx_msg void OnPaint();
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_MINBAR_H__3F18BA80_42BF_48C5_925B_023BF1950EE1__INCLUDED_)