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:
C/C++ Source or Header  |  1998-03-27  |  319 b   |  18 lines

  1. class CMacroDialogBar :
  2.    public CDialogBar
  3. {
  4.    DECLARE_DYNAMIC( CMacroDialogBar )
  5.  
  6. public:
  7.    BOOL Create( CWnd* pParent, UINT nStyle, UINT nID );
  8.  
  9. protected:
  10.    CSize CalcFixedLayout( BOOL tStretch, BOOL tHorz );
  11.  
  12. protected:
  13.    CMacroComboBox m_cboxMacroName;
  14.  
  15. protected:
  16.     DECLARE_MESSAGE_MAP()
  17. };
  18.