📄 filter.h
字号:
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_FILTER_H__5E4EBDA4_51A4_4D6E_BE84_A1EE6962E540__INCLUDED_)
#define AFX_FILTER_H__5E4EBDA4_51A4_4D6E_BE84_A1EE6962E540__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Filter.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFilter dialog
class CFilter : public CDialog
{
// Construction
public:
CFilter(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFilter)
enum { IDD = IDD_DIALOG7 };
CString m_ErrorEnd;
CString m_ErrorI;
CString m_ErrorPhase;
CString m_ErrorStart;
CString m_ErrorV;
CString m_FilterId;
CDataGrid m_datagrid;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFilter)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFilter)
afx_msg void OnFilterinsert();
afx_msg void OnFilterdelete();
afx_msg void OnPrint7();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILTER_H__5E4EBDA4_51A4_4D6E_BE84_A1EE6962E540__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -