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

📄 sale.h

📁 复件 (3) 车站售票管理系统 复件 (3) 车站售票管理系统
💻 H
字号:
#if !defined(AFX_SALE_H__E2543CE7_1ED5_4998_86B5_30704C2D054D__INCLUDED_)
#define AFX_SALE_H__E2543CE7_1ED5_4998_86B5_30704C2D054D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// sale.h : header file
//
#include "setclient.h"
#include "carsinforset1.h"
#include "logset2.h"
/////////////////////////////////////////////////////////////////////////////
// sale dialog

class sale : public CDialog
{
// Construction
public:
	void Onprint();
	sale(CWnd* pParent = NULL);   // standard constructor
    setclient client_set;
	carsinforset1 car_set;
	logset2 log_set;
	//SETLOG log_set;
	int m_lamount;
//	CString m_ldate;
	double m_lallprice;
	CString m_lcname;
	CString m_laddress;
	CString m_lcid;
	CString m_lcarscode;
// Dialog Data
	//{{AFX_DATA(sale)
	enum { IDD = IDD_saleDIALOG1 };
	CButton	m_btn;
	CListBox	m_list;
	CString	m_cid;
	CString	m_cpassword;
	CString	m_carscode;
	long	m_carsamount;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(sale)
	afx_msg void OnokBUTTON1();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SALE_H__E2543CE7_1ED5_4998_86B5_30704C2D054D__INCLUDED_)

⌨️ 快捷键说明

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