punishpeccancy_ppage.h

来自「wince下交警执法程序源码,使用evc编写」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_PUNISHPECCANCY_PPAGE_H__0A8A9C4E_7A3F_48C7_B0C8_95FAD9503E44__INCLUDED_)
#define AFX_PUNISHPECCANCY_PPAGE_H__0A8A9C4E_7A3F_48C7_B0C8_95FAD9503E44__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPunishPeccancy_PPage dialog

class CPunishPeccancy_PPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CPunishPeccancy_PPage)

// Construction
public:
	CPunishPeccancy_PPage();
	~CPunishPeccancy_PPage();

// Dialog Data
	//{{AFX_DATA(CPunishPeccancy_PPage)
	enum { IDD = IDD_DIALOG_punish_peccancy };
	int		m_deducting_points;
	CString	m_exec_branch;
	CString	m_exec_man;
	CString	m_pecc_car;
	CString	m_pecc_desc;
	CString	m_pecc_man;
	CString	m_pecc_region;
	CString	m_cer_mumber;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CPunishPeccancy_PPage)
	afx_msg void OnBUTTONupload();
	afx_msg void OnBUTTONprint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_PUNISHPECCANCY_PPAGE_H__0A8A9C4E_7A3F_48C7_B0C8_95FAD9503E44__INCLUDED_)

⌨️ 快捷键说明

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