crosssetdlg.h

来自「一个完整的交叉口仿真模型 实现生成交叉口 和车辆生成 运行 跟驰等」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_CROSSSETDLG_H__7491A266_35F4_4BC9_B5EB_A4E6021B082B__INCLUDED_)
#define AFX_CROSSSETDLG_H__7491A266_35F4_4BC9_B5EB_A4E6021B082B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCrossSetDlg dialog

class CCrossSetDlg : public CDialog
{
// Construction
public:
	float m_SouthLaneTraffic;
	float m_NorthLaneTraffic;
	float m_WestLaneTraffic;
	float m_EastLaneTraffic;
	CCrossSetDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCrossSetDlg)
	enum { IDD = IDD_DIALOG1 };
	UINT	m_EastLaneNumber;
	float	m_EastLaneWidth;
	UINT	m_WestLaneNumber;
	float	m_WestLaneWidth;
	UINT	m_SouthLaneNumber;
	float	m_SouthLaneWidth;
	UINT	m_NorthLaneNumber;
	float	m_NorthLaneWidth;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCrossSetDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnCheck7();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CROSSSETDLG_H__7491A266_35F4_4BC9_B5EB_A4E6021B082B__INCLUDED_)

⌨️ 快捷键说明

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