📄 stutranin.h
字号:
#if !defined(AFX_STUTRANIN_H__C80A2BB4_9089_4313_9071_4543C471E067__INCLUDED_)
#define AFX_STUTRANIN_H__C80A2BB4_9089_4313_9071_4543C471E067__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StuTranIn.h : header file
//
#include "StuTranInLog.h"
#include "Students.h"
#include "Course.h"
#include "StuCourse.h"
#include "BtnST.h"
#include "StuTraOutLog.h"
/////////////////////////////////////////////////////////////////////////////
// CStuTranIn dialog
class CStuTranIn : public CDialog
{
// Construction
public:
CStuTranIn(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CStuTranIn)
enum { IDD = IDD_STUTRANIN_DIALOG };
CEdit m_ctlToSchool;
CButtonST m_btnComp;
CListCtrl m_LogListOut;
CListCtrl m_LogListIn;
CEdit m_ctlNum;
CEdit m_ctlName;
CButtonST m_btnOk;
CButtonST m_btnClear;
CString m_fromSchool;
CString m_inGrade;
CString m_outGrade;
CString m_inInstitute;
CString m_outInstitute;
CString m_inSpecialty;
CString m_outSpecialty;
CString m_name;
CString m_num;
CString m_toSchool;
CString m_inTranTime;
CString m_outTranTime;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStuTranIn)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
CStuTranInLog m_StuIn;
CStuTraOutLog m_StuOut;
CStudents m_Stu;
CCourse m_course;
CStuCourse m_StuCourse;
protected:
// Generated message map functions
//{{AFX_MSG(CStuTranIn)
virtual BOOL OnInitDialog();
afx_msg void OnRadioin();
afx_msg void OnRadioout();
afx_msg void OnBtnok();
afx_msg void OnBtncomp();
afx_msg void OnBtnclear();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void setFieldNull();
void setOutList();
void setInList();
bool m_bOutSelected;
bool m_bInSelected;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUTRANIN_H__C80A2BB4_9089_4313_9071_4543C471E067__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -