setparadialog.h

来自「vc++ study」· C头文件 代码 · 共 76 行

H
76
字号
#if !defined(AFX_SETPARADIALOG_H__0DC99D68_D850_4ED5_B8FD_9454A6FBABEF__INCLUDED_)
#define AFX_SETPARADIALOG_H__0DC99D68_D850_4ED5_B8FD_9454A6FBABEF__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSetParaDialog form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CSetParaDialog : public CFormView
{
protected:
	CSetParaDialog();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CSetParaDialog)

// Form Data
public:
	//{{AFX_DATA(CSetParaDialog)
	enum { IDD = IDD_SETPARADIALOG };
	int		m_iExpectPaCenMount;
	int		m_iInitialPaCenMount;
	int		m_iMinPaMount;
	double	m_dMaxBZCha;
	double	m_dMinDisPatCen;
	int		m_iMaxCount;
	int		m_iMaxUniteMount;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSetParaDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CSetParaDialog();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CSetParaDialog)
	afx_msg void OnKillfocusEdit1();
	afx_msg void OnKillfocusEdit2();
	afx_msg void OnKillfocusEdit3();
	afx_msg void OnKillfocusEdit4();
	afx_msg void OnKillfocusEdit5();
	afx_msg void OnKillfocusEdit6();
	afx_msg void OnKillfocusEdit7();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SETPARADIALOG_H__0DC99D68_D850_4ED5_B8FD_9454A6FBABEF__INCLUDED_)

⌨️ 快捷键说明

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