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

📄 adminview.h

📁 企业之间的竞争主要体现在三个方面:产品市场的竞争、资金市场的竞争和人才市场的竞争。在网络经济的环境下
💻 H
字号:

//{{AFX_INCLUDES()
#include "control\datalist.h"
#include "control\adodc.h"
//}}AFX_INCLUDES


#if !defined(AFX_ADMINVIEW_H__2FA863FB_8B8F_4FB5_93F0_99FA30301A75__INCLUDED_)
#define AFX_ADMINVIEW_H__2FA863FB_8B8F_4FB5_93F0_99FA30301A75__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CAdminView form view

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

#include "class\admin.h"

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

// Form Data
public:
	//{{AFX_DATA(CAdminView)
	enum { IDD = IDD_ADMIN_VIEW };
	CListCtrl	m_list;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	CFont m_font;
	CImageList m_imagelist;
	CAdmin m_admin;

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

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

	// Generated message map functions
	//{{AFX_MSG(CAdminView)
	afx_msg void OnAddButton();
	afx_msg void OnModiButton();
	afx_msg void OnDelButton();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_ADMINVIEW_H__2FA863FB_8B8F_4FB5_93F0_99FA30301A75__INCLUDED_)

⌨️ 快捷键说明

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