📄 roundrectheightwiderectdlg.cpp
字号:
// RoundrectHeightWideRectDlg.cpp : implementation file
//
#include "stdafx.h"
#include "paintobj.h"
#include "RoundrectHeightWideRectDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CRoundrectHeightWideRectDlg dialog
CRoundrectHeightWideRectDlg::CRoundrectHeightWideRectDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRoundrectHeightWideRectDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRoundrectHeightWideRectDlg)
m_dLefttopx = 0.0;
m_dLefttopy = 0.0;
m_dRightbottomx = 0.0;
m_dRightbottomy = 0.0;
m_dStartx = 0.0;
m_dStarty = 0.0;
//}}AFX_DATA_INIT
}
void CRoundrectHeightWideRectDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CRoundrectHeightWideRectDlg)
DDX_Text(pDX, IDC_LEFTTOPX, m_dLefttopx);
DDX_Text(pDX, IDC_LEFTTOPY, m_dLefttopy);
DDX_Text(pDX, IDC_RIGHTBOTTOMX, m_dRightbottomx);
DDX_Text(pDX, IDC_RIGHTBOTTOMY, m_dRightbottomy);
DDX_Text(pDX, IDC_STARTX, m_dStartx);
DDX_Text(pDX, IDC_STARTY, m_dStarty);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CRoundrectHeightWideRectDlg, CDialog)
//{{AFX_MSG_MAP(CRoundrectHeightWideRectDlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CRoundrectHeightWideRectDlg message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -