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

📄 trainteckitbookview.h

📁 实现铁路订票系统的订票
💻 H
字号:
// trainteckitbookView.h : interface of the CTrainteckitbookView class
//
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES

#if !defined(AFX_TRAINTECKITBOOKVIEW_H__819E9CD0_9DFD_4B86_8C00_A7F431908B08__INCLUDED_)
#define AFX_TRAINTECKITBOOKVIEW_H__819E9CD0_9DFD_4B86_8C00_A7F431908B08__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CTrainteckitbookSet;

class CTrainteckitbookView : public CRecordView
{
protected: // create from serialization only
	CTrainteckitbookView();
	DECLARE_DYNCREATE(CTrainteckitbookView)

public:
	//{{AFX_DATA(CTrainteckitbookView)
	enum { IDD = IDD_TRAINTECKITBOOK_FORM };
	CComboBox	m_CBticketype_bounce;
	CTrainteckitbookSet* m_pset;
	CteckitinforSet*     m_pteckitinforSet;
	CMSFlexGrid	m_MSFGrid_sitinfo;
	CMSFlexGrid	m_MSFGrid_tec;
	CString	m_fromw_s;
	CString	m_tow_s;
	CComboBox	m_CBticketype_b;
	CString	m_trainnum_bounce;
	CString	m_ticketnum_bounce;
	UINT	m_seatnum_bounce;
	COleDateTime	m_current_time;
	COleDateTime	m_start_time_b;
	CString	m_train_num_b;
	//}}AFX_DATA

// Attributes
public:
	CTrainteckitbookDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTrainteckitbookView)
	public:
	virtual CRecordset* OnGetRecordset();
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	CString m_ticketype_bounce;
	bool NoRecord(CRecordset* pSet);

	CString m_ticketype_b;
	void ShowTecInfor();
	void ShowSitInfor();
	virtual ~CTrainteckitbookView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CTrainteckitbookView)
	afx_msg void OnBUTTONrefresh();
	afx_msg void OnBUTTONsearch();
	afx_msg void OnBUTTONbook();
	afx_msg void OnBUTTONbounce();
	afx_msg void OnSelchangeCOMBOticketypeb();
	afx_msg void OnSelchangeCOMBOCBticketypebounce();
	afx_msg void OnBUTTONcancelbounce();
	afx_msg void OnBUTTONmodefy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in trainteckitbookView.cpp
inline CTrainteckitbookDoc* CTrainteckitbookView::GetDocument()
   { return (CTrainteckitbookDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_TRAINTECKITBOOKVIEW_H__819E9CD0_9DFD_4B86_8C00_A7F431908B08__INCLUDED_)

⌨️ 快捷键说明

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