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

📄 sdt01.h

📁 AotoCAD平台下的结构设计工具
💻 H
字号:
#if !defined(AFX_SDT01_H__3376E5D1_4F01_11D6_98D8_D2B836123F21__INCLUDED_)
#define AFX_SDT01_H__3376E5D1_4F01_11D6_98D8_D2B836123F21__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// Csdt01 dialog

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

// Dialog Data
	//{{AFX_DATA(Csdt01)
	enum { IDD = IDD_DIALOG1 };
	CComboBox	m_i2;
	CComboBox	m_h2;
	CComboBox	m_c2;
	CComboBox	m_b2;
	CComboBox	m_i;
	CComboBox	m_h;
	CComboBox	m_c;
	CComboBox	m_b;
	double	m_as;
	double	m_rq;
	double	m_rp;
	double	m_q;
	double	m_p;
	double	m_m;
	CString	m_pj1;
	CString	m_pj2;
	double	m_l;
	int		m_bzz;
	double	m_asnd;
	double	m_d1;
	double	m_d2;
	double	m_n1;
	double	m_n2;
	int		m_ks;
	double	m_mp2;
	double	m_mp1;
	double	m_mp3;
	double	m_mp4;
	double	m_mq1;
	double	m_mq2;
	double	m_mq3;
	double	m_mq4;
	double	m_vp;
	double	m_vq;
	BOOL	m_jss;
	CString	m_gcm;
	CString	m_lh;
	double	m_as2;
	double	m_m2;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Csdt01)
	virtual BOOL OnInitDialog();
	afx_msg void OnBUTTONjs();
	afx_msg void OnBUTTONjsnd();
	afx_msg void OnBUTTONjsxs();
	afx_msg void OnBTSdtHelp1();
	afx_msg void OnBUTTONgjb1();
	afx_msg void OnBUTTONjs2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SDT01_H__3376E5D1_4F01_11D6_98D8_D2B836123F21__INCLUDED_)

⌨️ 快捷键说明

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