⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 creatgraphdlg.h

📁 数据结构(C++版)的演示程序
💻 H
字号:
#if !defined(AFX_CREATGRAPHDLG_H__553147C2_0026_44B9_A96D_18F1AA530596__INCLUDED_)
#define AFX_CREATGRAPHDLG_H__553147C2_0026_44B9_A96D_18F1AA530596__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CreatGraphDlg.h : header file
//
#include "MoveWnd.h"

/////////////////////////////////////////////////////////////////////////////
// CCreatGraphDlg dialog

class CCreatGraphDlg : public CDialog
{
// Construction
public:
	CCreatGraphDlg(CWnd* pParent = NULL);   // standard constructor
	~CCreatGraphDlg();
    CGraph    *m_G;
	CMoveWnd  *m_pCreatWnd;				// 堆栈显示框

// Dialog Data
	//{{AFX_DATA(CCreatGraphDlg)
	enum { IDD = IDD_GRAPH_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCreatGraphDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCreatGraphDlg)
	afx_msg void OnEditPoint();
	afx_msg void OnEditEdge();
	afx_msg void OnShowGraph();
	afx_msg void OnOk();
	virtual void OnCancel();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CREATGRAPHDLG_H__553147C2_0026_44B9_A96D_18F1AA530596__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -