TestEditDlg.h
上传用户:xujuna1
上传日期:2007-01-02
资源大小:37k
文件大小:2k
源码类别:

编辑框

开发平台:

Visual C++

  1. #if !defined(AFX_TESTEDITDLG_H__978AA09D_2DDE_11D2_BE76_0080ADB7F1BB__INCLUDED_)
  2. #define AFX_TESTEDITDLG_H__978AA09D_2DDE_11D2_BE76_0080ADB7F1BB__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // TestEditDlg.h : header file
  7. //
  8. #include "Masked.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CTestEditDlg dialog
  11. class CTestEditDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CTestEditDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CTestEditDlg)
  18. enum { IDD = IDD_TESTEDIT_DIALOG };
  19. CMaskEdit m_EditPCodeCtrl;
  20. CMaskEdit m_EditIPCtrl;
  21. CMaskEdit m_EditPhoneCtrl;
  22. CDateEdit m_DateEditCtrl;
  23. CTimeEdit m_TimeEditCtrl;
  24. CString m_EditMaxH;
  25. CString m_EditMaxM;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CTestEditDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. // Generated message map functions
  37. //{{AFX_MSG(CTestEditDlg)
  38. afx_msg void OnChangeEdit2();
  39. afx_msg void OnChangeEdit3();
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnPaint();
  42. afx_msg HCURSOR OnQueryDragIcon();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_TESTEDITDLG_H__978AA09D_2DDE_11D2_BE76_0080ADB7F1BB__INCLUDED_)