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

📄 treeinput.cpp

📁 数据结构——树 不详细介绍了
💻 CPP
字号:
// TreeInput.cpp : implementation file
//

#include "stdafx.h"
#include "bitree.h"
#include "TreeInput.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// TreeInput dialog


TreeInput::TreeInput(CWnd* pParent /*=NULL*/)
	: CDialog(TreeInput::IDD, pParent)
{
	//{{AFX_DATA_INIT(TreeInput)
	m_0 = 0;
	m_3_3 = 0;
	m_3_4 = 0;
	m_3_5 = 0;
	m_3_6 = 0;
	m_3_7 = 0;
	m_3_8 = 0;
	m_1_1 = 0;
	m_1_2 = 0;
	m_2_1 = 0;
	m_2_2 = 0;
	m_2_3 = 0;
	m_2_4 = 0;
	m_3_1 = 0;
	m_3_2 = 0;
	//}}AFX_DATA_INIT
}


void TreeInput::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(TreeInput)
	DDX_Text(pDX, IDC_EDIT1, m_0);
	DDX_Text(pDX, IDC_EDIT10, m_3_3);
	DDX_Text(pDX, IDC_EDIT11, m_3_4);
	DDX_Text(pDX, IDC_EDIT12, m_3_5);
	DDX_Text(pDX, IDC_EDIT13, m_3_6);
	DDX_Text(pDX, IDC_EDIT14, m_3_7);
	DDX_Text(pDX, IDC_EDIT15, m_3_8);
	DDX_Text(pDX, IDC_EDIT2, m_1_1);
	DDX_Text(pDX, IDC_EDIT3, m_1_2);
	DDX_Text(pDX, IDC_EDIT4, m_2_1);
	DDX_Text(pDX, IDC_EDIT5, m_2_2);
	DDX_Text(pDX, IDC_EDIT6, m_2_3);
	DDX_Text(pDX, IDC_EDIT7, m_2_4);
	DDX_Text(pDX, IDC_EDIT8, m_3_1);
	DDX_Text(pDX, IDC_EDIT9, m_3_2);
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(TreeInput, CDialog)
	//{{AFX_MSG_MAP(TreeInput)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// TreeInput message handlers

⌨️ 快捷键说明

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