📄 flquerystu_infodlg.h
字号:
#if !defined(AFX_FLQUERYSTU_INFODLG_H__32C9F97C_2D2E_4A4F_87DA_0A38EE2FC854__INCLUDED_)
#define AFX_FLQUERYSTU_INFODLG_H__32C9F97C_2D2E_4A4F_87DA_0A38EE2FC854__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// flquerystu_infoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// flquerystu_infoDlg dialog
#include "department_infodb.h"
#include "S_infodb.h"
#include "pmzDlg.h"
class flquerystu_infoDlg : public CPmzDlg
{
// Construction
public:
flquerystu_infoDlg(CWnd* pParent = NULL); // standard constructor
~flquerystu_infoDlg();
BOOL OnInitDialog();
CDatabase* m_pdb;
S_infodb* m_sprecordset;
department_infodb* m_dprecordset;
// Dialog Data
//{{AFX_DATA(flquerystu_infoDlg)
enum { IDD = IDD_flquerystuinfo_DIALOG };
CListCtrl m_pList;
CComboBox m_ssex;
CString m_sno;
CString m_dno;
CString m_sname;
CString m_splace;
CString m_sclass;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(flquerystu_infoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(flquerystu_infoDlg)
virtual void OnOK();
afx_msg void Ondelete();
afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point);
afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FLQUERYSTU_INFODLG_H__32C9F97C_2D2E_4A4F_87DA_0A38EE2FC854__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -