📄 fmstackup.h
字号:
#if !defined(AFX_FMSTACKUP_H__FA09B959_5E51_4A29_B781_EADBFA0C1EFB__INCLUDED_)
#define AFX_FMSTACKUP_H__FA09B959_5E51_4A29_B781_EADBFA0C1EFB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FMStackUp.h : header file
//
#include "MyEditFull.h"
/////////////////////////////////////////////////////////////////////////////
// CFMStackUp dialog
class CFMStackUp : public CDialog
{
// Construction
public:
CFMStackUp(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFMStackUp)
enum { IDD = IDD_FM_STACK_UP };
// 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_stack1_nx;
int m_stack1_ny;
int m_stack1_nz;
double m_stack1_dx;
double m_stack1_dy;
double m_stack1_dz;
int m_stack1_spdx;
int m_stack1_spdy;
int m_stack1_spdz;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFMStackUp)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFMStackUp)
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_FMSTACKUP_H__FA09B959_5E51_4A29_B781_EADBFA0C1EFB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -