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

📄 dlgswitchpro.cpp

📁 电子元器件绘制系统
💻 CPP
字号:
// dlgSwitchPro.cpp : implementation file
//

#include "stdafx.h"
#include "DrawChip.h"
#include "dlgSwitchPro.h"

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

/////////////////////////////////////////////////////////////////////////////
// CdlgSwitchPro dialog


//##ModelId=3E18E0E402EF
CdlgSwitchPro::CdlgSwitchPro(CWnd* pParent /*=NULL*/)
	: CDialog(CdlgSwitchPro::IDD, pParent)
{
	//{{AFX_DATA_INIT(CdlgSwitchPro)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


//##ModelId=3E18E0E402F1
void CdlgSwitchPro::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CdlgSwitchPro)
	DDX_Text(pDX, IDC_SWITCH_NAME, m_strName);
	DDX_Text(pDX, IDC_SWITCH_TYPE, m_strType);
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


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

/////////////////////////////////////////////////////////////////////////////
// CdlgSwitchPro message handlers

⌨️ 快捷键说明

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