📄 mylength.h
字号:
#if !defined(AFX_MYLENGTH_H__FEEC8802_A26D_4EE5_917A_7CC24A730F09__INCLUDED_)
#define AFX_MYLENGTH_H__FEEC8802_A26D_4EE5_917A_7CC24A730F09__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyLength.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyLength dialog
#include "MyEdit.h"
class CMyLength : public CDialog
{
// Construction
public:
CMyLength(CWnd* pParent = NULL); // standard constructor
CWnd * pSub[5];
CToolTipCtrl m_tip[5];
// Dialog Data
//{{AFX_DATA(CMyLength)
enum { IDD = IDD_DIALOG4 };
CMyEdit m_edit4;
CMyEdit m_edit3;
CMyEdit m_edit2;
CMyEdit m_edit1;
CButton m_button1;
double m_P;
double m_sh1;
double m_sh2;
double m_cq;
double m_length;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyLength)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyLength)
afx_msg void OnButton1();
afx_msg void OnDestroy();
virtual BOOL OnInitDialog();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYLENGTH_H__FEEC8802_A26D_4EE5_917A_7CC24A730F09__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -