NPenDlg.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:
书籍源码
开发平台:
Visual C++
- #if !defined(AFX_NPENDLG_H__2344701D_3317_4BFD_8193_E7D6D1512C86__INCLUDED_)
- #define AFX_NPENDLG_H__2344701D_3317_4BFD_8193_E7D6D1512C86__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NPenDlg.h : header file
- //
- #define WM_APPLY WM_USER+1
- /////////////////////////////////////////////////////////////////////////////
- // CNPenDlg dialog
- class CNPenDlg : public CDialog
- {
- // Construction
- public:
- CView* pView;
- CNPenDlg(CWnd* pParent = NULL); // standard constructor
- CNPenDlg(CView* pParent);
- // Dialog Data
- //{{AFX_DATA(CNPenDlg)
- enum { IDD = IDD_NPenDlg };
- CSpinButtonCtrl m_ctrlSpin;
- CEdit m_ctrlWidthEdit;
- int m_nWidthEdit;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNPenDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CNPenDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnApply();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NPENDLG_H__2344701D_3317_4BFD_8193_E7D6D1512C86__INCLUDED_)