myxls.h

来自「关于移动通信工程常用的计算工具」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_MYXLS_H__197A5BCC_15A7_4E0A_B8BF_DBE915107C24__INCLUDED_)
#define AFX_MYXLS_H__197A5BCC_15A7_4E0A_B8BF_DBE915107C24__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMyXLS dialog
#include "MyEdit.h"
class CMyXLS : public CDialog
{
// Construction
public:
	CMyXLS(CWnd* pParent = NULL);   // standard constructor
    CWnd * pSub[3];
	CToolTipCtrl m_tip[3];
//	CRect rect;
// Dialog Data
	//{{AFX_DATA(CMyXLS)
	enum { IDD = IDD_DIALOG2 };
	CComboBox	m_choosexspm;
	CMyEdit	m_edit2;
	CButton	m_button;
	double	m_sh;
	double	m_length;
	CString	m_cxspm;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyXLS)
	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(CMyXLS)
	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_MYXLS_H__197A5BCC_15A7_4E0A_B8BF_DBE915107C24__INCLUDED_)

⌨️ 快捷键说明

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