📄 toushi.h
字号:
#if !defined(AFX_TOUSHI_H__7044E294_90DA_4BE4_8321_53911CA378BE__INCLUDED_)
#define AFX_TOUSHI_H__7044E294_90DA_4BE4_8321_53911CA378BE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// toushi.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Ctoushi dialog
class Ctoushi : public CDialog
{
// Construction
public:
Ctoushi(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Ctoushi)
enum { IDD = IDD_toushi };
double t_aa;
double t_angle3;
double t_bb;
double t_c;
double t_cc;
double t_d;
double t_dense;
double t_e;
double t_ox;
double t_oy;
double t_s;
double t_tx;
double t_ty;
double t_tz;
double t_xa;
double t_xwide;
double t_ya;
double t_ywide;
double t_za;
double t_zwide;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Ctoushi)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Ctoushi)
afx_msg void OnOk2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOUSHI_H__7044E294_90DA_4BE4_8321_53911CA378BE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -