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

📄 listinformation.h

📁 这是一个不错的商店管理系统
💻 H
字号:
#if !defined(AFX_LISTINFORMATION_H__97CBE94B_423B_45C2_B4D3_D4E7FBD9FFC7__INCLUDED_)
#define AFX_LISTINFORMATION_H__97CBE94B_423B_45C2_B4D3_D4E7FBD9FFC7__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// Clistinformation dialog

class Clistinformation : public CDialog
{
// Construction
public:
	Clistinformation(CWnd* pParent = NULL);   // standard constructor
	_RecordsetPtr m_pRecordset;
	_RecordsetPtr m_pRecordset1;
	//_RecordsetPtr m_pRecordset2;
	void SaveData();
	void LoadData();
	void LoadData0();
	void displayintheuserlist();
	int m_nCurrentSel;
	int nItem;
	_variant_t vlistno,vdate,vconsumerno,vconsumername,vgoodno,vgoodname,vamount;
	
	CString mode1,mode2,option1,option2,andor,condition1,condition2;
	CString sql;
	bool option11,option22,andor00;

// Dialog Data
	//{{AFX_DATA(Clistinformation)
	enum { IDD = IDD_listinformation };
	CListCtrl	m_userlist;
	CString	m_mode1;
	CString	m_mode2;
	CString	m_condition1;
	CString	m_condition2;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Clistinformation)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	afx_msg void OnRadio4();
	afx_msg void OnRadio5();
	afx_msg void OnRadio6();
	afx_msg void OnRadio9();
	afx_msg void OnRadio10();
	afx_msg void OnRadio11();
	afx_msg void OnRadio8();
	afx_msg void OnRadio7();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LISTINFORMATION_H__97CBE94B_423B_45C2_B4D3_D4E7FBD9FFC7__INCLUDED_)

⌨️ 快捷键说明

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