📄 showbasic.cpp
字号:
// Showbasic.cpp : implementation file
//
#include "stdafx.h"
#include "newmotion.h"
#include "Showbasic.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// Showbasic dialog
CShowbasic::CShowbasic(CWnd* pParent /*=NULL*/)
: CDialog(Showbasic::IDD, pParent)
{
//{{AFX_DATA_INIT(Showbasic)
m_FrameNum = 0;
m_Height = 0;
m_Width = 0;
//}}AFX_DATA_INIT
}
void CShowbasic::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Showbasic)
DDX_Text(pDX, IDC_FRAMENUM2, m_FrameNum);
DDX_Text(pDX, IDC_HEIGHT2, m_Height);
DDX_Text(pDX, IDC_WIDTH2, m_Width);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Showbasic, CDialog)
//{{AFX_MSG_MAP(Showbasic)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// Showbasic message handlers
/////////////////////////////////////////////////////////////////////////////
// CShowbasic dialog
CShowbasic::CShowbasic(CWnd* pParent /*=NULL*/)
: CDialog(CShowbasic::IDD, pParent)
{
//{{AFX_DATA_INIT(CShowbasic)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CShowbasic::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CShowbasic)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CShowbasic, CDialog)
//{{AFX_MSG_MAP(CShowbasic)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CShowbasic message handlers
/////////////////////////////////////////////////////////////////////////////
// CShowbasic dialog
CShowbasic::CShowbasic(CWnd* pParent /*=NULL*/)
: CDialog(CShowbasic::IDD, pParent)
{
//{{AFX_DATA_INIT(CShowbasic)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CShowbasic::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CShowbasic)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CShowbasic, CDialog)
//{{AFX_MSG_MAP(CShowbasic)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CShowbasic message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -