NPenDlg.h
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. #if !defined(AFX_NPENDLG_H__2344701D_3317_4BFD_8193_E7D6D1512C86__INCLUDED_)
  2. #define AFX_NPENDLG_H__2344701D_3317_4BFD_8193_E7D6D1512C86__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NPenDlg.h : header file
  7. //
  8. #define WM_APPLY WM_USER+1
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CNPenDlg dialog
  11. class CNPenDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CView* pView;
  16. CNPenDlg(CWnd* pParent = NULL);   // standard constructor
  17. CNPenDlg(CView* pParent);
  18. // Dialog Data
  19. //{{AFX_DATA(CNPenDlg)
  20. enum { IDD = IDD_NPenDlg };
  21. CSpinButtonCtrl m_ctrlSpin;
  22. CEdit m_ctrlWidthEdit;
  23. int m_nWidthEdit;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CNPenDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CNPenDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnApply();
  37. virtual void OnOK();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_NPENDLG_H__2344701D_3317_4BFD_8193_E7D6D1512C86__INCLUDED_)