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

📄 setline.h

📁 航空订票系统 学校大作业开发的
💻 H
字号:
#if !defined(AFX_SETLINE_H__0915ABD6_0B23_4933_8A86_EFFB740AE05C__INCLUDED_)
#define AFX_SETLINE_H__0915ABD6_0B23_4933_8A86_EFFB740AE05C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// SetLine dialog

class SetLine : public CDialog
{
// Construction
public:
	virtual BOOL OnInitDialog();
	SetLine(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(SetLine)
	enum { IDD = IDD_SETLINE_DIG };
	CListCtrl	m_flightCtrl;
	CEdit	m_lineCtrl;
	CListBox	m_LinelistCtrl;
	CString	m_line;
	CString	m_plnetype;
	int		m_fcNum;
	double	m_fcPrice;
	int		m_TcNum;
	double	m_tcPrice;
	CString	m_PlaneNum;
	COleDateTime	m_flyTime;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(SetLine)
	afx_msg void OnAddline();
	afx_msg void OnAddFlight();
	afx_msg void OnDeletefFlight();
	afx_msg void OnDeletelLine();
	afx_msg void OnSelchangeAlllinelist();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETLINE_H__0915ABD6_0B23_4933_8A86_EFFB740AE05C__INCLUDED_)

⌨️ 快捷键说明

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