flightqueryview.h

来自「EVC环境」· C头文件 代码 · 共 76 行

H
76
字号
// FlightQueryView.h : interface of the CFlightQueryView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_FLIGHTQUERYVIEW_H__7BB8886A_8B81_4B1C_9EC6_655609AC3599__INCLUDED_)
#define AFX_FLIGHTQUERYVIEW_H__7BB8886A_8B81_4B1C_9EC6_655609AC3599__INCLUDED_

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

#include "VORecordset.h"

extern CFlightQueryApp theApp;

class CFlightQueryView : public CFormView
{
public: // create from serialization only
	CFlightQueryView();
	DECLARE_DYNCREATE(CFlightQueryView)

public:
	//{{AFX_DATA(CFlightQueryView)
	enum { IDD = IDD_FLIGHTQUERY_FORM };
//	CButton	m_StaticOut;
//	CButton	m_StaticIn;
	//}}AFX_DATA

// Attributes
public:
//	CFlightQueryDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFlightQueryView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
public:

	virtual ~CFlightQueryView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CFlightQueryView)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in FlightQueryView.cpp
inline CFlightQueryDoc* CFlightQueryView::GetDocument()
   { return (CFlightQueryDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_FLIGHTQUERYVIEW_H__7BB8886A_8B81_4B1C_9EC6_655609AC3599__INCLUDED_)

⌨️ 快捷键说明

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