formcolumnstrengthdlg.h

来自「采用Vc++开发」· C头文件 代码 · 共 95 行

H
95
字号
/********************************************************************
	filename: 	d:\spatools\formcolumnstrengthdlg.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_FORMCOLUMNSTRENGTHDLG_H__5ACB76C2_AE90_47A4_8EBA_A9A1A579C077__INCLUDED_)
#define AFX_FORMCOLUMNSTRENGTHDLG_H__5ACB76C2_AE90_47A4_8EBA_A9A1A579C077__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFormColumnStrengthDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CFormColumnStrengthDlg)
	enum { IDD = IDD_COLUMNSTRENGTH };
	CComboBox	m_ComboKzdj;
	CComboBox	m_ComboKlxl;
	CComboBox	m_ComboFyv;
	CComboBox	m_ComboFy;
	CComboBox	m_ComboFcuk;
	float	m_Alf;
	float	m_B;
	float	m_Bfd;
	float	m_Bfu;
	float	m_Bhcx;
	BOOL	m_bDi;
	BOOL	m_bXie;
	BOOL	m_bYiTa;
	float	m_Dfd;
	float	m_Dfu;
	float	m_Dimc;
	float	m_Dimx;
	float	m_Dimy;
	float	m_Elx;
	float	m_Ely;
	float	m_H;
	float	m_Hfd;
	float	m_Hfu;
	float	m_Lmd;
	float	m_Mx;
	float	m_My;
	float	m_N;
	int		m_bSigleOrDouble;
	float	m_S;
	float	m_T;
	float	m_Vx;
	float	m_Vy;
	//}}AFX_DATA


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

// Implementation
protected:

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

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

#endif // !defined(AFX_FORMCOLUMNSTRENGTHDLG_H__5ACB76C2_AE90_47A4_8EBA_A9A1A579C077__INCLUDED_)

⌨️ 快捷键说明

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