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