📄 libmisdlg.h
字号:
// libmisDlg.h : header file
//
#if !defined(AFX_LIBMISDLG_H__E54A42A8_CD5C_4466_88CB_4DB49DF33F02__INCLUDED_)
#define AFX_LIBMISDLG_H__E54A42A8_CD5C_4466_88CB_4DB49DF33F02__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CLibmisDlg dialog
class CLibmisDlg : public CDialog
{
// Construction
public:
CString m_strName;
void EnableGl (BOOL bEnable);
BOOL m_bLogin;
CLibmisDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLibmisDlg)
enum { IDD = IDD_LIBMIS_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLibmisDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CLibmisDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnColortheme();
afx_msg void OnLogin();
afx_msg void OnAdmingl();
afx_msg void OnLogout();
afx_msg void OnChangepsw();
afx_msg void OnBookgl();
afx_msg void OnSearchbook();
afx_msg void OnReadergl();
afx_msg void OnBorrowgl();
afx_msg void OnAbout();
afx_msg void OnExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LIBMISDLG_H__E54A42A8_CD5C_4466_88CB_4DB49DF33F02__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -