suijichanshengdialog.cpp

来自「该程序里面是关于排序方面的肉容」· C++ 代码 · 共 87 行

CPP
87
字号
// SuijichanshengDialog.cpp : implementation file
//

#include "stdafx.h"
#include "排序作业.h"
#include "SuijichanshengDialog.h"

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

/////////////////////////////////////////////////////////////////////////////
// CSuijichanshengDialog dialog


CSuijichanshengDialog::CSuijichanshengDialog(CWnd* pParent /*=NULL*/)
	: CDialog(CSuijichanshengDialog::IDD, pParent)
{
	//{{AFX_DATA_INIT(CSuijichanshengDialog)
	m_n1 = 0;
	m_n2 = 0;
	m_n3 = 0;
	m_n4 = 0;
	m_n5 = 0;
	m_n6 = 0;
	m_n7 = 0;
	m_n8 = 0;
	m_n9 = 0;
	m_n12 = 0;
	m_n11 = 0;
	m_n10 = 0;
	m_n13 = 0;
	m_n14 = 0;
	m_n15 = 0;
	m_n16 = 0;
	m_n17 = 0;
	m_n18 = 0;
	m_n19 = 0;
	m_n20 = 0;
	//}}AFX_DATA_INIT
}


void CSuijichanshengDialog::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CSuijichanshengDialog)
	DDX_Text(pDX, IDC_EDIT1, m_n1);
	DDX_Text(pDX, IDC_EDIT2, m_n2);
	DDX_Text(pDX, IDC_EDIT3, m_n3);
	DDX_Text(pDX, IDC_EDIT4, m_n4);
	DDX_Text(pDX, IDC_EDIT5, m_n5);
	DDX_Text(pDX, IDC_EDIT6, m_n6);
	DDX_Text(pDX, IDC_EDIT7, m_n7);
	DDX_Text(pDX, IDC_EDIT8, m_n8);
	DDX_Text(pDX, IDC_EDIT9, m_n9);
	DDX_Text(pDX, IDC_EDIT12, m_n12);
	DDX_Text(pDX, IDC_EDIT11, m_n11);
	DDX_Text(pDX, IDC_EDIT10, m_n10);
	DDX_Text(pDX, IDC_EDIT13, m_n13);
	DDX_Text(pDX, IDC_EDIT14, m_n14);
	DDX_Text(pDX, IDC_EDIT15, m_n15);
	DDX_Text(pDX, IDC_EDIT16, m_n16);
	DDX_Text(pDX, IDC_EDIT17, m_n17);
	DDX_Text(pDX, IDC_EDIT18, m_n18);
	DDX_Text(pDX, IDC_EDIT19, m_n19);
	DDX_Text(pDX, IDC_EDIT20, m_n20);
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CSuijichanshengDialog, CDialog)
	//{{AFX_MSG_MAP(CSuijichanshengDialog)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CSuijichanshengDialog message handlers

void CSuijichanshengDialog::OnOK() 
{
	CDialog::OnOK();

}

⌨️ 快捷键说明

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