?? dlggeotran.cpp
字號:
// DlgGeoTran.cpp : implementation file//#include "stdafx.h"#include "ch1_1.h"#include "DlgGeoTran.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CDlgGeoTran dialogCDlgGeoTran::CDlgGeoTran(CWnd* pParent /*=NULL*/) : CDialog(CDlgGeoTran::IDD, pParent){ //{{AFX_DATA_INIT(CDlgGeoTran) m_XOffset = 0; m_YOffset = 0; //}}AFX_DATA_INIT}void CDlgGeoTran::DoDataExchange(CDataExchange* pDX){ CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CDlgGeoTran) DDX_Text(pDX, IDC_EDIT_XOffset, m_XOffset); DDX_Text(pDX, IDC_EDIT_YOffset, m_YOffset); //}}AFX_DATA_MAP}BEGIN_MESSAGE_MAP(CDlgGeoTran, CDialog) //{{AFX_MSG_MAP(CDlgGeoTran) // NOTE: the ClassWizard will add message map macros here //}}AFX_MSG_MAPEND_MESSAGE_MAP()/////////////////////////////////////////////////////////////////////////////// CDlgGeoTran message handlers
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -