?? putongdialog.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 + -