📄 student_sent.h
字号:
#if !defined(AFX_STUDENT_SENT_H__DCAB6325_EF80_4CC0_AFFA_825CB34D1973__INCLUDED_)
#define AFX_STUDENT_SENT_H__DCAB6325_EF80_4CC0_AFFA_825CB34D1973__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Student_sent.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Student_sent dialog
#include"BOOKSET.h"
#include"STUDENTSET.h"
#include"BORROWSET.h"
class Student_sent : public CDialog
{
// Construction
public:
Student_sent(CWnd* pParent = NULL); // standard constructor
BOOKSET book_set;
STUDENTSET student_set;
BORROWSET borrow_set;
// Dialog Data
//{{AFX_DATA(Student_sent)
enum { IDD = IDD_Student_sent };
CString m_sid_temp;
CString m_isbn_temp;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Student_sent)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Student_sent)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUDENT_SENT_H__DCAB6325_EF80_4CC0_AFFA_825CB34D1973__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -