📄 yonghutianjia.cpp
字号:
// yonghutianjia.cpp : implementation file
//
#include "stdafx.h"
#include "test.h"
#include "yonghutianjia.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// yonghutianjia dialog
yonghutianjia::yonghutianjia(CWnd* pParent /*=NULL*/)
: CDialog(yonghutianjia::IDD, pParent)
{
//{{AFX_DATA_INIT(yonghutianjia)
m_nYonghu = _T("");
m_nMima2 = _T("");
m_nMima = _T("");
//}}AFX_DATA_INIT
TYPE=TRUE;
}
void yonghutianjia::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(yonghutianjia)
DDX_Control(pDX, IDC_EDIT_YONGHU, m_nYH);
DDX_Text(pDX, IDC_EDIT_YONGHU, m_nYonghu);
DDX_Text(pDX, IDC_EDIT_MIMA2, m_nMima2);
DDX_Text(pDX, IDC_EDIT_MIMA, m_nMima);
//}}AFX_DATA_MAP
m_nYH.EnableWindow(TYPE);
}
BEGIN_MESSAGE_MAP(yonghutianjia, CDialog)
//{{AFX_MSG_MAP(yonghutianjia)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// yonghutianjia message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -