queryscoredlg.h
来自「最后的成品vc考勤ACCSEE数据库做的 还有文档 希望大家多多指点jil」· C头文件 代码 · 共 58 行
H
58 行
#if !defined(AFX_QUERYSCOREDLG_H__F410F906_7626_4E36_A1B8_7C7157699B82__INCLUDED_)
#define AFX_QUERYSCOREDLG_H__F410F906_7626_4E36_A1B8_7C7157699B82__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QueryScoreDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CQueryScoreDlg dialog
class CQueryScoreDlg : public CDialog
{
// Construction
public:
int sortBy;
CRecordset m_recordSet;
CDatabase m_database;
CQueryScoreDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CQueryScoreDlg)
enum { IDD = IDD_DIALOG6 };
CComboBox m_compara;
CListCtrl m_list;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQueryScoreDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CQueryScoreDlg)
virtual BOOL OnInitDialog();
afx_msg void OnRadio1();
afx_msg void OnRadio2();
virtual void OnOK();
afx_msg void OnButton2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QUERYSCOREDLG_H__F410F906_7626_4E36_A1B8_7C7157699B82__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?