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

📄 cuchilla.cpp

📁 CAM控制软件源代码 非常好的一个程序
💻 CPP
字号:
// Cuchilla.cpp : implementation file
//

#include "stdafx.h"
#include "Programa.h"
#include "Cuchilla.h"

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

/////////////////////////////////////////////////////////////////////////////
// CCuchilla dialog


CCuchilla::CCuchilla(CWnd* pParent /*=NULL*/)
	: CDialog(CCuchilla::IDD, pParent)
{
	//{{AFX_DATA_INIT(CCuchilla)
	m_acNo1 = 0.0;
	m_altcNo1 = 0.0;
	m_angcNo1 = 0.0;
	m_ang2cNo1 = 0.0;
	m_ANo1 = 0.0;
	//}}AFX_DATA_INIT
}


void CCuchilla::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CCuchilla)
	DDX_Text(pDX, IDC_A, m_acNo1);
	DDX_Text(pDX, IDC_ALTOBRO, m_altcNo1);
	DDX_Text(pDX, IDC_ANG1, m_angcNo1);
	DDX_Text(pDX, IDC_ANG2, m_ang2cNo1);
	DDX_Text(pDX, IDC_ANHOBRO, m_ANo1);
	//}}AFX_DATA_MAP
}


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

/////////////////////////////////////////////////////////////////////////////
// CCuchilla message handlers

⌨️ 快捷键说明

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