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

📄 historyfreedlg.h

📁 网吧管理系统VC源码
💻 H
字号:
#if !defined(AFX_HISTORYFREEDLG_H__596D836E_FB16_4BC7_BC5C_1C4F61904B2E__INCLUDED_)
#define AFX_HISTORYFREEDLG_H__596D836E_FB16_4BC7_BC5C_1C4F61904B2E__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CHistoryFreeDlg dialog
#include "DaoHistoryFree.h"
#include "SelectDlg.h"

class CHistoryFreeDlg : public CDialog
{
// Construction
public:
	CString m_strLeaguerName;
	CString m_strComputerName;
	BOOL Create();
	CString ConvertString(int ntemp);
	CHistoryFreeDlg(CWnd* pParent = NULL);   // standard constructor
// Dialog Data
	//{{AFX_DATA(CHistoryFreeDlg)
	enum { IDD = IDD_HISTORY_RECORD_DIALOG };
	CStatic	m_CtrlMoneyStatic;
	CStatic	m_CtrlCountStatic;
	CStatic	m_CtrlStatic;
	CDateTimeCtrl	m_CtrlStartTime;
	CDateTimeCtrl	m_CtrlStartDate;
	CDateTimeCtrl	m_CtrlEndTime;
	CDateTimeCtrl	m_CtrlEndDate;
	CComboBox	m_CtrlComboBox;
	CListCtrl	m_CtrlList;
	//}}AFX_DATA
	CWnd *m_pParent;
	UINT m_nID;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHistoryFreeDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void PostNcDestroy();
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CHistoryFreeDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnFindRecordButton();
	afx_msg void OnSelchangeFindTypeCombo();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnDatetimechangeEndDate(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDatetimechangeStartDate(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDatetimechangeEndTime(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDatetimechangeStartTime(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDeleteRecord();
	afx_msg void OnExit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_HISTORYFREEDLG_H__596D836E_FB16_4BC7_BC5C_1C4F61904B2E__INCLUDED_)

⌨️ 快捷键说明

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