current_infor.h

来自「用Visual C++编写的地震记录显示程序」· C头文件 代码 · 共 53 行

H
53
字号
#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 + =
减小字号Ctrl + -
显示快捷键?