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

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_BOOKDLG_H__307D052F_1152_4771_91A4_F05E119BE045__INCLUDED_)
  2. #define AFX_BOOKDLG_H__307D052F_1152_4771_91A4_F05E119BE045__INCLUDED_
  3. #include "BmpButton.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // Bookdlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CBookdlg dialog
  11. class CBookdlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. int m_Num;
  16. CBookdlg(CWnd* pParent = NULL);   // standard constructor
  17. CString m_ID[100];
  18. CString m_Name[100];
  19. CString m_Phone[100];
  20. // Dialog Data
  21. //{{AFX_DATA(CBookdlg)
  22. enum { IDD = IDD_BOOK_DIALOG };
  23. CBmpButton m_ButDuty;
  24. CBmpButton m_ButDep;
  25. CBmpButton m_ButAll;
  26. CComboBox m_Duty;
  27. CComboBox m_Dep;
  28. CListCtrl m_Grid;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CBookdlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CBookdlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
  42. afx_msg void OnButtondep();
  43. afx_msg void OnButtonduty();
  44. afx_msg void OnButtonall();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_BOOKDLG_H__307D052F_1152_4771_91A4_F05E119BE045__INCLUDED_)