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

📄 lxsview.h

📁 旅行社的业务帮助系统
💻 H
字号:
// LXSView.h : interface of the CLXSView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_LXSVIEW_H__4530F5E4_9BFB_45C2_A2F4_E801D4E6FA58__INCLUDED_)
#define AFX_LXSVIEW_H__4530F5E4_9BFB_45C2_A2F4_E801D4E6FA58__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "KHXXDlg.h"
#include "TDXXDlg.h"
#include "XLXXDlg.h"
#include "JDZLDlg.h"
#include "BMDlg.h"
#include "KHLYTJDlg.h"
#include "DLDlg.h"
#include "XLTJDlg.h"


class CLXSView : public CView
{
protected: // create from serialization only
	CLXSView();
	DECLARE_DYNCREATE(CLXSView)

// Attributes
public:
	CLXSDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CLXSView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CLXSView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CLXSView)
	afx_msg void OnKh();
	afx_msg void OnTd();
	afx_msg void OnXl();
	afx_msg void OnJd();
	afx_msg void OnBm();
	afx_msg void OnKhly();
	afx_msg void OnDl();
	afx_msg void OnXlqy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in LXSView.cpp
inline CLXSDoc* CLXSView::GetDocument()
   { return (CLXSDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_LXSVIEW_H__4530F5E4_9BFB_45C2_A2F4_E801D4E6FA58__INCLUDED_)

⌨️ 快捷键说明

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