dsrc isn't necessary for this repo
[client-tools.git] / src / external / 3rd / application / DXTex / MainFrm.h
blob28167f9cdda116174c1b31320922341f182ccbe4
1 // MainFrm.h : interface of the CMainFrame class
2 //
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_MAINFRM_H__712C53CB_D63B_11D1_A8B5_00C04FC2DC22__INCLUDED_)
6 #define AFX_MAINFRM_H__712C53CB_D63B_11D1_A8B5_00C04FC2DC22__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
12 class CMainFrame : public CMDIFrameWnd
14 DECLARE_DYNAMIC(CMainFrame)
15 public:
16 CMainFrame();
18 // Attributes
19 public:
21 // Operations
22 public:
24 // Overrides
25 // ClassWizard generated virtual function overrides
26 //{{AFX_VIRTUAL(CMainFrame)
27 //}}AFX_VIRTUAL
29 // Implementation
30 public:
31 virtual ~CMainFrame();
32 #ifdef _DEBUG
33 virtual void AssertValid() const;
34 virtual void Dump(CDumpContext& dc) const;
35 #endif
37 protected: // control bar embedded members
38 CStatusBar m_wndStatusBar;
39 CToolBar m_wndToolBar;
41 // Generated message map functions
42 protected:
43 //{{AFX_MSG(CMainFrame)
44 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
45 afx_msg void OnUpdateImageInfo(CCmdUI *pCmdUI);
46 // NOTE - the ClassWizard will add and remove member functions here.
47 // DO NOT EDIT what you see in these blocks of generated code!
48 //}}AFX_MSG
49 DECLARE_MESSAGE_MAP()
52 /////////////////////////////////////////////////////////////////////////////
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57 #endif // !defined(AFX_MAINFRM_H__712C53CB_D63B_11D1_A8B5_00C04FC2DC22__INCLUDED_)