toplogy.h

    技术2022-05-20  46

    #if !defined(AFX_TOPOLOGY_H__0C4F7A17_4C7A_4E78_B507_771243D22027__INCLUDED_)#define AFX_TOPOLOGY_H__0C4F7A17_4C7A_4E78_B507_771243D22027__INCLUDED_

    #if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// Topology.h : header file//#include "DataRec.h"#include "My_Button.h"/// Topology dialog

    class Topology : public CDialog{// Constructionpublic: Topology(CWnd* pParent = NULL);   // standard constructor    void Paint_Btn();  //画节点按钮 void Flash_Btn();  //刷新节点// Dialog Data //{{AFX_DATA(Topology) enum { IDD = IDD_DIALOG2 };  // NOTE: the ClassWizard will add data members here //}}AFX_DATA    

    // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(Topology) public: virtual BOOL PreTranslateMessage(MSG* pMsg); protected: virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support //}}AFX_VIRTUAL

    // Implementationprotected:    CToolTipCtrl m_tooltip; // Generated message map functions //{{AFX_MSG(Topology) afx_msg void OnPaint(); virtual BOOL OnInitDialog(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnMouseMove(UINT nFlags, CPoint point); //}}AFX_MSG DECLARE_MESSAGE_MAP()};

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

    #endif // !defined(AFX_TOPOLOGY_H__0C4F7A17_4C7A_4E78_B507_771243D22027__INCLUDED_)


    最新回复(0)