dlgstuquery.h
来自「大学班务管理系统」· C头文件 代码 · 共 58 行
H
58 行
#if !defined(AFX_DLGSTUQUERY_H__415F3C71_1BFF_4503_94FD_A0FBE6170128__INCLUDED_)
#define AFX_DLGSTUQUERY_H__415F3C71_1BFF_4503_94FD_A0FBE6170128__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlgstuquery.h : header file
//
#include "stuinforecordset1.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgstuquery dialog
class CDlgstuquery : public CDialog
{
// Construction
public:
CDlgstuquery(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgstuquery)
enum { IDD = IDD_DIALOGstuinfoquery };
CComboBox m_querystu;
CListCtrl m_lststuquery;
CString m_stuinfoquery;
CString m_querystuinfo;
//}}AFX_DATA
private:
Cstuinforecordset m_stuinforecordset;
void initctrldata();
void insertstuinfo(CString stuid,CString stuname,CString stusex,CString stubirth,CString xibie,CString inyear,CString classnum,CString roomnum,CString address);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgstuquery)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgstuquery)
afx_msg void OnButton5();
virtual BOOL OnInitDialog();
afx_msg void OnBUTTONstuquery();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSTUQUERY_H__415F3C71_1BFF_4503_94FD_A0FBE6170128__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?