📄 fmstackdown.h
字号:
#if !defined(AFX_FMSTACKDOWN_H__CBC27BC2_E0F6_4125_88BD_760A7E865ED8__INCLUDED_)
#define AFX_FMSTACKDOWN_H__CBC27BC2_E0F6_4125_88BD_760A7E865ED8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FMStackDown.h : header file
//
#include "MyEditFull.h"
/////////////////////////////////////////////////////////////////////////////
// CFMStackDown dialog
class CFMStackDown : public CDialog
{
// Construction
public:
CFMStackDown(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFMStackDown)
enum { IDD = IDD_FM_STACK_DOWN };
// CMyEditFull m_edt9;
CMyEditFull m_edt8;
CMyEditFull m_edt7;
CMyEditFull m_edt6;
CMyEditFull m_edt5;
CMyEditFull m_edt4;
CMyEditFull m_edt3;
CMyEditFull m_edt2;
CMyEditFull m_edt1;
int m_stack2_nx;
int m_stack2_ny;
int m_stack2_nz;
double m_stack2_dx;
double m_stack2_dy;
double m_stack2_dz;
int m_stack2_spdx;
int m_stack2_spdy;
int m_stack2_spdz;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFMStackDown)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFMStackDown)
afx_msg void OnButton1();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
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_FMSTACKDOWN_H__CBC27BC2_E0F6_4125_88BD_760A7E865ED8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -