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

📄 mainfrm.h

📁 采用Vc++开发
💻 H
字号:
/********************************************************************
	filename: 	d:\spatools\mainfrm.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. 
*********************************************************************/

// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MAINFRM_H__5B22B58B_3500_42DC_879C_2CDFB54F2E96__INCLUDED_)
#define AFX_MAINFRM_H__5B22B58B_3500_42DC_879C_2CDFB54F2E96__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MDITabs.h"
#include "OOExToolBar.hpp"


#define DEFAULTPAGE 0
#define BEAMSEC 1
#define BEAMSECOUT 2
#define BEAMZHENGCHANGSHIYONG 3
#define BEAMZHENGCHANGSHIYONGCOUT 4
#define COLUMNSTRENGTH 5
#define COLUMNSTRENGTH_OUT 6
#define CIRCLESTRENGTH 7
#define CIRCLESTRENGTH_OUT 8
#define WALLSTRENGTH 9
#define WALLSTRENGTH_OUT 10

class CMainFrame : public CMDIFrameWnd
{
	DECLARE_DYNAMIC(CMainFrame)
public:
	CMainFrame();

// Attributes
public:

// Operations
public:

//	void OutBeamsec(float m_B,float m_H,float m_Bfu,float m_Hfu,float m_Bfd,float m_Hfd,
//		float m_Bhcs,float m_Bhcx,float m_Span,float Fcuk,float Fy,float Fyw,float m_Asa,
//		long Kzdj,long kzzh,long khzz,long klxl,float m_Xm,float m_Xn,
//        float BFC,float RE,float H0,float ZMU,float ARFA1,float BATA1,float XIE,float XIEB,
//		float XI,float XIB,float RO,float RC,float RMAX,float ASX1,float ASX2,float ASC,
//		float ASMIN,float ASCMIN);
	void OutBeamsec();
	void OutBeamLieFeng();
	void OutColumnStrength();
	void OutCircleStrength();
	void OutWallStrength();
protected:  // control bar embedded members
	bool m_bTop;
	bool m_bImages;
	CMDITabs    m_wndMDITabs;
	COOBmpToolBar    m_stdToolBar;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainFrame)
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL
	virtual void OnUpdateFrameTitle(BOOL bAddToTitle); 
// Implementation
public:
	virtual ~CMainFrame();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:  // control bar embedded members
	CStatusBar  m_wndStatusBar;
	CToolBar    m_wndToolBar;

// Generated message map functions
protected:
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnBeamsec();
	afx_msg void OnBeamleifeng();
	afx_msg void OnColsec();
	afx_msg void OnCirclesec();
	afx_msg void OnJianliqiang();
	afx_msg void OnShowtext();
	afx_msg void OnUpdateShowtext(CCmdUI* pCmdUI);
	afx_msg void OnIconmode();
	afx_msg void OnUpdateIconmode(CCmdUI* pCmdUI);
	afx_msg void OnAppDefault();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_MAINFRM_H__5B22B58B_3500_42DC_879C_2CDFB54F2E96__INCLUDED_)

⌨️ 快捷键说明

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