0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / samples / mfc / standard / 01_Geometry / src / MainFrm.h
1 // MainFrm.h : interface of the CMainFrame class
2 //
3 /////////////////////////////////////////////////////////////////////////////
4
5 #if !defined(AFX_MAINFRM_H__4EF39FB6_4EBB_11D1_8D67_0800369C8A03__INCLUDED_)
6 #define AFX_MAINFRM_H__4EF39FB6_4EBB_11D1_8D67_0800369C8A03__INCLUDED_
7
8 #if _MSC_VER >= 1000
9 #pragma once
10 #endif // _MSC_VER >= 1000
11
12 class CMainFrame : public CMDIFrameWnd
13 {
14   DECLARE_DYNAMIC(CMainFrame)
15 public:
16   CMainFrame();
17
18   // Attributes
19 public:
20
21   // Operations
22 public:
23
24   // Overrides
25   // ClassWizard generated virtual function overrides
26   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
27
28   // Implementation
29 public:
30   virtual ~CMainFrame();
31 #ifdef _DEBUG
32   virtual void AssertValid() const;
33   virtual void Dump(CDumpContext& dc) const;
34 #endif
35
36 protected:  // control bar embedded members
37   CStatusBar  m_wndStatusBar;
38   CToolBar    m_wndToolBar;
39   CToolBar    m_wndToolBar2;
40
41   // Generated message map functions
42 protected:
43   //{{AFX_MSG(CMainFrame)
44   afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
45   //}}AFX_MSG
46   DECLARE_MESSAGE_MAP()
47 };
48
49 /////////////////////////////////////////////////////////////////////////////
50
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
53
54 #endif // !defined(AFX_MAINFRM_H__4EF39FB6_4EBB_11D1_8D67_0800369C8A03__INCLUDED_)