WindoTypeDlg.h
上传用户:rundaa
上传日期:2009-05-24
资源大小:44k
文件大小:2k
源码类别:

CAD

开发平台:

Visual C++

  1. #if !defined(AFX_WINDOTYPEDLG_H__5397CE13_28C8_11D3_A7F6_000000000000__INCLUDED_)
  2. #define AFX_WINDOTYPEDLG_H__5397CE13_28C8_11D3_A7F6_000000000000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WindoTypeDlg.h : header file
  7. //
  8. #include "Resource.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CWindoTypeDlg dialog
  11. class CWindoTypeDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CWindoTypeDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CWindoTypeDlg)
  18. enum { IDD = IDD_WINDOTYPE };
  19. int m_nWindType;
  20. int m_nCols;
  21. int m_nRows;
  22. double m_dHeight;
  23. double m_dWidth;
  24. double m_dXVal;
  25. double m_dYVal;
  26. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CWindoTypeDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. virtual void PostNcDestroy();
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CWindoTypeDlg)
  39. virtual BOOL OnInitDialog();
  40. virtual void OnCancel();
  41. virtual void OnOK();
  42. afx_msg void OnBtnPickPt();
  43. afx_msg void OnChkViewToolBar();
  44. afx_msg void OnBtnHideDlg();
  45. //}}AFX_MSG
  46. afx_msg LONG onAcadKeepFocus(UINT, LONG);
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_WINDOTYPEDLG_H__5397CE13_28C8_11D3_A7F6_000000000000__INCLUDED_)