UseState.h
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_USESTATE_H__5951FE75_1100_410C_9188_27E6D53B241D__INCLUDED_)
  2. #define AFX_USESTATE_H__5951FE75_1100_410C_9188_27E6D53B241D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // UseState.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CUseState dialog
  10. class CUseState : public CDialog
  11. {
  12. // Construction
  13. public:
  14. bool IsRepeated(CString str);
  15. CUseState(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CUseState)
  18. enum { IDD = IDD_USESTATE_DIALOG };
  19. CEdit kind;
  20. CListCtrl list;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CUseState)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. CToolBarCtrl toolbar;
  32. CImageList imagelist;
  33. // Generated message map functions
  34. //{{AFX_MSG(CUseState)
  35. virtual void OnOK();
  36. virtual void OnCancel();
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
  39. afx_msg void OnButtonadd();
  40. afx_msg void OnButtonclose();
  41. afx_msg void OnButtondelete();
  42. afx_msg void OnButtonrefresh();
  43. afx_msg void OnButtonupdate();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_USESTATE_H__5951FE75_1100_410C_9188_27E6D53B241D__INCLUDED_)