mytab.h

来源:互联网 发布:淘宝卖家客服在哪里找 编辑:程序博客网 时间:2024/06/06 17:14

#if !defined(AFX_MYTAB_H__B623641D_7E3D_4095_A064_8F9F22077B1E__INCLUDED_)
#define AFX_MYTAB_H__B623641D_7E3D_4095_A064_8F9F22077B1E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyTab.h : header file
//

#include "DataRec.h"
#include "Topology.h"
#include "Picture.h"
#include "Liset.h"
/////////////////////////////////////////////////////////////////////////////
// MyTab window

class MyTab : public CTabCtrl
{
// Construction
public:
 MyTab();

// Attributes
public:
   DataRec* datarec;
   Topology* topology;
   Picture* picture;
   CLiset* mylist;
// Operations
public:

// Overrides
 // ClassWizard generated virtual function overrides
 //{{AFX_VIRTUAL(MyTab)
 //}}AFX_VIRTUAL

// Implementation
public:
 virtual ~MyTab();

 // Generated message map functions
protected:
 //{{AFX_MSG(MyTab)
 afx_msg void OnSelchange(NMHDR* pNMHDR, LRESULT* pResult);
 //}}AFX_MSG

 DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYTAB_H__B623641D_7E3D_4095_A064_8F9F22077B1E__INCLUDED_)

原创粉丝点击