home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_TOOLBARDLG_H__29788D31_BF8D_4F72_9D6A_E994047A75C1__INCLUDED_)
- #define AFX_TOOLBARDLG_H__29788D31_BF8D_4F72_9D6A_E994047A75C1__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ToolBarDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // ToolBarDlg dialog
-
- class ToolBarDlg : public CDialog
- {
- // Construction
- public:
- ToolBarDlg(CWnd* pParent = NULL); // standard constructor
- BOOL SetupImages(CImageList* mImageList);
- void CreateToolBar();
-
- // Dialog Data
- //{{AFX_DATA(ToolBarDlg)
- enum { IDD = IDD_TOOLBAR };
- CToolBarCtrl m_ToolBar;
- CImageList m_pImageList;
- CToolBar m_NewToolBar;
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ToolBarDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(ToolBarDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnDumpit();
- afx_msg void OnSavefile();
- afx_msg void OnNewpad();
- afx_msg void OnErase();
- afx_msg void OnRed();
- afx_msg void OnBlue();
- afx_msg void OnYellow();
- afx_msg void OnPurple();
- afx_msg void OnWhite();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_TOOLBARDLG_H__29788D31_BF8D_4F72_9D6A_E994047A75C1__INCLUDED_)
-