home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Large Pack of OldSkool DOS MOD Trackers
/
beaversweeper_v101.zip
/
src
/
MyDialogBar.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-01-06
|
1KB
|
54 lines
#if !defined(AFX_MYDIALOGBAR_H__8D261852_ABF3_438E_B787_599202F6C96C__INCLUDED_)
#define AFX_MYDIALOGBAR_H__8D261852_ABF3_438E_B787_599202F6C96C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyDialogBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyDialogBar dialog
class CMyDialogBar : public CDialogBar
{
protected:
DECLARE_DYNCREATE(CMyDialogBar)
CString caption;
// Construction
public:
virtual ~CMyDialogBar();
CMyDialogBar(); // standard constructor
void SetCaption(CString _caption);
// Dialog Data
//{{AFX_DATA(CMyDialogBar)
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDialogBar)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual LRESULT WindowProc( UINT message, WPARAM wParam, LPARAM lParam );
// Generated message map functions
//{{AFX_MSG(CMyDialogBar)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYDIALOGBAR_H__8D261852_ABF3_438E_B787_599202F6C96C__INCLUDED_)