mainfun.h

来自「乒乓球俱乐部管理系统」· C头文件 代码 · 共 91 行

H
91
字号
#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 void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	//}}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 + =
减小字号Ctrl + -
显示快捷键?