⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 2leveldlg.h

📁 连轧过程控制仿真程序
💻 H
字号:
// 2levelDlg.h : header file
//

#if !defined(AFX_2LEVELDLG_H__182BF57E_12C9_4033_80F2_29EBB3F179C4__INCLUDED_)
#define AFX_2LEVELDLG_H__182BF57E_12C9_4033_80F2_29EBB3F179C4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "global.h"
#include "pressmodel.h"

/////////////////////////////////////////////////////////////////////////////
// CMy2levelDlg dialog

class CMy2levelDlg : public CDialog
{
// Construction
public:
	void WriteData();
	global initializedata(global x,_Application app);
	CMy2levelDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CMy2levelDlg)
	enum { IDD = IDD_MY2LEVEL_DIALOG };
	double	m_Power1;
	double	m_Power2;
	double	m_Power3;
	double	m_Power4;
	double	m_Power5;
	double	m_Press1;
	double	m_Press2;
	double	m_Press3;
	double	m_Press4;
	double	m_Press5;
	double	m_Speed1;
	double	m_Speed2;
	double	m_Speed3;
	double	m_Speed4;
	double	m_Speed5;
	double	m_Torque1;
	double	m_Torque2;
	double	m_Torque3;
	double	m_Torque4;
	double	m_Torque5;
	double	m_h1;
	double	m_h2;
	double	m_h3;
	double	m_h4;
	double	m_h5;
	double	m_Yield1;
	double	m_Yield2;
	double	m_Yield3;
	double	m_Yield4;
	double	m_Yield5;
	int		m_Time;
	double	m_Slip1;
	double	m_Slip2;
	double	m_Slip3;
	double	m_Slip4;
	double	m_Slip5;
	double	m_value;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMy2levelDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnStart();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_2LEVELDLG_H__182BF57E_12C9_4033_80F2_29EBB3F179C4__INCLUDED_)

⌨️ 快捷键说明

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