DlgAll.h
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGALL_H__6DB44E79_9F67_42CC_8E4F_EB49FFF1E588__INCLUDED_)
  2. #define AFX_DLGALL_H__6DB44E79_9F67_42CC_8E4F_EB49FFF1E588__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgAll.h : header file
  7. // Download by http://www.codefans.net
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgAll dialog
  10. class CDlgAll : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgAll(CWnd* pParent = NULL);   // standard constructor
  15. CString strTitle;
  16. CString strSql;
  17. CString strKey;
  18. int intOpen;
  19. int intSelect;
  20. int intKey;
  21. // Dialog Data
  22. //{{AFX_DATA(CDlgAll)
  23. enum { IDD = IDD_ALL_DIALOG };
  24. CListCtrl m_listMain;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CDlgAll)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CDlgAll)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_DLGALL_H__6DB44E79_9F67_42CC_8E4F_EB49FFF1E588__INCLUDED_)