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

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_ADDKINDS_H__5AAFEBCC_6F46_4ACF_99EB_61A380C5589A__INCLUDED_)
  2. #define AFX_ADDKINDS_H__5AAFEBCC_6F46_4ACF_99EB_61A380C5589A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddKinds.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddKinds dialog
  10. class CAddKinds : public CDialog
  11. {
  12. // Construction
  13. public:
  14. bool IsRepeated(CString str);
  15. CAddKinds(CWnd* pParent = NULL);   // standard constructor
  16. CFont font;
  17. // Dialog Data
  18. //{{AFX_DATA(CAddKinds)
  19. enum { IDD = IDD_ADDKINDS_DIALOG };
  20. CEdit kind;
  21. CListCtrl list;
  22. CToolBarCtrl toolbar;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CAddKinds)
  27. public:
  28. virtual BOOL PreTranslateMessage(MSG* pMsg);
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon; 
  35. CImageList imagelist;
  36. // Generated message map functions
  37. //{{AFX_MSG(CAddKinds)
  38. virtual void OnCancel();
  39. virtual void OnOK();
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
  42. afx_msg void OnButtonadd();
  43. afx_msg void OnButtonclose();
  44. afx_msg void OnButtonupdate();
  45. afx_msg void OnButtondelete();
  46. afx_msg void OnButtonrefresh();
  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_ADDKINDS_H__5AAFEBCC_6F46_4ACF_99EB_61A380C5589A__INCLUDED_)