dlgxianlu.h

来自「电力系统暂态稳定分析程序」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_DLGXIANLU_H__2BB95EE8_DF98_4AAE_BC9A_584A310550C6__INCLUDED_)
#define AFX_DLGXIANLU_H__2BB95EE8_DF98_4AAE_BC9A_584A310550C6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgXianlu.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgXianlu dialog

class CDlgXianlu : public CDialog
{
// Construction
public:
	CDlgXianlu(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgXianlu)
	enum { IDD = IDD_DIALOG_Line };
	float	m_l;
	float	m_x;
	float	m_x0;
	float	m_v;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgXianlu)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgXianlu)
	afx_msg void OnEnter();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGXIANLU_H__2BB95EE8_DF98_4AAE_BC9A_584A310550C6__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?