userviewdialog.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
- #if !defined(AFX_USERVIEWDIALOG_H__E168A09C_5D41_435B_ABC7_E92071554C55__INCLUDED_)
- #define AFX_USERVIEWDIALOG_H__E168A09C_5D41_435B_ABC7_E92071554C55__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // userviewdialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // userviewdialog dialog
- class userviewdialog : public CDialog
- {
- // Construction
- public:
- int x;
- userviewdialog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(userviewdialog)
- enum { IDD = IDD_DIALOG1 };
- CListCtrl m_listctrl2;
- CListCtrl m_listctrl1;
- CString studentsecret;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(userviewdialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(userviewdialog)
- afx_msg void Onfix();
- afx_msg void Onexit();
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- afx_msg void OnButton4();
- afx_msg void Onresourcefind();
- afx_msg void Onclear();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_USERVIEWDIALOG_H__E168A09C_5D41_435B_ABC7_E92071554C55__INCLUDED_)