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

📄 formdlgview.h

📁 一个好的旅游管理系统,分享一下.不错的啊 .
💻 H
字号:
#if !defined(AFX_FORMDLGVIEW_H__D2E7FA81_78BD_11D8_8FFF_00D0F8305400__INCLUDED_)
#define AFX_FORMDLGVIEW_H__D2E7FA81_78BD_11D8_8FFF_00D0F8305400__INCLUDED_
#include "PasswordSet.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormDlgView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// FormDlgView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class FormDlgView : public CFormView
{
protected:
	FormDlgView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(FormDlgView)

// Form Data
public:
	//{{AFX_DATA(FormDlgView)
	enum { IDD = IDD_FORMVIEW };
	CHuXpButton	m_tracffic;
	CHuXpButton	m_ticket;
	CHuXpButton	m_shezhi;
	CHuXpButton	m_resourse;
	CHuXpButton	m_query;
	//}}AFX_DATA

// Attributes
public:
    
// Operations
public:
	
  CRect rectsize;
  CDatabase * m_database;
  PasswordSet *m_pSet;

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

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

	// Generated message map functions
	//{{AFX_MSG(FormDlgView)
	afx_msg void OnResourse();
	afx_msg void OnTicket();
	afx_msg void OnTracffic();
	afx_msg void OnQuery();
	afx_msg void OnShezhi();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_FORMDLGVIEW_H__D2E7FA81_78BD_11D8_8FFF_00D0F8305400__INCLUDED_)

⌨️ 快捷键说明

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