📄 sortmag.h
字号:
#if !defined(AFX_SORTMAG_H__98E1CB32_D673_4ADC_AEBC_0DBD6FD1840D__INCLUDED_)
#define AFX_SORTMAG_H__98E1CB32_D673_4ADC_AEBC_0DBD6FD1840D__INCLUDED_
#include "Sortset.h" // Added by ClassView
#include "BOOKSSet.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SortMag.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSortMag dialog
class CSortMag : public CDialog
{
// Construction
public:
CBOOKSSet m_pBook;
bool m_check;//添加、修改按钮状态
int bExpand2;//添加子对话框状态
int bExpand;//修改子对话框状态
bool m_isaddopen;//添加子对话框是否打开
bool m_iseditopen;//修改子对话框是否打开
void EnableVisibleChildren();
void ExpandDialog(int nResourceID, int bExpand);
CString m_editSORT;
void RushListctrl(CRecordset *m_pRecord,CListCtrl &m_list,CString m_str);
//CWnd * m_pView;
CSortset m_pSort;
CSortMag(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSortMag)
enum { IDD = IDD_SORTMAG };
CListCtrl m_topiclist;
CString m_sortname;
CString m_sortpath;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSortMag)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSortMag)
virtual BOOL OnInitDialog();
afx_msg void OnAddsort();
afx_msg void OnModifysort();
afx_msg void OnClickTopiclistdlg(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCheck();
afx_msg void OnDelete();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SORTMAG_H__98E1CB32_D673_4ADC_AEBC_0DBD6FD1840D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -