?? 圖書管理系統dlg.h
字號:
// 圖書管理系統Dlg.h : header file
//
#if !defined(AFX_DLG_H__B1E3FFBB_6264_485F_98B4_4E680E4A8200__INCLUDED_)
#define AFX_DLG_H__B1E3FFBB_6264_485F_98B4_4E680E4A8200__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
class CMyDlg : public CDialog
{
// Construction
public:
CMyDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMyDlg)
enum { IDD = IDD_MY_DIALOG };
CTabCtrl m_TAB;
CListCtrl m_LIST2;
CListCtrl m_LIST3;
CListCtrl m_LIST1;
CComboBox m_COMBO1;
CString m_CLASS;
CString m_DEPART;
CString m_EDIT1;
CString m_EDIT10;
CString m_EDIT11;
CString m_EDIT12;
CString m_EDIT2;
CString m_EDIT3;
CString m_EDIT4;
CString m_EDIT5;
CString m_EDIT6;
CString m_EDIT7;
CString m_EDIT8;
CString m_NUM;
CString m_SNAME;
CString m_SNUM;
CString m_INTRODUCE;
CString m_TIME;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlg)
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(CMyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnButton7();
afx_msg void OnButton8();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCloseupCombo1();
afx_msg void OnOK();
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CTime t;
CString introduce[20],borrowbook[20][5],borrowtime[20][5],tm;
int borrowbookcount[2];
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__B1E3FFBB_6264_485F_98B4_4E680E4A8200__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -