Userdlg.h
上传用户:hahaxixi
上传日期:2022-04-15
资源大小:1939k
文件大小:2k
源码类别:

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_USERDLG_H__6CBEB45E_AF98_4C45_89E4_40B15057B929__INCLUDED_)
  2. #define AFX_USERDLG_H__6CBEB45E_AF98_4C45_89E4_40B15057B929__INCLUDED_
  3. #include "BmpButton.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // Userdlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CUserdlg dialog
  11. class CUserdlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. void AddToList();
  16. virtual void OnOK();
  17. CUserdlg(CWnd* pParent = NULL);   // standard constructor
  18. CImageList     m_ImageList;
  19. CString        m_oName;
  20. // Dialog Data
  21. //{{AFX_DATA(CUserdlg)
  22. enum { IDD = IDD_USER_DIALOG };
  23. CBmpButton m_Cancel;
  24. CBmpButton m_ButMod;
  25. CBmpButton m_ButDel;
  26. CBmpButton m_ButAdd;
  27. CListCtrl m_List;
  28. CString m_Name;
  29. CString m_PassWord;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CUserdlg)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CUserdlg)
  41. afx_msg void OnButtonadd();
  42. afx_msg void OnButtonmod();
  43. afx_msg void OnButtondel();
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnCancel();
  46. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_USERDLG_H__6CBEB45E_AF98_4C45_89E4_40B15057B929__INCLUDED_)