📄 current_infor.h
字号:
#if !defined(AFX_CURRENT_INFOR_H__DAA93CED_4911_4E1D_9558_068C037BE7D1__INCLUDED_)
#define AFX_CURRENT_INFOR_H__DAA93CED_4911_4E1D_9558_068C037BE7D1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// current_infor.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// current_infor dialog
class current_infor : public CDialog
{
// Construction
public:
current_infor(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(current_infor)
enum { IDD = IDD_Infor };
CListBox m_LISTADDMAININFO;
CString m_InputFile;
CString m_Inlines;
CString m_Xlines;
CString m_Nz;
CString m_mode;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(current_infor)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(current_infor)
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CURRENT_INFOR_H__DAA93CED_4911_4E1D_9558_068C037BE7D1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -