mytab.h

    技术2022-05-20  40

    #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{// Constructionpublic: MyTab();

    // Attributespublic:   DataRec* datarec;   Topology* topology;   Picture* picture;   CLiset* mylist;// Operationspublic:

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

    // Implementationpublic: virtual ~MyTab();

     // Generated message map functionsprotected: //{{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_)


    最新回复(0)