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

行业应用

开发平台:

Visual C++

  1. #if !defined(AFX_MANAGEDLG_H__3EC04BDC_E72F_46EA_9533_7363A886C55F__INCLUDED_)
  2. #define AFX_MANAGEDLG_H__3EC04BDC_E72F_46EA_9533_7363A886C55F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Managedlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CManagedlg dialog
  10. class CManagedlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void Display();
  15. void AddToList();
  16. void ExitConnect();
  17. void OnInitADOConn();
  18. CManagedlg(CWnd* pParent = NULL);   // standard constructor
  19. CImageList     m_ImageList;
  20. _ConnectionPtr m_pConnection;
  21. _RecordsetPtr  m_pRecordset;
  22. int            m_nExpandedHeight;
  23. int            m_nNormalHeight;
  24. BOOL           m_bExpand;
  25. CString        m_UserName;
  26. CString        m_LogPath;
  27. CString        m_PathText;
  28. // Dialog Data
  29. //{{AFX_DATA(CManagedlg)
  30. enum { IDD = IDD_MANAGE_DIALOG };
  31. CListCtrl m_List;
  32. CString m_Name;
  33. CString m_PassWord;
  34. CString m_Log;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CManagedlg)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CManagedlg)
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnButtonadd();
  48. afx_msg void OnButtonmod();
  49. afx_msg void OnButtondel();
  50. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  51. afx_msg void OnButton4();
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_MANAGEDLG_H__3EC04BDC_E72F_46EA_9533_7363A886C55F__INCLUDED_)