userviewdialog.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_USERVIEWDIALOG_H__E168A09C_5D41_435B_ABC7_E92071554C55__INCLUDED_)
  2. #define AFX_USERVIEWDIALOG_H__E168A09C_5D41_435B_ABC7_E92071554C55__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // userviewdialog.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // userviewdialog dialog
  10. class userviewdialog : public CDialog
  11. {
  12. // Construction
  13. public:
  14. int x;
  15. userviewdialog(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(userviewdialog)
  18. enum { IDD = IDD_DIALOG1 };
  19. CListCtrl m_listctrl2;
  20. CListCtrl m_listctrl1;
  21. CString studentsecret;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(userviewdialog)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(userviewdialog)
  33. afx_msg void Onfix();
  34. afx_msg void Onexit();
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnButton1();
  37. afx_msg void OnButton2();
  38. afx_msg void OnButton3();
  39. afx_msg void OnButton4();
  40. afx_msg void Onresourcefind();
  41. afx_msg void Onclear();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_USERVIEWDIALOG_H__E168A09C_5D41_435B_ABC7_E92071554C55__INCLUDED_)