searchcar_dlg.h

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

H
53
字号
#if !defined(AFX_SEARCHCAR_DLG_H__FE9C37F7_559D_46FD_964E_90E1213EE4A4__INCLUDED_)
#define AFX_SEARCHCAR_DLG_H__FE9C37F7_559D_46FD_964E_90E1213EE4A4__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSearchCar_Dlg dialog

class CSearchCar_Dlg : public CDialog
{
// Construction


public:
	CSearchCar_Dlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSearchCar_Dlg)
	enum { IDD = IDD_DIALOG_serch_car };
	CString	m_car_tablet;
	CString	m_type;
	CString	m_engine_number;
	CString	m_useless_date;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSearchCar_Dlg)
	afx_msg void OnBUTTONsearch();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SEARCHCAR_DLG_H__FE9C37F7_559D_46FD_964E_90E1213EE4A4__INCLUDED_)

⌨️ 快捷键说明

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