⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mytotalp.h

📁 关于移动通信工程常用的计算工具
💻 H
字号:
#if !defined(AFX_MYTOTALP_H__5A8F298B_D349_4A14_8837_A0A513978FF7__INCLUDED_)
#define AFX_MYTOTALP_H__5A8F298B_D349_4A14_8837_A0A513978FF7__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMyTotalP dialog

#include "MyEdit.h"
class CMyTotalP : public CDialog
{
// Construction
public:
	CMyTotalP(CWnd* pParent = NULL);   // standard constructor
 CWnd * pSub[6];
	CToolTipCtrl m_tip[6];
// Dialog Data
	//{{AFX_DATA(CMyTotalP)
	enum { IDD = IDD_DIALOG1 };
	CEdit	m_startp33;
	CEdit	m_zaipin33;
	CEdit	m_p33;
	CComboBox	m_start3;
	CButton	m_button1;
	CComboBox	m_total1;
	CComboBox	m_start1;
	CMyEdit	m_edit2;
	CMyEdit	m_edit1;
	CButton	m_button;
	double	m_totalw;
	double	m_start;
	double	m_zaipin;
	double	m_p3;
	double	m_startp3;
	double	m_zaipin3;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyTotalP)
	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(CMyTotalP)
	virtual void OnOK();
	afx_msg void OnDestroy();
	virtual BOOL OnInitDialog();
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnSelchangeCombo1();
	afx_msg void OnSelchangeCombo2();
	virtual void OnCancel();
	afx_msg void OnButton3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYTOTALP_H__5A8F298B_D349_4A14_8837_A0A513978FF7__INCLUDED_)

⌨️ 快捷键说明

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