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

📄 mainfun.h

📁 基本的俱乐部系统
💻 H
字号:
#if !defined(AFX_MAINFUN_H__D4FF6477_FDF4_4EEF_840C_D1537F31E647__INCLUDED_)
#define AFX_MAINFUN_H__D4FF6477_FDF4_4EEF_840C_D1537F31E647__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MainFun.h : header file
//
#include "search.h"
#include "addchange.h"
#include "change.h"
#include "delete.h"
#include "member.h"
#include "diary.h"
#include "fstream.h"
//#include "MainFun.h"
#include "BtnST.h"
//#include "BCMenu.h"

/////////////////////////////////////////////////////////////////////////////
// CMainFun dialog

class CMainFun : public CDialog
{
// Construction
public:

	
	CBrush brush;

	void Listshow();
	Cmember cmmf;
		//CButtonST btchange;
	//void Output(CString memnum,CString memnam,int memage,CString memadd,CString memtel,CString memqq,CString memem,CString memdio);
	//void Output(Cmember cm);
	CMainFun(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CMainFun)
	enum { IDD = IDD_MainFun };
	CEdit	m_wrec;
	CListCtrl	m_ListCtrl;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMainFun)
	virtual BOOL OnInitDialog();
	afx_msg void OnSearch();
	afx_msg void OnAdd();
	afx_msg void OnChange();
	afx_msg void OnDelete();
	afx_msg void OnQuit();
	afx_msg void OnUpdate();
	afx_msg void OnRecord();
	afx_msg void OnReveal();
	afx_msg void OnRdel();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	
	CButtonST btsearch;	
	CButtonST btadd;
	CButtonST btchange;	
	CButtonST btdelete;
	CButtonST btupdate;
	CButtonST btquit;
	CButtonST btrecord;
	CButtonST btreveal;
	CButtonST btrdel;
//	bool flagg;
//	bool flag;
};

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

#endif // !defined(AFX_MAINFUN_H__D4FF6477_FDF4_4EEF_840C_D1537F31E647__INCLUDED_)

⌨️ 快捷键说明

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