📄 inputxuehaoandnamedlg.cpp
字号:
// Inputxuehaoandnamedlg.cpp : implementation file
//
#include "stdafx.h"
#include "选题系统.h"
#include "Inputxuehaoandnamedlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CInputxuehaoandnamedlg dialog
CInputxuehaoandnamedlg::CInputxuehaoandnamedlg(CWnd* pParent /*=NULL*/)
: CDialog(CInputxuehaoandnamedlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CInputxuehaoandnamedlg)
m_xuehaoandname = _T("");
m_text = _T("");
//}}AFX_DATA_INIT
}
void CInputxuehaoandnamedlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CInputxuehaoandnamedlg)
DDX_Text(pDX, IDC_XUEHAOANDNAME, m_xuehaoandname);
DDV_MaxChars(pDX, m_xuehaoandname, 10);
DDX_Text(pDX, IDC_TEXT, m_text);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CInputxuehaoandnamedlg, CDialog)
//{{AFX_MSG_MAP(CInputxuehaoandnamedlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CInputxuehaoandnamedlg message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -