DLG_ELLIPS.cpp
上传用户:shangwu01
上传日期:2013-04-22
资源大小:707k
文件大小:1k
- // DLG_ELLIPS.cpp : implementation file
- //
- #include "stdafx.h"
- #include "cad.h"
- #include "DLG_ELLIPS.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CDLG_ELLIPS dialog
- CDLG_ELLIPS::CDLG_ELLIPS(CWnd* pParent /*=NULL*/)
- : CDialog(CDLG_ELLIPS::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CDLG_ELLIPS)
- m_Xlength = 0;
- m_Ylength = 0;
- //}}AFX_DATA_INIT
- }
- void CDLG_ELLIPS::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CDLG_ELLIPS)
- DDX_Text(pDX, IDC_EDIT3, m_Xlength);
- DDX_Text(pDX, IDC_EDIT4, m_Ylength);
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CDLG_ELLIPS, CDialog)
- //{{AFX_MSG_MAP(CDLG_ELLIPS)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CDLG_ELLIPS message handlers