ccdlg.h

来自「用VC6.0编写的学生数据库管理系统」· C头文件 代码 · 共 71 行

H
71
字号
// ccDlg.h : header file
//

#if !defined(AFX_CCDLG_H__15491B61_9522_4B8B_AD59_ABB3C6752DC6__INCLUDED_)
#define AFX_CCDLG_H__15491B61_9522_4B8B_AD59_ABB3C6752DC6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CCcDlg dialog

#include"class\OfficeXPMenu.h"

class CCcDlg : public CDialog
{
// Construction
public:
	void List(CString sql);
	CCcDlg(CWnd* pParent = NULL);	// standard constructor
	_RecordsetPtr m_pRecordset;

// Dialog Data
	//{{AFX_DATA(CCcDlg)
	enum { IDD = IDD_CC_DIALOG };
	CListCtrl	m_list;
	CButton	m_radio4;
	int		m_radio;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCcDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCcDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonAdd();
	afx_msg void OnButtonEdit();
	afx_msg void OnButtonDel();
	afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonSearch();
	afx_msg void OnRadio4();
	afx_msg void OnMenuSetflag();
	afx_msg void OnRclickList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnMenuDelete();
	afx_msg void OnMenuAddnew();
	afx_msg void OnMenuModify();
	afx_msg void OnMenuAdmin();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CImageList m_imagelist;
	CFont m_font2;
	CFont m_font1;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CCDLG_H__15491B61_9522_4B8B_AD59_ABB3C6752DC6__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?