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

📄 guestin.h

📁 该系统为花店销售管理系统
💻 H
字号:
#if !defined(AFX_GUESTIN_H__7D54966C_0F18_4576_8CCF_D00E1E5E7FB8__INCLUDED_)
#define AFX_GUESTIN_H__7D54966C_0F18_4576_8CCF_D00E1E5E7FB8__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// guestin dialog

class guestin : public CPropertyPage
{
	DECLARE_DYNCREATE(guestin)

// Construction
public:
	guestin();
	~guestin();

// Dialog Data
	//{{AFX_DATA(guestin)
	enum { IDD = GUEST_IN };
	CListCtrl	m_hot;
	CFont m_font;
	CBrush m_brush;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(guestin)
	virtual BOOL OnInitDialog();
	afx_msg void OnBUTTONhot();
	afx_msg void OnBUTTONdis();
	afx_msg void OnBUTTONallshow();
	afx_msg void OnPaint();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_GUESTIN_H__7D54966C_0F18_4576_8CCF_D00E1E5E7FB8__INCLUDED_)

⌨️ 快捷键说明

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