LG_wELLIPS.cpp
上传用户:shangwu01
上传日期:2013-04-22
资源大小:707k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. // LG_wELLIPS.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "cad.h"
  5. #include "LG_wELLIPS.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CLG_wELLIPS dialog
  13. CLG_wELLIPS::CLG_wELLIPS(CWnd* pParent /*=NULL*/)
  14. : CDialog(CLG_wELLIPS::IDD, pParent)
  15. {
  16. //{{AFX_DATA_INIT(CLG_wELLIPS)
  17. m_Xcertre = 0;
  18. m_Ycertre = 0;
  19. m_Xlength = 0;
  20. m_Ylength = 0;
  21. //}}AFX_DATA_INIT
  22. }
  23. void CLG_wELLIPS::DoDataExchange(CDataExchange* pDX)
  24. {
  25. CDialog::DoDataExchange(pDX);
  26. //{{AFX_DATA_MAP(CLG_wELLIPS)
  27. DDX_Text(pDX, IDC_EDIT1, m_Xcertre);
  28. DDX_Text(pDX, IDC_EDIT2, m_Ycertre);
  29. DDX_Text(pDX, IDC_EDIT3, m_Xlength);
  30. DDX_Text(pDX, IDC_EDIT4, m_Ylength);
  31. //}}AFX_DATA_MAP
  32. }
  33. BEGIN_MESSAGE_MAP(CLG_wELLIPS, CDialog)
  34. //{{AFX_MSG_MAP(CLG_wELLIPS)
  35. // NOTE: the ClassWizard will add message map macros here
  36. //}}AFX_MSG_MAP
  37. END_MESSAGE_MAP()
  38. /////////////////////////////////////////////////////////////////////////////
  39. // CLG_wELLIPS message handlers