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