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

📄 handxgdlg.cpp

📁 Vc++管理系统
💻 CPP
字号:
// HandxgDlg.cpp : implementation file
//

#include "stdafx.h"
#include "InPone.h"
#include "HandxgDlg.h"

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

/////////////////////////////////////////////////////////////////////////////
// CHandxgDlg dialog


CHandxgDlg::CHandxgDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CHandxgDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(CHandxgDlg)
	m_fp = _T("");
	m_fw = _T("");
	m_gl = _T("");
	m_jp = _T("");
	m_jsm = _T("");
	m_no = _T("");
	m_stw = _T("");
	m_sxh = _T("");
	//}}AFX_DATA_INIT
}


void CHandxgDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CHandxgDlg)
	DDX_Text(pDX, IDC_FP, m_fp);
	DDX_Text(pDX, IDC_FW, m_fw);
	DDX_Text(pDX, IDC_GL, m_gl);
	DDX_Text(pDX, IDC_JP, m_jp);
	DDX_Text(pDX, IDC_JSM, m_jsm);
	DDX_Text(pDX, IDC_NO, m_no);
	DDX_Text(pDX, IDC_STW, m_stw);
	DDX_Text(pDX, IDC_SXH, m_sxh);
	//}}AFX_DATA_MAP
}


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

/////////////////////////////////////////////////////////////////////////////
// CHandxgDlg message handlers

⌨️ 快捷键说明

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