LoopPropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // LoopPropDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CLoopPropDlg dialog
- #include "resource.h"
- class CLoopPropDlg : public CDialog
- {
- // Construction
- public:
- CLoopPropDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CLoopPropDlg)
- enum { IDD = IDD_LOOP_PORG };
- CString m_sNumber;
- CString m_name;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLoopPropDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CLoopPropDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };