home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
mfc
/
ole
/
tstcon
/
macrodb.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-03-27
|
319 b
|
18 lines
class CMacroDialogBar :
public CDialogBar
{
DECLARE_DYNAMIC( CMacroDialogBar )
public:
BOOL Create( CWnd* pParent, UINT nStyle, UINT nID );
protected:
CSize CalcFixedLayout( BOOL tStretch, BOOL tHorz );
protected:
CMacroComboBox m_cboxMacroName;
protected:
DECLARE_MESSAGE_MAP()
};