dlgbuy.h

来自「课程设计自己写的一个汽车票管理系统用Visual C++实现的程序代码」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_DLGBUY_H__4633E16F_CD57_460C_92E6_81609754F407__INCLUDED_)
#define AFX_DLGBUY_H__4633E16F_CD57_460C_92E6_81609754F407__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDlgBuy dialog

class CDlgBuy : public CDialog
{
// Construction
public:
	CDlgBuy(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgBuy)
	enum { IDD = IDD_DlgBuy };
	CString	m_ShowCC;
	CString	m_ShowDate;
	CString	m_ShowNum;
	CString	m_ShowTime;
	CString	m_ShowMoney;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgBuy)
	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_DLGBUY_H__4633E16F_CD57_460C_92E6_81609754F407__INCLUDED_)

⌨️ 快捷键说明

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