⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 putongdialog.h

📁 一个小型的图书管理系统,用到了access数据库,其中有三种权限的用户登陆这个系统,每种用户将拥有不同的权限,用户密码和帐户打开程序中的access便可知道.
💻 H
字号:
#if !defined(AFX_PUTONGDIALOG_H__E0015BFA_6C23_473D_AEAB_6E06FFDF0719__INCLUDED_)
#define AFX_PUTONGDIALOG_H__E0015BFA_6C23_473D_AEAB_6E06FFDF0719__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PuTongDialog.h : header file
//
#include "PrettyButton.h"
#include "BookDataSouce.h"
#include "StdDataSource.h"
/////////////////////////////////////////////////////////////////////////////
// CPuTongDialog dialog

class CPuTongDialog : public CDialog
{
// Construction
public:
	void BookIsLate(int stuno);
	void ShowList(int no,int listno);
	BOOL ShowMessage(int cs,CString kd);
	CPuTongDialog(CWnd* pParent = NULL);   // standard constructor
	CBookDataSouce *ptbooksource;
	CStdDataSource *ptstudentsource;

// Dialog Data
	//{{AFX_DATA(CPuTongDialog)
	enum { IDD = IDD_PUTON_DIALOG };
	CPrettyButton	m_seestuno;
	CPrettyButton	m_seestunm;
	CPrettyButton	m_puseebookno;
	CPrettyButton	m_puseebooknm;
	CListCtrl	m_ptstushow;
	CListCtrl	m_ptbookshow;
	CPrettyButton	m_seebook;
	CPrettyButton	m_seeborrow;
	CString	m_pubookclass;
	CString	m_pustuclass;
	int		m_pubookno;
	CString	m_pubookname;
	int		m_pustuno;
	CString	m_pustuname;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPuTongDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPuTongDialog)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonseeb();
	afx_msg void OnButtonseebk();
	afx_msg void OnButtonpuseebookno();
	afx_msg void OnButtonpuseebooknm();
	afx_msg void OnButtonseestuno();
	afx_msg void OnButtonseestunm();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PUTONGDIALOG_H__E0015BFA_6C23_473D_AEAB_6E06FFDF0719__INCLUDED_)

⌨️ 快捷键说明

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