home *** CD-ROM | disk | FTP | other *** search
- // mysizeba.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////
- // CMyListBoxBar window
-
- class CMyListBoxBar : public CMRCSizeControlBar
- {
- // Construction
- public:
- DECLARE_DYNAMIC(CMyListBoxBar);
-
- CMyListBoxBar();
-
- // Attributes
- public:
- CListBox m_ListBox;
- CMRCBitmapButton m_Button;
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyListBoxBar)
- //}}AFX_VIRTUAL
- protected:
- virtual void OnSizedOrDocked(int cx, int cy, BOOL bFloating, int flags);
-
- // Implementation
- public:
- virtual ~CMyListBoxBar();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyListBoxBar)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void PopupMessage();
- afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-