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

📄 formbeamsecdlg.h

📁 采用Vc++开发
💻 H
字号:
/********************************************************************
	filename: 	d:\spatools\formbeamsecdlg.h
	Copyright (c) 2003 Chao Zuo. All rights reserved.

	Email: suncho@vip.sina.com
	
	Notice:	  If this code works, it was written by Chao Zuo.
		Else, I don't know who wrote it.

			  I Wrote this code for all software developers in civil engineering,
		and hope it help you.

			  Have any question, please email me. 
*********************************************************************/

#if !defined(AFX_FORMBEAMSECDLG_H__82E8F104_71D7_4556_92E4_829C6E2DA711__INCLUDED_)
#define AFX_FORMBEAMSECDLG_H__82E8F104_71D7_4556_92E4_829C6E2DA711__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFormBeamSecDlg dialog
#include"resource.h"
class CFormBeamSecDlg : public CDialog
{
// Construction
public:
	CFormBeamSecDlg(CWnd* pParent = NULL);   // standard constructor
	~CFormBeamSecDlg();

	CWnd* m_pParent;
// Dialog Data
	//{{AFX_DATA(CFormBeamSecDlg)
	enum { IDD = IDD_FORMBEAMSECTION };
	CComboBox	m_ComboJmLx;
	CComboBox	m_ComboRo;
	CComboBox	m_ComboFyc;
	CComboBox	m_ComboLLx;
	CComboBox	m_ComboKzdj;
	CComboBox	m_ComboFyv;
	CComboBox	m_ComboFy;
	CComboBox	m_ComboFcuk;
	float	m_Alf;
	float	m_Asa;
	float	m_Asb;
	float	m_B;
	float	m_Bfd;
	float	m_Bfu;
	float	m_H;
	float	m_Hfd;
	float	m_Hfu;
	float	m_Rmd;
	float	m_Span;
	float	m_S;
	float	m_T;
	BOOL	m_bLa;
	BOOL	m_bEq;
	BOOL	m_bNiu;
	BOOL	m_bXjm;
	BOOL	m_bWan;
	float	m_M;
	float	m_N;
	float	m_asu;
	float	m_asd;
	float	m_V;
	float	m_Pmin;
	BOOL	m_bJLoad;
	BOOL	m_bDChen;
	BOOL	m_bJYun;
	float	m_E0;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFormBeamSecDlg)
	public:
	virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CFormBeamSecDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonCal();
	afx_msg void OnCheckLa();
	afx_msg void OnCheckZheng();
	afx_msg void OnCheckXie();
	afx_msg void OnCheckNiu();
	afx_msg void OnCheckDi();
	afx_msg void OnSelchangeComboJmlx();
	afx_msg void OnCheckJzhload();
	afx_msg void OnCheckDuichen();
	afx_msg void OnCheckJunyun();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FORMBEAMSECDLG_H__82E8F104_71D7_4556_92E4_829C6E2DA711__INCLUDED_)

⌨️ 快捷键说明

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